Most Popular
Recently Added
Recently Updated

Take a Support Snapshot from Commandline

A support snapshot is a generated ZIP file that contains logs, configurations, and diagnostics about a running system. Follow these steps to take a support snapshot.

1 - Decide which node to snapshot and determine its engine name. In the "engines" folder, there is a file usually named after the engine for each local node. You can verify the engine name by opening the file and finding the "engine.name" property.

2a - If you are running SymmetricDS version 3.15.1 or later, run the "symadmin" command to take the snapshot. The command is found in the "bin" folder. Provide the engine name you found in step 1, replacing the reference of server.

symadmin -e server take-snapshot

2b - If you are running SymmetricDS version 3.6 or later, run the "jmx" command to take the snapshot. The command is found in the "bin" folder. Provide the engine name you found in step 1, replacing both references of server.

jmx --engine server --bean org.jumpmind.symmetric.server:name=Node --method snapshot

3 - Find the generated ZIP snapshot file. The command will output the file name that was written. You can also find the snapshot and previous ones inside the "tmp/{engine.name}/snapshots" folder.

/opt/symmetricds/tmp/server/snapshots/server-20141106084702.zip

4 - Send the ZIP file to support@jumpmind.com


Properties ID: 000034   Views: 3354   Updated: 5 months ago
Filed under: