Installation Manual

HP Storage Essentials SRM 6.0 Installation Guide 257
Modifying the Boot Time Start Script (Optional)
When you install the CIM extension, its start script is put in the
SYS$COMMON:[OPT.APPQCIME.TOOLS] directory with the file name START.COM. Optionally,
this script can be used to start the CIM extension at boot time.
The following command must be included as the last line in the START.COM file:
$ @ 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. Enter: $ @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, created
by default in the SYS$COMMON:[OPT.APPQCIME.TOOLS] directory. The CXWS_LOG file rolls
over once it becomes more than 30 MB. The information in CXWS_LOG is moved to CXWS_LOG.1.
When the logs roll over again, CXWS_LOG.1 is renamed to CXWS_LOG.2 and the information that
is in CXWS_LOG is moved to CXWS_LOG.1. The numbering for the files continues sequentially, with
there being a maximum of three backup logs, as follows:
CXWS_LOG - contains the latest logging information
CXWS_LOG.1 - contains logging information that was previously in cxws.log
CXWS_LOG.2 - contains logging information that was previously in cxws.log.1