beautypg.com

Help subcommand, Java command for exporting data in files, Help subcommand -66 – Hitachi MK-96RD617-08 User Manual

Page 230: Java command for exporting data in files -66

background image

7-66

Using the Export Tool

Hitachi Universal Storage Platform V/VM Hitachi Performance Manager User’s Guide

help Subcommand

Syntax

help

Description

The help subcommand displays the online help for subcommands.

If you want 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, refer to 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/JSanRmiServerSx.jar" -Xmx536870912 -
Dmd.command=cmdHelp.txt

-Dmd.logpath=log sanproject.getmondat.RJMdMain

pause

In the above script, 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 key.

Java Command for Exporting Data In Files

Syntax

JavaU-classpathUclass-pathUproperty-
parameters
Usanproject.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.