Top
ETERNUS SF Storage Cruiser 14.0 User's Guidefor Virtual Storage Conductor

B.2.7 operatebackmig Command

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

-v virtual-disk-name

Specify the name of the virtual disk that holds the migration backup.

-o { restore | delete }

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.

-h

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

B.2.4 startmig Command, B.2.9 getbackmig Command, B.2.8 getsession Command