Example – HP StorageWorks XP Remote Web Console Software User Manual
Page 76
76
XP Performance Control Export Tool
• -Xmxmemory-size(bytes)
Specifies the size of memory to be used by JRE when the Export Tool is being executed. You must
specify this parameter. The memory size must be 268435456, as shown in the Example later in
this section. If an installed memory size is smaller than the recommended memory size of Storage
Navigator PC, you must install more memory, before executing the Export Tool.
NOTE:
If an installed memory size is larger than the recommended memory size, you can specify a
memory size larger than as shown in the Example. However, to prevent lowering of execution speed, you
do not set oversized memory size.
• -Dmd.command=path-to-command-file
Specifies the path to the command file.
• -Dmd.logpath=path-to-log-file
Specifies the path to log files. A log file is created whenever the Export Tool executes.
If this parameter is omitted, log files are saved in the current directory.
• -Dmd.logfile=name-of-log-file
Specifies the name of the log file.
If this parameter is omitted, log files are named
export
MMddHH
mmss.log
. MMddHHmmss indicates
when the Export Tool executed. For example, the log file
export0101091010.log
contains log
information about Export Tool execution at Jan.1, 09:10:10.
Example
The following example assumes that the computer running the Export Tool communicates with the SVP via
a proxy host. In this example, the proxy host’s host name is Jupiter, and the proxy host’s port name is
8080
.
In the following example, a log file named
export.log
is created in the
log
directory below the current
directory when the Export Tool executes.
NOTE:
The symbol indicates the end of a command line.
java -classpath "./lib/JSanExportEx.jar;./lib/JSanRmiServer.jar"
-Dhttp.proxyHost=Jupiter -Dhttp.proxyPort=8080 -Xmx268435456
-Dmd.command=command.txt -Dmd.logpath=log sanproject.getmondat.RJMdMain
java -classpath "./lib/JSanExport.jar;./lib/JSanRmiServerEx.jar" -Xmx268435456
-Dmd.command=command.txt -Dmd.logfile=export.log -Dmd.logpath=log
sanproject.getmondat.RJMdMain