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

Installing the CIM Extension for HP-UX136
xxxx is the year.
x.x.x.x is the version of the CIM Extension
Combining Start Commands
You can also combine the -users and -port commands as follows:
./start -users myname -port 1234
or
./start -port 1234 -users myname
where
myname is the user name that must be used to discover this HP-UX host
1234 is the new port
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)
When you install the CIM Extension, its start script is put in the /sbin/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.