HP StorageWorks Performance Control XP user guide (T1605-96007, October 2007)
74 Performance Control Export Tool
To end monitoring, specify off.
If this operand is omitted, the set subcommand does not make settings for starting or ending
monitoring.
Example
The following command file saves port statistics, and ends monitoring ports:
The following command file starts monitoring remote copy operations. The sampling time interval is 10
minutes.
The help subcommand
Syntax
help
Description
The help subcommand displays the online Help for subcommands.
To view the online Help, HP recommends creating a batch file and command file that are exclusively used
for displaying online Help. For detailed information, see the following example.
Example
In this example, a command file (cmdHelp.txt) and batch file (runHelp.bat) are created in the
C:\export directory in a Windows computer:
• Command file (
c:\export\cmdHelp.txt):
• Batch file (
c:\export\runHelp.bat):
NOTE: The ↵ symbol in this batch file example indicates the end of a command line.
In this example, you must do either of the following to view the online Help:
•Double-click
runHelp.bat.
•Go to the
c:\export directory at the command prompt, enter runHelp or runHelp.bat and
press Enter.
svpip 158.214.135.57
login expusr passwd
show
group Port
shortrange 200404010850:200404010910
apply
set switch=off
svpip 158.214.135.57
login expusr passwd
set switch=10
help
java -classpath "./lib/JSanExport.jar;./lib/JSanRmiServer.jar"
-Dmd.command=cmdHelp.txt -Dmd.logpath=log sanproject.getmondat.RJMdMain ↵
pause ↵