tpvm snapshot

Manually creates and manages TPVM snapshots. These snapshots can then be used to restore a TPVM to its previous state post any TPVM crash.

Syntax

tpvm snapshot [ create | delete | revert ] tpvm-id

Parameters

create
Creates a snapshot of the current TPVM and stores it to the SLX device.
delete
Deletes an existing snapshot.
restore
Restores the stored TPVM snapshot.

Modes

Privilege Execution mode

Usage Guidelines

Only one snapshot can be created and stored on the SLX device at any point of time.

Examples

The following example creates a snapshot

 SLX (config)# tpvm snapshot create
                

The following example restores a snapshot

 SLX (config)# tpvm snapshot restore
                

The following example deletes a snapshot

 SLX (config)# tpvm snapshot delete