HP XP7 Command View Advanced Edition 8.0.0-01 Release Notes
4. In Host Data Collector 7.5.0 or later, the WMI protocol specified to register a host is no longer
supported. If Host Data Collector is the only program needing the corresponding exception
registration in the Windows Firewall, manually delete the registered exception.
5. In Host Data Collector 7.5.0 or later, the log collection tools were changed from the SLC and TLC
commands to the hdc_getras and hdc_target_getras commands.
Installation Considerations
Shortcuts after installation and removal (in Windows)
After an installation or removal, shortcut folder named "programs" might be incorrectly created under
the Windows Start menu. This symptom is temporary, and this shortcut folder will no longer appear
after you log off and log on to Windows.
Unsuccessful Device Manager operations due to insufficient memory in the program loading area of
the Device Manager server
Depending on the environment, memory might become insufficient in the permanent heap (the program
loading area of the Device Manager server) during Device Manager operations.
When this issue occurs, the character string "java.lang.OutOfMemoryError: PermGen space" is
displayed in the Device Manager log files below.
• In Windows:<Device-Manager-server-installation-folder>\HiCommandServer\logs\error.log
• In Linux:<Device-Manager-server-installation-folder>/HiCommandServer/logs/error.log
If the above issue occurs, follow the procedure(s):
For Windows:
1. Use a text editor to open the file Server.ini in the following folder:
<Device-Manager-server-installation-folder>\HiCommandServer
2. In the Server.ini file opened in (1), add the following line to the section [VMArgs]:
JVM_XOPT_PERM_HEAP_SIZE=-XX:MaxPermSize=128m
3. Save the changes and close the text editor.
4. Restart CVAE.
For Linux:
1. Use a text editor to open the file Server.ini in the following folder:
<Device-Manager-server-installation-folder>
2. In the Server.ini file opened in (1), add the following line to hicommand.sh file:
Change 1
Before the change: JVM_XOPT_HEAP_MAX=<memory heap size>
After the change: JVM_XOPT_HEAP_MAX=<memory heap size>
JVM_XOPT_PERM_HEAP_SIZE=-XX:MaxPermSize=128m
Change 2
Before the change: java ${JVM_XOPT_HEAP_INITIAL} ${JVM_XOPT_HEAP_MAX}
${JVM_XOPT_STACK_SIZE} -classpath ${CLASSPATH}
-Djava.security.manager=java.rmi.RMISecurityManager ...
After the change: java ${JVM_XOPT_HEAP_INITIAL} ${JVM_XOPT_HEAP_MAX}
${JVM_XOPT_STACK_SIZE} ${JVM_XOPT_PERM_HEAP_SIZE} -classpath ${CLASSPATH}
-Djava.security.manager=java.rmi.RMISecurityManager ...
3. Save the changes and close the text editor.
4. Restart CVAE.
Installation instructions 53