HP Storage Essentials V5.1 Installation Guide Second Edition (Linux Release) (T4283-96055, November 2006)
Installing the CIM Extension for SGI IRIX216
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:
Table 2 Parameters for CIM Extensions
Parameter Description
-user The user defined in this parameter must be a valid user for the
host. Only the user needs to be defined. The user name and
password are provided from the management server during
discovery. The user does not need to have root authority. A
colon separated list can be used to specify multiple users.
-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.
-agentnic
<ip address>
Restricts the CIM Extension on multihomed systems to listen only
on the designated IP address.
-mgmtServerIP
<ip address>
Restricts the CIM Extension to listen only to a specific
management server IP address.