Users Guide

13–Linux QCS Installation
Installing WS-MAN or CIM-XML on Linux Server
198 BC0054508-00 J
If you want root user to connect remotely, issue the following:
cimconfig -s enableRemotePrivilegedUserAccess=true -p
User configuration with privilege: The Linux system users are used for
OpenPegasus authentication. Add the systems users to OpenPegasus using the
cimuser command to connect through QCS as follows:
cimuser -a -u <username> -w <password>
For example: cimuser -a -u root -w linux1
Enable HTTP
Follow these steps to enable HTTP:
1. If CIM server is not started, start it.
2. Issue the following command to set up an HTTP port (optional):
cimconfig -s httpPort=5988 -p
This property is not available for Inbox OpenPegasus.
3. Issue the following command to enable HTTP connection:
cimconfig -s enableHttpConnection=true -p
4. Issue the cimserver -s and cimserver commands, respectively, to
stop and restart CIM server for the new configuration to take effect.
Enable HTTPS
Follow these steps to enable HTTPS:
1. If CIM server is not started, start it.
2. Set up HTTPS port by issuing the following command (optional):
cimconfig -s httpsPort=5989 -p
This property is not available for inbox OpenPegasus.
3. Enable HTTPS connection with 'the following command:
cimconfig -s enableHttpsConnection=true -p
4. Issue the cimserver -s and cimserver commands, respectively, to
stop and restart CIM server for the new configuration to take effect.
Step 4: Install QLogic CMPI Provider
Ensure that OpenPegasus is installed properly before installing CMPI Provider.
Install
Issue the following command to install QLogic CMPI Provider:
% rpm -i QLGC_CMPIProvider-{version}.{arch}.rpm