The help subcommand, Syntax, Description – HP StorageWorks XP Remote Web Console Software User Manual
Page 75: Example, The java command for exporting data in files, Operands, The java command for exporting data, In files, Plained in, The help subcommand” on

XP Performance Control user guide
75
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.
The java command for exporting data In files
Syntax
java
-classpathclass-pathproperty-parameterssanproject.getmondat.
RJMdMain
Description
This java command starts the Export Tool.
To start the Export Tool, you must write this java command in the batch file, and run the batch file.
Operands
class-path
Specifies the path to the Export Tool’s class file.
The path must be enclosed in double quotation marks (").
property-parameters
You can specify the following parameters. At least you must specify -Dmd.command.
• -Dhttp.proxyHost=host-name-of-proxy-host, or
-Dhttp.proxyHost=IP-address-of-proxy-host
Specifies the proxy host’s host name or IP address. You must specify this parameter if the computer
that runs the Export Tool communicates with the SVP via a proxy host.
• -Dhttp.proxyPort=port-number-of-proxy-host
Specifies the proxy host’s port number. You must specify this parameter if the computer that runs
the Export Tool communicates with the SVP via a proxy host.
help
java -classpath "./lib/JSanExport.jar;./lib/JSanRmiServerEx.jar" -Xmx268435456 -
-Dmd.command=cmdHelp.txt -Dmd.logpath=log sanproject.getmondat.RJMdMain
pause