HP StorageWorks P9000 Reference Manual page 296

Business continuity manager software reference guide
Hide thumbs Also See for StorageWorks P9000:
Table of Contents

Advertisement

/*
* Confirm that the status of the MYTCHS copy pair
* has been recovered.
*/
address TSO "YKEWAIT STEM(DEMO_INFO.MYTCHS.) MSG(DEMO_MSG.)",
/*
* Check the return code of YKEWAIT.
*/
if rc /= 0
then do
end
else
/*
* Execute Make(HOLD) on the MYUR1 to change
* the status of MYUR1 to one where a DeltaResync
* can be performed.
*/
address TSO "YKMAKE STEM(DEMO_INFO.MYUR1.) MSG(DEMO_MSG.) HOLD"
/*
* Check the return code of YKMAKE.
*/
if rc /= 0
then do
end
else
/*
* Confirm that the status of the MYUR1 copy pair is one where a
* DeltaResync can be performed.
*/
address TSO "YKEWAIT STEM(DEMO_INFO.MYUR1.) MSG(DEMO_MSG.)",
/*
* Check the return code of YKEWAIT.
*/
if rc /= 0
then do
end
else
exit
end
else
do
say "recover to ready state for DeltaResync",
296 CLI Commands
"GOTO(DUPLEX) TIMEOUT(30)"
call printErrorMessage
exit
nop
call printErrorMessage
nop
"GOTO(HOLD) TIMEOUT(10)"
call printErrorMessage
exit
nop

Advertisement

Table of Contents
loading

This manual is also suitable for:

Xp p9500

Table of Contents