Help subcommand, Syntax, Description – HP XP Array Manager Software User Manual
Page 156: Example, Java command for exporting data in files, 156 description, 156 example, Java command for exporting data, In files, Java command for exporting data in
help Subcommand
Syntax
help
Description
The help command displays the online help for commands.
To view the online help, It is recommended that you create a batch file and a command file that are
exclusively used for displaying the online help. For detailed information, see Example below.
Example
In this example, a command file (cmdHelp.txt) and a batch file (runHelp.bat) are created in the
C:\export directory in a Windows computer:
•
Command file (c:\export\cmdHelp.txt):
help
•
Batch file (c:\export\runHelp.bat):
Java -classpath "./lib/JSanExport.jar;./lib/JSanRmiServer.jar"
-Dmd.command=cmdHelp.txt
-Dmd.logpath=log sanproject.getmondat.RJMdMain
pause
The
symbol in this batch file example 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 with the mouse
•
Go to the c:\export directory at the command prompt, enter runHelp or runHelp.bat and then
press the
Java Command for Exporting Data In Files
Syntax
Java
-classpath
class-path
property-parameters
sanproject.getmondat.RJMdMain
Description
This Java command starts the Export Tool.
To start the Export Tool, you must write this Java command in your batch file and then run the batch
file.
Using the Export Tool
156