Users Guide

13–Linux QCS Installation
Installing WS-MAN or CIM-XML on Linux Server
196 BC0054508-00 J
For WS-MAN support, add the following environment variable:
export PEGASUS_ENABLE_PROTOCOL_WSMAN=true
CIM-XML and WSMAN in OpenPegasus use the same ports for HTTP or HTTPS.
The default port numbers for HTTP and HTTPS are 5989 and 5989, respectively.
Build and install OpenPegasus
From $PEGASUS_ROOT (the location of the Pegasus source root directory), issue
the following commands:
make clean
make
make repository
Step 2: Start CIM Server on the Server
Issue the cimserver command to start CIM server. To stop CIM server, issue
the command cimserver -s.
NOTE
You can add these exports at the end of the .bash_profile. This file is
located in the /root directory.
The environment variables will be set when a user logs in using PuTTY.
On the Linux system itself, for each terminal where the environment
variables are not set, issue the following command:
source /root/.bash_profile
When you logout and login, the environment variables are set.
NOTE
Whenever OpenPegasus is built from source, all configurations are reset to
the default values. If you are rebuilding OpenPegasus, you must redo the
configuration as described in “Step 3: Configure OpenPegasus on the
Server” on page 197.