Syntax
start cgEnhancedFlashCopyImage ["consistencyGroupName"] rollback
[memberLogicalDriveSet ["memberLogicalDriveName1 ... memberLogicalDriveNamen"]]
Parameters
Parameter Description
consistencyGroupName The name of the consistency group for which you want
to start a rollback operation. Enclose the name of the
consistency group in double quotation marks (" ") inside
square brackets ([ ]). When the memberLogicalDriveSet
parameter is not used, the rollback process applies to all
member logical drives of the consistency group.
memberLogicalDriveSet The name of one or more member base logical drives in
a consistency group that you want to rollback. Enclose
each member base logical drive name in double
quotation marks (" ") inside parenthesizes (( )).
You can enter more than one member logical drive name.
Enclose all of the member logical drive names in one set
of double quotation marks (" ") inside parenthesizes (( )).
Separate each member logical drive name with a white
space.
Notes
To start a roll back operation for an entire consistency group that has the name congroup1, you would use
this command:
start cgEnhancedFlashCopyImage ["congroup1"] rollback;
To start a roll back operation for base logical drive members memVol1, memVol2, and memVol3 in a
consistency group that has the name congroup2, you would use this command:
start cgEnhancedFlashCopyImage ["congroup2"] rollback memberLogicalDriveset=("memVol1 memVol2 memVol3");
Start Controller Diagnostic
This command runs diagnostic tests to evaluate the functionality of the controller card. Before you run
these tests, you must make these changes to the controller on which you want to run diagnostics:
v Place the controller into Service Mode (use the set controller [(a | b)]availability=serviceMode
command).
v Attach the management client directly to the controller through the management Ethernet port.
Note: In a dual controller configuration, you must run these diagnostic tests through the controller that
you want to evaluate. You cannot run these diagnostic tests through the partner controller.
Syntax
start controller [(a | b)] diagnostic diagnosticType=(basic | extended)
[extendedTestID=(SRAM | FIFO | dataCopy| RAID5Parity | RAID6Parity)]
Chapter 3. Script Commands 3-289