Installation Manual

Installing the CIM Extension for Sun Solaris278
Finding the Version of a CIM Extension
To 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-solaris.mof
CXWS version x.x.x.x, built on Fri 12-March-xxxx 12:29:49 by dmaltz
where
x.x.x.x is the version for the CIM extension
xxxx is the year
Combining Start Commands
You can combine the -users and -port commands as follows:
./start -users myname -port 1234
or
./start -port 1234 -users myname
where
myname is the user name that must be used to discover this Solaris host
1234 is the new port
-user The user defined in this parameter must be a valid existing
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.
-mgmtServerIP
<ip address>
This parameter restricts the CIM extension to listen only to a
specific management server IP address.
Table 22 Parameters for CIM Extensions (continued)
Parameter Description