HP XP7 Performance Advisor v6.1 Software Troubleshooting and FAQs Guide
3. If CLUI is installed on a Windows platform, in the Command Prompt window, type
proputility.bat -i at the C:\Program Files\Hewlett-Packard\Performance
Advisor\clui prompt and press the Enter key.
C:\Program Files\Hewlett-Packard\Performance Advisor\clui>
proputility.bat -i
If CLUI is installed on an AIX, HP-UX, Linux, or Sun Solaris platform, type proputility.bat
-i at the /opt/xppa/clui prompt and press the Enter key.
/opt/xppa/clui> proputility.bat -i
The following text is displayed in the same command prompt window. You are also prompted
to modify the existing settings as applicable. In addition to prompting you for enabling the
IPv6 and SSL settings, and modify the IP address of the management station, you are also
prompted to modify the existing user name and password.
This utility creates and maintains the wrapper.properties file.
You may hit enter to keep the current (or default) values for each entry.
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>:
Post SSL configuration the following error is displayedUnsupportedOperationException().
Perform the following steps:
Cause
Installcert files need modification for communicating with JRE 1.7 version
a. Open the installCert.java file.
b. As shown below: Comment the following line: throw new
UnsupportedOperationException(); and
add the following line: return new X509Certificate[0];.
public X509Certificate[] getAcceptedIssuers() {
return new X509Certificate[0];
//throw new UnsupportedOperationException();
}
c. Repeat the steps.
4. Enter the correct user name and password, and press the Enter key. You are displayed an
informational message that the properties file is updated.
CLUI command gives Java error
Cause
CLUI (Command Line User Interface) commands fail with the error: "Exception in thread "main"
java.lang.OutOfMemoryError: Java heap space.
Resolution
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
Advisor\clui\<file.bat>
2. Replace the following line:
%javacmd% -Djava.cmd=%javacmd% -Dinstall.dir="%installdir%" -cp
%classpath% com.hp.xpsl.clui.XpPaCli %COMMAND% %*
with
38 Troubleshooting HP XP7 Performance Advisor issues