HP Storage Essentials V5.00.01 installation guide (T4283-96011, January 2006)

Storage Essentials 5.00.01 Installation Guide 117
Discovery > Setup > Add Address). In the IP Address/DNS Name field, type a colon and then
the port number after the IP address or DNS name, as shown in the following example:
192.168.1.2:1234
where
192.168.1.2 is the IP address of the host
1234 is the new port number
If you have already added the host to the discovery list (Tools > Storage Essentials > Home >
Discovery > Setup) on the management server, you must remove it and then re-add it. You cannot
have more than one listing of the host with different ports.
Finding the Version of a CIM Extension
You can find the version number of a CIM Extension:
1. Go to the /opt/APPQcime/tools directory.
2. Type the following at the command prompt:
# ./start -version
You are shown the version number of the CIM Extension and the date it was built, as shown in
the following example:
CXWS for mof/cxws/cxws-aix.mof
CXWS version xxxx, built on Fri xx-March-xxxx 12:29:49 by dmaltz
Modifying the Boot Time RC Start Script (Optional)
When you install the CIM Extension, its start script is put in the /etc/rc.d/rc2.d directory with the
file name S99appqcime. The CIM Extension uses this script to start at boot time. You can modify this
script if you want to add parameters. Any parameter you can add when you manually start the CIM
Extension, such as -port, can be added to the start script.
To modify the file:
1. Open S99appqcime in a text editor.
2. Find the following line of code:
${APPIQ_HOME}/tools/start
3. Add the parameter after /start. For example, assume you want to change the port for the CIM
Extension to port 1234. You would add -port 1234 after /start, as shown in the following
example:
${APPIQ_HOME}/tools/start -port 1234
4. Save the file.
The changes take effect the next time the script executed when the host reboots.
Stopping the CIM Extension
To stop the background process for the CIM Extension, enter the following at the command prompt
in the /opt/APPQcime/tools directory:
# ./stop