Comment on page
LISTVOL and RESTVOL Examples
SCENARIO A: FALLBACK FROM AN UNSUCCESSFUL UPGRADE
A product was installed on a certain disk. Before the installation, the disk was fully dumped to preserve the previous installation. Following installation, the product appears to malfunction, requiring a rollback of the disk to its previous state. LISTVOL can be used to list the available volume full dumps:

To avoid mistakes, each volume is restored using a separate command. The target volume must be specified, even if the restore is for the same volume-id.
M9CLI RESTVOL INST01 NEWVOL(INST01)
M9CLI RESTVOL INST02 NEWVOL(INST02)
M9CLI RESTVOL INST03 NEWVOL(INST03)
Last modified 6mo ago