(file) Return to SetConfig_EnvVar.help CVS log (file) (dir) Up to [Pegasus] / pegasus

File: [Pegasus] / pegasus / Attic / SetConfig_EnvVar.help (download)
Revision: 1.2, Thu Sep 2 18:21:18 2004 UTC (19 years, 8 months ago) by konrad.r
Branch: MAIN
CVS Tags: pegasus25BeforeLicenseUpdate, SLPPERFINST-root, SLPPERFINST-branch, RELEASE_2_4_3, RELEASE_2_4_2, RELEASE_2_4_1-BETA3, RELEASE_2_4_1-BETA2, RELEASE_2_4_1-BETA1, RELEASE_2_4_1, RELEASE_2_4_0-RC3, RELEASE_2_4_0-RC2, RELEASE_2_4_0, RELEASE_2_4-root, RELEASE_2_4-branch, PEP217_PRE_BRANCH, PEP217_POST_BRANCH, PEP217_BRANCH, PEP214ROOT, PEP214BRANCH, PEP214-root, PEP214-branch, PEP213_SIZE_OPTIMIZATIONS, PEP-214B-root, PEG25_IBM_5_16_05, IBM_241_April1405, CHUNKTESTDONE_PEP140
Changes since 1.1: +9 -2 lines
BUG#: 2017
TITLE: SetConfig_EnvVar.help needs to have the CMPI and JMPI, Remote CMPI support env updated

DESCRIPTION:

PEGASUS_ROOT {
	path,
	--source,
	Directory where source code is located,
	Location where Pegasus source code is located.}

PEGASUS_HOME {
	path,
	--binary,
	Directory where built binaries are deposited,
	Location where Pegasus built binaries are located. Can be the same as PEGASUS_ROOT.}

PEGASUS_HAS_SSL { 
# Dependency:
	OPENSSL_HOME,
# Type: Boolean or Path
	Boolean, 
	--enable-ssl, 
# short description
	Build in SSL support,
# long description 
	Enabling SSL will compile SSL support in Pegasus. If your SSL include files are located in a non-standard location, make sure to define OPENSSL_HOME with the right directory.}

OPENSSL_HOME { 
	path,
	--openssl-home,
	Path to OpenSSL header files,
	Needed only if OpenSSL is installed non-standard and the header files are located in nonstandard location.}

PEGASUS_PAM_AUTHENTICATION {
 	Boolean,
	--enable-pam, 
	Build in PAM support, 
	Enabling PAM will comile PAM support in Pegasus and provide authentication .}

PEGASUS_ENABLE_CMPI_PROVIDER_MANAGER {
	Boolean,
	--enable-cmpi,
	Build in CMPI support,
	Enabling CMPI support. This is required to have Remote CMPI support of if you want to use/write CMPI providers.}

PEGASUS_ENABLE_REMOTE_CMPI {
	PEGASUS_ENABLE_CMPI_PROVIDER_MANAGER,
	Boolean,
	--enable-remote-cmpi,
	Enable Remote CMPI extension,
Remote CMPI enables providers to be run on remote systems without the need for an extra CIMOM. It uses a special proxying provider to relay requests to a remote location using so-called communication layers. The remote side has to start a CMPIRDaemon process, which accepts remote requests and passes them on to CMPI style providers.  Remote providers are fully binary compatible and need not to be recompiled.  Currently there are two types of remote provider available: out-of-process providers and TCP/IP providers using a separate daemon program.}

PEGASUS_ENABLE_JMPI_PROVIDER_MANAGER {
	Boolean,
	--enable-jmpi,
	Enable Java provider support,
	Enable support for Java providers.}

PEGASUS_ENABLE_SLP {
	Boolean,
	--enable-slp,
	Enable SLP support,
	Enables Service Locator Protocol. SLP is used to broadcast CIMOMs.}

PEGASUS_USE_PAM_STANDALONE_PROC {
	Boolean,
	--enable-standalone-pam,
	Enable a PAM workaround,
	PAM authentication has a leak in it. This workaround provides a process which communicates with the CIMserver the authentication information without causing a memory leak in CIMserver.}

PEGASUS_DEBUG {
	Boolean,
	--enable-debug,
	Compile in debug statements,
	Provide more debug information.}

PEGASUS_USE_RELEASE_CONFIG_OPTIONS {
	Boolean,
	--use-release-config-options,
	Compile code with release config options,
	Compile the code with release config options built-in.}

PEGASUS_USE_RELEASE_DIRS {
	Boolean,
	--use-release-dirs,
	Compile code with release dirs,
	Compile code with release dirs built in.}

PEGASUS_LOCAL_DOMAIN_SOCKET {
	Boolean,
	--enable-domain-socket,
	Enable domain socket connection,
	Enable domain socket connection.}

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2