Help - HPE XP7 User Manual

Performance for open and mainframe systems
Hide thumbs Also See for XP7:
Table of Contents

Advertisement

Operands
Operand
switch={m|off}
Examples
The following command file saves port statistics and then ends monitoring ports:
svpip 158.214.135.57 login expusr passwd show group Portshort
-range 201304010850:201304010910
applyset switch=off
The following command file starts monitoring remote copy operations. The sampling time interval
is 10 minutes:
svpip 158.214.135.57 login expusr passwd set switch=10

help

Description
The help subcommand displays the online help for subcommands.
If you want to view the online help, you should create a batch file and a command file that are
exclusively used for displaying the online help. For detailed information, see the following Example.
Syntax
help
Example
In this example, a command file (cmdHelp.txt) and a batch file (runHelp.bat) are created in the
C:\export directory on a Windows computer:
Command file (c:\export\cmdHelp.txt):
help
Batch file (c:\export\runHelp.bat):
java -classpath "./lib/JSanExportLoader.jar"
-Del.tool.Xmx=536870912 -Dmd.command=cmdHelp.txt
-Dmd.logpath=log sanproject.getexptool.RJElMain<CR+LF>
pause<CR+LF>
In the preceding script, <CR+LF> indicates the end of a command line.
In this example, you must do one 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 then press Enter.
Description
To start monitoring, specify the sampling interval (interval of collecting statistics) of monitoring
data at m. Specify a value between 1 and 15 in minutes. m is the sampling interval in short
range monitoring by Performance Monitor. The sampling interval in long range is fixed to 15
minutes.
To end monitoring, specify off.
If this operand is omitted, the set subcommand does not make settings for starting or ending
monitoring.
Export Tool command reference
81

Advertisement

Table of Contents
loading

Table of Contents