7–Installing Management Applications
Detailed Procedures
76
83840-546-00 D
Additional Settings
The $PEGASUS_HOME variable must be set up in the shell environment, and
$PEGASUS_HOME/bin needs to be appended to the $PATH environment.
Examples
export PEGASUS_PLATFORM="LINUX_X86_64_GNU"
export PEGASUS_CIM_SCHEMA="CIM222"
export PEGASUS_ENABLE_CMPI_PROVIDER_MANAGER=true
export PEGASUS_ROOT="/share/pegasus-2.10-src"
export PEGASUS_HOME="/pegasus"
export PATH=$PATH:$PEGASUS_HOME/bin
For SSL Support, add the following environment variable:
export PEGASUS_HAS_SSL=true
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.
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, run the following command:
source /root/.bash_profile
When you logout and login, the environment variables will be set.
Summary of Contents for 8400 Series
Page 390: ......