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

Installing the CIM Extension for HP Tru64 UNIX164
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 CIM Extension, enter the following at the command prompt in the /opt/APPQcime/tools
directory, where /opt is the directory into which you installed the CIM Extension:
# ./stop
Keep in mind the following:
You must have root privileges to stop the CIM Extension.
When you stop the CIM Extension, the management server is unable to gather information
about this host.
Rolling Over the Logs
The logging information for the CIM Extension is contained primarily in the cxws.log file. The
cxws.log files roll over once the files become more than 30 MB. The information in cxws.log is
moved to cxws.log.1. If cxws.log.1, already exists, cxws.log.2 is created. The numbering for the
files continues sequentially, for example, cxws.log.3, cxws.log.4, etc.
The cxws.out file contains some logging information, such as the CIM Extension starting, which is
recorded in case something unexpected happens with the Java Virtual Machine. The cxws.out file is
rewritten each time the CIM Extension restarts.
The cxws_native.log contains logging information relative to Tru64 system calls used. The
configuration information for cxws_native.log is maintained in
the /opt/APPQcime/config/cxws_native.cfg file where /opt is the directory into which
you installed the CIM extension. When the log file size exceeds LOG_SIZE specified in the
configuration file, the cxws_native.log file rolls over. The information in the
cxws_native.log is moved to cxws_native.log.old. If cxws_native.log.old already
exists, it is deleted.
Increasing the Native Logging Level
The cxws_native.log contains logging information relative to Tru64 system calls used. The
configuration information for cxws_native.log is maintained in