HP StorageWorks P9000 Performance Advisor Software v5.2 Command-line User Interface Reference Guide (T1789-96316, May 2011)

Would you like to Enable IPv6? y or n. [n]:
Enter the Management Station name or IP:
Have you installed and configured Secure Socket Layer (SSL) on
the management station's web server? Enabling SSL is optional
and not required to run Performance Advisor. y or n. [n]:
Enter a username and password pair
<use the form user:passwd>:
4. Enter the correct user name and password, and press the Enter key. You are displayed an inform-
ational message that the properties file is updated.
CLUI command gives Java error
If CLUI (Command Line User Interface) commands fail with the error: "Exception in thread "main"
java.lang.OutOfMemoryError: Java heap space", you need to increase the Java size by adding new
java options -xms & -xmx for the failed command. To increase the Java heap size for a batch file:
1. Open the batch file from: <install directory>:\Program Files\Hewlett-Packard\Performance Ad-
visor\clui\<file.bat>
2. Replace the following line:
%javacmd% -Djava.cmd=%javacmd% -Dinstall.dir="%installdir%" -cp
%classpath% com.hp.xpsl.clui.XpPaCli %COMMAND% %*
with
%javacmd% -Djava.cmd=%javacmd% -Dinstall.dir="%installdir%" -Xms256m
-Xmx1024m -cp %classpath% com.hp.xpsl.clui.XpPaCli %COMMAND% %*
Classpath error
Problem: Unable to initialize threads: cannot find class java/lang/Thread Could not create Java VM.
Solution: Earlier versions of the P9000 Performance Advisor CLUI required the user to set some
environment variables. This error message indicates that the classpath environment variable was not
set correctly. (This error must not occur with new install scripts.) Report this error directly to your HP
contact.
Install script exits with an error
Problem: Install script exits with the message: 'JRE was not found in path <jre_location>.
Check the location and try again.' Solution: The location the user entered for the java environment
is not valid. In UNIX variants, execute install.sh and enter the correct path to the java environment.
In Windows, edit the JAVA_HOME environment variable, and run the install.bat script again.
Problem: Install script exits with the message: 'install.sh: this script must be run as root....exiting'.
Solution: You are not logged in as the root user. Log in as root, and run install.sh again.
Common command errors
Problem: Command outputs this message: 'Error reading console output'. Solution: If you are
connecting to a UNIX system remotely using telnet, your terminal emulation is not supported. You can
try running the command using a different terminal emulation, such as xterm or ansi. Otherwise,
contact your HP representative.
TroubleshootingTroubleshooting60