NAME
operatebackmig - Restores or deletes migration backup disks
SYNOPSIS
[Solaris OS/Linux OS]
/opt/FJSVssmgr/sbin/vscmcmd operatebackmig -v virtual-disk-name -o { restore | delete } /opt/FJSVssmgr/sbin/vscmcmd operatebackmig -h
[Windows OS]
$INS_DIR\Manager\opt\FJSVssmgr\sbin\vscmcmd.exe operatebackmig -v virtual-disk-name -o { restore | delete } $INS_DIR\Manager\opt\FJSVssmgr\sbin\vscmcmd.exe operatebackmig -h
($INS_DIR means "Program Directory" specified at the Manager installation.)
DESCRIPTION
This command deletes the backup disks that are held by migration processing.
It also performs restorations from the backup disks that are held by migration processing.
Execute this command as the administrator for the operating system (that is, with “Administrator” or “root” privileges).
OPTIONS
Specify the name of the virtual disk that holds the migration backup.
restore : This option performs a restoration from the backup disks that are held by migration processing.
delete : This option deletes the backup disks that are held by migration processing.
Indicates how to use the command.
EXAMPLES
Performing a restoration from a virtual disk called “VDISK” that holds a backup.
# /opt/FJSVssmgr/sbin/vscmcmd operatebackmig -v VDISK -o restore Command terminated normally.
Deleting a virtual disk called “VDISK” that holds a backup.
# /opt/FJSVssmgr/sbin/vscmcmd operatebackmig -v VDISK -o delete Command terminated normally.
EXIT STATUS
0: The restoration or deletion of the migration backup disk has terminated normally.
1: The restoration or deletion of the migration backup disk has terminated abnormally.
SEE ALSO