HPE XP7 User Manual page 83

Performance for open and mainframe systems
Hide thumbs Also See for XP7:
Table of Contents

Advertisement

Operand
Description
Examples
The following example assumes that the computer running Export Tool communicates with SVP
through a proxy host. In the following example, the host name of the proxy host is Jupiter, and
the port name of the proxy host is 8080:
java -classpath "./lib/JSanExportLoader.jar"
-Dhttp.proxyHost=Jupiter -Dhttp.proxyPort=8080 -Xmx536870912
-Dmd.command=command.txt
-Dmd.rmitimeout=20
-Dmd.logpath=log sanproject.getexptool.RJElMain <CR+LF>
In the following example, a log file named export.log will be created in the log directory below
the current directory when Export Tool runs:
java -classpath "./lib/JSanExportLoader.jar"
-Del.tool.Xmx=536870912 -Dmd.command=command.txt -Dmd.logfile=export.log
-Dmd.logpath=log sanproject.getexptool.RJElMain<CR+LF>
In the above script, <CR+LF> indicates the end of a command line.
-Dmd.rmitimeout=timeout(min.)
Specifies the timeout value for communication between Export Tool and the SVP:
Default: 20 minutes
Minimum: 1 minute
Maximum: 1,440 minutes (24 hours)
If a request does not come from Export Tool within the timeout period, the SVP
determines that execution has stopped and disconnects the session with Export Tool.
Therefore, if the machine on which Export Tool is running is slow, Export Tool sessions
may be disconnected unexpectedly. To prevent this from occurring, increase the timeout
period by entering a larger value in this parameter.
-Del.logpath=log-output-directory-name
Specify the directory to store the log file generated when Export Tool was downloaded.
By default, the current directory is set. The initial value for the startup batch file is log.
-Del.logfile=log-file-name
Specify the name of the log file generated when Export Tool was downloaded. By
default, loaderMMddHHmmss.log is set. MM is the month, dd is the date, and HH is
the hour, mm is minutes, and ss is seconds. When the default name is used, a new log
file is created every time you run Export Tool. As a result, you need to delete log files
regularly. The initial value for the startup batch file is not specified.
-Del.mode=startup-mode-of-Export-Tool (all/delete)
Specify the startup mode of Export Tool. The following shows startup modes and their
behavior.
Mode: all
Download Export Tool: Yes
Run Export Tool: Yes
Delete temporary directories in the lib directory: Yes
Mode: delete
Download Export Tool: no
Run Export Tool: no
Delete temporary directories in the lib directory: Yes
Export Tool command reference
83

Advertisement

Table of Contents
loading

Table of Contents