Global Image Management - (snapshot)
Use this command to create, import, export, and show snapshots for all SGMs in the 61000/41000 Security System.
Syntax
To create a new image:
> add snapshot <snapshot_name> desc <desc>
To delete an image:
> delete snapshot <snapshot_name>
To export or import an image, or to revert to an image:
> set snapshot import|export <snapshot_name> path <path> name <new_snapshot_name>
> set snapshot revert <snapshot_name>
To show image information:
> show snapshot <snapshot_name> all|date|desc|size
Parameter
|
Description
|
snapshot <snapshot_name>
|
Name of the image
|
desc < desc>
|
Description of the image
|
snapshot export < snapshot_name>
|
Name of the image to export
|
snapshot import <snapshot_name>
|
Name of the image to import
|
path <path>
|
Location for the exported image
For example: /var/log
|
name < new_snapshot_name>
|
Name of the new image (not the original image).
|
all
|
All image details
|
date
|
Date the image was made
|
desc
|
Description of the image
|
size
|
Size of the image
|
Notes
- You must have sufficient available space on the backup partition to create snapshot image for all SGMs. The required available disk space is the actual size of the root partition, multiplied by 1.15.
- The available space required in the export file storage location is the size of the snapshot multiplied by two.
- The minimum size of a snapshot is 2.5G. Therefore, the minimum available space necessary in the export file storage location is 5G.
|