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

Storage Essentials 5.00.01 Installation Guide 145
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-linux.mof
CXWS version 3.6.0.39, built on Thu 7-October-2004 03:05:44 by dmaltz
Finding the Status of the CIM Extension
You can always check the status of the CIM Extension by entering the following in the
/opt/APPQcime/tools directory, where /opt is the directory into which you installed the CIM
Extension:
./status
The CIM Extension is running when the following message is displayed:
CIM Extension Running: Process ID: 93
where 93 is the process ID running the CIM Extension
Modifying the Boot Time RC Start Script (Optional)
The CIM Extension uses the S99appqcime 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.
The S99appqcime script is in the following directories so that the CIM Extension can start when the
ASCII or graphic user interface (GUI) mode is enabled:
/etc/rc3.d - The directory for when the host starts in ASCII mode
/
/etc/rc5.d - The directory for when the host starts in the GUI mode
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.