Installation Manual

Installing the CIM Extension for SGI IRIX224
Starting the CIM Extension by chkconfig
After installation, appqcime chkconfig is on by default. This means the appqcime service starts
automatically after the host is rebooted. The appqcime service must be running for the management
server to obtain information about the host. You can disable the appqcime service so that it does
not start automatically after a reboot.
NOTE: You can only disable appqcime from starting automatically after a reboot if you are at run
level 2.
To check the appqcime chkconfig status, enter the following at the command prompt:
# chkconfig | grep appqcime
If appqcime is capable of starting after a reboot, it is shown to be on, as displayed in the following
output:
appqcime on
To disable appqcime from starting after a reboot, enter the following at the command prompt:
# chkconfig appcime off
If you have disabled the automatic start-up of appqcime, and you want to enable appqcime so it
will start after a reboot, enter the following at the command prompt:
# chkconfig appqcime on
Finding the Version of a CIM Extension
You can find the version number of a CIM extension:
1. Go to the /opt/APPQcime/tools directory.
2. Enter the following at the command prompt:
# ./start -version
The version number of the CIM extension and the date it was built are displayed, as shown in
the following example:
CXWS for mof/cxws/cxws-irix.mof
CXWS version x.x.x.x, built on Fri 12-March-xxxx 12:29:49 by dmaltz
where
-credentials
<username from the
management server>
:<password>
The credentials defined by this parameter must match the
values entered from the management server during discovery.
They are not used as authentication on the host itself.
-mgmtServerIP
<ip address>
This parameter restricts the CIM extension to listen only to a
specific management server IP address.
Table 16 Parameters for CIM Extensions (continued)
Parameter Description