HP XP24000, XP20000 manual Running the ExPath Tool

Models: XP20000 XP24000

1 170
Download 170 pages 46.46 Kb
Page 161
Image 161

; Disconnect

svpip 127.0.0.1 login root password

disconnect E1-1 E1-2 disconnect E2-1 E2-2

The svpip and login commands are used for writing the authentication information. If no authentication file is created, the authentication information must be written in a command file as shown above.

Running the ExPath Tool

To run the ExPath tool, write the following command in a batch file, and execute the batch file on the command line. The ExPath tool cannot be started multiple times concurrently.

A sample batch file (runWin.bat) is provided for your use. You can customize this batch file to suit your needs.

Syntax

javaclasspathclasspathproperties_a_to_esanproject.uvmdat.RJUvmMain

Parameters

Parameter

Description

classpath

Specifies the paths to the JAR files

 

("./lib/JSanExPthTool.jar;./lib/JSanRmiServerSx.jar").

(a) -Djava.security.policy=a policy file

Specifies the file that contains the Java security policy.

path (Required)

 

(b) -Duvm.authentication=an authentication

Specifies the file that contains the authentication

file path

information. To encrypt the authentication information or

 

to use an IPv6 address of the SVP, this parameter is

 

required. If the parameter is omitted, the authentication

 

information in a command file will be used.

(c)-Duvm.command=a command file path (Required)

(d)-Duvm.logpath=a directory where a log file should be created

(e)-Duvm.logfile=a log file name

Specifies the file that contains information about the operation and target external volume.

Specifies the directory where a log file should be created. If this parameter is omitted, a log file will be created in the current directory.

Specifies the log file name. If the directory already has a log file with the same name, the log file will be overwritten.

If this parameter is omitted, a log file named uvm-MMDDHHMMSS.logwill be created. MMDDHHMMSS in the file name will be numbers indicating month, day, hour, minute, and second. In addition, if this parameter is omitted, a new log file will be created every time you start the ExPath tool. Delete unnecessary log files regularly.

Example

java -classpath "./lib/JSanExPthTool.jar;./lib/JSanRmiServerSx.jar" -Xmx268435456 -Djava.security.policy=myPolicy.txt -Duvm.authentication=Authentication.txt -Duvm.command=command.txt -Duvm.logpath=log sanproject.uvmdat.RJUvmMain

Termination Code

0: The ExPath tool finished successfully.

Using the ExPath Tool 161

Page 161
Image 161
HP XP24000, XP20000 manual Running the ExPath Tool