HP StorageWorks P9000 Replication Manager Software 7.1 CLI User Guide (TB584-96026, May 2011)

DescriptionScript code
(15) Waits for command termin-
ation.
TIMEOUT=0 ...(15)
(16) User processing for pair
splitting.
[SPLIT_PROC] ...(16)
# Target pair volumes: SI11 dev group
[CMD]
(17) Batch splitting with a pair
group specified
CMDLINE=C:\HORCM\etc\pairsplit.exe -g Cnt Ac01
-FBC 0 ...(17)
(18) Specifies HORC environment
execution.
ENV=HORCC_MRCF= ...(18)
(19) Specifies an instance num-
ber.
ENV=HORCMINST=0 ...(19)
(20) If a non-zero return value
returns, the script will terminate
with an error.
END_CODE=TERMINATE_NZ ...(20)
(21) If the command does not
terminate within 10 seconds, the
script will terminate with an er-
ror.
TIMEOUT=10 ...(21)
[CMD]
(22) Checks the sql01 pair
status.
Waits until the sql01 status
becomes PSUS.
CMDLINE=C:\HORCM\etc\pairevtwait.exe -g Cnt Ac01
-d sql01 -s psus -t 600 -FBC 0 ...(22)
(23) Specifies an instance num-
ber.
ENV=HORCMINST=0 ...(23)
(24) If a non-zero return value
returns, the script will terminate
with an error.
END_CODE=TERMINATE_NZ ...(24)
(25) Waits for command termin-
ation.
TIMEOUT=0 ...(25)
[CMD]
CLI User Guide 365