HP XP7 Replication Manager Application Agent CLI User Guide (TK981-96015, May 2014)

ExplanationScript text
#Stop the application programs that are using
the file system
CMDLINE=C:\tmp\stop_app.bat
(3) Pass the environment variable VAL=
ApplicationName to the command.
ENV=VAL=ApplicationName ...(3)
(4) Take a 60-second timeout.
TIMEOUT=60 ...(4)
(5) Treat a command return value of
100 or greater as an error.
END_CODE=100 ...(5)
(6) Execute on the local server.
LOCATION=LOCAL ...(6)
#Clearing of the secondary volume cache
(mounting and unmounting)
[CMD]
CMDLINE="C:\program files\CVXPAE\drm\bin
\drmmount.exe" -copy_group vg01,vol01
(7) Execute on a remote server.
LOCATION=REMOTE ...(7)
[CMD]
CMDLINE="C:\program files\CVXPAE\drm\bin
\drmumount.exe" -copy_group vg01,vol01
LOCATION=REMOTE
#Post-processing section
Application Agent CLI User Guide 261