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

Storage Essentials 5.00.01 Installation Guide 155
$ @ sys$common:[opt.appqcime.tools]start
Parameters you can add when you manually start the CIM Extension, such as -port, and -users
can be enabled using the above command.
To modify the sys$startup:systartup_vms.com file:
1. Open sys$startup:systartup_vms.com in a text editor.
2. Find the following line of code:
$ EXIT
3. Add the following line before the line containing $ EXIT
$ @ sys$common:[opt.appqcime.tools]start
4. Save the file.
The changes take effect the next time the script is executed when the host reboots.
Stopping the CIM Extension
To stop the CIM Extension:
1. Log in to the system as a superuser.
2. Navigate to the following directory:
sys$common:[opt.appqcime.tools]
Where sys$common:[opt] is the directory in which you installed the CIM Extension.
3. Type: $ @stop to stop the CIM Extension.
NOTE: Once the CIM Extension is stopped on the host, the management server will not be able to
gather information about this host.
Rolling Over the Log Files
The logging information for the CIM Extension is contained primarily in the cxws_log file. The
Cxws_log files roll over when the files reach 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 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 OpenVMS native operations. The
configuration information for cxws_native.log is maintained in
sys$specific:[opt.appqcime.config]cxws_native.cfg where
sys$specific:[opt] is the directory in which the node-specific files of the CIM Extension are
present. When the log file size exceeds the LOG_SIZE parameter specified in the configuration file
for the cxws_native.log, the file rolls over. The information in cxws_native.log is moved to
cxws_native.log_old. If cxws_native.log_old already exists, it is deleted.