HP StorageWorks XP Command View Advanced Edition Software 6.4 Server Administrator Guide for Device Manager and Provisioning Manager (web) (T1780-96341, July 2010)

Table Of Contents
Overview
27
Select Start > All Programs > XP Command View AE > Device Manager > Start Server
with Common Services.
In Linux:
installation-directory-for-Common-Component/bin/hcmdssrv -start
6. If XP Command View AE Suite products whose versions are earlier than 5.7 have been
installed, start their services as required.
For details about how to start these services, see the manual for your product version.
1-3-2-2 Setting the memory heap size of the Device Manager server
To set the memory heap size of the Device Manager server:
1. Use a text editor to open the following file.
In Windows:
installation-folder-for-the-Device-Manager-server\Server\Server.ini
In Linux:
installation-directory-for-the-Device-Manager-server/hdvm.sh
2. Specify an appropriate memory heap size.
In Windows:
Specify an appropriate memory heap size for JVM_XOPT_HEAP_MAX using the following
format:
JVM_XOPT_HEAP_MAX=-Xmxnew-setting-valuem
In Linux:
Specify an appropriate memory heap size for the -Xmx option of the java command
specified in the script for the start option.
This example shows how to change the value from 256 MB to 512 MB:
Before: java -Xmx256m -classpath ...
After: java -Xmx512m -classpath ...
Table 1-13 Appropriate memory heap size for the Device Manager server
Number of LDEVs Memory heap size (MB)
2,000 or less 256
2,000 to 6,000 512
6,001 or more 1,024
3. Restart the Device Manager server.
In Windows:
Select Start > All Programs > XP Command View AE > Device Manager > Stop Server.
After the Device Manager server stops, select Start > All Programs > XP Command View
AE > Device Manager > Start Server.
In Linux:
installation-directory-for-the-Device-Manager-server/suitesrvcntl -
stop_hdvm
installation-directory-for-the-Device-Manager-server/suitesrvcntl -
start_hdvm