beautypg.com

Examples – Hitachi MK-96RD617-08 User Manual

Page 232

background image

7-68

Using the Export Tool

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

Examples

The following example assumes that the computer running the Export Tool
communicates with the SVP via a proxy host. In this example, the host name
of the proxy host is Jupiter, and the port name of the proxy host is 8080:

Java -classpath "./lib/JSanExport.jar;./lib/JSanRmiServerSx.jar" -Dhttp.proxyHost=Jupiter

-Dhttp.proxyPort=8080

-Xmx536870912

-Dmd.command=command.txt -Dmd.logpath=log

sanproject.getmondat.RJMdMain

In the following example, a log file named export.log will be created in the

log directory below the current directory when the Export Tool executes:

Java -classpath "./lib/JSanExport.jar;./lib/JSanRmiServerSx.jar" -Xmx536870912 -
Dmd.command=command.txt

-Dmd.logfile=export.log -Dmd.logpath=log sanproject.getmondat.RJMdMain

In the above script, the " " symbol indicates the end of a command line.