(file) Return to BuildAndReleaseOptions.html CVS log (file) (dir) Up to [Pegasus] / pegasus / doc

Diff for /pegasus/doc/BuildAndReleaseOptions.html between version 1.48 and 1.49

version 1.48, 2014/09/15 07:52:13 version 1.49, 2014/10/12 00:04:17
Line 1 
Line 1 
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html><head> <html><head>
  
   <link rel="stylesheet" href="http://www.opengroup.org/stylesheets/info1.css"></head><body>    <link rel="stylesheet" href="http://www.opengroup.org/stylesheets/info1.css">
 <hr>  
  
 <p align="center">  </head><body>
   <b><font size="4">Recommended OpenPegasus Build and Configuration Options for Selected Platforms</font></b>  <hr>
   <p align="center"> <b><font size="4">Recommended OpenPegasus Build and
   Configuration Options for Selected Platforms</font></b>
 </p> </p>
  
 <hr> <hr>
   <p><b>Abstract: </b> This document defines a set of recommended
 <p><b>Abstract: </b>  options for building, testing and running OpenPegasus on a selected set
   This document defines a set of recommended options for building,  of platforms. In this version of the document, platform-specific
   testing and running OpenPegasus on a selected set of  configuration information have been documented for the platforms
   platforms. In this version of the document, platform-specific configuration  described in the "Documented Platforms" section of this document.
   information have been documented for the platforms described in the  
   "Documented Platforms" section of this document.  
 </p> </p>
  
 <p><b>Note 1: </b>  <p><b>Note 1: </b> The recommendations defined in this document are
   The recommendations defined in this document are not intended to document  not intended to document the feature set included in any vendor's
   the feature set included in any vendor's OpenPegasus-based product.  OpenPegasus-based product. Rather, the purpose of this document is to
   Rather, the purpose of this document is to provide input to vendors when  provide input to vendors when making product decisions.<br>
   making product decisions.<br>  
 </p> </p>
  
 <hr> <hr>
   
 <h2>Definition of the Problem</h2> <h2>Definition of the Problem</h2>
  
 <p>OpenPegasus supports a large number of build and runtime options. <p>OpenPegasus supports a large number of build and runtime options.
 Determining which options to use can be challenging. The purpose of this  Determining which options to use can be challenging. The purpose of
 document is to simplify the build, testing and administration of OpenPegasus  this
   document is to simplify the build, testing and administration of
   OpenPegasus
 by providing a recommended, tested set of options.</p> by providing a recommended, tested set of options.</p>
  
 <h2>Documented Platforms</h2> <h2>Documented Platforms</h2>
Line 44 
Line 43 
 additional information.</p> additional information.</p>
  
 <ul> <ul>
   
   <table bordercolordark="#666666" bordercolorlight="#CCCCCC" border="1" cellspacing="1" width="20%">   <table bordercolordark="#666666" bordercolorlight="#CCCCCC" border="1" cellspacing="1" width="20%">
     <tbody><tr>      <tbody>
         <tr>
       <th align="center" bgcolor="#cae6ca">Platform</th>       <th align="center" bgcolor="#cae6ca">Platform</th>
       <th align="center" bgcolor="#cae6ca">Status</th>       <th align="center" bgcolor="#cae6ca">Status</th>
     </tr>     </tr>
Line 101 
Line 102 
       <td>VMS_IA64_DECCXX</td>       <td>VMS_IA64_DECCXX</td>
       <td>&nbsp;</td>       <td>&nbsp;</td>
     </tr>     </tr>
     </tbody></table>      </tbody>
     </table>
 </ul> </ul>
  
 <h2>Proposed Solution</h2> <h2>Proposed Solution</h2>
  
 <h3>Security Considerations</h3> <h3>Security Considerations</h3>
   
 <ol> <ol>
   <li>  
     To avoid introducing security vulnerabilities, vendors must never    <li> To avoid introducing security vulnerabilities, vendors must
     ship providers incompatible with the security assumptions used in  never ship providers incompatible with the security assumptions used in
     their deployment.  their deployment. For example, providers designed for a single-user
     For example, providers designed for a single-user deployment that  deployment that don't perform authorization must not be shipped with a
     don't perform authorization  must not be shipped with a CIM Server  CIM Server that expects the providers to perform authorization. Note
     that expects the providers to perform authorization. Note that  that this authorization burden is considerably lighter if the provider
     this authorization burden is considerably lighter if the provider  is registered as 'run as requestor' and if the CIM Server enables that
     is registered as 'run as requestor' and if the CIM Server enables  feature. See <a href="http://www.openpegasus.org/pp/uploads/40/7197/SecurityGuidePEP.htm">
     that feature. See <a href="http://www.openpegasus.org/pp/uploads/40/7197/SecurityGuidePEP.htm">  PEP#223 - Security Coding Guidelines</a> for additional details. </li>
     PEP#223 - Security Coding Guidelines</a> for additional    <li> Vendors should ensure they configure the CIM Server consistently
     details.  with the security requirements of their deployment. </li>
   </li>  
   <li>  
     Vendors should ensure they configure the CIM Server consistently  
     with the security requirements of their deployment.  
   </li>  
 </ol> </ol>
  
 <h3>Terminology Notes</h3> <h3>Terminology Notes</h3>
   
 <ol> <ol>
   <li>  
     In this document, the term "Not Set" is used to indicate    <li> In this document, the term "Not Set" is used to indicate that
     that the a value for the environment variable has not been defined.  the a value for the environment variable has not been defined. "Set" is
     "Set" is used to indicate that the value must be defined,  used to indicate that the value must be defined, but the actual value
     but the actual value of the variable is not checked.  of the variable is not checked. </li>
   </li>  
 </ol> </ol>
  
 <h3>General Notes</h3> <h3>General Notes</h3>
  
 <ol> <ol>
   <li>  
     Not all functionality described in this document has achieved    <li> Not all functionality described in this document has achieved
     "Green"status, please refer to the  "Green"status, please refer to the <a href="http://www.openpegasus.org/page.tpl?CALLER=index.tpl&amp;ggid=799">
     <a href="http://www.openpegasus.org/page.tpl?CALLER=index.tpl&amp;ggid=799">  OpenPegasus Project Feature Status </a>page for information on the
     OpenPegasus Project Feature Status </a>page for information on  maturity level of OpenPegasus features. </li>
     the maturity level of OpenPegasus features.    <li> To encourage testing of new functionality, recommendations for
   </li>  the Development Build may include features that are not yet recommended
   <li>  for Release Builds. </li>
     To encourage testing of new functionality, recommendations for the  
     Development Build may include features that are not yet recommended  
     for Release Builds.  
   </li>  
 </ol> </ol>
  
 <h3>Environment Variable Settings for <u>Building</u> OpenPegasus</h3> <h3>Environment Variable Settings for <u>Building</u> OpenPegasus</h3>
Line 159 
Line 153 
 <h4>Definitions</h4> <h4>Definitions</h4>
  
 <h5>ICU_INSTALL</h5> <h5>ICU_INSTALL</h5>
   
 <ul> <ul>
   
   <b>Description:&nbsp;</b>When set, points to the directory containing   <b>Description:&nbsp;</b>When set, points to the directory containing
      the <a href="%20http:/oss.software.ibm.com/icu"> ICU(International      the <a href="%20http:/oss.software.ibm.com/icu"> ICU(International
      Components for Unicode)</a> installation. The 'include'  Components for Unicode)</a> installation. The 'include' subdirectory is
      subdirectory is used to locate ICU header files at build time. The  used to locate ICU header files at build time. The 'lib' subdirectory
      'lib' subdirectory is used to locate ICU libraries at link  is used to locate ICU libraries at link time.<br>
      time.<br>  
   <b>Default Value:&nbsp;</b>Not Set<br>   <b>Default Value:&nbsp;</b>Not Set<br>
   <b>Recommended Value (Development Build):&nbsp;</b>Not Set<br>   <b>Recommended Value (Development Build):&nbsp;</b>Not Set<br>
   <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>   <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>
   <b>Required:&nbsp;</b>No.&nbsp; However, if PEGASUS_HAS_ICU is    <b>Required:&nbsp;</b>No.&nbsp; However, if PEGASUS_HAS_ICU is set
      set and ICU_INSTALL is not defined, the ICU libraries and header  and ICU_INSTALL is not defined, the ICU libraries and header files are
      files are expected to be installed in directories (e.g.,/usr/lib,  expected to be installed in directories (e.g.,/usr/lib,
      /usr/include)&nbsp; that are searched by default.<br>      /usr/include)&nbsp; that are searched by default.<br>
   <b>Considerations:&nbsp;</b>This environment variable is only used    <b>Considerations:&nbsp;</b>This environment variable is only used if
      if PEGASUS_HAS_MESSAGES is set. Refer to PEGASUS_HAS_MESSAGES for  PEGASUS_HAS_MESSAGES is set. Refer to PEGASUS_HAS_MESSAGES for
      additional details.      additional details.
 </ul> </ul>
  
 <h5>ICU_ROOT_BUNDLE_LANG</h5> <h5>ICU_ROOT_BUNDLE_LANG</h5>
   
 <ul> <ul>
   <b>Description:&nbsp;</b>If set, specifies the language  
      to be used to generate the root resource bundle.  The    <b>Description:&nbsp;</b>If set, specifies the language to be used to
      default value for ICU_ROOT_BUNDLE_LANG is _en.<br>  generate the root resource bundle. The default value for
   ICU_ROOT_BUNDLE_LANG is _en.<br>
   <b>Default Value:&nbsp;</b>_en<br>   <b>Default Value:&nbsp;</b>_en<br>
   <b>Recommended Value (Development Build):&nbsp;</b>No    <b>Recommended Value (Development Build):&nbsp;</b>No Recommendation<br>
      Recommendation<br>  
   <b>Recommended Value (Release Build):&nbsp;</b>No Recommendation<br>   <b>Recommended Value (Release Build):&nbsp;</b>No Recommendation<br>
   <b>Required:&nbsp;</b>No<br>   <b>Required:&nbsp;</b>No<br>
   <b>Considerations:&nbsp;</b>This environment variable is    <b>Considerations:&nbsp;</b>This environment variable is only used if
      only used if PEGASUS_HAS_MESSAGES is set. Refer to  PEGASUS_HAS_MESSAGES is set. Refer to PEGASUS_HAS_MESSAGES for
      PEGASUS_HAS_MESSAGES for additional details.<br>  additional details.<br>
      If set, resource bundles for the designated language must  If set, resource bundles for the designated language must exist for the
      exist for the following files:  following files:
      <ul>      <ul>
        <li>pegasus/src/Pegasus/msg/Server/pegasusServer_en.txt</li>        <li>pegasus/src/Pegasus/msg/Server/pegasusServer_en.txt</li>
        <li>pegasus/src/Pegasus/msg/Listener/pegasusListener_en.txt</li>        <li>pegasus/src/Pegasus/msg/Listener/pegasusListener_en.txt</li>
      </ul>      </ul>
 </ul> </ul>
  
   
 <h5>OPENSSL_BIN</h5> <h5>OPENSSL_BIN</h5>
   
 <ul> <ul>
   <b>Description:&nbsp;</b>Specifies the location of the  
      OpenSSL <i>binary</i> directory. <br>    <b>Description:&nbsp;</b>Specifies the location of the OpenSSL <i>binary</i>
   directory. <br>
   <b>Default Value:&nbsp;</b>Not Set<br>   <b>Default Value:&nbsp;</b>Not Set<br>
   <b>Recommended Value (Development Build):&nbsp;</b>    <b>Recommended Value (Development Build):&nbsp;</b> No Specific
      No Specific Recommendation<br>  Recommendation<br>
   <b>Recommended Value (Release Build):&nbsp;</b>    <b>Recommended Value (Release Build):&nbsp;</b> No Specific
      No Specific Recommendation<br>  Recommendation<br>
   <b>Required:&nbsp;</b>No. By default, the openssl binary is    <b>Required:&nbsp;</b>No. By default, the openssl binary is expected
      expected to be installed in a directory that is searched by default  to be installed in a directory that is searched by default (e.g.,
      (e.g., /usr/bin). For platforms where this isn't true, the  /usr/bin). For platforms where this isn't true, the OPENSSL_BIN
      OPENSSL_BIN environment variable may be used to define an  environment variable may be used to define an alternative path. This
      alternative path. This environment variable is only used if  environment variable is only used if PEGASUS_HAS_SSL is set.
      PEGASUS_HAS_SSL is set.  
 </ul> </ul>
  
 <h5>OPENSSL_HOME</h5> <h5>OPENSSL_HOME</h5>
   
 <ul> <ul>
   <b>Description:&nbsp;</b>Specifies the location of the OpenSSL  
      SDK directory.  This directory must contain the OpenSSL    <b>Description:&nbsp;</b>Specifies the location of the OpenSSL SDK
      <i>include</i> directory, $(OPENSSL_HOME)/include, and the OpenSSL  directory. This directory must contain the OpenSSL <i>include</i>
      <i>library</i> directory, $(OPENSSL_HOME)/lib.<br>  directory, $(OPENSSL_HOME)/include, and the OpenSSL <i>library</i>
   directory, $(OPENSSL_HOME)/lib.<br>
   <b>Default Value:&nbsp;</b>Not Set<br>   <b>Default Value:&nbsp;</b>Not Set<br>
   <b>Recommended Value (Development Build):&nbsp;</b>    <b>Recommended Value (Development Build):&nbsp;</b> No Specific
      No Specific Recommendation<br>  Recommendation<br>
   <b>Recommended Value (Release Build):&nbsp;</b>    <b>Recommended Value (Release Build):&nbsp;</b> No Specific
      No Specific Recommendation<br>  Recommendation<br>
   <b>Required:&nbsp;</b>Yes for Windows, if PEGASUS_HAS_SSL    <b>Required:&nbsp;</b>Yes for Windows, if PEGASUS_HAS_SSL is set. No
      is set. No for all other platforms. For AIX, the default  for all other platforms. For AIX, the default value for OPENSSL_HOME is
      value for OPENSSL_HOME is /usr/linux.&nbsp; For all other  /usr/linux.&nbsp; For all other platforms, the OpenSSL include files
      platforms, the OpenSSL include files and libraries are expected  and libraries are expected to be installed in directories that are
      to be installed in directories that are searched by default (e.g.,  searched by default (e.g., /usr/bin, /usr/lib(64), and /usr/include).
      /usr/bin, /usr/lib(64), and /usr/include).  For platforms where the default value is not correct, the OPENSSL_HOME
      For platforms where the default value is not correct, the  environment variable may be used to define an alternative path (i.e.,
      OPENSSL_HOME environment variable may be used to define an  $(OPENSSL_HOME)/lib and $(OPENSSL_HOME)/include). This environment
      alternative path (i.e., $(OPENSSL_HOME)/lib and  variable is only used if PEGASUS_HAS_SSL is set.
      $(OPENSSL_HOME)/include). This environment variable  
      is only used if PEGASUS_HAS_SSL is set.  
 </ul> </ul>
  
 <h5>PEGASUS_ALLOW_ABSOLUTEPATH_IN_PROVIDERMODULE</h5> <h5>PEGASUS_ALLOW_ABSOLUTEPATH_IN_PROVIDERMODULE</h5>
   
 <ul> <ul>
   
   <b>Description:&nbsp;</b>If set to true, a version of OpenPegasus   <b>Description:&nbsp;</b>If set to true, a version of OpenPegasus
      will be built that allows an absolute path to be specified as the  will be built that allows an absolute path to be specified as the value
      value of the Location property of PG_ProviderModule class.&nbsp;  of the Location property of PG_ProviderModule class.&nbsp; Otherwise it
      Otherwise it does not allow the absolute path to be specified.<br>  does not allow the absolute path to be specified.<br>
   <b>Default Value:&nbsp;</b>Not Set<br>   <b>Default Value:&nbsp;</b>Not Set<br>
   <b>Recommended Value (Development Build):&nbsp;</b>Not Set<br>   <b>Recommended Value (Development Build):&nbsp;</b>Not Set<br>
   <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>   <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>
   <b>Required:&nbsp;</b>No<p>    <b>Required:&nbsp;</b>No
   <b>Considerations:&nbsp;</b>To avoid introducing security    <p> <b>Considerations:&nbsp;</b>To avoid introducing security
      vulnerabilities, vendors should analyze their deployment  vulnerabilities, vendors should analyze their deployment environments
      environments to understand the security implications of allowing  to understand the security implications of allowing providers to be
      providers to be loaded from a dynamically changing set of  loaded from a dynamically changing set of directories.<br>
      directories.<br>    </p>
 </p></ul>  </ul>
  
 <h5>PEGASUS_CCOVER</h5> <h5>PEGASUS_CCOVER</h5>
   
 <ul> <ul>
   
   <b>Description:&nbsp;</b>This flag is currently only supported on   <b>Description:&nbsp;</b>This flag is currently only supported on
      HP-UX. It is enabled on the Nightly Build &amp; Test system,      HP-UX. It is enabled on the Nightly Build &amp; Test system,
      HP-UX_11iv3_Integrity_C-Cover.&nbsp; This system is  HP-UX_11iv3_Integrity_C-Cover.&nbsp; This system is used to generate
      used to generate the nightly BullseyeCoverage code coverage  the nightly BullseyeCoverage code coverage metrics.<br>
      metrics.<br>  
   <b>Default Value:&nbsp;</b>Not Set<br>   <b>Default Value:&nbsp;</b>Not Set<br>
   <b>Recommended Value (Development Build):&nbsp;</b>Not Set<br>   <b>Recommended Value (Development Build):&nbsp;</b>Not Set<br>
   <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>   <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>
   <b>Required:&nbsp;</b>No<br>   <b>Required:&nbsp;</b>No<br>
   <b>Considerations: </b>This flag is only supported on HP-UX to enable    <b>Considerations: </b>This flag is only supported on HP-UX to
      CCOVER for the NB&amp;T system.<br>  enable CCOVER for the NB&amp;T system.<br>
 </ul> </ul>
  
 <h5>PEGASUS_CIM_SCHEMA</h5> <h5>PEGASUS_CIM_SCHEMA</h5>
   
 <ul> <ul>
  
   <b>Description:&nbsp;</b>This variable is used internally by the   <b>Description:&nbsp;</b>This variable is used internally by the
Line 323 
Line 323 
 </ul> </ul>
  
 <h5>PEGASUS_DEFAULT_USERCTXT_REQUESTOR</h5> <h5>PEGASUS_DEFAULT_USERCTXT_REQUESTOR</h5>
   
 <ul> <ul>
   
   <b>Description:&nbsp;</b> If set to true, the <i>Requestor</i> user   <b>Description:&nbsp;</b> If set to true, the <i>Requestor</i> user
      context is used for providers that do not specify a UserContext  context is used for providers that do not specify a UserContext value
      value in their registration. Otherwise, the <i>Privileged</i> user  in their registration. Otherwise, the <i>Privileged</i> user context
      context value is used by default. <br>  value is used by default. <br>
   <b>Default Value:&nbsp;</b>false<br>   <b>Default Value:&nbsp;</b>false<br>
   <b>Recommended Value (Development Build):&nbsp;</b>false<br>   <b>Recommended Value (Development Build):&nbsp;</b>false<br>
   <b>Recommended Value (Release Build):&nbsp;</b>false<br>   <b>Recommended Value (Release Build):&nbsp;</b>false<br>
   <b>Required:&nbsp;</b>No    <b>Required:&nbsp;</b>No <b>Considerations:</b> Use of the <i>Requestor</i>
   <b>Considerations:</b> Use of the <i>Requestor</i> default has  default has improved provider security characteristics. However, some
      improved provider security characteristics. However, some providers  providers may not operate correctly when run in the <i>Requestor</i>
      may not operate correctly when run in the <i>Requestor</i> user  user context and setting this value to true may cause those providers
      context and setting this value to true may cause those providers to  to fail.&nbsp; Providers that can run in the <i>Requestor</i> user
      fail.&nbsp; Providers that can run in the <i>Requestor</i>  context are encouraged to explicitly set the UserContext value in their
      user context are encouraged to explicitly set the UserContext value  registration rather than rely on the default setting default by this
      in their registration rather than rely on the default setting  variable. Please refer to SecurityGuidelinesForDevelopers.html. PEP 223
      default by this variable. Please refer to  for a discussion of the rationale/advantages of running providers in
      SecurityGuidelinesForDevelopers.html. PEP 223 for a discussion  the <i>Requestor </i> user context. <b>Note:</b> This build variable
      of the rationale/advantages of running providers in the  is not meaningful if the Provider User Context feature is disabled with
      <i>Requestor </i> user context. <b>Note:</b> This build  the PEGASUS_DISABLE_PROV_USERCTXT setting.&nbsp;
      variable is not meaningful if the Provider User Context feature is  
      disabled with the PEGASUS_DISABLE_PROV_USERCTXT  
      setting.&nbsp;  
 </ul> </ul>
  
   
 <h5>PEGASUS_DEFAULT_ENABLE_OOP</h5> <h5>PEGASUS_DEFAULT_ENABLE_OOP</h5>
   
 <ul> <ul>
   
   <b>Description:&nbsp;</b>When this variable is set to false, by   <b>Description:&nbsp;</b>When this variable is set to false, by
      default, Providers are run in the cimserver process      default, Providers are run in the cimserver process
      (forceProviderProcesses=false). If this value is set true,  (forceProviderProcesses=false). If this value is set true, Providers
      Providers are run out-of-process by default.<br>  are run out-of-process by default.<br>
   <b>Default Value:&nbsp;</b>true for HP-UX and Linux, false for    <b>Default Value:&nbsp;</b>true for HP-UX and Linux, false for other
      other platforms<br>  platforms<br>
   <b>Recommended Value (Development Build):&nbsp;</b>true (HP-UX,    <b>Recommended Value (Development Build):&nbsp;</b>true (HP-UX, Linux)<br>
      Linux)<br>    <b>Recommended Value (Release Build):&nbsp;</b>true (HP-UX, Linux)<br>
   <b>Recommended Value (Release Build):&nbsp;</b>true (HP-UX,  
      Linux)<br>  
   <b>Required:&nbsp;</b>No<br>   <b>Required:&nbsp;</b>No<br>
   <b>Considerations: </b>This environment variable can be used to   <b>Considerations: </b>This environment variable can be used to
      change the "hard-coded" default setting for the  change the "hard-coded" default setting for the forceProviderProcesses
      forceProviderProcesses configuration value.&nbsp;  configuration value.&nbsp; Refer to the definition of <b>forceProviderProcesses</b>
      Refer to the definition of <b>forceProviderProcesses</b> for  for additional information.
      additional information.  
 </ul> </ul>
  
 <h5>PEGASUS_DEST_LIB_DIR</h5> <h5>PEGASUS_DEST_LIB_DIR</h5>
   
 <ul> <ul>
   <b>Description:&nbsp;</b>Specifies the location of OpenPegasus  
      shared libraries.<br>    <b>Description:&nbsp;</b>Specifies the location of OpenPegasus shared
   libraries.<br>
   <b>Default Value:&nbsp;</b>$(PEGASUS_HOME)/lib<br>   <b>Default Value:&nbsp;</b>$(PEGASUS_HOME)/lib<br>
   <b>Recommended Value (Development Build):&nbsp;</b>   <b>Recommended Value (Development Build):&nbsp;</b>
      $(PEGASUS_HOME)/lib<br>      $(PEGASUS_HOME)/lib<br>
   <b>Recommended Value (Release Build):&nbsp;</b>    <b>Recommended Value (Release Build):&nbsp;</b> No Specific
      No Specific Recommendation <br>  Recommendation <br>
   <b>Required:&nbsp;</b>No<br>   <b>Required:&nbsp;</b>No<br>
   <b>Considerations:&nbsp;</b>This variable is NOT is used to define   <b>Considerations:&nbsp;</b>This variable is NOT is used to define
      the location of the Provider library directories.&nbsp;  the location of the Provider library directories.&nbsp; Please refer to
      Please refer to the providerDir configuration option for details  the providerDir configuration option for details on defining the
      on defining the directories for the Provider libraries.  directories for the Provider libraries.
 </ul> </ul>
  
   
 <h5>PEGASUS_DISABLE_DEPRECATED_INTERFACES</h5> <h5>PEGASUS_DISABLE_DEPRECATED_INTERFACES</h5>
   
 <ul> <ul>
   <b>Description:&nbsp;</b>Removes deprecated symbol definitions  
      from OpenPegasus runtime libraries.<br>    <b>Description:&nbsp;</b>Removes deprecated symbol definitions from
   OpenPegasus runtime libraries.<br>
   <b>Default Value:</b>&nbsp;Not Set<br>   <b>Default Value:</b>&nbsp;Not Set<br>
   <b>Recommended Value (Development Build):</b>&nbsp;Not Set<br>   <b>Recommended Value (Development Build):</b>&nbsp;Not Set<br>
   <b>Recommended Value (Release Build): </b>Not Set<br>   <b>Recommended Value (Release Build): </b>Not Set<br>
   <b>Required:&nbsp;</b>No<br>   <b>Required:&nbsp;</b>No<br>
   <b>Considerations:&nbsp;</b>If this option is set, the resulting   <b>Considerations:&nbsp;</b>If this option is set, the resulting
      OpenPegasus libraries will not be binary compatible with  OpenPegasus libraries will not be binary compatible with clients and
      clients and providers built using interface definitions from  providers built using interface definitions from prior releases. This
      prior releases. This option may be used to slightly reduce binary  option may be used to slightly reduce binary footprint in an
      footprint in an environment where compatibility is not required.<br>  environment where compatibility is not required.<br>
 </ul> </ul>
  
 <h5>PEGASUS_DISABLE_INSTANCE_QUALIFIERS</h5> <h5>PEGASUS_DISABLE_INSTANCE_QUALIFIERS</h5>
   
 <ul> <ul>
   
   <b>Description:&nbsp;</b>In the CIM Infrastructure Specification,   <b>Description:&nbsp;</b>In the CIM Infrastructure Specification,
      version 2.3, the DMTF clarified that instance-level qualifiers are  version 2.3, the DMTF clarified that instance-level qualifiers are not
      not allowed.&nbsp; In Version 1.2 of the Specification CIM  allowed.&nbsp; In Version 1.2 of the Specification CIM Operations over
      Operations over HTTP, use of the IncludeQualifiers parameter has  HTTP, use of the IncludeQualifiers parameter has been DEPRECATED.<br>
      been DEPRECATED.<br>  
   <b>Default Value:</b>&nbsp;Not Set<br>   <b>Default Value:</b>&nbsp;Not Set<br>
   <b>Recommended Value (Development Build):</b>&nbsp;Not Set<br>   <b>Recommended Value (Development Build):</b>&nbsp;Not Set<br>
   <b>Recommended Value (Release Build): </b>Not Set<br>   <b>Recommended Value (Release Build): </b>Not Set<br>
   <b>Required:&nbsp;</b>No<br>   <b>Required:&nbsp;</b>No<br>
   <b>Considerations:&nbsp;</b>Existing CIM Clients may depend on   <b>Considerations:&nbsp;</b>Existing CIM Clients may depend on
      qualifiers being returned in the response. In this case, the      qualifiers being returned in the response. In this case, the
      PEGASUS_DISABLE_INSTANCE_QUALIFIERS should not be set.&nbsp;  PEGASUS_DISABLE_INSTANCE_QUALIFIERS should not be set.&nbsp; If this
      If this flag is set, the value of the IncludeQualifiers parameter  flag is set, the value of the IncludeQualifiers parameter passed on the
      passed on the GetInstance and EnumerateInstance operations is  GetInstance and EnumerateInstance operations is ignored and qualifiers
      ignored and qualifiers are not returned.&nbsp;  are not returned.&nbsp; Disabling the return of qualifiers as part of a
      Disabling the return of qualifiers as part of a CIM Instance will  CIM Instance will improve performance.<br>
      improve performance.<br>  
 </ul> </ul>
  
 <h5>PEGASUS_DISABLE_LOCAL_DOMAIN_SOCKET</h5> <h5>PEGASUS_DISABLE_LOCAL_DOMAIN_SOCKET</h5>
   
 <ul> <ul>
   
   <b>Description:&nbsp;</b>Disables support for local (same-system)   <b>Description:&nbsp;</b>Disables support for local (same-system)
      connections over a Unix domain socket. If this option is NOT set,  connections over a Unix domain socket. If this option is NOT set, the
      the CIM Server is built to allow connections to be established  CIM Server is built to allow connections to be established using a
      using a domain socket rather than a TCP port.<br>  domain socket rather than a TCP port.<br>
   <b>Default Value:&nbsp;</b>Not Set&nbsp; <br>   <b>Default Value:&nbsp;</b>Not Set&nbsp; <br>
   <b>Recommended Value (Development Build):&nbsp;</b>Not Set<br>   <b>Recommended Value (Development Build):&nbsp;</b>Not Set<br>
   <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>   <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>
   <b>Required:&nbsp;</b>No<br>   <b>Required:&nbsp;</b>No<br>
   <b>Considerations:&nbsp;</b>(1) In high-threat environments, a   <b>Considerations:&nbsp;</b>(1) In high-threat environments, a
      customer may want to disable all ports or reduce the number of  customer may want to disable all ports or reduce the number of exposed
      exposed network ports. Supporting a local connection mechanism  network ports. Supporting a local connection mechanism using Unix
      using Unix domain socket allows the CIM Server to continue to  domain socket allows the CIM Server to continue to receive and process
      receive and process requests from local CIM Clients. (2)  requests from local CIM Clients. (2) Enabling this option may result in
      Enabling this option may result in lose of functionality when  lose of functionality when sslClientVerificationMode = required. (3)The
      sslClientVerificationMode = required. (3)The  "LOCAL_DOMAIN_SOCKET" functionality has not been implemented for&nbsp;
      "LOCAL_DOMAIN_SOCKET" functionality has not been  Windows or OpenVMS.&nbsp; Therefore, by default, this option is "Set"
      implemented for&nbsp; Windows or OpenVMS.&nbsp; Therefore, by  for Windows and OpenVMS platforms.
      default, this option is "Set" for Windows and OpenVMS  
      platforms.  
 </ul> </ul>
  
 <h5>PEGASUS_DISABLE_PERFINST</h5> <h5>PEGASUS_DISABLE_PERFINST</h5>
   
 <ul> <ul>
   
   <b>Description:&nbsp;</b>Builds a version of OpenPegasus that   <b>Description:&nbsp;</b>Builds a version of OpenPegasus that
      disables support for gathering performance data.<br>      disables support for gathering performance data.<br>
   <b>Default Value:&nbsp;</b>Not Set<br>   <b>Default Value:&nbsp;</b>Not Set<br>
   <b>Recommended Value (Development Build): </b>Not Set<br>   <b>Recommended Value (Development Build): </b>Not Set<br>
   <b>Recommended Value (Release Build): </b>Set<br>   <b>Recommended Value (Release Build): </b>Set<br>
   <b>Required:&nbsp;</b>No<br>   <b>Required:&nbsp;</b>No<br>
   <b>Considerations:&nbsp;</b>The CIM_ObjectManager.GatherStatisticalData    <b>Considerations:&nbsp;</b>The
      property is used to control statistic gathering.&nbsp; Once enabled,  CIM_ObjectManager.GatherStatisticalData property is used to control
      statistical data can be viewed by retrieving instances of the  statistic gathering.&nbsp; Once enabled, statistical data can be viewed
      CIM_StatisticalData class. Support for gathering performance  by retrieving instances of the CIM_StatisticalData class. Support for
      data requires PEGASUS_ENABLE_INTEROP_PROVIDER to be enabled. If  gathering performance data requires PEGASUS_ENABLE_INTEROP_PROVIDER to
      PEGASUS_ENABLE_INTEROP_PROVIDER is explicitly disabled (i.e., set  be enabled. If PEGASUS_ENABLE_INTEROP_PROVIDER is explicitly disabled
      to false),&nbsp; then PEGASUS_DISABLE_PERFINST must be set to  (i.e., set to false),&nbsp; then PEGASUS_DISABLE_PERFINST must be set
      true.&nbsp; If PEGASUS_DISABLE_PERFINST is not defined or set to  to true.&nbsp; If PEGASUS_DISABLE_PERFINST is not defined or set to
      false and PEGASUS_ENABLE_INTEROP_PROVIDER is not set,      false and PEGASUS_ENABLE_INTEROP_PROVIDER is not set,
      PEGASUS_ENABLE_INTEROP_PROVIDER will be automatically enabled.      PEGASUS_ENABLE_INTEROP_PROVIDER will be automatically enabled.
 </ul> </ul>
  
 <h5>PEGASUS_DISABLE_PRIVILEGED_TESTS</h5> <h5>PEGASUS_DISABLE_PRIVILEGED_TESTS</h5>
   
 <ul> <ul>
   <b>Description:&nbsp;</b>This variable is used only in the development  
      environment to restrict the level of testing performed by default.    <b>Description:&nbsp;</b>This variable is used only in the
      If set, tests that require the CIM Server to run in a privileged  development environment to restrict the level of testing performed by
      mode will not be run.&nbsp; Setting this variable allows  default. If set, tests that require the CIM Server to run in a
      developers, without privileged access, to successfully run a  privileged mode will not be run.&nbsp; Setting this variable allows
      subset of the OpenPegasus test suit.&nbsp; This variable does  developers, without privileged access, to successfully run a subset of
      not affect CIM Server functionality.&nbsp; It merely controls  the OpenPegasus test suit.&nbsp; This variable does not affect CIM
      the level of testing.<br>  Server functionality.&nbsp; It merely controls the level of testing.<br>
   <b>Default Value:&nbsp;</b>Not Set<br>   <b>Default Value:&nbsp;</b>Not Set<br>
   <b>Recommended Value (Development Build): </b>Not Set<br>   <b>Recommended Value (Development Build): </b>Not Set<br>
   <b>Recommended Value (Release Build):&nbsp;</b>Not Used<br>   <b>Recommended Value (Release Build):&nbsp;</b>Not Used<br>
   <b>Required:&nbsp;</b>No<br>   <b>Required:&nbsp;</b>No<br>
   <b>Considerations:&nbsp;</b>Enabling this variable will significantly   <b>Considerations:&nbsp;</b>Enabling this variable will significantly
      reduce the testing of security related features (e.g.,  reduce the testing of security related features (e.g., authentication
      authentication and authorization) and can affect testing in other  and authorization) and can affect testing in other areas.
      areas.  
 </ul> </ul>
  
 <h5>PEGASUS_DISABLE_PROV_USERCTXT</h5> <h5>PEGASUS_DISABLE_PROV_USERCTXT</h5>
   
 <ul> <ul>
   
   <b>Description:&nbsp;</b>Builds a version of OpenPegasus that   <b>Description:&nbsp;</b>Builds a version of OpenPegasus that
      disables supports for the Provider User Context feature.&nbsp;  disables supports for the Provider User Context feature.&nbsp; This
      This feature allows a Provider to choose the user context in  feature allows a Provider to choose the user context in which it is
      which it is invoked, including the ability to run in the context of  invoked, including the ability to run in the context of the user
      the user requesting an operation.<br>  requesting an operation.<br>
   <b>Default Value:&nbsp;</b>Set for Windows and OpenVMS, Not Set    <b>Default Value:&nbsp;</b>Set for Windows and OpenVMS, Not Set for
      for all other platforms<br>  all other platforms<br>
   <b>Recommended Value (Development Build): </b>Set for Windows and   <b>Recommended Value (Development Build): </b>Set for Windows and
      OpenVMS, Not Set for all other platforms<br>      OpenVMS, Not Set for all other platforms<br>
   <b>Recommended Value (Release Build):&nbsp;</b>Set for Windows and   <b>Recommended Value (Release Build):&nbsp;</b>Set for Windows and
Line 504 
Line 508 
      defined. In this case, the Provider Registration Manager rejects      defined. In this case, the Provider Registration Manager rejects
      provider registration requests that specify a UserContext property      provider registration requests that specify a UserContext property
      value. The user context in which providers run is then unchanged by      value. The user context in which providers run is then unchanged by
      this enhancement. Some platforms, such as OS/400 and z/OS may  this enhancement. Some platforms, such as OS/400 and z/OS may define
      define the PEGASUS_DISABLE_PROV_USERCTXT as part of the platform  the PEGASUS_DISABLE_PROV_USERCTXT as part of the platform
      configuration, since these platforms already set the provider user      configuration, since these platforms already set the provider user
      context on a per-thread basis.&nbsp; When the Provider User Context      context on a per-thread basis.&nbsp; When the Provider User Context
      feature is enabled, support for each of the User Context types may  feature is enabled, support for each of the User Context types may be
      be disabled individually. Provider registration fails when an  disabled individually. Provider registration fails when an unsupported
      unsupported UserContext value is specified. Please refer to  UserContext value is specified. Please refer to
      SecurityGuidelinesForDevelopers.html / PEP 223 for a discussion of  SecurityGuidelinesForDevelopers.html / PEP 223 for a discussion of the
      the rationale/advantages of user context providers to many  rationale/advantages of user context providers to many platforms.<br>
      platforms.<br>  
 </ul> </ul>
  
 <h5>PEGASUS_EXTRA_PROVIDER_LIB_DIR</h5> <h5>PEGASUS_EXTRA_PROVIDER_LIB_DIR</h5>
   
 <ul> <ul>
   
   <b>Description:&nbsp;</b>Specifies the location of the extra provider   <b>Description:&nbsp;</b>Specifies the location of the extra provider
      libraries which are part of the release builds.<br>      libraries which are part of the release builds.<br>
   <b>Default Value:&nbsp;</b>Not Set<br>   <b>Default Value:&nbsp;</b>Not Set<br>
   <b>Recommended Value (Development Build):&nbsp;</b>    <b>Recommended Value (Development Build):&nbsp;</b> No Specific
      No Specific Recommendation<br>  Recommendation<br>
   <b>Recommended Value (Release Build):&nbsp;</b>    <b>Recommended Value (Release Build):&nbsp;</b> No Specific
      No Specific Recommendation<br>  Recommendation<br>
   <b>Required:&nbsp;</b> No.<br>   <b>Required:&nbsp;</b> No.<br>
   <b>Considerations:&nbsp;</b> Since providerDir config property is fixed    <b>Considerations:&nbsp;</b> Since providerDir config property is
      and hidden in release builds, this build time option provides facilty  fixed and hidden in release builds, this build time option provides
      to include the extra provider directories without any security problems.  facilty to include the extra provider directories without any security
      This build time option is useful only when PEGASUS_OVERRIDE_DEFAULT_RELEASE_DIRS  problems. This build time option is useful only when
      is set.  PEGASUS_OVERRIDE_DEFAULT_RELEASE_DIRS is set.
 </ul> </ul>
  
 <h5>PEGASUS_EMANATE_INCLUDE_DIR</h5> <h5>PEGASUS_EMANATE_INCLUDE_DIR</h5>
   
 <ul> <ul>
   <b>Description:&nbsp;</b>Specifies the location of the EMANATE  
      <i>include</i> directory. <br>    <b>Description:&nbsp;</b>Specifies the location of the EMANATE <i>include</i>
   directory. <br>
   <b>Default Value:&nbsp;</b>Not Set<br>   <b>Default Value:&nbsp;</b>Not Set<br>
   <b>Recommended Value (Development Build):&nbsp;</b>    <b>Recommended Value (Development Build):&nbsp;</b> No Specific
      No Specific Recommendation<br>  Recommendation<br>
   <b>Recommended Value (Release Build):&nbsp;</b>    <b>Recommended Value (Release Build):&nbsp;</b> No Specific
      No Specific Recommendation<br>  Recommendation<br>
   <b>Required:&nbsp;</b>No. By default, the EMANATE include files    <b>Required:&nbsp;</b>No. By default, the EMANATE include files are
      are expected to be installed in directories that are searched by  expected to be installed in directories that are searched by default
      default (e.g., /usr/include). For platforms where this isn't true,  (e.g., /usr/include). For platforms where this isn't true, the
      the PEGASUS_EMANATE_INCLUDE_DIR environment variable may be used to  PEGASUS_EMANATE_INCLUDE_DIR environment variable may be used to define
      define an alternative path. This environment variable is only used  an alternative path. This environment variable is only used if
      if PEGASUS_USE_EMANATE is set.<br>  PEGASUS_USE_EMANATE is set.<br>
   <b>Considerations: </b>Refer to the description of PEGASUS_USE_EMANATE    <b>Considerations: </b>Refer to the description of
      for additional details.<br>  PEGASUS_USE_EMANATE for additional details.<br>
 </ul> </ul>
  
 <h5>PEGASUS_EMANATE_LIB_DIR</h5> <h5>PEGASUS_EMANATE_LIB_DIR</h5>
   
 <ul> <ul>
   <b>Description:&nbsp;</b>Specifies the location of the EMANATE  
      <i>lib</i> directory. <br>    <b>Description:&nbsp;</b>Specifies the location of the EMANATE <i>lib</i>
   directory. <br>
   <b>Default Value:&nbsp;</b>Not Set<br>   <b>Default Value:&nbsp;</b>Not Set<br>
   <b>Recommended Value (Development Build):&nbsp;</b>    <b>Recommended Value (Development Build):&nbsp;</b> No Specific
      No Specific Recommendation<br>  Recommendation<br>
   <b>Recommended Value (Release Build):&nbsp;</b>    <b>Recommended Value (Release Build):&nbsp;</b> No Specific
      No Specific Recommendation<br>  Recommendation<br>
   <b>Required:&nbsp;</b>No. By default, the EMANATE libraries are   <b>Required:&nbsp;</b>No. By default, the EMANATE libraries are
      expected to be installed in directories that are searched by  expected to be installed in directories that are searched by default
      default (e.g., /usr/lib, /usr/lib64). For platforms where this  (e.g., /usr/lib, /usr/lib64). For platforms where this isn't true, the
      isn't true, the PEGASUS_EMANATE_LIB_DIR environment variable may  PEGASUS_EMANATE_LIB_DIR environment variable may be used to define an
      be used to define an alternative path. This environment variable  alternative path. This environment variable is only used if
      is only used if PEGASUS_USE_EMANATE is set.<br>  PEGASUS_USE_EMANATE is set.<br>
   <b>Considerations: </b>Refer to the description of PEGASUS_USE_EMANATE    <b>Considerations: </b>Refer to the description of
      for additional details.<br>  PEGASUS_USE_EMANATE for additional details.<br>
 </ul> </ul>
  
 <h5>PEGASUS_ENABLE_AUDIT_LOGGER</h5> <h5>PEGASUS_ENABLE_AUDIT_LOGGER</h5>
   
 <ul> <ul>
   
   <b>Description:&nbsp;</b>When this variable is set to false, support   <b>Description:&nbsp;</b>When this variable is set to false, support
      for audit logging will NOT be built into OpenPegasus. If this  for audit logging will NOT be built into OpenPegasus. If this variable
      variable is set to true, or not set, support for audit logging  is set to true, or not set, support for audit logging will be included
      will be included in the build. All other values are invalid.<br>  in the build. All other values are invalid.<br>
   <b>Default Value:&nbsp;</b>true<br>   <b>Default Value:&nbsp;</b>true<br>
   <b>Recommended Value (Development Build):&nbsp;</b>true<br>   <b>Recommended Value (Development Build):&nbsp;</b>true<br>
   <b>Recommended Value (Release Build):&nbsp;</b>true<br>   <b>Recommended Value (Release Build):&nbsp;</b>true<br>
   <b>Required:&nbsp;</b>No<br>   <b>Required:&nbsp;</b>No<br>
 </ul> </ul>
  
   
 <h5>PEGASUS_ENABLE_CMPI_PROVIDER_MANAGER</h5> <h5>PEGASUS_ENABLE_CMPI_PROVIDER_MANAGER</h5>
   
 <ul> <ul>
   
   <b>Description:&nbsp;</b>If set to true, a version of OpenPegasus   <b>Description:&nbsp;</b>If set to true, a version of OpenPegasus
      that supports CMPI providers and their dependent components is      that supports CMPI providers and their dependent components is
      built.&nbsp; If this variable is not set or set to false, support  built.&nbsp; If this variable is not set or set to false, support for
      for CMPI providers will not be included. <br>  CMPI providers will not be included. <br>
   <b>Default Value:&nbsp;</b>true for Linux and OpenVMS, false for   <b>Default Value:&nbsp;</b>true for Linux and OpenVMS, false for
      other platforms<br>      other platforms<br>
   <b>Recommended Value (Development Build): </b>true (Linux    <b>Recommended Value (Development Build): </b>true (Linux Platform
      Platform Only)<br>  Only)<br>
   <b>Recommended Value (Release Build):&nbsp;</b>true (Linux Platform   <b>Recommended Value (Release Build):&nbsp;</b>true (Linux Platform
      Only)<br>      Only)<br>
   <b>Required:&nbsp;</b>No<p></p>    <b>Required:&nbsp;</b>No
 </ul> </ul>
  
 <h5>PEGASUS_ENABLE_COMPRESSED_REPOSITORY</h5> <h5>PEGASUS_ENABLE_COMPRESSED_REPOSITORY</h5>
   
 <ul> <ul>
   
   <b>Description:&nbsp;</b>If set the Repository Compression logic is   <b>Description:&nbsp;</b>If set the Repository Compression logic is
      built and enabled and compressed and non compressed repositories  built and enabled and compressed and non compressed repositories are
      are supported. If not set then compressed repositories are not  supported. If not set then compressed repositories are not supported.<br>
      supported.<br>  
   <b>Default Value:&nbsp;</b>Not Set<br>   <b>Default Value:&nbsp;</b>Not Set<br>
   <b>Recommended Value (Development Build): </b>Not Set<br>   <b>Recommended Value (Development Build): </b>Not Set<br>
   <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>   <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>
   <b>Required:&nbsp;</b>No<p>    <b>Required:&nbsp;</b>No
   <b>Considerations:&nbsp;</b>See    <p> <b>Considerations:&nbsp;</b>See
      pegasus/readme.compressed_repository</p>      pegasus/readme.compressed_repository</p>
 </ul> </ul>
  
   
 <h5>PEGASUS_ENABLE_CQL</h5> <h5>PEGASUS_ENABLE_CQL</h5>
   
 <ul> <ul>
   
   <b>Description:&nbsp;</b>When this variable is set to false, support   <b>Description:&nbsp;</b>When this variable is set to false, support
      for Indication Subscription filters that have CQL as the language  for Indication Subscription filters that have CQL as the language is
      is disabled. It does not remove CQL from the build.<br>  disabled. It does not remove CQL from the build.<br>
   <b>Default Value:</b>&nbsp;Not Set<br>   <b>Default Value:</b>&nbsp;Not Set<br>
   <b>Recommended Value (Development Build):</b>&nbsp;Not Set<br>   <b>Recommended Value (Development Build):</b>&nbsp;Not Set<br>
   <b>Recommended Value (Release Build):</b>&nbsp;false<br>   <b>Recommended Value (Release Build):</b>&nbsp;false<br>
   <b>Required:&nbsp;</b>No<br>   <b>Required:&nbsp;</b>No<br>
   <b>Considerations:&nbsp;</b>The DMTF CIM Query Language    <b>Considerations:&nbsp;</b>The DMTF CIM Query Language Specification
      Specification is Preliminary and subject to backward incompatible  is Preliminary and subject to backward incompatible changes.
      changes.  
 </ul> </ul>
  
 <h5>PEGASUS_ENABLE_DMTF_INDICATION_PROFILE_SUPPORT</h5> <h5>PEGASUS_ENABLE_DMTF_INDICATION_PROFILE_SUPPORT</h5>
   
 <ul> <ul>
   
   <b>Description: </b>When this variable is set to true, support the   <b>Description: </b>When this variable is set to true, support the
      DMTF Indications Profile (DSP1054) is included in OpenPegasus.&nbsp;  DMTF Indications Profile (DSP1054) is included in OpenPegasus.&nbsp; If
      If this variable is not set or set to false, support for the DMTF  this variable is not set or set to false, support for the DMTF
      Indications Profile will not be included.<br>      Indications Profile will not be included.<br>
   <b>Default Value:</b>&nbsp;Not Set<br>   <b>Default Value:</b>&nbsp;Not Set<br>
   <b>Recommended Value (Development Build):</b>&nbsp;Not Set<br>   <b>Recommended Value (Development Build):</b>&nbsp;Not Set<br>
   <b>Recommended Value (Release Build):</b>&nbsp;Not Set<br>   <b>Recommended Value (Release Build):</b>&nbsp;Not Set<br>
   <b>Required:&nbsp;</b>No<br>   <b>Required:&nbsp;</b>No<br>
   <b>Considerations: </b>The implementation of this feature is    <b>Considerations: </b>The implementation of this feature is based
      based on a preliminary version of the DMTF Indications Profile,  on a preliminary version of the DMTF Indications Profile, DSP1053, and
      DSP1053, and subject to change.&nbsp; If this variable is enabled,  subject to change.&nbsp; If this variable is enabled, two DMTF
      two DMTF experimental class definitions, CIM_IndicationService and  experimental class definitions, CIM_IndicationService and
      CIM_IndicationServiceCapabilities, will be added to the  CIM_IndicationServiceCapabilities, will be added to the root/PG_InterOp
      root/PG_InterOp namespace. Experimental class definitions are  namespace. Experimental class definitions are subject to change.&nbsp;
      subject to change.&nbsp;  
      PEGASUS_ENABLE_DMTF_INDICATION_PROFILE_SUPPORT requires      PEGASUS_ENABLE_DMTF_INDICATION_PROFILE_SUPPORT requires
      PEGASUS_ENABLE_INTEROP_PROVIDER to be enabled.  PEGASUS_ENABLE_INTEROP_PROVIDER to be enabled. If
      If PEGASUS_ENABLE_INTEROP_PROVIDER is not set, setting  PEGASUS_ENABLE_INTEROP_PROVIDER is not set, setting
      PEGASUS_ENABLE_DMTF_INDICATION_PROFILE_SUPPORT to true, will also      PEGASUS_ENABLE_DMTF_INDICATION_PROFILE_SUPPORT to true, will also
      enable PEGASUS_ENABLE_INTEROP_PROVIDER.  If      enable PEGASUS_ENABLE_INTEROP_PROVIDER.  If
      PEGASUS_ENABLE_INTEROP_PROVIDER is explicitly disabled (i.e., set  PEGASUS_ENABLE_INTEROP_PROVIDER is explicitly disabled (i.e., set to
      to false), a build error will be generated.  false), a build error will be generated.
 </ul> </ul>
  
 <h5>PEGASUS_ENABLE_EXECQUERY</h5> <h5>PEGASUS_ENABLE_EXECQUERY</h5>
   
 <ul> <ul>
   
   <b>Description:&nbsp;</b>When this environment variable is set,   <b>Description:&nbsp;</b>When this environment variable is set,
      processing of ExecQuery operations is enabled. When not set,  processing of ExecQuery operations is enabled. When not set, ExecQuery
      ExecQuery operation requests get a NotSupported response. (Note:  operation requests get a NotSupported response. (Note: The
      The PEGASUS_ENABLE_EXECQUERY environment variable controls  PEGASUS_ENABLE_EXECQUERY environment variable controls the definition
      the definition of the PEGASUS_DISABLE_EXECQUERY compile macro.) <br>  of the PEGASUS_DISABLE_EXECQUERY compile macro.) <br>
   <b>Default Value:&nbsp;</b>Not Set<br>   <b>Default Value:&nbsp;</b>Not Set<br>
   <b>Recommended Value (Development Build): </b>Not Set<br>   <b>Recommended Value (Development Build): </b>Not Set<br>
   <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>   <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>
Line 668 
Line 684 
 </ul> </ul>
  
 <h5>PEGASUS_ENABLE_EMAIL_HANDLER</h5> <h5>PEGASUS_ENABLE_EMAIL_HANDLER</h5>
   
 <ul> <ul>
   
   <b>Description:&nbsp;</b> When this environment variable is set, an   <b>Description:&nbsp;</b> When this environment variable is set, an
      E-Mail Indication Handler is built as part of the OpenPegasus      E-Mail Indication Handler is built as part of the OpenPegasus
      build.&nbsp; The E-Mail Indication Handler can be used to  build.&nbsp; The E-Mail Indication Handler can be used to delivered CIM
      delivered CIM Indications to a designated e-mail address.<br>  Indications to a designated e-mail address.<br>
   <b>Default Value:&nbsp;</b>Not Set<br>   <b>Default Value:&nbsp;</b>Not Set<br>
   <b>Recommended Value (Development Build): </b>Not Set<br>   <b>Recommended Value (Development Build): </b>Not Set<br>
   <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>   <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>
   <b>Required:&nbsp;</b>No<br>   <b>Required:&nbsp;</b>No<br>
   <b>Considerations:&nbsp;</b>If PEGASUS_ENABLE_EMAIL_HANDLER is    <b>Considerations:&nbsp;</b>If PEGASUS_ENABLE_EMAIL_HANDLER is not
      not set when OpenPegasus is built, a request to create an Email  set when OpenPegasus is built, a request to create an Email Indication
      Indication Handler instance will be rejected will the error  Handler instance will be rejected will the error CIM_ERR_NOT_SUPPORTED.
      CIM_ERR_NOT_SUPPORTED.  
 </ul> </ul>
  
 <h5>PEGASUS_ENABLE_GCOV</h5> <h5>PEGASUS_ENABLE_GCOV</h5>
   
 <ul> <ul>
   <b>Description:&nbsp;</b>GCOV,  
      <a href="http://gcc.gnu.org/onlinedocs/gcc/index.html#toc_Gcov">    <b>Description:&nbsp;</b>GCOV, <a href="http://gcc.gnu.org/onlinedocs/gcc/index.html#toc_Gcov">
      http://gcc.gnu.org/onlinedocs/gcc/index.html#toc_Gcov</a>, is a  http://gcc.gnu.org/onlinedocs/gcc/index.html#toc_Gcov</a>, is a code
      code coverage utility.&nbsp; If PEGASUS_ENABLE_GCOV is set,&nbsp;  coverage utility.&nbsp; If PEGASUS_ENABLE_GCOV is set,&nbsp; GCC will
      GCC will instrument the code to support analysis by GCOV.<br>  instrument the code to support analysis by GCOV.<br>
   <b>Default Value:&nbsp;</b>Not Set<br>   <b>Default Value:&nbsp;</b>Not Set<br>
   <b>Recommended Value (Development Build):&nbsp;</b>    <b>Recommended Value (Development Build):&nbsp;</b> Not Set<br>
      Not Set<br>  
   <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>   <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>
   <b>Required:&nbsp;</b>No<br><b>Considerations:&nbsp;</b>    <b>Required:&nbsp;</b>No<br>
      This flag is currently only supported with GCC on Linux.    <b>Considerations:&nbsp;</b> This flag is currently only supported
   with GCC on Linux.
      <ul>      <ul>
        Note: LCOV, <a href="http://ltp.sourceforge.net/coverage/lcov.php">        Note: LCOV, <a href="http://ltp.sourceforge.net/coverage/lcov.php">
        http://ltp.sourceforge.net/coverage/lcov.php</a>, is a  http://ltp.sourceforge.net/coverage/lcov.php</a>, is a graphical
        graphical front-end extension for GCOV. It collects GCOV data  front-end extension for GCOV. It collects GCOV data for multiple source
        for multiple source files and creates HTML pages with coverage  files and creates HTML pages with coverage information. You can use the
        information. You can use the following steps to use LCOV to  following steps to use LCOV to analyze OpenPegasus GCOV data.
        analyze OpenPegasus GCOV data.  
        <ol>        <ol>
          <li>Set PEGASUS_ENABLE_GCOV = true.</li>          <li>Set PEGASUS_ENABLE_GCOV = true.</li>
          <li>Build and test OpenPegasus (e.g.,        <li>Build and test OpenPegasus (e.g., <i>make -f
              <i>make -f pegasus/TestMakefile&nbsp; build  pegasus/TestMakefile&nbsp; build alltests</i>).</li>
              alltests</i>).</li>  
          <li>For each source directory,          <li>For each source directory,
            <ul>            <ul>
              <li>copy the .gcda and .gcno files from the object            <li>copy the .gcda and .gcno files from the object directory
                  directory to the source directory (e.g.,  to the source directory (e.g., <i>cp build/obj/Pegasus/Common/*.gcda
                  <i>cp build/obj/Pegasus/Common/*.gcda  
                  src/Pegasus/Common/</i>);</li>                  src/Pegasus/Common/</i>);</li>
              <li>execute the <b>lcov</b> command            <li>execute the <b>lcov</b> command (e.g., <i>lcov
                 (e.g.,  --directory src/Pegasus/Common/ --capture --output-file result.info</i>)
                 <i>lcov --directory src/Pegasus/Common/ --capture  to build the result.info file; and finally,</li>
                 --output-file result.info</i>) to build the result.info  
                 file; and finally,</li>  
              <li>use the <b>genhtml</b> command to generate the .html              <li>use the <b>genhtml</b> command to generate the .html
                  output (e.g., <i>genhtml result.info</i>).&nbsp; The  output (e.g., <i>genhtml result.info</i>).&nbsp; The top .html file is
                  top .html file is named index.html.</li>  named index.html.</li>
            </ul>            </ul>
        </li></ol>        </li>
       </ol>
     </ul>     </ul>
 </ul> </ul>
  
 <h5>PEGASUS_ENABLE_INDICATION_COUNT</h5> <h5>PEGASUS_ENABLE_INDICATION_COUNT</h5>
   
 <ul> <ul>
   <b>Description: </b>If true, the CIM  
      Server will be built to count the number of CIM indications    <b>Description: </b>If true, the CIM Server will be built to count
      generated by providers and matched with subscriptions. If false  the number of CIM indications generated by providers and matched with
      or not set, indication statistic support will not be included.  subscriptions. If false or not set, indication statistic support will
   <b>Default Value: </b>true<br>  not be included. <b>Default Value: </b>true<br>
   <b>Recommended Value (Development Build): </b>true <br>   <b>Recommended Value (Development Build): </b>true <br>
   <b>Recommended Value (Release Build): </b>true <br>   <b>Recommended Value (Release Build): </b>true <br>
   <b>Required: </b>No <br>   <b>Required: </b>No <br>
   <b>Considerations: </b>The number of CIM indications generated by   <b>Considerations: </b>The number of CIM indications generated by
      providers and matched with subscriptions is stored in hash tables  providers and matched with subscriptions is stored in hash tables which
      which causes memory usage to increase by 4 bytes for each  causes memory usage to increase by 4 bytes for each active subscription
      active subscription and by about 400 bytes for each active  and by about 400 bytes for each active indication provider.<br>
      indication provider.<br>  
 </ul> </ul>
  
 <h5>PEGASUS_ENABLE_PROTOCOL_BINARY</h5> <h5>PEGASUS_ENABLE_PROTOCOL_BINARY</h5>
   
 <ul> <ul>
   
   <b>Description: </b>If true, OpenPegasus uses a faster binary   <b>Description: </b>If true, OpenPegasus uses a faster binary
      protocol between local clients and the CIM server. If false, OpenPegasus  protocol between local clients and the CIM server. If false,
      uses the conventional XML-based protocol instead.  OpenPegasus uses the conventional XML-based protocol instead. See
      See PEP#340 for more details.  PEP#340 for more details. <br>
      <br>  
   <b>Default Value: </b>false<br>   <b>Default Value: </b>false<br>
   <b>Recommended Value (Development Build): </b>false<br>   <b>Recommended Value (Development Build): </b>false<br>
   <b>Recommended Value (Release Build): </b>false<br>   <b>Recommended Value (Release Build): </b>false<br>
   <b>Required: </b>No<br>   <b>Required: </b>No<br>
   <b>Considerations: </b>This option improves performance by using a faster    <b>Considerations: </b>This option improves performance by using a
      binary protocol between local clients and the CIM server.  faster binary protocol between local clients and the CIM server. <br>
      <br>  
 </ul> </ul>
  
 <h5>PEGASUS_ENABLE_INTEROP_PROVIDER</h5> <h5>PEGASUS_ENABLE_INTEROP_PROVIDER</h5>
   
 <ul> <ul>
   <b>Description: </b>If true, the OpenPegasus Interop Provider  
      will be build.  If false or not set, the OpenPegasus Interop    <b>Description: </b>If true, the OpenPegasus Interop Provider will
      Provider will not be built.<br>  be build. If false or not set, the OpenPegasus Interop Provider will
   not be built.<br>
   <b>Default Value: </b>Not Set<br>   <b>Default Value: </b>Not Set<br>
   <b>Recommended Value (Development Build): </b>Not Set<br>   <b>Recommended Value (Development Build): </b>Not Set<br>
   <b>Recommended Value (Release Build): </b>false<br>   <b>Recommended Value (Release Build): </b>false<br>
   <b>Required: </b>No <br>   <b>Required: </b>No <br>
   <b>Considerations: </b>&nbsp;A number of features controlled by   <b>Considerations: </b>&nbsp;A number of features controlled by
      OpenPegasus build options are dependent on the Interop  OpenPegasus build options are dependent on the Interop Provider.&nbsp;
      Provider.&nbsp; Please refer to PEGASUS_ENABLE_SLP,  Please refer to PEGASUS_ENABLE_SLP, PEGASUS_DISABLE_PERFINST, and
      PEGASUS_DISABLE_PERFINST, and  PEGASUS_ENABLE_DMTF_INDICATION_PROFILE_SUPPORT for additional details.<br>
      PEGASUS_ENABLE_DMTF_INDICATION_PROFILE_SUPPORT for additional  
      details.<br>  
 </ul> </ul>
  
 <h5>PEGASUS_INTEROP_NAMESPACE</h5> <h5>PEGASUS_INTEROP_NAMESPACE</h5>
   
 <ul> <ul>
   <b>Description: </b>This variable is used for configuring the Interop  
      namespace name. This option helps to establish a consistent Interop    <b>Description: </b>This variable is used for configuring the
      Namespace as mentioned in DMTF specification.(DSP1033)<br>  Interop namespace name. This option helps to establish a consistent
   Interop Namespace as mentioned in DMTF specification.(DSP1033)<br>
   <b>Default Value: </b>root/PG_InterOp<br>   <b>Default Value: </b>root/PG_InterOp<br>
   <b>Recommended Value (Development Build): </b>Not Set<br>   <b>Recommended Value (Development Build): </b>Not Set<br>
   <b>Recommended Value (Release Build): </b>Not Set<br>   <b>Recommended Value (Release Build): </b>Not Set<br>
   <b>Required: </b>No <br>   <b>Required: </b>No <br>
   <b>Considerations:&nbsp;</b>The accepted values for this environment   <b>Considerations:&nbsp;</b>The accepted values for this environment
      variable are "root/PG_InterOp" or "interop" or "root/interop". For  variable are "root/PG_InterOp" or "interop" or "root/interop". For any
      any other value, the default value will be used.With the usage of  other value, the default value will be used.With the usage of this
      this build option, we have to start using pegasus with fresh repository.  build option, we have to start using pegasus with fresh repository.
 </ul> </ul>
  
 <h5>PEGASUS_ENABLE_IPV6</h5> <h5>PEGASUS_ENABLE_IPV6</h5>
   
 <ul> <ul>
   <b>Description:&nbsp;</b>This variable can be used to specify  
      whether IPv6 support should be included in OpenPegasus.<br>    <b>Description:&nbsp;</b>This variable can be used to specify whether
   IPv6 support should be included in OpenPegasus.<br>
   <b>Default Value:&nbsp;</b>true<br>   <b>Default Value:&nbsp;</b>true<br>
   <b>Recommended Value (Development Build): </b>true<br>   <b>Recommended Value (Development Build): </b>true<br>
   <b>Recommended Value (Release Build):&nbsp;</b>true<br>   <b>Recommended Value (Release Build):&nbsp;</b>true<br>
   <b>Required:&nbsp;</b>No<br>   <b>Required:&nbsp;</b>No<br>
   <b>Considerations:&nbsp;</b>When this variable is set to    <b>Considerations:&nbsp;</b>When this variable is set to 'false',
      'false', support for IPv6 socket APIs and structures is disabled,  support for IPv6 socket APIs and structures is disabled, and the CIM
      and the CIM Server will not accept connections to or from IPv6  Server will not accept connections to or from IPv6 network interfaces.
      network interfaces. When this variable is set to 'true', the  When this variable is set to 'true', the newer IPv6 socket APIs and
      newer IPv6 socket APIs and structures will be included when  structures will be included when OpenPegasus is built, so they must be
      OpenPegasus is built, so they must be supported on the build  supported on the build platform. However, if IPv6 is not supported on
      platform. However, if IPv6 is not supported on the platform on  the platform on which an IPv6-enabled version of OpenPegasus is run,
      which an IPv6-enabled version of OpenPegasus is run, then the IPv6  then the IPv6 feature will be disabled at run-time and only IPv4
      feature will be disabled at run-time and only IPv4 connections  connections will be supported.
      will be supported.  
 </ul> </ul>
  
 <h5>PEGASUS_ENABLE_JMPI_PROVIDER_MANAGER</h5> <h5>PEGASUS_ENABLE_JMPI_PROVIDER_MANAGER</h5>
   
 <ul> <ul>
   
   <b>Description:&nbsp;</b>If true, a version of OpenPegasus that   <b>Description:&nbsp;</b>If true, a version of OpenPegasus that
      supports JMPI providers and their dependent components is built.  supports JMPI providers and their dependent components is built. If
      If false or not set, support for JMPI Providers is not included  false or not set, support for JMPI Providers is not included in
      in OpenPegasus.&nbsp; All other values are invalid.<br>  OpenPegasus.&nbsp; All other values are invalid.<br>
   <b>Default Value:&nbsp;</b>false<br>   <b>Default Value:&nbsp;</b>false<br>
   <b>Recommended Value (Development Build):&nbsp;</b>false<br>   <b>Recommended Value (Development Build):&nbsp;</b>false<br>
   <b>Recommended Value (Release Build):&nbsp;</b>false<br>   <b>Recommended Value (Release Build):&nbsp;</b>false<br>
   <b>Required:&nbsp;</b>No<p></p>    <b>Required:&nbsp;</b>No
 </ul> </ul>
  
 <h5>PEGASUS_ENABLE_OBJECT_NORMALIZATION</h5> <h5>PEGASUS_ENABLE_OBJECT_NORMALIZATION</h5>
   
 <ul> <ul>
   
   <b>Description:&nbsp;</b>If set, builds in support so that objects   <b>Description:&nbsp;</b>If set, builds in support so that objects
      returned from provider instance operations can be validated.  returned from provider instance operations can be validated. The
      The enableNormalization must also be set to 'true' (default)<br>  enableNormalization must also be set to 'true' (default)<br>
   <b>Default Value:&nbsp;</b>Not Set<br>   <b>Default Value:&nbsp;</b>Not Set<br>
   <b>Recommended Value (Development Build):&nbsp;</b>Not Set<br>   <b>Recommended Value (Development Build):&nbsp;</b>Not Set<br>
   <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>   <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>
   <b>Required:&nbsp;</b>No&nbsp;&nbsp;&nbsp; <br>   <b>Required:&nbsp;</b>No&nbsp;&nbsp;&nbsp; <br>
   <b>Considerations: </b>If PEGASUS_ENABLE_OBJECT_NORMALIZATION is   <b>Considerations: </b>If PEGASUS_ENABLE_OBJECT_NORMALIZATION is
      set, two new configuration options are defined: enableNormalization  set, two new configuration options are defined: enableNormalization and
      and excludeModulesFromNormalization.  excludeModulesFromNormalization.
 </ul> </ul>
  
 <h5>PEGASUS_ENABLE_PRIVILEGE_SEPARATION</h5> <h5>PEGASUS_ENABLE_PRIVILEGE_SEPARATION</h5>
   
 <ul> <ul>
   
   <b>Description:&nbsp;</b>If true, a version of OpenPegasus that   <b>Description:&nbsp;</b>If true, a version of OpenPegasus that
      enables the Privilege Separation feature is built. This feature  enables the Privilege Separation feature is built. This feature allows
      allows the CIM Server to run in a non-privileged user context and  the CIM Server to run in a non-privileged user context and use a small
      use a small executor process to perform privileged operations. If  executor process to perform privileged operations. If false or not set,
      false or not set, the Privilege Separate feature will not be  the Privilege Separate feature will not be included.<br>
      included.<br>  
   <b>Default Value:&nbsp;</b>false<br>   <b>Default Value:&nbsp;</b>false<br>
   <b>Recommended Value (Development Build):&nbsp;</b>true (HP-UX,    <b>Recommended Value (Development Build):&nbsp;</b>true (HP-UX, Linux)<br>
      Linux)<br>    <b>Recommended Value (Release Build):&nbsp;</b>true (HP-UX, Linux)<br>
   <b>Recommended Value (Release Build):&nbsp;</b>true (HP-UX,  
      Linux)<br>  
   <b>Required:&nbsp;</b>No<br>   <b>Required:&nbsp;</b>No<br>
   <b>Considerations:&nbsp;</b> The Privilege Separation feature is    <b>Considerations:&nbsp;</b> The Privilege Separation feature is only
      only supported on HP-UX and Linux platforms. The 'cimsrvr' user  supported on HP-UX and Linux platforms. The 'cimsrvr' user must be
      must be defined on the system. If the umask setting in the  defined on the system. If the umask setting in the environment is not
      environment is not 0, PEGASUS_TMP must be set to a directory that  0, PEGASUS_TMP must be set to a directory that is writable by the
      is writable by the 'cimsrvr' user for the tests to run  'cimsrvr' user for the tests to run successfully.
      successfully.  
 </ul> </ul>
  
 <h5>PEGASUS_ENABLE_PROTOCOL_WSMAN</h5> <h5>PEGASUS_ENABLE_PROTOCOL_WSMAN</h5>
   
 <ul> <ul>
   <b>Description:&nbsp;</b>If true, a version of OpenPegasus is  
      built that accepts and processes WS-Management requests. This    <b>Description:&nbsp;</b>If true, a version of OpenPegasus is built
      feature is initially limited to WS-Transfer and WS-Enumeration  that accepts and processes WS-Management requests. This feature is
      operations. If false or not set, WS-Management support is not  initially limited to WS-Transfer and WS-Enumeration operations. If
      built or included in any way.<br>  false or not set, WS-Management support is not built or included in any
   way.<br>
   <b>Default Value:&nbsp;</b>false<br>   <b>Default Value:&nbsp;</b>false<br>
   <b>Recommended Value (Development Build):&nbsp;</b>true<br>   <b>Recommended Value (Development Build):&nbsp;</b>true<br>
   <b>Recommended Value (Release Build):&nbsp;</b>false<br>   <b>Recommended Value (Release Build):&nbsp;</b>false<br>
   <b>Required:&nbsp;</b>No<br>   <b>Required:&nbsp;</b>No<br>
   <b>Considerations:&nbsp;</b> The WS-Management standards are not   <b>Considerations:&nbsp;</b> The WS-Management standards are not
      mature, and interoperability problems may arise. The WS-Management      mature, and interoperability problems may arise. The WS-Management
      functionality may change in incompatible ways in subsequent  functionality may change in incompatible ways in subsequent releases.
      releases. Also note the known limitations specified in PEP 311.<br>  Also note the known limitations specified in PEP 311.<br>
 </ul> </ul>
  
 <h5>PEGASUS_ENABLE_PROTOCOL_WEB</h5> <h5>PEGASUS_ENABLE_PROTOCOL_WEB</h5>
   
 <ul> <ul>
   
   <b>Description:&nbsp;</b>Enable pegasus to act as webserver capable   <b>Description:&nbsp;</b>Enable pegasus to act as webserver capable
      of serving webpages by comsuming the JSON output from CIM-RS.<br>      of serving webpages by comsuming the JSON output from CIM-RS.<br>
   <b>Default Value:&nbsp;</b>true<br>   <b>Default Value:&nbsp;</b>true<br>
   <b>Recommended Value (Development Build):&nbsp;</b>true<br>   <b>Recommended Value (Development Build):&nbsp;</b>true<br>
   <b>Recommended Value (Release Build):&nbsp;</b>true<br>   <b>Recommended Value (Release Build):&nbsp;</b>true<br>
   <b>Required:&nbsp;</b>No<br>   <b>Required:&nbsp;</b>No<br>
   <b>Considerations:&nbsp;</b> When authentication is disabled, Anybody can    <b>Considerations:&nbsp;</b> When authentication is disabled, Anybody
   modify the pegasus cimserver. Please enable authentication when using  can modify the pegasus cimserver. Please enable authentication when
   webadmin to prevent unauthorized access. <br>  using webadmin to prevent unauthorized access. <br>
 </ul> </ul>
  
   
 <h5>PEGASUS_ENABLE_REMOTE_CMPI</h5> <h5>PEGASUS_ENABLE_REMOTE_CMPI</h5>
   
 <ul> <ul>
   
   <b>Description:&nbsp;</b>If set, a version of OpenPegasus that   <b>Description:&nbsp;</b>If set, a version of OpenPegasus that
      support Remote CMPI providers and their dependent components  support Remote CMPI providers and their dependent components is built.<br>
      is built.<br>  
   <b>Default Value:&nbsp;</b>Not Set<br>   <b>Default Value:&nbsp;</b>Not Set<br>
   <b>Recommended Value (Development Build):&nbsp;</b>Not Set<br>   <b>Recommended Value (Development Build):&nbsp;</b>Not Set<br>
   <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>   <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>
   <b>Required:&nbsp;</b>No<p></p>    <b>Required:&nbsp;</b>No
 </ul> </ul>
  
 <h5>PEGASUS_ENABLE_SLP</h5> <h5>PEGASUS_ENABLE_SLP</h5>
   
 <ul> <ul>
   <b>Description:&nbsp;</b>This variable controls of the inclusion  
      of SLP functionality in the OpenPegasus build.&nbsp;When this    <b>Description:&nbsp;</b>This variable controls of the inclusion of
      environment variable is set to 'true', SLP functionality will be  SLP functionality in the OpenPegasus build.&nbsp;When this environment
      included as part of the OpenPegasus build.&nbsp; If  variable is set to 'true', SLP functionality will be included as part
      this variable is set to 'false' or not set, the SLP functionality  of the OpenPegasus build.&nbsp; If this variable is set to 'false' or
      will not be included.&nbsp; All other values are considered  not set, the SLP functionality will not be included.&nbsp; All other
      invalid and will result in a build error  values are considered invalid and will result in a build error (e.g.,
      (e.g., "PEGASUS_ENABLE_SLP ($(PEGASUS_ENABLE_SLP)) invalid,  "PEGASUS_ENABLE_SLP ($(PEGASUS_ENABLE_SLP)) invalid, must be true or
      must be true or false").<br>  false").<br>
   <b>Default Value: </b>'true' for Windows; 'false' for all other   <b>Default Value: </b>'true' for Windows; 'false' for all other
      Platforms<br>      Platforms<br>
   <b>Recommended Value (Development Build):&nbsp;</b>'true' for   <b>Recommended Value (Development Build):&nbsp;</b>'true' for
Line 921 
Line 945 
   <b>Required:&nbsp;</b>No<br>   <b>Required:&nbsp;</b>No<br>
   <b>Considerations:&nbsp;</b>PEGASUS_ENABLE_SLP requires   <b>Considerations:&nbsp;</b>PEGASUS_ENABLE_SLP requires
      PEGASUS_ENABLE_INTEROP_PROVIDER to be enabled. If      PEGASUS_ENABLE_INTEROP_PROVIDER to be enabled. If
      PEGASUS_ENABLE_INTEROP_PROVIDER is not set, setting  PEGASUS_ENABLE_INTEROP_PROVIDER is not set, setting PEGASUS_ENABLE_SLP
      PEGASUS_ENABLE_SLP to true, will also enable  to true, will also enable PEGASUS_ENABLE_INTEROP_PROVIDER. If
      PEGASUS_ENABLE_INTEROP_PROVIDER. If  PEGASUS_ENABLE_INTEROP_PROVIDER is explicitly disabled (i.e., set to
      PEGASUS_ENABLE_INTEROP_PROVIDER is explicitly disabled  false), a build error will be generated.<br>
      (i.e., set to false), a build error will be generated.<br>  
 </ul> </ul>
  
   
 <h5>PEGASUS_ENABLE_SORTED_DIFF</h5> <h5>PEGASUS_ENABLE_SORTED_DIFF</h5>
   
 <ul> <ul>
   <b>Description:&nbsp;</b>This controls if the DIFFSORT function  
      is used rather than a simple DIFF of the test results files    <b>Description:&nbsp;</b>This controls if the DIFFSORT function is
      to the static results file. Set to 'true' enables the sorted  used rather than a simple DIFF of the test results files to the static
      diffs of results to static results files. Otherwise results  results file. Set to 'true' enables the sorted diffs of results to
      in regular diffs of results to static results files.  static results files. Otherwise results in regular diffs of results to
      See OpenPegasus bug 2283 for background information concerning  static results files. See OpenPegasus bug 2283 for background
      this config variable. <br>  information concerning this config variable. <br>
   <b>Default Value:&nbsp;</b>true<br>   <b>Default Value:&nbsp;</b>true<br>
   <b>Recommended Value (Development Build):&nbsp;</b>true<br>   <b>Recommended Value (Development Build):&nbsp;</b>true<br>
   <b>Recommended Value (Release Build):&nbsp;</b>true<br>   <b>Recommended Value (Release Build):&nbsp;</b>true<br>
   <b>Required:&nbsp;</b>No<p>&nbsp;</p>    <b>Required:&nbsp;</b>No
     <p>&nbsp;</p>
 </ul> </ul>
  
 <h5>PEGASUS_ENABLE_SYSTEM_LOG_HANDER</h5> <h5>PEGASUS_ENABLE_SYSTEM_LOG_HANDER</h5>
   
 <ul> <ul>
   
   <b>Description:&nbsp;</b>When this environment variable is set, a   <b>Description:&nbsp;</b>When this environment variable is set, a
      SysLog Indication Handler is built as part of the OpenPegasus      SysLog Indication Handler is built as part of the OpenPegasus
      build.&nbsp; The SysLog Indication Handler can be used to  build.&nbsp; The SysLog Indication Handler can be used to delivered CIM
      delivered CIM Indications to the system log file.<br>  Indications to the system log file.<br>
   <b>Default Value:&nbsp;</b>Not Set<br>   <b>Default Value:&nbsp;</b>Not Set<br>
   <b>Recommended Value (Development Build):&nbsp;</b>Not Set<br>   <b>Recommended Value (Development Build):&nbsp;</b>Not Set<br>
   <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>   <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>
   <b>Required:&nbsp;</b>No<br>   <b>Required:&nbsp;</b>No<br>
   <b>Considerations:&nbsp;</b>If PEGASUS_ENABLE_SYSTEM_LOG_HANDLER    <b>Considerations:&nbsp;</b>If PEGASUS_ENABLE_SYSTEM_LOG_HANDLER is
      is not set when OpenPegasus is built, a request to create a SysLog  not set when OpenPegasus is built, a request to create a SysLog
      Indication Handler instance will be rejected with the error      Indication Handler instance will be rejected with the error
      CIM_ERR_NOT_SUPPORTED.<br>      CIM_ERR_NOT_SUPPORTED.<br>
 </ul> </ul>
  
 <h5>PEGASUS_ENABLE_USERGROUP_AUTHORIZATION</h5> <h5>PEGASUS_ENABLE_USERGROUP_AUTHORIZATION</h5>
   
 <ul> <ul>
   <b>Description:&nbsp;</b>Builds a  version of OpenPegasus that  
      allows an administrator to restrict access to CIM operations    <b>Description:&nbsp;</b>Builds a version of OpenPegasus that allows
      to members of a designated set of groups.&nbsp; Refer to the  an administrator to restrict access to CIM operations to members of a
      <b>authorizedUserGroups</b>configuration option for additional  designated set of groups.&nbsp; Refer to the <b>authorizedUserGroups</b>configuration
      details.<br>  option for additional details.<br>
   <b>Default Value:&nbsp;</b>Not Set<br>   <b>Default Value:&nbsp;</b>Not Set<br>
   <b>Recommended Value (Development Build):&nbsp;</b>Not Set<br>   <b>Recommended Value (Development Build):&nbsp;</b>Not Set<br>
   <b>Recommended Value (Release Build):&nbsp;</b>Set<br>   <b>Recommended Value (Release Build):&nbsp;</b>Set<br>
Line 974 
Line 1001 
 </ul> </ul>
  
 <h5>PEGASUS_EXTRA_C_FLAGS</h5> <h5>PEGASUS_EXTRA_C_FLAGS</h5>
   
 <ul> <ul>
   
   <b>Description:&nbsp; </b>This environment variable allows a   <b>Description:&nbsp; </b>This environment variable allows a
      developer to specify an additional set of flags to be included  developer to specify an additional set of flags to be included on&nbsp;
      on&nbsp; the C compile command line.<br>  the C compile command line.<br>
   <b>Default Value:&nbsp;</b>Not Set<br>   <b>Default Value:&nbsp;</b>Not Set<br>
   <b>Recommended Value (Development Build): </b>No Set<br>   <b>Recommended Value (Development Build): </b>No Set<br>
   <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>   <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>
Line 985 
Line 1014 
 </ul> </ul>
  
 <h5>PEGASUS_EXTRA_CXX_FLAGS</h5> <h5>PEGASUS_EXTRA_CXX_FLAGS</h5>
   
 <ul> <ul>
   
   <b>Description:&nbsp; </b>This environment variable allows a   <b>Description:&nbsp; </b>This environment variable allows a
      developer to specify an additional set of flags to be included  developer to specify an additional set of flags to be included on the
      on the C++ compile command line.<br>  C++ compile command line.<br>
   <b>Default Value:&nbsp;</b>Not Set<br>   <b>Default Value:&nbsp;</b>Not Set<br>
   <b>Recommended Value (Development Build): </b>Not Set<br>   <b>Recommended Value (Development Build): </b>Not Set<br>
   <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>   <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>
Line 996 
Line 1027 
 </ul> </ul>
  
 <h5>PEGASUS_EXTRA_LIBRARY_LINK_FLAGS</h5> <h5>PEGASUS_EXTRA_LIBRARY_LINK_FLAGS</h5>
   
 <ul> <ul>
   
   <b>Description:&nbsp; </b>This environment variable allows a   <b>Description:&nbsp; </b>This environment variable allows a
      developer to specify an additional set of flags to include on  developer to specify an additional set of flags to include on the link
      the link command line used to build a library.<br>  command line used to build a library.<br>
   <b>Default Value:&nbsp;</b>Not Set<br>   <b>Default Value:&nbsp;</b>Not Set<br>
   <b>Recommended Value (Development Build): </b>Not Set<br>   <b>Recommended Value (Development Build): </b>Not Set<br>
   <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>   <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>
Line 1007 
Line 1040 
 </ul> </ul>
  
 <h5>PEGASUS_EXTRA_LINK_FLAGS</h5> <h5>PEGASUS_EXTRA_LINK_FLAGS</h5>
   
 <ul> <ul>
   
   <b>Description:&nbsp; </b>This environment variable allows a   <b>Description:&nbsp; </b>This environment variable allows a
      developer to specify an additional set of flags to be included  developer to specify an additional set of flags to be included on the
      on the link command line.&nbsp; These flags will be included on  link command line.&nbsp; These flags will be included on both library
      both library and program executable link command lines.<br>  and program executable link command lines.<br>
   <b>Default Value:&nbsp;</b>Not Set<br>   <b>Default Value:&nbsp;</b>Not Set<br>
   <b>Recommended Value (Development Build): </b>Not Set<br>   <b>Recommended Value (Development Build): </b>Not Set<br>
   <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>   <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>
   <b>Required:&nbsp;</b>No    <b>Required:&nbsp;</b>No <b>Considerations: </b>Refer to
   <b>Considerations: </b>Refer to PEGASUS_EXTRA_LIBRARY_LINK_FLAGS and  PEGASUS_EXTRA_LIBRARY_LINK_FLAGS and PEGASUS_EXTRA_PROGRAM_FLAGS to add
      PEGASUS_EXTRA_PROGRAM_FLAGS to add flags specific to either a  flags specific to either a library or program link command line.<br>
      library or program link command line.<br>  
 </ul> </ul>
  
 <h5>PEGASUS_EXTRA_PROGRAM_LINK_FLAGS</h5> <h5>PEGASUS_EXTRA_PROGRAM_LINK_FLAGS</h5>
   
 <ul> <ul>
   
   <b>Description:&nbsp; </b>This environment variable allows a   <b>Description:&nbsp; </b>This environment variable allows a
      developer to specify an additional set of flags to include on  developer to specify an additional set of flags to include on the link
      the link command line used to build an executable program.<br>  command line used to build an executable program.<br>
   <b>Recommended Value (Development Build): </b>Not Set<br>   <b>Recommended Value (Development Build): </b>Not Set<br>
   <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>   <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>
   <b>Required:&nbsp;</b>No   <b>Required:&nbsp;</b>No
 </ul> </ul>
  
 <h5>PEGASUS_HAS_MESSAGES</h5> <h5>PEGASUS_HAS_MESSAGES</h5>
   
 <ul> <ul>
   
   <b>Description:&nbsp;</b>When set (to anything) during the build,   <b>Description:&nbsp;</b>When set (to anything) during the build,
      OpenPegasus compiles with localization support.  The  OpenPegasus compiles with localization support. The ICU (International
      ICU (International Components for Unicode) variables,  Components for Unicode) variables, ICU_ROOT and ICU_INSTALL, indicate
      ICU_ROOT and ICU_INSTALL, indicate that the  that the localization support is based on ICU. Only ICU is supported at
      localization support is based on ICU.  Only ICU is supported  this time.<br>
      at this time.<br>  
   <b>Default Value:&nbsp;</b>Not Set<br>   <b>Default Value:&nbsp;</b>Not Set<br>
   <b>Recommended Value (Development Build):&nbsp;</b>Not Set<br>   <b>Recommended Value (Development Build):&nbsp;</b>Not Set<br>
   <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>   <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>
   <b>Required:&nbsp;</b>No<br>   <b>Required:&nbsp;</b>No<br>
   <b>Considerations:&nbsp;</b>If the PEGASUS_HAS_MESSAGES is not    <b>Considerations:&nbsp;</b>If the PEGASUS_HAS_MESSAGES is not set,
      set, OpenPegasus is built without localization support.  This  OpenPegasus is built without localization support. This means that all
      means that all messages sent by the CIM Server and the CLIs are in  messages sent by the CIM Server and the CLIs are in English. ICU is an
      English. ICU is an open source project at  open source project at <a href="http://oss.software.ibm.com/icu">
      <a href="http://oss.software.ibm.com/icu">  http://oss.software.ibm.com/icu</a>. Only English translations are
      http://oss.software.ibm.com/icu</a>.  included with the OpenPegasus distribution. The OpenPegasus
      Only English translations are included with the OpenPegasus  distribution does not provide translated messages. But, enabling for
      distribution. The OpenPegasus distribution does not provide  ICU would allow vendor to provide the translations. Refer to the
      translated messages. But, enabling for ICU would allow vendor to  OpenPegasus Release README for additional information regarding the use
      provide the translations. Refer to the OpenPegasus Release README  of ICU. Although, in OpenPegasus 2.3.2, experience with localization
      for additional information regarding the use of ICU. Although, in  support has been limited to a select set of platforms, wider platform
      OpenPegasus 2.3.2, experience with localization support  
      has been limited to a select set of platforms, wider platform  
      adoption of this technology is planned for 2.5.<br>      adoption of this technology is planned for 2.5.<br>
 </ul> </ul>
  
 <h5>PEGASUS_HAS_SSL</h5> <h5>PEGASUS_HAS_SSL</h5>
   
 <ul> <ul>
   
   <b>Description:&nbsp;</b>If set, a version of OpenPegasus that   <b>Description:&nbsp;</b>If set, a version of OpenPegasus that
      supports SSL (i.e., https) is built.<br>      supports SSL (i.e., https) is built.<br>
   <b>Default Value:&nbsp;</b>Not Set<br>   <b>Default Value:&nbsp;</b>Not Set<br>
Line 1068 
Line 1105 
   <b>Recommended Value (Release Build):&nbsp;</b>Set<br>   <b>Recommended Value (Release Build):&nbsp;</b>Set<br>
   <b>Required:&nbsp;</b>No<br>   <b>Required:&nbsp;</b>No<br>
   <b>Considerations:&nbsp;</b>Support for SSL in OpenPegasus is   <b>Considerations:&nbsp;</b>Support for SSL in OpenPegasus is
      dependent on the OpenSSL software developed by the  dependent on the OpenSSL software developed by the <a href="http://www.openssl.org/"> OpenSSL Project
      <a href="http://www.openssl.org/">  (http://www.openssl.org/)</a>. If the PEGASUS_HAS_SSL variable is set,
      OpenSSL Project (http://www.openssl.org/)</a>.  the variable OPENSSL_HOME must also be defined. The OPENSSL_HOME
   variable is used, by the OpenPegasus build, to determine the location
      If the PEGASUS_HAS_SSL variable is set, the variable OPENSSL_HOME  of the OpenSSL include files, libraries and binaries.
      must also be defined. The OPENSSL_HOME variable is used, by the  
      OpenPegasus build, to determine the location of the OpenSSL  
      include files, libraries and binaries.  
 </ul> </ul>
  
 <h5>PEGASUS_HOME</h5> <h5>PEGASUS_HOME</h5>
   
 <ul> <ul>
   <b>Description:&nbsp;</b>Specifies the location of the  
      OpenPegasus working directory.  The OpenPegasus    <b>Description:&nbsp;</b>Specifies the location of the OpenPegasus
      build will use this directory as the default location  working directory. The OpenPegasus build will use this directory as the
      for files generated during the build (e.g., binaries,  default location for files generated during the build (e.g., binaries,
      libraries, objects).<br>      libraries, objects).<br>
   <b>Default Value:&nbsp;</b>None<br>   <b>Default Value:&nbsp;</b>None<br>
   <b>Recommended Value (Development Build):&nbsp;</b>    <b>Recommended Value (Development Build):&nbsp;</b> No Specific
      No Specific Recommendation<br>  Recommendation<br>
   <b>Recommended Value (Release Build):&nbsp;</b>    <b>Recommended Value (Release Build):&nbsp;</b> No Specific
      No Specific Recommendation<br>  Recommendation<br>
   <b>Required:&nbsp;</b>Yes<br>   <b>Required:&nbsp;</b>Yes<br>
   <b>Considerations:&nbsp;</b>The error "PEGASUS_HOME    <b>Considerations:&nbsp;</b>The error "PEGASUS_HOME environment
      environment variable undefined" is returned if the  variable undefined" is returned if the PEGASUS_HOME environment
      PEGASUS_HOME environment variable is not set.  variable is not set. This variable is also used during runtime. Refer
      This variable is also used during runtime. Refer to the section  to the section titled "Environment Variable Settings for Running
      titled "Environment Variable Settings for Running OpenPegasus  OpenPegasus 2.3.2 on Linux" for additional details.<br>
      2.3.2 on Linux" for additional details.<br>  
 </ul> </ul>
  
 <h5>PEGASUS_MAX_THREADS_PER_SVC_QUEUE</h5> <h5>PEGASUS_MAX_THREADS_PER_SVC_QUEUE</h5>
   
 <ul> <ul>
   
   <b>Description:&nbsp;</b>Controls the maximum number of threads   <b>Description:&nbsp;</b>Controls the maximum number of threads
      allowed per message service queue. It is allowed to range  allowed per message service queue. It is allowed to range between 1 and
      between 1 and MAX_THREADS_PER_SVC_QUEUE_LIMIT (currently 5000)  MAX_THREADS_PER_SVC_QUEUE_LIMIT (currently 5000) as set in
      as set in pegasus/src/Pegasus/Common/MessageQueueService.cpp.  pegasus/src/Pegasus/Common/MessageQueueService.cpp. If set to 0 (zero)
      If set to 0 (zero) the max threads per service queue is then  the max threads per service queue is then set to
      set to MAX_THREADS_PER_SVC_QUEUE_LIMIT. If set larger than the  MAX_THREADS_PER_SVC_QUEUE_LIMIT. If set larger than the
      MAX_THREADS_PER_SVC_QUEUE_LIMIT it is set equal to      MAX_THREADS_PER_SVC_QUEUE_LIMIT it is set equal to
      MAX_THREADS_PER_SVC_QUEUE_LIMIT. There are no other limits on the  MAX_THREADS_PER_SVC_QUEUE_LIMIT. There are no other limits on the total
      total number of threads that can exist within the system at this  number of threads that can exist within the system at this time. When
      time. When the server starts there on the order of 10 to 20  the server starts there on the order of 10 to 20 message service queues
      message service queues created dependent upon  created dependent upon build options.&nbsp; <br>
      build options.&nbsp; <br>  
   <b>Default Value:&nbsp;</b>5<br>   <b>Default Value:&nbsp;</b>5<br>
   <b>Recommended Value (Development Build):&nbsp;</b>5<br>   <b>Recommended Value (Development Build):&nbsp;</b>5<br>
   <b>Recommended Value (Release Build):&nbsp;</b>5<br>   <b>Recommended Value (Release Build):&nbsp;</b>5<br>
   <b>Required:&nbsp;</b>No<br>   <b>Required:&nbsp;</b>No<br>
   <b>Considerations: </b>This flag affects consumption of    <b>Considerations: </b>This flag affects consumption of system
      system resources. Not setting, or inappropriately setting  resources. Not setting, or inappropriately setting this value, may
      this value, may cause the cimserver to hang or crash.<br>  cause the cimserver to hang or crash.<br>
 </ul> </ul>
  
 <h5>PEGASUS_ROOT</h5> <h5>PEGASUS_ROOT</h5>
   
 <ul> <ul>
   <b>Description:&nbsp;</b>Specifies the location of the directory  
      that corresponds to "pegasus" source directory defined in the    <b>Description:&nbsp;</b>Specifies the location of the directory that
      OpenPegasus CVS source tree.  This environment variable is  corresponds to "pegasus" source directory defined in the OpenPegasus
      used by the OpenPegasus build to locate the required build  CVS source tree. This environment variable is used by the OpenPegasus
      and source files (e.g., $(PEGASUS_ROOT)/mak and  build to locate the required build and source files (e.g.,
      $(PEGASUS_ROOT)/src).<br>  $(PEGASUS_ROOT)/mak and $(PEGASUS_ROOT)/src).<br>
   <b>Default Value:&nbsp;</b>None<br>   <b>Default Value:&nbsp;</b>None<br>
   <b>Recommended Value (Development Build):&nbsp;</b>    <b>Recommended Value (Development Build):&nbsp;</b> No Specific
      No Specific Recommendation<br>  Recommendation<br>
   <b>Recommended Value (Release Build):&nbsp;</b>    <b>Recommended Value (Release Build):&nbsp;</b> No Specific
      No Specific Recommendation<br>  Recommendation<br>
   <b>Required:&nbsp;</b>Yes<br>   <b>Required:&nbsp;</b>Yes<br>
   <b>Considerations:&nbsp;</b>The error "PEGASUS_ROOT environment   <b>Considerations:&nbsp;</b>The error "PEGASUS_ROOT environment
      variable undefined" is returned if the PEGASUS_ROOT  variable undefined" is returned if the PEGASUS_ROOT environment
      environment variable is not set.  variable is not set.
 </ul> </ul>
  
   
 <h5>PEGASUS_NET_SNMP_INCLUDE_DIR</h5> <h5>PEGASUS_NET_SNMP_INCLUDE_DIR</h5>
   
 <ul> <ul>
   <b>Description:&nbsp;</b>Specifies the location of the NET-SNMP  
      <i>include</i> directory. <br>    <b>Description:&nbsp;</b>Specifies the location of the NET-SNMP <i>include</i>
   directory. <br>
   <b>Default Value:&nbsp;</b>Not Set<br>   <b>Default Value:&nbsp;</b>Not Set<br>
   <b>Recommended Value (Development Build):&nbsp;</b>    <b>Recommended Value (Development Build):&nbsp;</b> No Specific
      No Specific Recommendation<br>  Recommendation<br>
   <b>Recommended Value (Release Build):&nbsp;</b>    <b>Recommended Value (Release Build):&nbsp;</b> No Specific
      No Specific Recommendation<br>  Recommendation<br>
   <b>Required:&nbsp;</b>No. By default, the NET-SNMP include    <b>Required:&nbsp;</b>No. By default, the NET-SNMP include files are
      files are expected to be installed in directories that  expected to be installed in directories that are searched by default
      are searched by default (e.g., /usr/include). For platforms  (e.g., /usr/include). For platforms where this isn't true, the
      where this isn't true, the PEGASUS_NET_SNMP_INCLUDE_DIR  PEGASUS_NET_SNMP_INCLUDE_DIR environment variable may be used to define
      environment variable may be used to define an alternative path.  an alternative path. This environment variable is only used if
      This environment variable is only used if PEGASUS_USE_NET_SNMP  PEGASUS_USE_NET_SNMP is set.<br>
      is set.<br>  
 </ul> </ul>
  
 <h5>PEGASUS_NET_SNMP_LIB_DIR</h5> <h5>PEGASUS_NET_SNMP_LIB_DIR</h5>
   
 <ul> <ul>
   <b>Description:&nbsp;</b>Specifies the location of the NET-SNMP  
      <i>lib </i>directory. <br>    <b>Description:&nbsp;</b>Specifies the location of the NET-SNMP <i>lib
     </i>directory. <br>
   <b>Default Value:&nbsp;</b>Not Set<br>   <b>Default Value:&nbsp;</b>Not Set<br>
   <b>Recommended Value (Development Build):&nbsp;</b>    <b>Recommended Value (Development Build):&nbsp;</b> No Specific
      No Specific Recommendation<br>  Recommendation<br>
   <b>Recommended Value (Release Build):&nbsp;</b>    <b>Recommended Value (Release Build):&nbsp;</b> No Specific
      No Specific Recommendation<br>  Recommendation<br>
   <b>Required:&nbsp;</b>No. By default, the NET-SNMP library is   <b>Required:&nbsp;</b>No. By default, the NET-SNMP library is
      expected to be installed in a directory that is searched by  expected to be installed in a directory that is searched by default
      default (e.g., /usr/lib, /usr/lib64). For platforms where  (e.g., /usr/lib, /usr/lib64). For platforms where this isn't true, the
      this isn't true, the PEGASUS_NET_SNMP_LIB_DIR environment  PEGASUS_NET_SNMP_LIB_DIR environment variable may be used to define an
      variable may be used to define an alternative path. This  alternative path. This environment variable is only used if
      environment variable is only used if PEGASUS_USE_NET_SNMP is set.  PEGASUS_USE_NET_SNMP is set.
 </ul> </ul>
  
   
 <h5>PEGASUS_NOASSERTS</h5> <h5>PEGASUS_NOASSERTS</h5>
   
 <ul> <ul>
   
   <b>Description:&nbsp;</b>Defines the NDEBUG compilation macro, which   <b>Description:&nbsp;</b>Defines the NDEBUG compilation macro, which
      causes the preprocessor to remove PEGASUS_ASSERT() and disables assertion  causes the preprocessor to remove PEGASUS_ASSERT() and disables
      on PEGASUS_FCT_EXECUTE_AND_ASSERT statements.<br>  assertion on PEGASUS_FCT_EXECUTE_AND_ASSERT statements.<br>
   <b>Default Value:&nbsp;</b>Not Set<br>   <b>Default Value:&nbsp;</b>Not Set<br>
   <b>Recommended Value (Development Build):&nbsp;</b>Not Set<br>   <b>Recommended Value (Development Build):&nbsp;</b>Not Set<br>
   <b>Recommended Value (Release Build):&nbsp;</b>Set<br>   <b>Recommended Value (Release Build):&nbsp;</b>Set<br>
Line 1531 
Line 1570 
 </ul> </ul>
  
 <h5>PEGASUS_TEST_USER_ID/PEGASUS_TEST_USER_PASS</h5> <h5>PEGASUS_TEST_USER_ID/PEGASUS_TEST_USER_PASS</h5>
   
 <ul> <ul>
   <b>Description:&nbsp;</b>These variables are only used for  
      testing. These variables allow the developer to define a    <b>Description:&nbsp;</b>These variables are only used for testing.
      valid, non-privileged&nbsp; user name and password  These variables allow the developer to define a valid,
      on the test system that can be used as part of the OpenPegasus  non-privileged&nbsp; user name and password on the test system that can
      automated test scripts to perform authentication and  be used as part of the OpenPegasus automated test scripts to perform
      authorization testing.&nbsp; These variables are only used for  authentication and authorization testing.&nbsp; These variables are
      testing and NOT part of the release.<br>  only used for testing and NOT part of the release.<br>
   <b>Default Value:&nbsp;</b>guest/guest<br>   <b>Default Value:&nbsp;</b>guest/guest<br>
   <b>Recommended Value (Development Build):&nbsp;</b>    <b>Recommended Value (Development Build):&nbsp;</b> No Recommendation<br>
      No Recommendation<br>  
   <b>Recommended Value (Release Build):&nbsp;</b>Not Used<br>   <b>Recommended Value (Release Build):&nbsp;</b>Not Used<br>
   <b>Required:&nbsp;</b>No<br>   <b>Required:&nbsp;</b>No<br>
 </ul> </ul>
  
 <h5>PEGASUS_TEST_VALGRIND_LOG_DIR</h5> <h5>PEGASUS_TEST_VALGRIND_LOG_DIR</h5>
   
 <ul> <ul>
   <b>Description:&nbsp;</b>  
      This variable is currently only supported on Linux. It may be    <b>Description:&nbsp;</b> This variable is currently only supported
      set to run regression tests under the  on Linux. It may be set to run regression tests under the <a href="http://www.valgrind.org/">Valgrind</a> memory checking tool. It
      <a href="http://www.valgrind.org/">Valgrind</a> memory  must specify a directory for writing Valgrind log files. The file name
      checking tool. It must specify a directory for writing  format for a particular log is
      Valgrind log files. The file name format for a particular  PEGASUS_TEST_VALGRIND_LOG_DIR/PROGRAM_NAME.pid.<br>
      log is PEGASUS_TEST_VALGRIND_LOG_DIR/PROGRAM_NAME.pid.<br>  
   <b>Default Value:&nbsp;</b>Not Set<br>   <b>Default Value:&nbsp;</b>Not Set<br>
   <b>Recommended Value (Development Build):&nbsp;</b>Not Set<br>   <b>Recommended Value (Development Build):&nbsp;</b>Not Set<br>
   <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>   <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>
Line 1564 
Line 1603 
 </ul> </ul>
  
 <h5>PEGASUS_TMP</h5> <h5>PEGASUS_TMP</h5>
   
 <ul> <ul>
   
   <b>Description:&nbsp;</b>This variable is only used in a test   <b>Description:&nbsp;</b>This variable is only used in a test
      environment. It can be used to define the directory that  environment. It can be used to define the directory that OpenPegasus
      OpenPegasus test programs should use to store temporary files.<br>  test programs should use to store temporary files.<br>
   <b>Default Value:&nbsp;</b>"."<br>   <b>Default Value:&nbsp;</b>"."<br>
   <b>Recommended Value (Development Build):&nbsp;</b>    <b>Recommended Value (Development Build):&nbsp;</b> No Specific
      No Specific Recommendation<br>  Recommendation<br>
   <b>Recommended Value (Release Build):&nbsp;</b>Not Used<br>   <b>Recommended Value (Release Build):&nbsp;</b>Not Used<br>
   <b>Required:&nbsp;</b>No<br>   <b>Required:&nbsp;</b>No<br>
 </ul> </ul>
  
 <h5>PEGASUS_USE_DEBUG_BUILD_OPTIONS</h5> <h5>PEGASUS_USE_DEBUG_BUILD_OPTIONS</h5>
   
 <ul> <ul>
   <b>Description:&nbsp;</b>The PEGASUS_DEBUG flag is used to control  
      a variety of settings, including compile options, assertion    <b>Description:&nbsp;</b>The PEGASUS_DEBUG flag is used to control a
      enablement, method definitions for testing, and diagnostic  variety of settings, including compile options, assertion enablement,
      output.&nbsp; The PEGASUS_USE_DEBUG_BUILD_OPTIONS variable  method definitions for testing, and diagnostic output.&nbsp; The
      can be used to enable just the compiler specific debug options  PEGASUS_USE_DEBUG_BUILD_OPTIONS variable can be used to enable just the
      (e.g., -g in g++) .<br>  compiler specific debug options (e.g., -g in g++) .<br>
   <b>Default Value:&nbsp;</b>Not Set<br>   <b>Default Value:&nbsp;</b>Not Set<br>
   <b>Recommended Value (Development Build):&nbsp;</b>Set<br>   <b>Recommended Value (Development Build):&nbsp;</b>Set<br>
   <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>   <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>
   <b>Required:&nbsp;</b>No<br>   <b>Required:&nbsp;</b>No<br>
   <b>Considerations:&nbsp;</b>This variable is automatically set    <b>Considerations:&nbsp;</b>This variable is automatically set if
      if PEGASUS_DEBUG is set.<br>  PEGASUS_DEBUG is set.<br>
 </ul> </ul>
  
 <h5>PEGASUS_USE_EMANATE</h5> <h5>PEGASUS_USE_EMANATE</h5>
   
 <ul> <ul>
   <b>Description:&nbsp;</b>EMANATE,  
      <a href="http://www.snmp.com/products/emanate.html">    <b>Description:&nbsp;</b>EMANATE, <a href="http://www.snmp.com/products/emanate.html">
      http://www.snmp.com/products/emanate.html</a>, is an SNMP Research      http://www.snmp.com/products/emanate.html</a>, is an SNMP Research
      International product that supports SNMPv1, SNMPv2c, and  International product that supports SNMPv1, SNMPv2c, and SNMPv3.&nbsp;
      SNMPv3.&nbsp; If the PEGASUS_USE_EMANATE variable is defined,  If the PEGASUS_USE_EMANATE variable is defined, the OpenPegasus SNMP
      the OpenPegasus SNMP Handler will use the EMANATE libraries  Handler will use the EMANATE libraries to send traps to the SNMP
      to send traps to the SNMP Management application.&nbsp;  Management application.&nbsp; The EMANATE libraries are NOT included as
      The EMANATE libraries are NOT included as part of OpenPegasus.<br>  part of OpenPegasus.<br>
   <b>Default Value:&nbsp;</b>Not Set<br>   <b>Default Value:&nbsp;</b>Not Set<br>
   <b>Recommended Value (Development Build):&nbsp;</b>Not Set<br>   <b>Recommended Value (Development Build):&nbsp;</b>Not Set<br>
   <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>   <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>
   <b>Required:&nbsp;</b>No<p>    <b>Required:&nbsp;</b>No
   <b>Considerations:&nbsp;</b>Either the PEGASUS_USE_NET_SNMP or    <p> <b>Considerations:&nbsp;</b>Either the PEGASUS_USE_NET_SNMP or
      PEGASUS_USE_EMANATE variable must be set for the SNMP  PEGASUS_USE_EMANATE variable must be set for the SNMP Handler to be
      Handler to be supported.<br>  supported.<br>
 </p></ul>    </p>
   </ul>
  
 <h5>PEGASUS_USE_NET_SNMP</h5> <h5>PEGASUS_USE_NET_SNMP</h5>
   
 <ul> <ul>
   <b>Description:&nbsp;</b>NET-SNMP,  
      <a href="http://net-snmp.sourceforge.net">    <b>Description:&nbsp;</b>NET-SNMP, <a href="http://net-snmp.sourceforge.net"> http://net-snmp.sourceforge.net</a>,&nbsp;
      http://net-snmp.sourceforge.net</a>,&nbsp; is an OSS  is an OSS implementation of a suite of applications used to implement <a href="http://www.ietf.org/rfc/rfc1157.txt">SNMP v1</a>, <a href="http://www.ietf.org/rfc/rfc1901.txt">SNMP v2c</a> and <a href="http://www.ietf.org/rfc/rfc2571.txt">SNMP v3</a> using both IPv4
      implementation of a suite of applications used to implement  and IPv6.&nbsp;&nbsp; If the PEGASUS_USE_NET_SNMP variable is defined,
      <a href="http://www.ietf.org/rfc/rfc1157.txt">SNMP v1</a>,  the OpenPegasus SNMP Handler will use the NET-SNMP libraries to send
      <a href="http://www.ietf.org/rfc/rfc1901.txt">SNMP v2c</a> and  traps to the SNMP Management application.&nbsp; The NET-SNMP libraries
      <a href="http://www.ietf.org/rfc/rfc2571.txt">SNMP v3</a> using  are NOT included as part of OpenPegasus.<br>
      both IPv4 and IPv6.&nbsp;&nbsp; If the PEGASUS_USE_NET_SNMP  
      variable is defined, the OpenPegasus SNMP Handler will use  
      the NET-SNMP libraries to send traps to the SNMP Management  
      application.&nbsp; The NET-SNMP libraries are NOT included  
      as part of OpenPegasus.<br>  
   <b>Default Value:&nbsp;</b>Not Set<br>   <b>Default Value:&nbsp;</b>Not Set<br>
   <b>Recommended Value (Development Build):&nbsp;</b>Not Set<br>   <b>Recommended Value (Development Build):&nbsp;</b>Not Set<br>
   <b>Recommended Value (Release Build):&nbsp;</b>true for Linux,    <b>Recommended Value (Release Build):&nbsp;</b>true for Linux, false
      false for all other platforms<br>  for all other platforms<br>
   <b>Required:&nbsp;</b>No<p>    <b>Required:&nbsp;</b>No
   <b>Considerations:&nbsp;</b>Either the PEGASUS_USE_NET_SNMP or    <p> <b>Considerations:&nbsp;</b>Either the PEGASUS_USE_NET_SNMP or
      PEGASUS_USE_EMANATE variable must be set for the SNMP  PEGASUS_USE_EMANATE variable must be set for the SNMP Handler to be
      Handler to be supported.<br>  supported.<br>
 </p></ul>    </p>
   </ul>
  
 <h5>PEGASUS_ENABLE_NET_SNMPV3</h5> <h5>PEGASUS_ENABLE_NET_SNMPV3</h5>
   
 <ul> <ul>
   <b>Description:&nbsp;</b>If this variable is defined,  
      then OpenPegasus SNMP Handler will build the SNMPV3    <b>Description:&nbsp;</b>If this variable is defined, then
      features. This should be set to false if NET-SNMP 5.2 and lower  OpenPegasus SNMP Handler will build the SNMPV3 features. This should be
      libraries are used.<br>  set to false if NET-SNMP 5.2 and lower libraries are used.<br>
   <b>Default Value:&nbsp;</b>true<br>   <b>Default Value:&nbsp;</b>true<br>
   <b>Recommended Value (Development Build):&nbsp;</b>true<br>   <b>Recommended Value (Development Build):&nbsp;</b>true<br>
   <b>Recommended Value (Release Build):&nbsp;</b>true<br>   <b>Recommended Value (Release Build):&nbsp;</b>true<br>
   <b>Required:&nbsp;</b>No<p>    <b>Required:&nbsp;</b>No
   <b>Considerations:&nbsp;</b>PEGASUS_USE_NET_SNMP variable must    <p> <b>Considerations:&nbsp;</b>PEGASUS_USE_NET_SNMP variable must
      be set.<br>      be set.<br>
 </p></ul>    </p>
   </ul>
  
 <h5>PEGASUS_USE_OPENSLP</h5> <h5>PEGASUS_USE_OPENSLP</h5>
   
 <ul> <ul>
   
   <b>Description:&nbsp;</b>OpenSLP, <a href="http://www.openslp.org">   <b>Description:&nbsp;</b>OpenSLP, <a href="http://www.openslp.org">
      http://openslp.org</a>, is an open-source implementation of  http://openslp.org</a>, is an open-source implementation of Service
      Service Location Protocol. If the PEGASUS_USE_OPENSLP variable  Location Protocol. If the PEGASUS_USE_OPENSLP variable is defined,
      is defined, OpenPegasus will be built to use the OpenSLP  OpenPegasus will be built to use the OpenSLP implementation of SLP
      implementation of SLP instead of the internal OpenPegasus  instead of the internal OpenPegasus implementation of SLP. The OpenSLP
      implementation of SLP. The OpenSLP libaries are NOT included  libaries are NOT included as part of OpenPegasus. <b>Default
      as part of OpenPegasus.  Value:&nbsp;</b>Not Set<br>
   <b>Default Value:&nbsp;</b>Not Set<br>  
   <b>Recommended Value (Development Build):&nbsp;</b>Not Set<br>   <b>Recommended Value (Development Build):&nbsp;</b>Not Set<br>
   <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>   <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>
   <b>Required:&nbsp;</b>No<br>   <b>Required:&nbsp;</b>No<br>
   <b>Considerations:&nbsp;</b>PEGASUS_ENABLE_SLP must be defined    <b>Considerations:&nbsp;</b>PEGASUS_ENABLE_SLP must be defined if
      if this variable is set.  this variable is set.
 </ul> </ul>
  
 <h5>PEGASUS_USE_PAM_STANDALONE_PROC</h5> <h5>PEGASUS_USE_PAM_STANDALONE_PROC</h5>
   
 <ul> <ul>
   
   <b>Description:&nbsp;</b>Moves the processing of PAM requests from   <b>Description:&nbsp;</b>Moves the processing of PAM requests from
      the CIM Server process to a separate process managed by the  the CIM Server process to a separate process managed by the CIM Server.<br>
      CIM Server.<br>  
   <b>Default Value:&nbsp;</b>Not Set<br>   <b>Default Value:&nbsp;</b>Not Set<br>
   <b>Recommended Value (Development Build):&nbsp;</b>Set<br>   <b>Recommended Value (Development Build):&nbsp;</b>Set<br>
   <b>Recommended Value (Release Build):&nbsp;</b>Set<br>   <b>Recommended Value (Release Build):&nbsp;</b>Set<br>
   <b>Required:&nbsp;</b>No<br>   <b>Required:&nbsp;</b>No<br>
   <b>Considerations:&nbsp;</b>If PAM Authentication is enabled,    <b>Considerations:&nbsp;</b>If PAM Authentication is enabled, the PAM
      the PAM API is used, during the processing of each request, to  API is used, during the processing of each request, to authenticate the
      authenticate the client.  This level of use makes the CIM Server  client. This level of use makes the CIM Server extremely sensitive to
      extremely sensitive to memory leaks in the PAM library.  In  memory leaks in the PAM library. In addition, certain PAM modules are
      addition, certain PAM modules are not thread-safe.  If your  not thread-safe. If your platform is experiencing problems with PAM
      platform is experiencing problems with PAM Authentication,  Authentication, use of option may provide a work-around.
      use of option may provide a work-around.  PEGASUS_USE_PAM_STANDALONE_PROC requires PEGASUS_PAM_AUTHENTICATION to
      PEGASUS_USE_PAM_STANDALONE_PROC requires  be set.<br>
      PEGASUS_PAM_AUTHENTICATION to be set.<br>  
 </ul> </ul>
  
 <h5>PEGASUS_USE_RELEASE_CONFIG_OPTIONS</h5> <h5>PEGASUS_USE_RELEASE_CONFIG_OPTIONS</h5>
   
 <ul> <ul>
   <b>Description:&nbsp;</b>If set, OpenPegasus is built using  
      the "Release Build" configuration options. By default,    <b>Description:&nbsp;</b>If set, OpenPegasus is built using the
      OpenPegasus is built using the "Development Build"  "Release Build" configuration options. By default, OpenPegasus is built
      configuration options.<br>  using the "Development Build" configuration options.<br>
   <b>Default Value:&nbsp;</b>false<br>   <b>Default Value:&nbsp;</b>false<br>
   <b>Recommended Value (Development Build):&nbsp;</b>false<br>   <b>Recommended Value (Development Build):&nbsp;</b>false<br>
   <b>Recommended Value (Release Build):&nbsp;</b>true<br>   <b>Recommended Value (Release Build):&nbsp;</b>true<br>
   <b>Required:&nbsp;</b>No<br>   <b>Required:&nbsp;</b>No<br>
   <b>Considerations:&nbsp;</b>(1)The    <b>Considerations:&nbsp;</b>(1)The PEGASUS_USE_RELEASE_CONFIG_OPTIONS
      PEGASUS_USE_RELEASE_CONFIG_OPTIONS variable allows a platform  variable allows a platform vendor to easily toggle between two sets of
      vendor to easily toggle between two sets of configurations  configurations options, a set of options tuned for the
      options, a set of options tuned for the development/debug  development/debug ("Development Build") environment and a set of
      ("Development Build") environment and a set of options  options tuned for the production environment ("Release Build"). Refer
      tuned for the production environment ("Release Build").  the section titled "Configuration Properties" for additional
      Refer the section titled "Configuration Properties" for  detail.&nbsp; (2) For each configuration variable,&nbsp; the
      additional detail.&nbsp; (2) For each configuration  "Recommended Value (Release Build)" value defines the recommended
      variable,&nbsp; the "Recommended Value (Release Build)"  settings to use for a "Release Build".&nbsp; Please refer to the
      value defines the recommended settings to use for a  
      "Release Build".&nbsp; Please refer to the  
      description of each variable for additional information.      description of each variable for additional information.
 </ul> </ul>
  
 <h5>PEGASUS_USE_RELEASE_DIRS</h5> <h5>PEGASUS_USE_RELEASE_DIRS</h5>
   
 <ul> <ul>
   <b>Description:&nbsp;</b>If set, OpenPegasus is built using  
      the "Release Build" directory definitions. By default,    <b>Description:&nbsp;</b>If set, OpenPegasus is built using the
      OpenPegasus is built using the "Development Build"  "Release Build" directory definitions. By default, OpenPegasus is built
      directory definitions.<br>  using the "Development Build" directory definitions.<br>
   <b>Default Value:&nbsp;</b>Not Set<br>   <b>Default Value:&nbsp;</b>Not Set<br>
   <b>Recommended Value (Development Build):&nbsp;</b>Not Set<br>   <b>Recommended Value (Development Build):&nbsp;</b>Not Set<br>
   <b>Recommended Value (Release Build):&nbsp;</b>Set<br>   <b>Recommended Value (Release Build):&nbsp;</b>Set<br>
   <b>Required:&nbsp;</b>No<br>   <b>Required:&nbsp;</b>No<br>
   <b>Considerations:&nbsp;</b>    <b>Considerations:&nbsp;</b> The PEGASUS_USE_RELEASE_DIRS variable
      The PEGASUS_USE_RELEASE_DIRS variable allows a platform  allows a platform vendor to easily toggle between two sets of directory
      vendor to easily toggle between two sets of directory  definitions, a set tuned for the development/debug ("Development
      definitions, a set tuned for the development/debug  Build") environment and a set tuned for the production environment
      ("Development Build") environment and a set tuned for the  ("Release Build"). Refer the section titled "Configuration Properties"
      production environment ("Release Build").  Refer the section  for additional detail.<br>
      titled "Configuration Properties" for additional detail.<br>  
 </ul> </ul>
  
 <h5>PEGASUS_FLAVOR</h5> <h5>PEGASUS_FLAVOR</h5>
   
 <ul> <ul>
   <b>Description:&nbsp;</b> This variable is used for configuring Multi CIMOM  
      on same OS by eliminating single point for storage of PID's and configuration    <b>Description:&nbsp;</b> This variable is used for configuring Multi
      files. Flavor is used in structuring the release dirs,configuration file names,  CIMOM on same OS by eliminating single point for storage of PID's and
      log identity and PAM config file.  configuration files. Flavor is used in structuring the release
      If set, OpenPegasus is built using the flavor value. By default OpenPegasus is  dirs,configuration file names, log identity and PAM config file. If
      built using "tog" as the flavor. RPMs are named using the flavor value.  set, OpenPegasus is built using the flavor value. By default
   <br>  OpenPegasus is built using "tog" as the flavor. RPMs are named using
   the flavor value. <br>
   <b>Default Value:&nbsp;</b>tog<br>   <b>Default Value:&nbsp;</b>tog<br>
   <b>Recommended Value (Development Build):&nbsp;</b>tog<br>   <b>Recommended Value (Development Build):&nbsp;</b>tog<br>
   <b>Recommended Value (Release Build):&nbsp;</b>tog<br>   <b>Recommended Value (Release Build):&nbsp;</b>tog<br>
   <b>Required:&nbsp;</b>No<br>   <b>Required:&nbsp;</b>No<br>
   <b>Considerations:&nbsp;</b>    <b>Considerations:&nbsp;</b> To build RPM using flavor, RPM spec file
      To build RPM using flavor, RPM spec file needs to be regenerated after setting the flavor value.  needs to be regenerated after setting the flavor value. This can be
      This can be done using the create_OpenPegasusRPMSpecFile target in the Makefile.Release.  done using the create_OpenPegasusRPMSpecFile target in the
      Platforms have to define their own release dir structure using the flavor for release builds.  Makefile.Release. Platforms have to define their own release dir
      An error will be reported if both PEGASUS_FLAVOR and PEGASUS_USE_RELEASE_DIRS are set and  structure using the flavor for release builds. An error will be
      PEGASUS_OVERRIDE_DEFAULT_RELEASE_DIRS is not set.  reported if both PEGASUS_FLAVOR and PEGASUS_USE_RELEASE_DIRS are set
      RPM build on linux defines PEGASUS_OVERRIDE_DEFAULT_RELEASE_DIRS by default.  and PEGASUS_OVERRIDE_DEFAULT_RELEASE_DIRS is not set. RPM build on
   <br>  linux defines PEGASUS_OVERRIDE_DEFAULT_RELEASE_DIRS by default. <br>
 </ul> </ul>
  
 <h5>PEGASUS_PLATFORM_FOR_32BIT_PROVIDER_SUPPORT</h5> <h5>PEGASUS_PLATFORM_FOR_32BIT_PROVIDER_SUPPORT</h5>
   
 <ul> <ul>
   <b>Description:&nbsp;</b> Builds the Pegasus with 32-bit provider support for the specified platform.  
     If this option is set, the value MUST be one of the 32-bit supported platforms by Pegasus.    <b>Description:&nbsp;</b> Builds the Pegasus with 32-bit provider
   <br>  support for the specified platform. If this option is set, the value
   MUST be one of the 32-bit supported platforms by Pegasus. <br>
   <b>Default Value:&nbsp;</b>Not set<br>   <b>Default Value:&nbsp;</b>Not set<br>
   <b>Recommended Value (Development Build):&nbsp;</b>Not set<br>   <b>Recommended Value (Development Build):&nbsp;</b>Not set<br>
   <b>Recommended Value (Release Build):&nbsp;</b>Not set<br>   <b>Recommended Value (Release Build):&nbsp;</b>Not set<br>
   <b>Required:&nbsp;</b>No<br>   <b>Required:&nbsp;</b>No<br>
   <b>Considerations:&nbsp;</b>    <b>Considerations:&nbsp;</b> This option is used to run the 32-bit
      This option is used to run the 32-bit providers under 64-bit CIMserver.  providers under 64-bit CIMserver. To register the 32-bit providers,
      To register the 32-bit providers, register the provider module by setting the  register the provider module by setting the Bitness property value to
      Bitness property value to "2". 32-bit Providers are always loaded out of process  "2". 32-bit Providers are always loaded out of process irrespective of
      irrespective of forceProviderProcesses config option.  forceProviderProcesses config option. <br>
   <br>  
 </ul> </ul>
  
 <h5>PEGASUS_USE_SQLITE_REPOSITORY</h5> <h5>PEGASUS_USE_SQLITE_REPOSITORY</h5>
   
 <ul> <ul>
   
   <b>Description:&nbsp;</b>If true, new repository stores are created   <b>Description:&nbsp;</b>If true, new repository stores are created
      using a SQLite database.  Existing file-based stores will continue  using a SQLite database. Existing file-based stores will continue to be
      to be recognized and operate seamlessly.<br>  recognized and operate seamlessly.<br>
   <b>Default Value:&nbsp;</b>false<br>   <b>Default Value:&nbsp;</b>false<br>
   <b>Recommended Value (Development Build):&nbsp;</b>true<br>   <b>Recommended Value (Development Build):&nbsp;</b>true<br>
   <b>Recommended Value (Release Build):&nbsp;</b>true<br>   <b>Recommended Value (Release Build):&nbsp;</b>true<br>
   <b>Required:&nbsp;</b>No<br>   <b>Required:&nbsp;</b>No<br>
   <b>Considerations:&nbsp;</b>If PEGASUS_USE_SQLITE_REPOSITORY is set to true    <b>Considerations:&nbsp;</b>If PEGASUS_USE_SQLITE_REPOSITORY is set
      and SQLite files are not installed in default search locations,  to true and SQLite files are not installed in default search locations,
      SQLITE_HOME must also be configured.      SQLITE_HOME must also be configured.
      PEGASUS_REPOSITORY_STORE_COMPLETE_CLASSES may not be set to true when      PEGASUS_REPOSITORY_STORE_COMPLETE_CLASSES may not be set to true when
      PEGASUS_USE_SQLITE_REPOSITORY is set to true.      PEGASUS_USE_SQLITE_REPOSITORY is set to true.
 </ul> </ul>
  
 <h5>PEGASUS_USE_SYSLOGS</h5> <h5>PEGASUS_USE_SYSLOGS</h5>
   
 <ul> <ul>
   <b>Description:&nbsp;</b>If set, OpenPegasus will be built  
      to send log messages to the system logger (syslog).    <b>Description:&nbsp;</b>If set, OpenPegasus will be built to send
      Otherwise, log messages will be sent to OpenPegasus  log messages to the system logger (syslog). Otherwise, log messages
      specific log files.<br>  will be sent to OpenPegasus specific log files.<br>
   <b>Recommended Value (Development Build):&nbsp;</b>Set<br>   <b>Recommended Value (Development Build):&nbsp;</b>Set<br>
   <b>Recommended Value (Release Build):&nbsp;</b>Set<br>   <b>Recommended Value (Release Build):&nbsp;</b>Set<br>
   <b>Required:&nbsp;</b>No<br>   <b>Required:&nbsp;</b>No<br>
   <b>Considerations:&nbsp;</b>This variable is currently    <b>Considerations:&nbsp;</b>This variable is currently not
      not implemented as an environment variable. To use  implemented as an environment variable. To use the option
      the option -DPEGASUS_USE_SYSLOGS must  -DPEGASUS_USE_SYSLOGS must be explicitly included in the appropriate
      be explicitly included in the appropriate platform  platform makefile (pegasus/mak/platform_*.mak).
      makefile (pegasus/mak/platform_*.mak).</ul>  </ul>
  
 <h5>PEGASUS_WINDOWS_SDK_HOME</h5> <h5>PEGASUS_WINDOWS_SDK_HOME</h5>
   
 <ul> <ul>
   <b>Description:&nbsp;</b>This variable should be set to point  
      to the Microsoft Platform SDK on Windows if using a compiler    <b>Description:&nbsp;</b>This variable should be set to point to the
      version &lt; 1300 (i.e. VC6). If using VC7 or VC8, this flag  Microsoft Platform SDK on Windows if using a compiler version &lt; 1300
      does not need to be set, as the necessary libraries are already  (i.e. VC6). If using VC7 or VC8, this flag does not need to be set, as
      included.<br>  the necessary libraries are already included.<br>
   <b>Recommended Value (Development Build):&nbsp;</b>    <b>Recommended Value (Development Build):&nbsp;</b> No Specific
      No Specific Recommendation<br>  Recommendation<br>
   <b>Recommended Value (Release Build):&nbsp;</b>    <b>Recommended Value (Release Build):&nbsp;</b> No Specific
      No Specific Recommendation<br>  Recommendation<br>
   <b>Required:&nbsp;</b>Yes, if building on Windows with a    <b>Required:&nbsp;</b>Yes, if building on Windows with a compiler
      compiler version &lt; 1300.<br>  version &lt; 1300.<br>
 </ul> </ul>
  
 <h5>SQLITE_HOME</h5> <h5>SQLITE_HOME</h5>
   
 <ul> <ul>
   <b>Description:&nbsp;</b>Specifies the location of the SQLite SDK directory.  
      This directory must contain sqlite3.h in the $(SQLITE_HOME)/include    <b>Description:&nbsp;</b>Specifies the location of the SQLite SDK
      directory, and libsqlite3 in the $(SQLITE_HOME)/lib directory.<br>  directory. This directory must contain sqlite3.h in the
   $(SQLITE_HOME)/include directory, and libsqlite3 in the
   $(SQLITE_HOME)/lib directory.<br>
   <b>Default Value:&nbsp;</b>Not Set<br>   <b>Default Value:&nbsp;</b>Not Set<br>
   <b>Recommended Value (Development Build):&nbsp;</b>    <b>Recommended Value (Development Build):&nbsp;</b> No Specific
      No Specific Recommendation<br>  Recommendation<br>
   <b>Recommended Value (Release Build):&nbsp;</b>    <b>Recommended Value (Release Build):&nbsp;</b> No Specific
      No Specific Recommendation<br>  Recommendation<br>
   <b>Required:&nbsp;</b>Yes, if PEGASUS_USE_SQLITE_REPOSITORY is set to true    <b>Required:&nbsp;</b>Yes, if PEGASUS_USE_SQLITE_REPOSITORY is set to
      and the SQLite files are not installed in locations that are searched by  true and the SQLite files are not installed in locations that are
      default.<br>  searched by default.<br>
   <b>Considerations:&nbsp;</b>This environment variable is only used if   <b>Considerations:&nbsp;</b>This environment variable is only used if
      PEGASUS_USE_SQLITE_REPOSITORY is set to true.      PEGASUS_USE_SQLITE_REPOSITORY is set to true.
 </ul> </ul>
  
 <h5>PEGASUS_INITIAL_THREADSTACK_SIZE</h5> <h5>PEGASUS_INITIAL_THREADSTACK_SIZE</h5>
   
 <ul> <ul>
   <b>Description:&nbsp;</b>This environment variable sets the initial size  
      of the stack on new threads. Value is specified in number of bytes.<br>    <b>Description:&nbsp;</b>This environment variable sets the initial
   size of the stack on new threads. Value is specified in number of bytes.<br>
   <b>Default Value:&nbsp;</b>262144<br>   <b>Default Value:&nbsp;</b>262144<br>
   <b>Recommended Value (Development Build):&nbsp;</b>262144<br>   <b>Recommended Value (Development Build):&nbsp;</b>262144<br>
   <b>Recommended Value (Release Build):&nbsp;</b>262144<br>   <b>Recommended Value (Release Build):&nbsp;</b>262144<br>
   <b>Required:&nbsp;</b>No <p></p>    <b>Required:&nbsp;</b>No
 </ul> </ul>
  
 <h4>Examples Building a Linux IA32 (#IA64) Development/Debug Version</h4> <h4>Examples Building a Linux IA32 (#IA64) Development/Debug Version</h4>
   
 <ul> <ul>
   
   export PEGASUS_ROOT=/home/pegasusbld/pegasus<br>   export PEGASUS_ROOT=/home/pegasusbld/pegasus<br>
   export PEGASUS_HOME=/home/pegasusbld/pegasus/build<br>   export PEGASUS_HOME=/home/pegasusbld/pegasus/build<br>
   export PEGASUS_PLATFORM=LINUX_IX86_GNU<br>   export PEGASUS_PLATFORM=LINUX_IX86_GNU<br>
Line 1855 
Line 1910 
   export PEGASUS_DEBUG=TRUE<br>   export PEGASUS_DEBUG=TRUE<br>
   export ENABLE_CMPI_PROVIDER_MANAGER=true<br>   export ENABLE_CMPI_PROVIDER_MANAGER=true<br>
   export PEGASUS_USE_SYSLOGS=true<br>   export PEGASUS_USE_SYSLOGS=true<br>
   export PATH=/home/pegasusbld:/home/pegasusbld/pegasus/build/bin:/usr/local/bin:$PATH<br>  export
   PATH=/home/pegasusbld:/home/pegasusbld/pegasus/build/bin:/usr/local/bin:$PATH<br>
 </ul> </ul>
  
 <h4>Building a Linux IA32 (#IA64) Production Release Version</h4> <h4>Building a Linux IA32 (#IA64) Production Release Version</h4>
   
 <ul> <ul>
   
   export PEGASUS_ROOT=/home/pegasusbld/pegasus<br>   export PEGASUS_ROOT=/home/pegasusbld/pegasus<br>
   export PEGASUS_HOME=/home/pegasusbld/pegasus/build<br>   export PEGASUS_HOME=/home/pegasusbld/pegasus/build<br>
   export PEGASUS_PLATFORM=LINUX_IX86_GNU<br>   export PEGASUS_PLATFORM=LINUX_IX86_GNU<br>
Line 1874 
Line 1932 
   export ENABLE_CMPI_PROVIDER_MANAGER=true<br>   export ENABLE_CMPI_PROVIDER_MANAGER=true<br>
   export PEGASUS_ENABLE_USERGROUP_AUTHORIZATION=true<br>   export PEGASUS_ENABLE_USERGROUP_AUTHORIZATION=true<br>
   export PEGASUS_USE_SYSLOGS=true<br>   export PEGASUS_USE_SYSLOGS=true<br>
   export PATH=/home/pegasusbld:/home/pegasusbld/pegasus/build/bin:/usr/local/bin:$PATH<br>  export
   PATH=/home/pegasusbld:/home/pegasusbld/pegasus/build/bin:/usr/local/bin:$PATH<br>
 </ul> </ul>
  
 <h3>Environment Variable Settings for <u>Running</u> OpenPegasus</h3> <h3>Environment Variable Settings for <u>Running</u> OpenPegasus</h3>
Line 1882 
Line 1941 
 <h4>Definitions</h4> <h4>Definitions</h4>
  
 <h5>PEGASUS_HOME</h5> <h5>PEGASUS_HOME</h5>
   
 <ul> <ul>
   <b>Description:&nbsp;</b>There are multiple options for  
      configuring the location of OpenPegasus runtime    <b>Description:&nbsp;</b>There are multiple options for configuring
      files (e.g., configuration files, libraries,  the location of OpenPegasus runtime files (e.g., configuration files,
      repository, executables).  If no other option is  libraries, repository, executables). If no other option is specified,
      specified, OpenPegasus will attempt to use the value  OpenPegasus will attempt to use the value PEGASUS_HOME.<br>
      PEGASUS_HOME.<br>  
   <b>Default Value:&nbsp;</b>"."<br>   <b>Default Value:&nbsp;</b>"."<br>
   <b>Recommended Value (Development Build):&nbsp;</b>    <b>Recommended Value (Development Build):&nbsp;</b> The same value
      The same value defined at build time.<br>  defined at build time.<br>
   <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>   <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>
   <b>Required:&nbsp;</b>No<br>   <b>Required:&nbsp;</b>No<br>
   <b>Considerations:&nbsp;</b>Although this variable can be    <b>Considerations:&nbsp;</b>Although this variable can be useful in a
      useful in a development environment use of this environment  development environment use of this environment variable is not
      variable is not recommended in a production environment.  recommended in a production environment. Instead, the use of
      Instead, the use of configuration properties to explicitly  configuration properties to explicitly set the location of runtime
      set the location of runtime files and directories is recommended.  files and directories is recommended.
 </ul> </ul>
  
 <h5>PEGASUS_MSG_HOME</h5> <h5>PEGASUS_MSG_HOME</h5>
   
 <ul> <ul>
   
   <b>Description:&nbsp;</b>This value is not used by the CIM   <b>Description:&nbsp;</b>This value is not used by the CIM
      Server.&nbsp; The CIM Server uses the messageDir configuration      Server.&nbsp; The CIM Server uses the messageDir configuration
      parameter to locate the directory where the ICU resource bundles.      parameter to locate the directory where the ICU resource bundles.
      However, CIM Client applications must rely on an alternative  However, CIM Client applications must rely on an alternative mechanism
      mechanism to locate this directory.<br>  to locate this directory.<br>
   <b>Default Value:&nbsp;</b>if $PEGASUS_HOME is set then   <b>Default Value:&nbsp;</b>if $PEGASUS_HOME is set then
      "$PEGASUS_HOME/msg" else "."<br>      "$PEGASUS_HOME/msg" else "."<br>
   <b>Recommended Value (Development Build): </b>$PEGASUS_HOME/msg<br>   <b>Recommended Value (Development Build): </b>$PEGASUS_HOME/msg<br>
Line 1925 
Line 1986 
 <ul> <ul>
  
 <h5>Default Value</h5> <h5>Default Value</h5>
     The value of <i>Default Value</i> is the OpenPegasus  The value of <i>Default Value</i> is the OpenPegasus default setting
     default setting for this configuration option.  This  for this configuration option. This value is used if a
     value is used if a platform-specific setting is not  platform-specific setting is not defined.
     defined.  
   
 <h5>Recommended Default Value</h5> <h5>Recommended Default Value</h5>
     The PEGASUS_USE_RELEASE_CONFIG_OPTIONS variable allows a  The PEGASUS_USE_RELEASE_CONFIG_OPTIONS variable allows a platform
     platform vendor to easily toggle between two sets of  vendor to easily toggle between two sets of configurations options, a
     configurations options, a set of options tuned for the  set of options tuned for the development/debug ("Development Build")
     development/debug ("Development Build") environment  environment and a set of options tuned for the production environment
     and a set of options tuned for the production environment  ("Release Build"). The value of <i>Recommended Value (Development
     ("Release Build"). The value of  Build)</i> is the recommended default value for use in a development/
     <i>Recommended Value (Development Build)</i>  debug environment. The value of <i>Recommended Value (Release Build)</i>
     is the recommended default value for use in a development/  is the recommended default value for use in a production environment.
     debug environment.  The value of  
     <i>Recommended Value (Release Build)</i> is the recommended  
     default value for use in a production environment.  
   
 <h5>Recommend To Be Fixed/Hidden</h5> <h5>Recommend To Be Fixed/Hidden</h5>
     Configuration options can be defined as fixed or hidden.  Configuration options can be defined as fixed or hidden. A "fix"
     A "fix" configuration option is set at build time  configuration option is set at build time and cannot be changed without
     and cannot be changed without rebuilding. "Fixed"  rebuilding. "Fixed" configuration options are not displayed using the
     configuration options are not displayed using the cimconfig  cimconfig command. This feature can be used by vendors to limit
     command.  This feature can be used by vendors to limit  OpenPegasus functionality and configurability. A "hidden" configuration
     OpenPegasus functionality and configurability.  option is an option that is configurable (i.e., "not fixed"), but not
   externally advertised using the cimconfig command. The "hidden" feature
     A "hidden" configuration option is an option that is  can be used to define "internal use only" configuration options.
     configurable (i.e., "not fixed"), but not externally  
     advertised using the cimconfig command.  The "hidden"  
     feature can be used to define "internal use only"  
     configuration options.  
   
 <h5>Dynamic?</h5> <h5>Dynamic?</h5>
     If yes, the value of the configuration option can be  If yes, the value of the configuration option can be changed without
     changed without stopping and restarting the CIM Server.  stopping and restarting the CIM Server.
   
 <h5>Directory Specifications</h5> <h5>Directory Specifications</h5>
     <p>Note that the variables included in the following table    <p>Note that the variables included in the following table (e.g.,
     (e.g., $LOGDIR) are for documentation purposes only and  $LOGDIR) are for documentation purposes only and have been defined to
     have been defined to simplify the description of the  simplify the description of the configuration options.&nbsp; In
     configuration options.&nbsp; In particular,  particular, these variables DO NOT correspond to environment variables
     these variables DO NOT correspond to environment variables  implemented in the OpenPegasus code.&nbsp; Default values for the
     implemented in the OpenPegasus code.&nbsp; Default values  following variables are platform and vendor dependent and not
     for the following variables are platform  documented in this document.</p>
     and vendor dependent and not documented in this document.</p>  
   
     <table bordercolordark="#666666" bordercolorlight="#CCCCCC" style="font-family: Arial;" border="1" cellspacing="1" height="228" width="148">     <table bordercolordark="#666666" bordercolorlight="#CCCCCC" style="font-family: Arial;" border="1" cellspacing="1" height="228" width="148">
       <tbody><tr>      <tbody>
         <tr>
         <th bgcolor="#cae6ca" height="16" width="1">&nbsp;</th>         <th bgcolor="#cae6ca" height="16" width="1">&nbsp;</th>
       </tr>       </tr>
         <tr align="center">         <tr align="center">
Line 1982 
Line 2030 
         <td align="left" height="14" width="1">$PROVIDERDIRS</td>         <td align="left" height="14" width="1">$PROVIDERDIRS</td>
       </tr>       </tr>
       <tr align="center">       <tr align="center">
         <td align="left" height="14" width="1">          <td align="left" height="14" width="1"> $PROVIDERMANAGERDIRS</td>
           $PROVIDERMANAGERDIRS</td>  
       </tr>       </tr>
       <tr align="center">       <tr align="center">
         <td align="left" height="14" width="1">$REPOSITORYDIR </td>         <td align="left" height="14" width="1">$REPOSITORYDIR </td>
       </tr>       </tr>
       <tr align="center">       <tr align="center">
         <td align="left" height="14" width="1">$CERTIFICATEDIR&nbsp;          <td align="left" height="14" width="1">$CERTIFICATEDIR&nbsp; </td>
         </td>  
       </tr>       </tr>
       <tr align="center">       <tr align="center">
         <td align="left" height="14" width="1">$LOCALAUTHDIR</td>         <td align="left" height="14" width="1">$LOCALAUTHDIR</td>
Line 2016 
Line 2062 
       <tr align="center">       <tr align="center">
         <td align="left" height="14" width="1">$WEBCONFDIR</td>         <td align="left" height="14" width="1">$WEBCONFDIR</td>
       </tr>       </tr>
       </tbody>
       </tbody></table>    </table>
 </ul> </ul>
  
 <h4>Definitions</h4> <h4>Definitions</h4>
  
 <h5>authorizedUserGroups</h5> <h5>authorizedUserGroups</h5>
   
 <ul> <ul>
   <b>Description:</b>&nbsp;If the <b>authorizedUserGroups</b>  
      property is set, the value is interpreted as a list of    <b>Description:</b>&nbsp;If the <b>authorizedUserGroups</b> property
      comma-separated user groups whose members may issue CIM  is set, the value is interpreted as a list of comma-separated user
      requests. A user who is not a member of any of these groups is  groups whose members may issue CIM requests. A user who is not a member
      restricted from issuing CIM requests, with the exception of  of any of these groups is restricted from issuing CIM requests, with
      privileged users (root user). If the <b>authorizedUserGroups</b>  the exception of privileged users (root user). If the <b>authorizedUserGroups</b>
      property is not set, any user may issue CIM requests.<br>      property is not set, any user may issue CIM requests.<br>
   <b>Default Value:&nbsp;</b>blank<br>   <b>Default Value:&nbsp;</b>blank<br>
   <b>Recommended Default Value (Development Build):&nbsp;</b>blank<br>   <b>Recommended Default Value (Development Build):&nbsp;</b>blank<br>
   <b>Recommended Default Value (Release Build):&nbsp;</b>blank<br>   <b>Recommended Default Value (Release Build):&nbsp;</b>blank<br>
   <b>Recommend To Be Fixed/Hidden (Development Build):&nbsp;</b>    <b>Recommend To Be Fixed/Hidden (Development Build):&nbsp;</b> No/No<br>
      No/No<br>  
   <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>No/No<br>   <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>No/No<br>
   <b>Dynamic?:&nbsp;</b>No<br>   <b>Dynamic?:&nbsp;</b>No<br>
   <b>Example: </b>    <b>Example: </b> #cimconfig -s
      #cimconfig -s authorizedUserGroups=users,systemusers -p<br>  authorizedUserGroups=users,systemusers -p<br>
   <b>Considerations:&nbsp;</b>This feature is available only when    <b>Considerations:&nbsp;</b>This feature is available only when the
      the OpenPegasus source is compiled with the flag  OpenPegasus source is compiled with the flag
      PEGASUS_ENABLE_USERGROUP_AUTHORIZATION set.      PEGASUS_ENABLE_USERGROUP_AUTHORIZATION set.
 </ul> </ul>
  
 <h5>daemon</h5> <h5>daemon</h5>
   
 <ul> <ul>
   <b>Description:&nbsp;</b>This option enables/disables forking of  
      the code to create a background daemon process.<br>    <b>Description:&nbsp;</b>This option enables/disables forking of the
   code to create a background daemon process.<br>
   <b>Default Value:&nbsp;</b>true<br>   <b>Default Value:&nbsp;</b>true<br>
   <b>Recommended Default Value (Development Build):&nbsp;</b>true<br>   <b>Recommended Default Value (Development Build):&nbsp;</b>true<br>
   <b>Recommended Default Value (Release Build):&nbsp;</b>true<br>   <b>Recommended Default Value (Release Build):&nbsp;</b>true<br>
   <b>Recommend To Be Fixed/Hidden (Development Build):&nbsp;</b>    <b>Recommend To Be Fixed/Hidden (Development Build):&nbsp;</b> No/No<br>
      No/No<br>    <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b> No/Yes<br>
   <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>    <b>Dynamic?:&nbsp;</b>No
      No/Yes<br>    <p>&nbsp;<br>
   <b>Dynamic?:&nbsp;</b>No<p>&nbsp;<br>  
      <br>      <br>
      <table bordercolordark="#666666" bordercolorlight="#CCCCCC" style="font-family: Arial;" border="1" cellspacing="1" width="531">      <table bordercolordark="#666666" bordercolorlight="#CCCCCC" style="font-family: Arial;" border="1" cellspacing="1" width="531">
      <tbody><tr>      <tbody>
         <tr>
        <th bgcolor="#cae6ca" width="168">Platform</th>        <th bgcolor="#cae6ca" width="168">Platform</th>
        <th bgcolor="#cae6ca" width="350">Source Configuration File</th>        <th bgcolor="#cae6ca" width="350">Source Configuration File</th>
      </tr>      </tr>
      <tr align="center">      <tr align="center">
        <td width="168">Linux</td>        <td width="168">Linux</td>
        <td align="left" width="350">          <td align="left" width="350">Pegasus/Config/DefaultPropertyTableLinux.h</td>
          Pegasus/Config/DefaultPropertyTableLinux.h</td>  
      </tr>      </tr>
      <tr align="center">      <tr align="center">
        <td width="168">HP-UX</td>        <td width="168">HP-UX</td>
        <td align="left" width="350">          <td align="left" width="350">Pegasus/Config/DefaultPropertyTableHpux.h</td>
          Pegasus/Config/DefaultPropertyTableHpux.h</td>  
      </tr>      </tr>
      <tr align="center">      <tr align="center">
        <td width="168">OpenVMS</td>        <td width="168">OpenVMS</td>
        <td align="left" width="350">          <td align="left" width="350">Pegasus/Config/DefaultPropertyTableVms.h</td>
          Pegasus/Config/DefaultPropertyTableVms.h</td>  
      </tr>      </tr>
      </tbody></table>      </tbody>
 </p></ul>    </table>
     </p>
   </ul>
  
 <h5>enableAssociationTraversal</h5> <h5>enableAssociationTraversal</h5>
   
 <ul> <ul>
   <b>Description:&nbsp;</b>If true, the CIM Server will support  
      the four association traversal operators: Associators,    <b>Description:&nbsp;</b>If true, the CIM Server will support the
   four association traversal operators: Associators,
      AssociatorNames,References, and ReferenceNames.<br>      AssociatorNames,References, and ReferenceNames.<br>
   <b>Default Value:&nbsp;</b>true<br>   <b>Default Value:&nbsp;</b>true<br>
   <b>Recommended Default Value (Development Build):&nbsp;</b>true<br>   <b>Recommended Default Value (Development Build):&nbsp;</b>true<br>
   <b>Recommended Default Value (Release Build):&nbsp;</b>true<br>   <b>Recommended Default Value (Release Build):&nbsp;</b>true<br>
   <b>Recommend To Be Fixed/Hidden (Development Build):&nbsp;</b>    <b>Recommend To Be Fixed/Hidden (Development Build):&nbsp;</b> No/No<br>
      No/No<br>  
   <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>No/No<br>   <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>No/No<br>
   <b>Dynamic?:&nbsp;</b>No<br>   <b>Dynamic?:&nbsp;</b>No<br>
   <b>Considerations:&nbsp;</b>There is still an outstanding    <b>Considerations:&nbsp;</b>There is still an outstanding Provider
      Provider Registration issue that restricts the degree to  Registration issue that restricts the degree to which separate
      which separate Providers can register for Associations.<br>  Providers can register for Associations.<br>
      <br>      <br>
      <table bordercolordark="#666666" bordercolorlight="#CCCCCC" style="font-family: Arial;" border="1" cellspacing="1" width="531">      <table bordercolordark="#666666" bordercolorlight="#CCCCCC" style="font-family: Arial;" border="1" cellspacing="1" width="531">
      <tbody><tr>      <tbody>
         <tr>
        <th bgcolor="#cae6ca" width="168">Platform</th>        <th bgcolor="#cae6ca" width="168">Platform</th>
        <th bgcolor="#cae6ca" width="350">Source Configuration File</th>        <th bgcolor="#cae6ca" width="350">Source Configuration File</th>
      </tr>      </tr>
      <tr align="center">      <tr align="center">
        <td width="168">Linux</td>        <td width="168">Linux</td>
        <td align="left" width="350">          <td align="left" width="350">Pegasus/Config/DefaultPropertyTableLinux.h</td>
          Pegasus/Config/DefaultPropertyTableLinux.h</td>  
      </tr>      </tr>
      <tr align="center">      <tr align="center">
        <td width="168">HP-UX</td>        <td width="168">HP-UX</td>
        <td align="left" width="350">          <td align="left" width="350">Pegasus/Config/DefaultPropertyTableHpux.h</td>
          Pegasus/Config/DefaultPropertyTableHpux.h</td>  
      </tr>      </tr>
      <tr align="center">      <tr align="center">
        <td width="168">OpenVMS</td>        <td width="168">OpenVMS</td>
        <td align="left" width="350">          <td align="left" width="350">Pegasus/Config/DefaultPropertyTableVms.h</td>
          Pegasus/Config/DefaultPropertyTableVms.h</td>  
      </tr>      </tr>
      </tbody></table>      </tbody>
     </table>
 </ul> </ul>
  
 <h5>enableAuditLog</h5> <h5>enableAuditLog</h5>
   
 <ul> <ul>
   <b>Description:&nbsp;</b>Used to enable or disable audit  
      logging at run time. If true, audit logging will be enabled.<br>    <b>Description:&nbsp;</b>Used to enable or disable audit logging at
   run time. If true, audit logging will be enabled.<br>
   <b>Recommended Default Value (Development Build):&nbsp;</b>false<br>   <b>Recommended Default Value (Development Build):&nbsp;</b>false<br>
   <b>Recommended Default Value (Release Build):&nbsp;</b>false<br>   <b>Recommended Default Value (Release Build):&nbsp;</b>false<br>
   <b>Recommend To Be Fixed/Hidden (Development Build):&nbsp;</b>    <b>Recommend To Be Fixed/Hidden (Development Build):&nbsp;</b> No/No<br>
      No/No<br>  
   <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>No/No<br>   <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>No/No<br>
   <b>Dynamic?:&nbsp;</b>Yes<br>   <b>Dynamic?:&nbsp;</b>Yes<br>
   <b>Source Configuration File:&nbsp;</b>   <b>Source Configuration File:&nbsp;</b>
Line 2135 
Line 2183 
 </ul> </ul>
  
 <h5>enableAuthentication</h5> <h5>enableAuthentication</h5>
   
 <ul> <ul>
   <b>Description:&nbsp;</b>If true, a Client must be authenticated  
      to access the CIM Server.<br>    <b>Description:&nbsp;</b>If true, a Client must be authenticated to
   access the CIM Server.<br>
   <b>Recommended Default Value (Development Build):&nbsp;</b>false<br>   <b>Recommended Default Value (Development Build):&nbsp;</b>false<br>
   <b>Recommended Default Value (Release Build):&nbsp;</b>true<br>   <b>Recommended Default Value (Release Build):&nbsp;</b>true<br>
   <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>   <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
Line 2148 
Line 2198 
 </ul> </ul>
  
 <h5>enableBinaryRepository</h5> <h5>enableBinaryRepository</h5>
   
 <ul> <ul>
   
   <b>Description:&nbsp;</b>Setting this to true will activate the   <b>Description:&nbsp;</b>Setting this to true will activate the
      binary repository support on the next restart of cimserver.<br>      binary repository support on the next restart of cimserver.<br>
   <b>Recommended Default Value (Development Build):&nbsp;</b>false<br>   <b>Recommended Default Value (Development Build):&nbsp;</b>false<br>
Line 2156 
Line 2208 
   <b>Recommend To Be Fixed/Hidden (Development Build):&nbsp;</b>Yes<br>   <b>Recommend To Be Fixed/Hidden (Development Build):&nbsp;</b>Yes<br>
   <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>Yes<br>   <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>Yes<br>
   <b>Dynamic?:&nbsp;</b>No<br>   <b>Dynamic?:&nbsp;</b>No<br>
   <b>Considerations:&nbsp;</b>Repositories containing a mixture    <b>Considerations:&nbsp;</b>Repositories containing a mixture of
      of binary and XML objects are supported.<br>  binary and XML objects are supported.<br>
   <b>Source Configuration File:&nbsp;</b>   <b>Source Configuration File:&nbsp;</b>
      Pegasus/Config/RepositoryPropertyOwner.cpp<p></p>  Pegasus/Config/RepositoryPropertyOwner.cpp
 </ul> </ul>
  
   
 <h5>enableHttpConnection</h5> <h5>enableHttpConnection</h5>
   
 <ul> <ul>
   <b>Description:&nbsp;</b>If true, allows connections to  
      the CIM Server using the HTTP protocol<br>    <b>Description:&nbsp;</b>If true, allows connections to the CIM
   Server using the HTTP protocol<br>
   <b>Default Value:&nbsp;</b>true<br>   <b>Default Value:&nbsp;</b>true<br>
   <b>Recommended Default Value (Development Build):&nbsp;</b>true<br>   <b>Recommended Default Value (Development Build):&nbsp;</b>true<br>
   <b>Recommended Default Value (Release Build):&nbsp;</b>false<br>   <b>Recommended Default Value (Release Build):&nbsp;</b>false<br>
   <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>   <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
   <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>No/No<br>   <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>No/No<br>
   <b>Dynamic?:&nbsp;</b>No<br>   <b>Dynamic?:&nbsp;</b>No<br>
   <b>Considerations:&nbsp;</b>    <b>Considerations:&nbsp;</b> Enabling HTTP will allow clients to
      Enabling HTTP will allow clients to connect with security  connect with security properties different than those associated with
      properties different than those associated with encrypted SSL  encrypted SSL traffic, and its configured SSL authentication or other
      traffic, and its configured SSL authentication or other security  security behavior. This option should only be enabled in environments
      behavior. This option should only be enabled in environments  where sending the HTTP Request and HTTP Response as clear text messages
      where sending the HTTP Request and HTTP Response as  does not introduce a security risk.&nbsp; Note that if authentication
      clear text messages does not introduce a security risk.&nbsp;  is enabled (enableAuthentication), user names and passwords will be
      Note that if authentication is enabled (enableAuthentication),  included in the text of the HTTP message.<br>
      user names and passwords will be included in the text of the  
      HTTP message.<br>  
      <br>      <br>
      <table bordercolordark="#666666" bordercolorlight="#CCCCCC" style="font-family: Arial;" border="1" cellspacing="1" width="531">      <table bordercolordark="#666666" bordercolorlight="#CCCCCC" style="font-family: Arial;" border="1" cellspacing="1" width="531">
        <tbody><tr>      <tbody>
         <tr>
          <th bgcolor="#cae6ca" width="168">Platform</th>          <th bgcolor="#cae6ca" width="168">Platform</th>
          <th bgcolor="#cae6ca" width="350">Source Configuration File</th>          <th bgcolor="#cae6ca" width="350">Source Configuration File</th>
        </tr>        </tr>
        <tr align="center">        <tr align="center">
          <td width="168">Linux</td>          <td width="168">Linux</td>
          <td align="left" width="350">          <td align="left" width="350">Pegasus/Config/DefaultPropertyTableLinux.h</td>
            Pegasus/Config/DefaultPropertyTableLinux.h</td>  
        </tr>        </tr>
        <tr align="center">        <tr align="center">
          <td width="168">HP-UX</td>          <td width="168">HP-UX</td>
          <td align="left" width="350">          <td align="left" width="350">Pegasus/Config/DefaultPropertyTableHpux.h</td>
            Pegasus/Config/DefaultPropertyTableHpux.h</td>  
        </tr>        </tr>
        <tr align="center">        <tr align="center">
          <td width="168">OpenVMS</td>          <td width="168">OpenVMS</td>
          <td align="left" width="350">          <td align="left" width="350">Pegasus/Config/DefaultPropertyTableVms.h</td>
            Pegasus/Config/DefaultPropertyTableVms.h</td>  
        </tr>        </tr>
        </tbody></table>      </tbody>
     </table>
 </ul> </ul>
  
 <h5>enableHttpsConnection</h5> <h5>enableHttpsConnection</h5>
   
 <ul> <ul>
   <b>Description:&nbsp;</b>If true, allows connections to  
      the CIM Server using the HTTPS protocol (HTTP using    <b>Description:&nbsp;</b>If true, allows connections to the CIM
      Secure Socket Layer encryption)<br>  Server using the HTTPS protocol (HTTP using Secure Socket Layer
   encryption)<br>
   <b>Default Value:&nbsp;</b>false<br>   <b>Default Value:&nbsp;</b>false<br>
   <b>Recommended Default Value (Development Build):&nbsp;</b>true<br>   <b>Recommended Default Value (Development Build):&nbsp;</b>true<br>
   <b>Recommended Default Value (Release Build):&nbsp;</b>true<br>   <b>Recommended Default Value (Release Build):&nbsp;</b>true<br>
   <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>   <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
   <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>No/No<br>   <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>No/No<br>
   <b>Dynamic?:&nbsp;</b>No<br>   <b>Dynamic?:&nbsp;</b>No<br>
   <b>Considerations:&nbsp;</b>For this option to work,    <b>Considerations:&nbsp;</b>For this option to work, the environment
      the environment variable PEGASUS_HAS_SSL must have  variable PEGASUS_HAS_SSL must have been set when CIM Server was built.<br>
      been set when CIM Server was built.<br>  
      <br>      <br>
      <table bordercolordark="#666666" bordercolorlight="#CCCCCC" style="font-family: Arial;" border="1" cellspacing="1" width="531">      <table bordercolordark="#666666" bordercolorlight="#CCCCCC" style="font-family: Arial;" border="1" cellspacing="1" width="531">
        <tbody><tr>      <tbody>
         <tr>
          <th bgcolor="#cae6ca" width="168">Platform</th>          <th bgcolor="#cae6ca" width="168">Platform</th>
          <th bgcolor="#cae6ca" width="350">Source Configuration File</th>          <th bgcolor="#cae6ca" width="350">Source Configuration File</th>
        </tr>        </tr>
        <tr align="center">        <tr align="center">
          <td width="168">Linux</td>          <td width="168">Linux</td>
          <td align="left" width="350">          <td align="left" width="350">Pegasus/Config/DefaultPropertyTableLinux.h</td>
           Pegasus/Config/DefaultPropertyTableLinux.h</td>  
        </tr>        </tr>
        <tr align="center">        <tr align="center">
          <td width="168">HP-UX</td>          <td width="168">HP-UX</td>
          <td align="left" width="350">          <td align="left" width="350">Pegasus/Config/DefaultPropertyTableHpux.h</td>
           Pegasus/Config/DefaultPropertyTableHpux.h</td>  
        </tr>        </tr>
        <tr align="center">        <tr align="center">
          <td width="168">OpenVMS</td>          <td width="168">OpenVMS</td>
          <td align="left" width="350">          <td align="left" width="350">Pegasus/Config/DefaultPropertyTableVms.h</td>
           Pegasus/Config/DefaultPropertyTableVms.h</td>  
        </tr>        </tr>
        </tbody></table>      </tbody>
     </table>
 </ul> </ul>
  
 <h5>enableIndicationService</h5> <h5>enableIndicationService</h5>
   
 <ul> <ul>
   <b>Description:&nbsp;</b>If true, the CIM Server will support  
      CIM Indications.<br>    <b>Description:&nbsp;</b>If true, the CIM Server will support CIM
   Indications.<br>
   <b>Default Value:&nbsp;</b>true<br>   <b>Default Value:&nbsp;</b>true<br>
   <b>Recommended Default Value (Development Build):&nbsp;</b>true<br>   <b>Recommended Default Value (Development Build):&nbsp;</b>true<br>
   <b>Recommended Default Value (Release Build):&nbsp;</b>true<br>   <b>Recommended Default Value (Release Build):&nbsp;</b>true<br>
Line 2257 
Line 2309 
   <b>Dynamic?:&nbsp;</b>Yes/No<br>   <b>Dynamic?:&nbsp;</b>Yes/No<br>
   <b>Considerations:&nbsp;</b>When enableIndicationService is set to   <b>Considerations:&nbsp;</b>When enableIndicationService is set to
      false dynamically, delete subscription requests are sent to all      false dynamically, delete subscription requests are sent to all
      indication providers and indication related operations are  indication providers and indication related operations are not
      not supported until indication service is re-enabled. Dynamic  supported until indication service is re-enabled. Dynamic configuration
      configuration facility is available only when Pegasus is compiled  facility is available only when Pegasus is compiled with
      with PEGASUS_ENABLE_DMTF_INDICATION_PROFILE_SUPPORT=true. Clients  PEGASUS_ENABLE_DMTF_INDICATION_PROFILE_SUPPORT=true. Clients who wants
      who wants to utilize the IndicationService services MUST check for  to utilize the IndicationService services MUST check for
      CIM_IndicationService EnabledState and HealthState properties to know      CIM_IndicationService EnabledState and HealthState properties to know
      the current indication service state. For example, User can enumerate      the current indication service state. For example, User can enumerate
      instances of CIM_IndicationService and there is exactly one instance  instances of CIM_IndicationService and there is exactly one instance of
      of CIM_IndicationService returned. (Ex. using cimcli command  CIM_IndicationService returned. (Ex. using cimcli command 'cimcli ei -n
      'cimcli ei -n root/PG_InterOp CIM_IndicationService'). When requested state  root/PG_InterOp CIM_IndicationService'). When requested state
      change(Enabled/Disabled) cannot be made because of timeout or some      change(Enabled/Disabled) cannot be made because of timeout or some
      other exception IndicationService HealthState is set to "Degraded/Warning".  other exception IndicationService HealthState is set to
      For example, if user requested for indication service disable (by setting  "Degraded/Warning". For example, if user requested for indication
      enableIndicationService=false), disable failed because of timeout or some  service disable (by setting enableIndicationService=false), disable
      other exception. Now service health state is set to "Degraded/Warning"  failed because of timeout or some other exception. Now service health
      and service EnabledState will remain enabled. User can now identify the  state is set to "Degraded/Warning" and service EnabledState will remain
      faulty provider causing the timeout or any other problem and can take  enabled. User can now identify the faulty provider causing the timeout
      appropriate action. User can again request for service disable to recover  or any other problem and can take appropriate action. User can again
      from degraded state. Similar sequence applies while enabling the indication  request for service disable to recover from degraded state. Similar
      service. Only difference is that service EnabledState is set to Enabled  sequence applies while enabling the indication service. Only difference
      if exception or timeout happens. There is no automatic recovery from  is that service EnabledState is set to Enabled if exception or timeout
      degraded state is available at present.<br>  happens. There is no automatic recovery from degraded state is
   available at present.<br>
   <br>   <br>
      <table bordercolordark="#666666" bordercolorlight="#CCCCCC" style="font-family: Arial;" border="1" cellspacing="1" width="531">      <table bordercolordark="#666666" bordercolorlight="#CCCCCC" style="font-family: Arial;" border="1" cellspacing="1" width="531">
        <tbody><tr>      <tbody>
         <tr>
          <th bgcolor="#cae6ca" width="168">Platform</th>          <th bgcolor="#cae6ca" width="168">Platform</th>
          <th bgcolor="#cae6ca" width="350">Source Configuration File</th>          <th bgcolor="#cae6ca" width="350">Source Configuration File</th>
        </tr>        </tr>
        <tr align="center">        <tr align="center">
          <td width="168">Linux</td>          <td width="168">Linux</td>
          <td align="left" width="350">          <td align="left" width="350">Pegasus/Config/DefaultPropertyTableLinux.h</td>
            Pegasus/Config/DefaultPropertyTableLinux.h</td>  
        </tr>        </tr>
        <tr align="center">        <tr align="center">
          <td width="168">HP-UX</td>          <td width="168">HP-UX</td>
          <td align="left" width="350">          <td align="left" width="350">Pegasus/Config/DefaultPropertyTableHpux.h</td>
            Pegasus/Config/DefaultPropertyTableHpux.h</td>  
        </tr>        </tr>
        <tr align="center">        <tr align="center">
          <td width="168">OpenVMS</td>          <td width="168">OpenVMS</td>
          <td align="left" width="350">          <td align="left" width="350">Pegasus/Config/DefaultPropertyTableVms.h</td>
            Pegasus/Config/DefaultPropertyTableVms.h</td>  
        </tr>        </tr>
        </tbody></table>      </tbody>
     </table>
 </ul> </ul>
  
 <h5>enableNamespaceAuthorization</h5> <h5>enableNamespaceAuthorization</h5>
   
 <ul> <ul>
   <b>Description:&nbsp;</b>If true, the CIM Server restricts  
      access to namespaces based on configured user authorizations    <b>Description:&nbsp;</b>If true, the CIM Server restricts access to
      [user authorizations may be configured using the cimauth  namespaces based on configured user authorizations [user authorizations
      command]<br>  may be configured using the cimauth command]<br>
   <b>Default Value:&nbsp;</b>false<br>   <b>Default Value:&nbsp;</b>false<br>
   <b>Recommended Default Value (Development Build): </b>false<br>   <b>Recommended Default Value (Development Build): </b>false<br>
   <b>Recommended Default Value (Release Build):&nbsp;</b>false<br>   <b>Recommended Default Value (Release Build):&nbsp;</b>false<br>
   <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>   <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
   <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>No/No<br>   <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>No/No<br>
   <b>Dynamic?:&nbsp;</b>No<br>   <b>Dynamic?:&nbsp;</b>No<br>
   <b>Considerations:&nbsp;</b>    <b>Considerations:&nbsp;</b> This option offers limited functionality
      This option offers limited functionality and, in most  and, in most environments, expensive to administer. It's use is not
      environments, expensive to administer.  It's use is not  
      recommended.<br>      recommended.<br>
   <b>Source Configuration File:&nbsp;</b>   <b>Source Configuration File:&nbsp;</b>
      Pegasus/Config/SecurityPropertyOwner.cpp</ul>  Pegasus/Config/SecurityPropertyOwner.cpp
   </ul>
  
 <h5>enableNormalization</h5> <h5>enableNormalization</h5>
   
 <ul> <ul>
   
   <b>Description:&nbsp;</b>If true, objects returned from instance   <b>Description:&nbsp;</b>If true, objects returned from instance
      providers are validated and normalized. <br>      providers are validated and normalized. <br>
   <b>Default Value:&nbsp;</b>true<br>   <b>Default Value:&nbsp;</b>true<br>
Line 2335 
Line 2390 
   <b>Considerations:&nbsp;</b>   <b>Considerations:&nbsp;</b>
     <ul>     <ul>
       <li>Any errors encountered during normalization result in a       <li>Any errors encountered during normalization result in a
           CIMException with the status code set to CIM_ERR_FAILED  CIMException with the status code set to CIM_ERR_FAILED and a
           and a meaningful, context specific error description  meaningful, context specific error description (messages will be
           (messages will be localized). Providers that catch the  localized). Providers that catch the exception have an opportunity to
           exception have an opportunity to handle the error.  handle the error. Otherwise, the exception is passed to the Provider
           Otherwise, the exception is passed to the Provider Manager  Manager and becomes the response for that Provider. </li>
           and becomes the response for that Provider.      <li>Provider Modules that are listed on the
       </li><li>Provider Modules that are listed on the  excludeModulesFromNormalization configuration option are excluded from
           excludeModulesFromNormalization  normalization. </li>
           configuration option are excluded from normalization.      <li>Since the concept of normalization is relatively new to
       </li><li>Since the concept of normalization is relatively new to  OpenPegasus and it establishes and enforces rules for objects returned
           OpenPegasus and it establishes and enforces rules for  by providers, it should only apply to providers written against the SDK
           objects returned by providers, it should only  in which it was introduced (or later). Therefore only Provider Modules
           apply to providers written against the SDK in which it was  that have the following InterfaceType and InterfaceVersion combination
           introduced (or later). Therefore only Provider Modules that  will be subject to normalization:
           have the following InterfaceType and InterfaceVersion        <ul>
           combination will be subject to normalization:          <li>'C++Default' / 2.5.0 or greater </li>
         <ul>          <li>'CMPI' / 2.0.0 or greater </li>
             <li>'C++Default' / 2.5.0 or greater          <li>'JMPI' / 1.0.0 or greater </li>
             </li><li>'CMPI' / 2.0.0 or greater        </ul>
             </li><li>'JMPI' / 1.0.0 or greater      </li>
         </li></ul>    </ul>
      </li></ul>  
   <b>Source Configuration File:&nbsp;</b>   <b>Source Configuration File:&nbsp;</b>
      Pegasus/Config/NormalizationPropertyOwner.cpp<br>      Pegasus/Config/NormalizationPropertyOwner.cpp<br>
 </ul> </ul>
  
   
 <h5>enableRemotePrivilegedUserAccess</h5> <h5>enableRemotePrivilegedUserAccess</h5>
   
 <ul> <ul>
   <b>Description:&nbsp;</b>If true, the CIM Server allows  
      access by a privileged user from a remote system<br>    <b>Description:&nbsp;</b>If true, the CIM Server allows access by a
   privileged user from a remote system<br>
   <b>Default Value:&nbsp;</b>true<br>   <b>Default Value:&nbsp;</b>true<br>
   <b>Recommended Default Value (Development Build):&nbsp;</b>true<br>   <b>Recommended Default Value (Development Build):&nbsp;</b>true<br>
   <b>Recommended Default Value (Release Build):&nbsp;</b>true<br>   <b>Recommended Default Value (Release Build):&nbsp;</b>true<br>
Line 2373 
Line 2428 
   <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>No/No<br>   <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>No/No<br>
   <b>Dynamic?:&nbsp;</b>No<br>   <b>Dynamic?:&nbsp;</b>No<br>
   <b>Considerations:&nbsp;</b>Many management operations require   <b>Considerations:&nbsp;</b>Many management operations require
      privileged user access.  Disabling remote access by  privileged user access. Disabling remote access by privileged user
      privileged user could significantly affect  could significantly affect functionality.<br>
      functionality.<br>  
   <b>Source Configuration File:&nbsp;</b>   <b>Source Configuration File:&nbsp;</b>
      Pegasus/Config/SecurityPropertyOwner.cpp<p>&nbsp;</p>  Pegasus/Config/SecurityPropertyOwner.cpp
     <p>&nbsp;</p>
 </ul> </ul>
  
 <h5>enableSubscriptionsForNonprivilegedUsers</h5> <h5>enableSubscriptionsForNonprivilegedUsers</h5>
   
 <ul> <ul>
   <b>Description:&nbsp;</b>If true, operations (create instance,  
      modify instance, delete instance, get instance, enumerate    <b>Description:&nbsp;</b>If true, operations (create instance, modify
      instances, enumerate instance names) on indication  instance, delete instance, get instance, enumerate instances, enumerate
      filter, listener destination, and subscription instances  instance names) on indication filter, listener destination, and
      may be performed by non-privileged users. Otherwise, these  subscription instances may be performed by non-privileged users.
      operations may only be performed on these instances by  Otherwise, these operations may only be performed on these instances by
      privileged users.<br>      privileged users.<br>
   <b>Default Value:&nbsp;</b>true<br>   <b>Default Value:&nbsp;</b>true<br>
   <b>Recommended Default Value (Development Build):&nbsp;</b>true<br>   <b>Recommended Default Value (Development Build):&nbsp;</b>true<br>
Line 2398 
Line 2454 
   <b>Considerations:&nbsp;</b>This option has meaning only if   <b>Considerations:&nbsp;</b>This option has meaning only if
      enableIndicationService=true.<br>      enableIndicationService=true.<br>
   <b>Source Configuration File:&nbsp;</b>   <b>Source Configuration File:&nbsp;</b>
      Pegasus/Config/SecurityPropertyOwner.cpp<p>&nbsp;</p>  Pegasus/Config/SecurityPropertyOwner.cpp
     <p>&nbsp;</p>
 </ul> </ul>
  
 <h5>excludeModulesFromNormalization</h5> <h5>excludeModulesFromNormalization</h5>
   
 <ul> <ul>
   
   <b>Description:&nbsp;</b>If the excludeModulesfromNormalization   <b>Description:&nbsp;</b>If the excludeModulesfromNormalization
      property is set, the value is interpreted as a list of  property is set, the value is interpreted as a list of comma-separated
      comma-separated Provider Module names (as specified in  Provider Module names (as specified in PG_ProviderModule.Name) to
      PG_ProviderModule.Name) to exclude from validation and  exclude from validation and normalization.<br>
      normalization.<br>  
   <b>Default Value:&nbsp;</b>""<br>   <b>Default Value:&nbsp;</b>""<br>
   <b>Recommended Default Value (Development Build):</b>    <b>Recommended Default Value (Development Build):</b> ""<br>
      ""<br>    <b>Recommended Default Value (Release Build):&nbsp;</b> ""<br>
   <b>Recommended Default Value (Release Build):&nbsp;</b>  
      ""<br>  
   <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>   <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
   <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>No/No<br>   <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>No/No<br>
   <b>Dynamic?:&nbsp;</b>No<br>   <b>Dynamic?:&nbsp;</b>No<br>
   <b>Considerations:&nbsp;</b>All objects managed by all    <b>Considerations:&nbsp;</b>All objects managed by all providers will
      providers will be excluded from validation and normalization  be excluded from validation and normalization if its module name
      if its module name appears in this list.<br>  appears in this list.<br>
   <b>Source Configuration File:&nbsp;</b>   <b>Source Configuration File:&nbsp;</b>
      Pegasus/Config/NormalizationPropertyOwner.cpp      Pegasus/Config/NormalizationPropertyOwner.cpp
 </ul> </ul>
  
 <h5>forceProviderProcesses</h5> <h5>forceProviderProcesses</h5>
   
 <ul> <ul>
   <b>Description:&nbsp;</b>If true, the CIM Server runs Providers  
      in separate processes rather than loading and calling Provider    <b>Description:&nbsp;</b>If true, the CIM Server runs Providers in
      libraries directly within the CIM Server process.<br>  separate processes rather than loading and calling Provider libraries
   directly within the CIM Server process.<br>
   <b>Default Value:&nbsp;</b>Dependent on the value of   <b>Default Value:&nbsp;</b>Dependent on the value of
      PEGASUS_DEFAULT_ENABLE_OOP<br>      PEGASUS_DEFAULT_ENABLE_OOP<br>
   <b>Recommended Default Value (Development Build):</b>true (HP-UX,   <b>Recommended Default Value (Development Build):</b>true (HP-UX,
Line 2438 
Line 2496 
   <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>No/No<br>   <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>No/No<br>
   <b>Dynamic?:&nbsp;</b>No<br>   <b>Dynamic?:&nbsp;</b>No<br>
   <b>Considerations: </b>In a dynamic, potentially multi-vendor,   <b>Considerations: </b>In a dynamic, potentially multi-vendor,
      environment, the ability to run Providers in separate processes  environment, the ability to run Providers in separate processes can
      can significantly increase the stability, maintainability and  significantly increase the stability, maintainability and
      supportability of the overall solution.&nbsp; Running Providers  supportability of the overall solution.&nbsp; Running Providers in
      in separate process spaces: (1) helps isolate components (i.e.,  separate process spaces: (1) helps isolate components (i.e., cimserver
      cimserver and Providers) from a catastrophic failure  and Providers) from a catastrophic failure (segmentation faults, memory
      (segmentation faults, memory leaks) of a single Provider and (2)  leaks) of a single Provider and (2) reduces the risk of accidental or
      reduces the risk of accidental or malicious sharing of sensitive  malicious sharing of sensitive data among Providers.&nbsp; This benefit
      data among Providers.&nbsp; This benefit comes at a cost.&nbsp;  comes at a cost.&nbsp; Moving Providers out of the cimserver process
      Moving Providers out of the cimserver process increases  increases communication costs and can significantly increase response
      communication costs and can significantly increase response  time.&nbsp; Actual results will vary, but it is common for response
      time.&nbsp; Actual results will vary, but it is common for  times to increase by a factor of 2.<br>
      response times to increase by a factor of 2.<br>    <b>Note 1: </b>When forceProviderProcesses is true, the CIM Server
     <b>Note 1: </b>When forceProviderProcesses is true, the CIM  will load each Provider Module (i.e., library) into a separate process.
        Server will load each Provider Module (i.e., library) into a  Providers in different Provider Modules cannot depend on a
        separate process. Providers in different Provider Modules  communication mechanism that requires them to run in the same process
        cannot depend on a communication mechanism that  space.<br>
        requires them to run in the same process space.<br>  
     <b>Note 2: </b>Although the catastrophic failure of an     <b>Note 2: </b>Although the catastrophic failure of an
        Out-Of-Process (OOP) Provider Module  will not result in a  Out-Of-Process (OOP) Provider Module will not result in a failure of
        failure of the CIM Server process, if the failed OOP Provider  the CIM Server process, if the failed OOP Provider Module included
        Module included Indication Providers, Indications may be  Indication Providers, Indications may be lost.&nbsp; If logging is
        lost.&nbsp; If logging is enabled, the CIM Server will log a  enabled, the CIM Server will log a message informing administrators of
        message informing administrators of what happened and what  what happened and what corrective actions can be taken.<br>
        corrective actions can be taken.<br>  
        <br>        <br>
        <table bordercolordark="#666666" bordercolorlight="#CCCCCC" style="font-family: Arial;" border="1" cellspacing="1" width="531">        <table bordercolordark="#666666" bordercolorlight="#CCCCCC" style="font-family: Arial;" border="1" cellspacing="1" width="531">
          <tbody><tr>      <tbody>
         <tr>
            <th bgcolor="#cae6ca" width="168">Platform</th>            <th bgcolor="#cae6ca" width="168">Platform</th>
            <th bgcolor="#cae6ca" width="350">          <th bgcolor="#cae6ca" width="350"> Source Configuration File</th>
              Source Configuration File</th>  
          </tr>          </tr>
          <tr align="center">          <tr align="center">
            <td width="168">Linux</td>            <td width="168">Linux</td>
            <td align="left" width="350">          <td align="left" width="350">Pegasus/Config/DefaultPropertyTableLinux.h</td>
              Pegasus/Config/DefaultPropertyTableLinux.h</td>  
          </tr>          </tr>
          <tr align="center">          <tr align="center">
            <td width="168">HP-UX</td>            <td width="168">HP-UX</td>
            <td align="left" width="350">          <td align="left" width="350">Pegasus/Config/DefaultPropertyTableHpux.h</td>
              Pegasus/Config/DefaultPropertyTableHpux.h</td>  
          </tr>          </tr>
          <tr align="center">          <tr align="center">
            <td width="168">OpenVMS</td>            <td width="168">OpenVMS</td>
            <td align="left" width="350">          <td align="left" width="350">Pegasus/Config/DefaultPropertyTableVms.h</td>
              Pegasus/Config/DefaultPropertyTableVms.h</td>  
          </tr>          </tr>
          </tbody></table>      </tbody>
     </table>
 </ul> </ul>
  
 <h5>home</h5> <h5>home</h5>
   
 <ul> <ul>
   
   <b>Description:&nbsp;</b>If set, this configuration option defines   <b>Description:&nbsp;</b>If set, this configuration option defines
      the runtime default value for PEGASUS_HOME.<br>      the runtime default value for PEGASUS_HOME.<br>
   <b>Default Value:&nbsp;</b>"./"<br>   <b>Default Value:&nbsp;</b>"./"<br>
Line 2496 
Line 2552 
   <b>Recommended Default Value (Release Build)""</b><br>   <b>Recommended Default Value (Release Build)""</b><br>
   <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>   <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
   <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>Yes<br>   <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>Yes<br>
   <b>Dynamic?:&nbsp;</b>No<p>&nbsp;<br>    <b>Dynamic?:&nbsp;</b>No
     <p>&nbsp;<br>
      <br>      <br>
      <table bordercolordark="#666666" bordercolorlight="#CCCCCC" style="font-family: Arial;" border="1" cellspacing="1" width="531">      <table bordercolordark="#666666" bordercolorlight="#CCCCCC" style="font-family: Arial;" border="1" cellspacing="1" width="531">
        <tbody><tr>      <tbody>
         <tr>
          <th bgcolor="#cae6ca" width="168">Platform</th>          <th bgcolor="#cae6ca" width="168">Platform</th>
          <th bgcolor="#cae6ca" width="350">Source Configuration File</th>          <th bgcolor="#cae6ca" width="350">Source Configuration File</th>
        </tr>        </tr>
        <tr align="center">        <tr align="center">
          <td width="168">Linux</td>          <td width="168">Linux</td>
          <td align="left" width="350">          <td align="left" width="350">Pegasus/Config/DefaultPropertyTableLinux.h</td>
            Pegasus/Config/DefaultPropertyTableLinux.h</td>  
        </tr>        </tr>
        <tr align="center">        <tr align="center">
          <td width="168">HP-UX</td>          <td width="168">HP-UX</td>
          <td align="left" width="350">          <td align="left" width="350">Pegasus/Config/DefaultPropertyTableHpux.h</td>
            Pegasus/Config/DefaultPropertyTableHpux.h</td>  
        </tr>        </tr>
        <tr align="center">        <tr align="center">
          <td width="168">OpenVMS</td>          <td width="168">OpenVMS</td>
          <td align="left" width="350">          <td align="left" width="350">Pegasus/Config/DefaultPropertyTableVms.h</td>
            Pegasus/Config/DefaultPropertyTableVms.h</td>  
        </tr>        </tr>
        </tbody></table>      </tbody>
 </p></ul>    </table>
     </p>
   </ul>
  
 <h5>hostname</h5> <h5>hostname</h5>
   
 <ul> <ul>
   <b>Description:&nbsp;</b> Can be used to override the local system supplied  
       hostname without domain the CIM Server is using to build objects.    <b>Description:&nbsp;</b> Can be used to override the local system
       If not set, querying this configuration option will report  supplied hostname without domain the CIM Server is using to build
       the system supplied hostname and behavior is not changed.<br>  objects. If not set, querying this configuration option will report the
   system supplied hostname and behavior is not changed.<br>
       Setting this value to a valid hostname on CIM Server startup or as       Setting this value to a valid hostname on CIM Server startup or as
       planned value will force the server to assume the configured name as the  planned value will force the server to assume the configured name as
       local hosts name. Setting this allows the administrator to set the name  the local hosts name. Setting this allows the administrator to set the
       that operations such as associator, reference etc. return with  name that operations such as associator, reference etc. return with
       object paths.<br>       object paths.<br>
       In common setups it is not recommended to explicitly set this value.  In common setups it is not recommended to explicitly set this value. <br>
      <br>    <b>Usage scenarios:&nbsp;</b> The following scenarios in which
   <b>Usage scenarios:&nbsp;</b> The following scenarios in which changing the  changing the default value makes sense are known today:<br>
       default value makes sense are known today:<br>  1. The case where what the CIM Server shall return to clients for host
           1. The case where what the CIM Server shall return to clients for  name is NOT the name of the current host but some administrator defined
              host name is NOT the name of the current host but some  name (ex. system behind a firewall or some redirector).<br>
              administrator defined name  2. Embedded systems that have a system set hostname which is not valid
              (ex. system behind a firewall or some redirector).<br>  and needs to be overridden by CIM administrator without changing the
           2. Embedded systems that have a system set hostname which is not  actual IP configuration. <br>
              valid and needs to be overridden by CIM administrator without    <b>Recommended Default Value (Development Build):&nbsp;</b> blank<br>
              changing the actual IP configuration.    <b>Recommended Default Value (Release Build):&nbsp;</b> blank<br>
      <br>  
   <b>Recommended Default Value (Development Build):&nbsp;</b>  
      blank<br>  
   <b>Recommended Default Value (Release Build):&nbsp;</b>  
      blank<br>  
   <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>   <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
   <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>No/No<br>   <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>No/No<br>
   <b>Dynamic?:&nbsp;</b>No<br>   <b>Dynamic?:&nbsp;</b>No<br>
   <b>Considerations: </b> When setting this configuration option the option    <b>Considerations: </b> When setting this configuration option the
       fullyQualifiedHostName should be adjusted too.<br>  option fullyQualifiedHostName should be adjusted too.<br>
       Providers returning the systems hostname in an  Providers returning the systems hostname in an instance property might
       instance property might return a different value then the CIM server is  return a different value then the CIM server is setting in the object
       setting in the object path. hostnames explicitly set into the object  path. hostnames explicitly set into the object paths by providers will
       paths by providers will not be overridden by the CIM Server to allow  not be overridden by the CIM Server to allow cross-namespace
       cross-namespace associations.  associations. <br>
      <br>  
       It is necessary to upgrade existing repositories using the repupgrade       It is necessary to upgrade existing repositories using the repupgrade
       utility when upgrading from an OpenPegasus version less than 2.12.  utility when upgrading from an OpenPegasus version less than 2.12. <br>
      <br>  
   <b>Source Configuration File:&nbsp;</b>   <b>Source Configuration File:&nbsp;</b>
      Pegasus/Config/DefaultPropertyOwner.cpp      Pegasus/Config/DefaultPropertyOwner.cpp
 </ul> </ul>
  
 <h5>fullyQualifiedHostName</h5> <h5>fullyQualifiedHostName</h5>
   
 <ul> <ul>
   <b>Description:&nbsp;</b> Can be used to override the local system supplied  
       fully qualified hostname (with domain) the CIM Server is using to build    <b>Description:&nbsp;</b> Can be used to override the local system
       objects.  supplied fully qualified hostname (with domain) the CIM Server is using
       If not set, querying this configuration option will report  to build objects. If not set, querying this configuration option will
       the system supplied fully qualified hostname and behavior is  report the system supplied fully qualified hostname and behavior is not
       not changed.<br>  changed.<br>
       Setting this value to a valid hostname on CIM Server startup or as       Setting this value to a valid hostname on CIM Server startup or as
       planned value will force the server to assume the configured name as the  planned value will force the server to assume the configured name as
       local hosts name with domain. Setting this allows the administrator to  the local hosts name with domain. Setting this allows the administrator
       set the name that indication operations and the CIM_ObjectManager  to set the name that indication operations and the CIM_ObjectManager
       assume for SystemName returned as instance and key properties.<br>       assume for SystemName returned as instance and key properties.<br>
       In common setups it is not recommended to explicitly set this value.  In common setups it is not recommended to explicitly set this value. <br>
      <br>    <b>Usage scenarios:&nbsp;</b> The following scenarios in which
   <b>Usage scenarios:&nbsp;</b> The following scenarios in which changing the  changing the default value makes sense are known today:<br>
       default value makes sense are known today:<br>  
           1. The case where what the CIM Server shall return to clients for           1. The case where what the CIM Server shall return to clients for
              SystemName is NOT the name of the current host but some  SystemName is NOT the name of the current host but some administrator
              administrator defined name  defined name (ex. system behind a firewall or some redirector).<br>
              (ex. system behind a firewall or some redirector).<br>  2. Embedded systems that have a system set hostname which is not valid
           2. Embedded systems that have a system set hostname which is not  and needs to be overridden by CIM administrator without changing the
              valid and needs to be overridden by CIM administrator without  actual IP configuration. <br>
              changing the actual IP configuration.    <b>Recommended Default Value (Development Build):&nbsp;</b> blank<br>
      <br>    <b>Recommended Default Value (Release Build):&nbsp;</b> blank<br>
   <b>Recommended Default Value (Development Build):&nbsp;</b>  
      blank<br>  
   <b>Recommended Default Value (Release Build):&nbsp;</b>  
      blank<br>  
   <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>   <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
   <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>No/No<br>   <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>No/No<br>
   <b>Dynamic?:&nbsp;</b>No<br>   <b>Dynamic?:&nbsp;</b>No<br>
   <b>Considerations: </b> When setting this configuration option the option    <b>Considerations: </b> When setting this configuration option the
       fullyQualifiedHostName should be adjusted too.<br>  option fullyQualifiedHostName should be adjusted too.<br>
       Providers returning the systems hostname in an  Providers returning the systems hostname in an instance property might
       instance property might return a different value then the CIM server is  return a different value then the CIM server is setting in SystemName. <br>
       setting in SystemName.  
      <br>  
       It is necessary to upgrade existing repositories using the repupgrade       It is necessary to upgrade existing repositories using the repupgrade
       utility when upgrading from an OpenPegasus version less than 2.12.  utility when upgrading from an OpenPegasus version less than 2.12. <br>
      <br>  
   <b>Source Configuration File:&nbsp;</b>   <b>Source Configuration File:&nbsp;</b>
      Pegasus/Config/DefaultPropertyOwner.cpp      Pegasus/Config/DefaultPropertyOwner.cpp
 </ul> </ul>
  
 <h5>httpPort</h5> <h5>httpPort</h5>
   
 <ul> <ul>
   
   <b>Description:&nbsp;</b>OpenPegasus first attempts to look up the   <b>Description:&nbsp;</b>OpenPegasus first attempts to look up the
      port number for HTTP using getservbyname for the 'wbem-http'  port number for HTTP using getservbyname for the 'wbem-http' service.
      service. The httpPort configuration setting is used only when the  The httpPort configuration setting is used only when the getservbyname
      getservbyname lookup fails.<br>  lookup fails.<br>
   <b>Default Value:&nbsp;</b>blank<br>   <b>Default Value:&nbsp;</b>blank<br>
   <b>Recommended Default Value (Development Build): </b>blank<br>   <b>Recommended Default Value (Development Build): </b>blank<br>
   <b>Recommended Default Value (Release Build):&nbsp;</b>5988<br>   <b>Recommended Default Value (Release Build):&nbsp;</b>5988<br>
Line 3008 
Line 3055 
      Pegasus/Config/FileSystemPropertyOwner.cpp<p><br>      Pegasus/Config/FileSystemPropertyOwner.cpp<p><br>
 </p></ul> </p></ul>
  
 <h5>repositoryIsDefaultInstanceProvider</h5>  <h5><b>repositoryIsDefaultInstanceProvider</b></h5>
   
 <ul> <ul>
   <b>Description:&nbsp;</b>If true, the Repository functions  
      as the Instance Provider for all classes for which there    <b>Description:&nbsp;</b>If true, the Repository functions as
      is not an explicitly registered Provider.  This flag is  the Instance Provider for all classes for which there is not an explicitly
      also used to control the behavior of the repository when  registered Provider. This flag is also used to control the behavior of
      processing association operators.<br>  the repository when processing association operators.<br>
   <b>Recommended Default Value (Development Build): </b>true<br>   <b>Recommended Default Value (Development Build): </b>true<br>
   <b>Recommended Default Value (Release Build):&nbsp;</b>false<br>   <b>Recommended Default Value (Release Build):&nbsp;</b>false<br>
   <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>   <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
   <b>Recommend To Be Fixed/Hidden (Release Build): </b>No/Yes<br>   <b>Recommend To Be Fixed/Hidden (Release Build): </b>No/Yes<br>
   <b>Dynamic?: &nbsp;</b>No<br>   <b>Dynamic?: &nbsp;</b>No<br>
   <b>Considerations: &nbsp;</b>This flag can be used to configure    <b>Considerations: &nbsp;</b>This flag can be used to configure the
      the CIM Server to allow the Repository to be used by CIM Clients  CIM Server to allow the Repository to be used by CIM Clients and CIM
      and CIM Providers as a dynamic data store. The setting of this  Providers as a dynamic data store. The setting of this flag will
      flag will significantly affect CIM Server behavior as viewed  significantly affect CIM Server behavior as viewed by the CIM Client.<br>
      by the CIM Client.<br>  
   
      The following issues should be considered when setting      The following issues should be considered when setting
      repositoryIsDefaultInstanceProvider=true:      repositoryIsDefaultInstanceProvider=true:
   
      <ul>      <ul>
        <li><b>Authorization.</b> &nbsp;The repository has no      <li><b>Authorization.</b> &nbsp;The repository has no concept of
            concept of which users (or components) are authorized to  which users (or components) are authorized to perform which operations.</b></li>
            perform which operations.</li>      <li><b>Appearance of instrumentation.</b> &nbsp;A client
        <li><b>Appearance of instrumentation.</b> &nbsp;A client application  application cannot determine whether instrumentation exists for a given
            cannot determine whether instrumentation exists for a  CIM class. For example,&nbsp; imagine a client issues a CreateInstance
            given CIM class. For example,&nbsp; imagine a client  operation on a Disk class for&nbsp;&nbsp;&nbsp; which no provider is
            issues a CreateInstance operation on a Disk class  registered. &nbsp;The instance will be stored in the repository, and
            for&nbsp;&nbsp;&nbsp; which no provider is registered.  the client gets a "success" response. Does that mean&nbsp;a disk device
            &nbsp;The instance will be stored in the repository, and  has been created on the server? Even worse, when another client issues
            the client gets a "success" response. Does that mean&nbsp;a  an EnumerateInstances operation,&nbsp;the spurious Disk instance is
            disk device has been created on the server? Even worse,  returned. &nbsp;With repositoryIsDefaultInstanceProvider=false, the
            when another client issues an EnumerateInstances  CreateInstance operation above would have returned a NOT_SUPPORTED
            operation,&nbsp;the spurious Disk instance is returned.  error.</b></li>
            &nbsp;With repositoryIsDefaultInstanceProvider=false, the  
            CreateInstance operation above would have returned a  
            NOT_SUPPORTED error.</li>  
        <li><b>Potential for inconsistent data.</b> &nbsp;Using the        <li><b>Potential for inconsistent data.</b> &nbsp;Using the
            repository as a data cache increases the probability  repository as a data cache increases the probability that a client will
            that a client will see stale or incorrect data.  A  see stale or incorrect data. A provider can better control the
            provider can better control the correlation  correlation between the data returned and the current state of the
            between the data returned and the current state of the  underlying managed resource (whether or not the provider caches the
            underlying managed resource (whether or not the provider  data).</b></li>
            caches the data).</li>  
      </ul>      </ul>
      <br>      <br>
   
      The following issues should be considered when setting      The following issues should be considered when setting
      repositoryIsDefaultInstanceProvider=false:      repositoryIsDefaultInstanceProvider=false:
   
      <ul>      <ul>
        <li><b>Provider Availability.</b> Certain Providers have been        <li><b>Provider Availability.</b> Certain Providers have been
            developed to use the Repository as a dynamic data store.  developed to use the Repository as a dynamic data store. These
            These Providers are currently not supported on system  Providers are currently not supported on system where this flag is
            where this flag is disabled. E.g., the Common Diagnostics  disabled. E.g., the Common Diagnostics Model (CDM) Provider
            Model (CDM) Provider  (http://developer.intel.com/design/servers/cdm/) relies on use of the
            (http://developer.intel.com/design/servers/cdm/)  Repository to store instances of CIM_DiagnosticSetting.&nbsp; If this
            relies on use of the Repository to store instances  flag set to false, this Provider will not function correctly. Note that
            of CIM_DiagnosticSetting.&nbsp; If this flag set to  this feature is supported by other WBEM implementation.&nbsp;
            false, this Provider will not function correctly. Note  Therefore, disabling this feature can increase the cost of migrating
            that this feature is supported by other WBEM  existing Providers to OpenPegasus.</b></li>
            implementation.&nbsp; Therefore, disabling this feature  
            can increase the cost of migrating existing Providers to  
            OpenPegasus.</li>  
       </ul>  
  
     </ul>
   <b>Source Configuration File:&nbsp;</b>   <b>Source Configuration File:&nbsp;</b>
      Pegasus/Config/RepositoryPropertyOwner.cpp<br>      Pegasus/Config/RepositoryPropertyOwner.cpp<br>
     </b>
 </ul> </ul>
  
 <h5>shutdownTimeout</h5>  <h5><b>shutdownTimeout</b></h5>
   
 <ul> <ul>
   
   <b>Description:&nbsp;</b>When a cimserver -s shutdown command is   <b>Description:&nbsp;</b>When a cimserver -s shutdown command is
      issued, specifies the maximum time in seconds for the CIM Server  issued, specifies the maximum time in seconds for the CIM Server to
      to complete outstanding CIM operation requests before shutting  complete outstanding CIM operation requests before shutting down; if
      down; if the specified timeout period expires, the CIM Server  the specified timeout period expires, the CIM Server will shut down,
      will shut down, even if there are still CIM operations in  even if there are still CIM operations in progress. Minimum value is 2
      progress. Minimum value is 2 seconds.<br>  seconds.<br>
   <b>Recommended Default Value (Development Build):&nbsp;</b>10<br>   <b>Recommended Default Value (Development Build):&nbsp;</b>10<br>
   <b>Recommended Default Value (Release Build):&nbsp;</b>10<br>   <b>Recommended Default Value (Release Build):&nbsp;</b>10<br>
   <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>   <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
Line 3095 
Line 3136 
   <b>Considerations:&nbsp;</b><br>   <b>Considerations:&nbsp;</b><br>
   <b>Source Configuration File:&nbsp;</b>   <b>Source Configuration File:&nbsp;</b>
      Pegasus/Config/ShutdownPropertyOwner.cpp<br>      Pegasus/Config/ShutdownPropertyOwner.cpp<br>
   
 </ul> </ul>
  
 <h5>slp</h5>  <h5><b>slp</b></h5>
   
 <ul> <ul>
   
   <b>Description:&nbsp;</b>When set to true, OpenPegasus activates   <b>Description:&nbsp;</b>When set to true, OpenPegasus activates
      an SLP SA and issues DMTF defined SLP advertisements to this SA  an SLP SA and issues DMTF defined SLP advertisements to this SA on startup.<br>
      on startup.<br>  
   <b>Default Value:&nbsp;</b>false<br>   <b>Default Value:&nbsp;</b>false<br>
   <b>Recommended Default Value (Development Build): </b>false<br>   <b>Recommended Default Value (Development Build): </b>false<br>
   <b>Recommended Default Value (Release Build):&nbsp;</b>false<br>   <b>Recommended Default Value (Release Build):&nbsp;</b>false<br>
Line 3110 
Line 3153 
   <b>Dynamic?:&nbsp;</b>No<p>&nbsp;<br>   <b>Dynamic?:&nbsp;</b>No<p>&nbsp;<br>
   <br>   <br>
      <table bordercolordark="#666666" bordercolorlight="#CCCCCC" style="font-family: Arial;" border="1" cellspacing="1" height="80" width="531">      <table bordercolordark="#666666" bordercolorlight="#CCCCCC" style="font-family: Arial;" border="1" cellspacing="1" height="80" width="531">
        <tbody><tr>      <tbody>
         <tr>
          <th bgcolor="#cae6ca" height="16" width="168">Platform</th>          <th bgcolor="#cae6ca" height="16" width="168">Platform</th>
          <th bgcolor="#cae6ca" height="16" width="350">          <th bgcolor="#cae6ca" height="16" width="350"> Source
            Source Configuration File</th>  Configuration File</th>
        </tr>        </tr>
        <tr align="center">        <tr align="center">
         <td height="14" width="168">Linux</td>         <td height="14" width="168">Linux</td>
          <td align="left" height="14" width="350">          <td align="left" height="14" width="350">Pegasus/Config/DefaultPropertyTableLinux.h</td>
            Pegasus/Config/DefaultPropertyTableLinux.h</td>  
        </tr>        </tr>
        <tr align="center">        <tr align="center">
          <td height="14" width="168">HP-UX</td>          <td height="14" width="168">HP-UX</td>
          <td align="left" height="14" width="350">          <td align="left" height="14" width="350">Pegasus/Config/DefaultPropertyTableHpux.h</td>
            Pegasus/Config/DefaultPropertyTableHpux.h</td>  
        </tr>        </tr>
        <tr align="center">        <tr align="center">
          <td height="16" width="168">OpenVMS</td>          <td height="16" width="168">OpenVMS</td>
          <td align="left" height="16" width="350">          <td align="left" height="16" width="350">Pegasus/Config/DefaultPropertyTableVms.h</td>
            Pegasus/Config/DefaultPropertyTableVms.h</td>  
        </tr>        </tr>
        </tbody></table>      </tbody>
 </p></ul>    </table>
     <b> </b></p>
   </ul>
   
   <h5><b>slpProviderStartupTimeout</b></h5>
  
 <h5>slpProviderStartupTimeout</h5>  
 <ul> <ul>
   <b>Description:&nbsp;</b>Timeout value in milli seconds used to specify  
     how long the registration with an SLP SA may take. Registration will be    <b>Description:&nbsp;</b>Timeout value in milli seconds used to
     retried three times. This value only needs to be increased in case that  specify how long the registration with an SLP SA may take. Registration
     the loading of a set of providers who reporting their implementation of a  will be retried three times. This value only needs to be increased in
     registered profile takes very long.<br>  case that the loading of a set of providers who reporting their
   implementation of a registered profile takes very long.<br>
   <b>Default Value:&nbsp;</b>300000<br>   <b>Default Value:&nbsp;</b>300000<br>
   <b>Recommended Default Value (Development Build): </b>300000<br>   <b>Recommended Default Value (Development Build): </b>300000<br>
   <b>Recommended Default Value (Release Build):&nbsp;</b>300000<br>   <b>Recommended Default Value (Release Build):&nbsp;</b>300000<br>
   <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>   <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
   <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>No/No<br>   <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>No/No<br>
   <b>Dynamic?:&nbsp;</b>No<p>&nbsp;<br>    <b>Dynamic?:&nbsp;</b>No
     <p><b>&nbsp;<br>
   <br>   <br>
     </b>
      <table bordercolordark="#666666" bordercolorlight="#CCCCCC" style="font-family: Arial;" border="1" cellspacing="1" height="80" width="531">      <table bordercolordark="#666666" bordercolorlight="#CCCCCC" style="font-family: Arial;" border="1" cellspacing="1" height="80" width="531">
        <tbody><tr>      <tbody>
         <tr>
          <th bgcolor="#cae6ca" height="16" width="168">Platform</th>          <th bgcolor="#cae6ca" height="16" width="168">Platform</th>
          <th bgcolor="#cae6ca" height="16" width="350">          <th bgcolor="#cae6ca" height="16" width="350"> Source
            Source Configuration File</th>  Configuration File</th>
        </tr>        </tr>
        <tr align="center">        <tr align="center">
         <td height="14" width="168">Linux</td>         <td height="14" width="168">Linux</td>
          <td align="left" height="14" width="350">          <td align="left" height="14" width="350">Pegasus/Config/DefaultPropertyTable.h</td>
            Pegasus/Config/DefaultPropertyTable.h</td>  
        </tr>        </tr>
        <tr align="center">        <tr align="center">
          <td height="14" width="168">HP-UX</td>          <td height="14" width="168">HP-UX</td>
          <td align="left" height="14" width="350">          <td align="left" height="14" width="350">Pegasus/Config/DefaultPropertyTable.h</td>
            Pegasus/Config/DefaultPropertyTable.h</td>  
        </tr>        </tr>
        <tr align="center">        <tr align="center">
          <td height="16" width="168">OpenVMS</td>          <td height="16" width="168">OpenVMS</td>
          <td align="left" height="16" width="350">          <td align="left" height="16" width="350">Pegasus/Config/DefaultPropertyTable.h</td>
            Pegasus/Config/DefaultPropertyTable.h</td>  
        </tr>        </tr>
        </tbody></table>      </tbody>
 </p></ul>    </table>
     <b> </b></p>
   </ul>
   
   <h5><b>socketWriteTimeout</b></h5>
  
 <h5>socketWriteTimeout</h5>  
 <ul> <ul>
   
   <b>Description:&nbsp;</b>If the CIM Server receives an   <b>Description:&nbsp;</b>If the CIM Server receives an
      EWOULDBLOCK/EAGAIN error on a non-blocking write,  EWOULDBLOCK/EAGAIN error on a non-blocking write, socketWriteTimeout
      socketWriteTimeout defines the number of seconds the  defines the number of seconds the CIM Server will wait for the socket
      CIM Server will wait for the socket to get ready and resume  to get ready and resume writing data.<br>
      writing data.<br>    <b>Recommended Default Value (Development Build):&nbsp;</b> 20
   <b>Recommended Default Value (Development Build):&nbsp;</b>  (seconds)<br>
      20 (seconds)<br>    <b>Recommended Default Value (Release Build):&nbsp;</b> 20 (seconds)<br>
   <b>Recommended Default Value (Release Build):&nbsp;</b>  
      20 (seconds)<br>  
   <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>   <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
   <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>No/No<br>   <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>No/No<br>
   <b>Dynamic?:&nbsp;</b>Yes<br>   <b>Dynamic?:&nbsp;</b>Yes<br>
   <b>Considerations:&nbsp;</b>Any changes made to this config property   <b>Considerations:&nbsp;</b>Any changes made to this config property
      dynamically will apply to new CIM Server connections only  dynamically will apply to new CIM Server connections only keeping old
      keeping old already established connections unchanged.<br>  already established connections unchanged.<br>
   <b>Source Configuration File:&nbsp;</b>   <b>Source Configuration File:&nbsp;</b>
      Pegasus/Config/DefaultPropertyTable.h      Pegasus/Config/DefaultPropertyTable.h
 </ul> </ul>
  
 <h5>sslCertificateFilePath</h5>  <h5><b>sslCertificateFilePath</b></h5>
   
 <ul> <ul>
   <b>Description:&nbsp;</b>Contains the CIM Server SSL  
      Certificate.<br>    <b>Description:&nbsp;</b>Contains the CIM Server SSL Certificate.<br>
   <b>Recommended Default Value (Development Build):&nbsp;</b>    <b>Recommended Default Value (Development Build):&nbsp;</b> server.pem<br>
      server.pem<br>  
   <b>Recommended Default Value (Release Build):&nbsp;</b>   <b>Recommended Default Value (Release Build):&nbsp;</b>
      $CERTIFICATEDIR/server.pem"<br>      $CERTIFICATEDIR/server.pem"<br>
   <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>   <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
   <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>Yes<br>   <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>Yes<br>
   <b>Dynamic?:&nbsp;</b>No<br>   <b>Dynamic?:&nbsp;</b>No<br>
   <b>Considerations: </b>For a more detailed look at SSL options    <b>Considerations: </b>For a more detailed look at SSL options and
      and their ramifications, please see the SSL guidelines.<br>  their ramifications, please see the SSL guidelines.<br>
   <b>Source Configuration File:&nbsp;</b>   <b>Source Configuration File:&nbsp;</b>
      Pegasus/Config/SecurityPropertyOwner.cpp  Pegasus/Config/SecurityPropertyOwner.cpp </b>
 </ul> </ul>
  
 <h5>sslCipherSuite</h5>  <h5><b>sslCipherSuite</b></h5>
   
 <ul> <ul>
   
   <b>Description:&nbsp;</b>String containing OpenSSL cipher   <b>Description:&nbsp;</b>String containing OpenSSL cipher
      specifications to configure the cipher suite the client is  specifications to configure the cipher suite the client is permitted to
      permitted to negotiate with the server during the SSL  negotiate with the server during the SSL handshake phase.<br>
      handshake phase.<br>    <b>Recommended Default Value (Development Build):&nbsp;</b> DEFAULT
   <b>Recommended Default Value (Development Build):&nbsp;</b>  (the default cipher list of OpenSSL)<br>
      DEFAULT (the default cipher list of OpenSSL)<br>    <b>Recommended Default Value (Release Build):&nbsp;</b> DEFAULT (the
   <b>Recommended Default Value (Release Build):&nbsp;</b>  default cipher list of OpenSSL)<br>
      DEFAULT (the default cipher list of OpenSSL)<br>  
   <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>   <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
   <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>No/No<br>   <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>No/No<br>
   <b>Dynamic?:&nbsp;</b>No<br>   <b>Dynamic?:&nbsp;</b>No<br>
   <b>Considerations:&nbsp;</b>The value should be mentioned between   <b>Considerations:&nbsp;</b>The value should be mentioned between
      single quotes since it can contain special characters like .+,  single quotes since it can contain special characters like .+, !, -..
      !, -.. For more details look at SSL ciphers.<br>  For more details look at SSL ciphers.<br>
   <b>Source Configuration File:&nbsp;</b>   <b>Source Configuration File:&nbsp;</b>
      Pegasus/Config/SecurityPropertyOwner.cpp      Pegasus/Config/SecurityPropertyOwner.cpp
 </ul> </ul>
  
 <h5>sslBackwardCompatibility</h5>  <h5><b>sslBackwardCompatibility</b></h5>
   
 <ul> <ul>
   
   <b>Description:&nbsp;</b> If set to true, OpenPegasus support   <b>Description:&nbsp;</b> If set to true, OpenPegasus support
      SSLv3 and TLSv1 protocol.If set to false OpenPegasus support  SSLv3
      only TLS1.2 protocol for openssl 1.0.1+ <br>  and TLSv1 protocol.If set to false OpenPegasus support only TLS1.2
   <b>Recommended Default Value (Development Build):&nbsp;</b>  protocol for openssl 1.0.1+ <br>
      false<br>    <b>Recommended Default Value (Development Build):&nbsp;</b> false<br>
   <b>Recommended Default Value (Release Build):&nbsp;</b>    <b>Recommended Default Value (Release Build):&nbsp;</b> false<br>
      false<br>  
   <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>   <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
   <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>No/No<br>   <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>No/No<br>
   <b>Dynamic?:&nbsp;</b>No<br>   <b>Dynamic?:&nbsp;</b>No<br>
   <b>Considerations:&nbsp;</b> For a more detailed look at SSL options   <b>Considerations:&nbsp;</b> For a more detailed look at SSL options
      and their ramifications, please see the SSL guidelines.<br>      and their ramifications, please see the SSL guidelines.<br>
   <b>Source Configuration File:&nbsp;</b>   <b>Source Configuration File:&nbsp;</b>
      Pegasus/Config/SecurityPropertyOwner.cpp  Pegasus/Config/SecurityPropertyOwner.cpp </b>
 </ul> </ul>
  
 <h5>sslClientVerificationMode</h5>  <h5><b>sslClientVerificationMode</b></h5>
   
 <ul> <ul>
   
   <b>Description:&nbsp;</b>Describes the desired level of support   <b>Description:&nbsp;</b>Describes the desired level of support
      for certificate-based authentication.  for
   certificate-based authentication.
     <ul style="margin-top: 0in;" type="circle">     <ul style="margin-top: 0in;" type="circle">
       <li>&#8220;<b>required</b>&#8221; &#8211; The server requires certificate-based       <li>&#8220;<b>required</b>&#8221; &#8211; The server requires certificate-based
           client authentication.&nbsp; A client MUST present a  client authentication.&nbsp; A client MUST present a trusted
           trusted certificate in order to access the CIM Server.&nbsp;  certificate in order to access the CIM Server.&nbsp; If the client
           If the client fails to send a certificate or sends an  fails to send a certificate or sends an untrusted certificate, the
           untrusted certificate, the connection will be rejected.</li>  connection will be rejected.</li>
       <li>&#8220;<b>optional</b>&#8221; &#8211; The server supports, but does not       <li>&#8220;<b>optional</b>&#8221; &#8211; The server supports, but does not
           require, certificate-based client authentication. The  require,
           server will request and attempt to validate a client  certificate-based client authentication. The server will request and
           certificate, however the connection will be accepted even  attempt to validate a client certificate, however the connection will
           if no certificate is sent or an untrusted certificate is  be accepted even if no certificate is sent or an untrusted certificate
           sent.&nbsp; The server will then seek to authenticate the  is sent.&nbsp; The server will then seek to authenticate the client via
           client via an authentication header.</li>  an authentication header.</li>
   
       <li>&#8220;<b>disabled</b>&#8221; &#8211; The server does not support       <li>&#8220;<b>disabled</b>&#8221; &#8211; The server does not support
           certificate-based client authentication.</li>           certificate-based client authentication.</li>
     </ul>     </ul>
   <b>Recommended Default Value (Development Build):&nbsp;</b>   <b>Recommended Default Value (Development Build):&nbsp;</b>
      disabled<br>      disabled<br>
   <b>Recommended Default Value (Release Build):&nbsp;</b>    <b>Recommended Default Value (Release Build):&nbsp;</b> disabled<br>
      disabled<br>  
   <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>   <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
   <b>Recommend To Be Fixed/Hidden (Release Build): </b>No/No<br>   <b>Recommend To Be Fixed/Hidden (Release Build): </b>No/No<br>
   <b>Dynamic?:&nbsp;</b>No<br>   <b>Dynamic?:&nbsp;</b>No<br>
   <b>Considerations:&nbsp;</b>(1) This property is only used if    <b>Considerations:&nbsp;</b>(1) This property is only used if <b>enableHttpsConnection</b>
      <b>enableHttpsConnection</b> is  <b>"true"</b>.  is <b>"true"</b>. (2) If the platform does not support
      (2) If the platform does not support PEGASUS_LOCAL_DOMAIN_SOCKET,  PEGASUS_LOCAL_DOMAIN_SOCKET, OpenPegasus attempts to use either HTTPS
      OpenPegasus attempts to use either HTTPS or  or HTTP to establish a local connection (connectLocal).&nbsp; For
      HTTP to establish a local connection (connectLocal).&nbsp;  platforms that do not support PEGASUS_LOCAL_DOMAIN_SOCKET, Clients
      For platforms that do not support PEGASUS_LOCAL_DOMAIN_SOCKET,  which use connectLocal, such as cimconfig -l -c, cimprovider -l -s and
      Clients which use connectLocal, such as cimconfig -l -c,  cimserver -s, will not work if&nbsp; the "sslClientVerificationMode"
      cimprovider -l -s and cimserver -s, will not work if&nbsp; the  variable is set to "required" and HTTP is disabled.&nbsp; For these
      "sslClientVerificationMode" variable is set to  platforms, the recommended course of action is to change the property
      "required" and HTTP is disabled.&nbsp; For these  value to "optional."<br>
      platforms, the recommended course of action is to change the  
      property value to "optional."<br>  
   <b>Source Configuration File:&nbsp;</b>   <b>Source Configuration File:&nbsp;</b>
      Pegasus/Config/SecurityPropertyOwner.cpp      Pegasus/Config/SecurityPropertyOwner.cpp
 </ul> </ul>
  
 <h5>sslKeyFilePath</h5>  <h5><b>sslKeyFilePath</b></h5>
   
 <ul> <ul>
   
   <b>Description:&nbsp;</b>Contains the private key for the CIM   <b>Description:&nbsp;</b>Contains the private key for the CIM
      Server SSL Certificate.<br>      Server SSL Certificate.<br>
   <b>Recommended Default Value (Development Build):&nbsp;</b>    <b>Recommended Default Value (Development Build):&nbsp;</b> file.pem<br>
      file.pem<br>  
   <b>Recommended Default Value (Release Build):&nbsp;</b>   <b>Recommended Default Value (Release Build):&nbsp;</b>
      $CERTIFICATEDIR/file.pem<br>      $CERTIFICATEDIR/file.pem<br>
   <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>   <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
   <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>Yes<br>   <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>Yes<br>
   <b>Dynamic?:&nbsp;</b>No<br>   <b>Dynamic?:&nbsp;</b>No<br>
   <b>Considerations: </b>File should be readable only by the    <b>Considerations: </b>File should be readable only by the user the
      user the cimserver is running as and/or privileged users. The  cimserver is running as and/or privileged users. The file should be
      file should be writeable only by a privileged user.<br>  writeable only by a privileged user.<br>
   <b>Source Configuration File:&nbsp;</b>   <b>Source Configuration File:&nbsp;</b>
      Pegasus/Config/SecurityPropertyOwner.cpp<br>      Pegasus/Config/SecurityPropertyOwner.cpp<br>
   
 </ul> </ul>
  
 <h5>sslTrustStore</h5>  <h5><b>sslTrustStore</b></h5>
   
 <ul> <ul>
   
   <b>Description:&nbsp;</b>Specifies the location of the OpenSSL   <b>Description:&nbsp;</b>Specifies the location of the OpenSSL
      truststore. Consistent with the OpenSSL implementation, a  truststore. Consistent with the OpenSSL implementation, a truststore
      truststore can be either a file or directory. If the truststore  can be either a file or directory. If the truststore is a directory,
      is a directory, all the certificates within the directory are  all the certificates within the directory are considered trusted.<br>
      considered trusted.<br>    <b>Recommended Default Value (Development Build):&nbsp;</b> client.pem<br>
   <b>Recommended Default Value (Development Build):&nbsp;</b>  
      client.pem<br>  
   <b>Recommended Default Value (Release Build):&nbsp;</b>   <b>Recommended Default Value (Release Build):&nbsp;</b>
      $CERTIFICATEDIR/client.pem<br>      $CERTIFICATEDIR/client.pem<br>
   <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>   <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
Line 3326 
Line 3378 
      Pegsus/Config/SecurityPropertyOwner.cpp      Pegsus/Config/SecurityPropertyOwner.cpp
 </ul> </ul>
  
 <h5>sslTrustStoreUserName</h5>  <h5><b>sslTrustStoreUserName</b></h5>
   
 <ul> <ul>
   
   <b>Description:&nbsp;</b>Specifies the system user name to be   <b>Description:&nbsp;</b>Specifies the system user name to be
      associated with all certificate-based authenticated requests.<br>      associated with all certificate-based authenticated requests.<br>
   <b>Recommended Default Value (Development Build): </b>NONE<br>   <b>Recommended Default Value (Development Build): </b>NONE<br>
Line 3336 
Line 3390 
   <b>Recommend To Be Fixed/Hidden (Release Build): </b>No/No<br>   <b>Recommend To Be Fixed/Hidden (Release Build): </b>No/No<br>
   <b>Dynamic?:&nbsp;</b>No<br>   <b>Dynamic?:&nbsp;</b>No<br>
   <b>Considerations:&nbsp;</b>This property has no default; for   <b>Considerations:&nbsp;</b>This property has no default; for
      security reasons, the system administrator must explicitly  security reasons, the system administrator must explicitly specify this
      specify this value.&nbsp; This feature allows a single user  value.&nbsp; This feature allows a single user name to be
      name to be specified.&nbsp; This user will be associated  specified.&nbsp; This user will be associated with all certificates in
      with all certificates in the truststore.&nbsp; In the future,  the truststore.&nbsp; In the future, OpenPegasus will allow a system
      OpenPegasus will allow a system administrator to associate a  administrator to associate a distinct user name with each certificate.<br>
      distinct user name with each certificate.<br>  
   <b>Source Configuration File:&nbsp;</b>   <b>Source Configuration File:&nbsp;</b>
      Pegsus/Config/SecurityPropertyOwner.cpp<br>      Pegsus/Config/SecurityPropertyOwner.cpp<br>
   
 </ul> </ul>
  
 <h5>traceComponents</h5>  <h5><b>traceComponents</b></h5>
   
 <ul> <ul>
   
   <b>Description:&nbsp;</b>Defines the components to be traced.<br>   <b>Description:&nbsp;</b>Defines the components to be traced.<br>
   <b>Default Value:&nbsp;</b>""<br>   <b>Default Value:&nbsp;</b>""<br>
   <b>Recommended Default Value (Development Build):&nbsp;</b>""<br>   <b>Recommended Default Value (Development Build):&nbsp;</b>""<br>
Line 3357 
Line 3413 
   <b>Dynamic?:&nbsp;</b>Yes<br>   <b>Dynamic?:&nbsp;</b>Yes<br>
   <b>Source Configuration File:&nbsp;</b>   <b>Source Configuration File:&nbsp;</b>
      Pegasus/Config/TracePropertyOwner.cpp<br>      Pegasus/Config/TracePropertyOwner.cpp<br>
   
 </ul> </ul>
  
 <h5>traceFacility</h5>  <h5><b>traceFacility</b></h5>
   
 <ul> <ul>
   
   <b>Description:&nbsp;</b>Defines the desired facility for trace   <b>Description:&nbsp;</b>Defines the desired facility for trace
      messages. Valid values include: "File"  messages. Valid values include: "File" , "Log" and "Memory" .<br>
      , "Log" and "Memory" .<br>  
   <b>Default Value:&nbsp;</b>File<br>   <b>Default Value:&nbsp;</b>File<br>
   <b>Recommended Default Value (Development Build): </b>File<br>   <b>Recommended Default Value (Development Build): </b>File<br>
   <b>Recommended Default Value (Release Build): </b>File<br>   <b>Recommended Default Value (Release Build): </b>File<br>
Line 3371 
Line 3429 
   <b>Recommend To Be Fixed/Hidden (Release Build): </b>No/Yes<br>   <b>Recommend To Be Fixed/Hidden (Release Build): </b>No/Yes<br>
   <b>Dynamic?:&nbsp;</b>Yes<br>   <b>Dynamic?:&nbsp;</b>Yes<br>
   <b>Case Sensitive?:&nbsp;</b>No<br>   <b>Case Sensitive?:&nbsp;</b>No<br>
   <b>Considerations:&nbsp;</b>If you specify "File",    <b>Considerations:&nbsp;</b>If you specify "File", trace messagesare
      trace messagesare written into the file specified by the  written into the file specified by the configuration option
      configuration option traceFilePath. If you specify  traceFilePath. If you specify "Log", trace messages are written to the
      "Log", trace messages are written to the  OpenPegasus Log. If you specify Memory, the trace messages are
      OpenPegasus Log. If you specify Memory, the trace messages  collected in a wrap-around memory buffer. If this memory is part of a
      are collected in a wrap-around memory buffer.  dump the trace messages can be found by the eye-catcher
      If this memory is part of a dump the trace messages can be  "PEGASUSMEMTRACE" at the top of the memory buffer. The trace is in
      found by the eye-catcher "PEGASUSMEMTRACE" at  clear text and the last written message has the suffix "EOTRACE".<br>
      the top of the memory buffer. The trace is in clear text and  
      the last written message has the suffix "EOTRACE".<br>  
   <b>Source Configuration File:&nbsp;</b>   <b>Source Configuration File:&nbsp;</b>
      Pegasus/Config/TracePropertyOwner.cpp<br>      Pegasus/Config/TracePropertyOwner.cpp<br>
   
 </ul> </ul>
  
 <h5>traceFilePath</h5>  <h5><b>traceFilePath</b></h5>
   
 <ul> <ul>
   
   <b>Description:&nbsp;</b>Specifies the location of the   <b>Description:&nbsp;</b>Specifies the location of the
      OpenPegasus trace file.<br>  OpenPegasus
   trace file.<br>
   <b>Default Value:&nbsp;</b>cimserver.trc<br>   <b>Default Value:&nbsp;</b>cimserver.trc<br>
   <b>Recommended Default Value (Development Build):</b>    <b>Recommended Default Value (Development Build):</b> cimserver.trc<br>
      cimserver.trc<br>  
   <b>Recommended Default Value (Release Build):&nbsp;</b>   <b>Recommended Default Value (Release Build):&nbsp;</b>
      $TRACEDIR/cimserver.trc<br>      $TRACEDIR/cimserver.trc<br>
   <b>Recommend To Be Fixed/Hidden (Development Build):</b>No/No<br>   <b>Recommend To Be Fixed/Hidden (Development Build):</b>No/No<br>
Line 3399 
Line 3458 
   <b>Dynamic?:&nbsp;</b>Yes<br>   <b>Dynamic?:&nbsp;</b>Yes<br>
   <b>Source Configuration File:&nbsp;</b>   <b>Source Configuration File:&nbsp;</b>
      Pegasus/Config/TracePropertyOwner.cpp<br>      Pegasus/Config/TracePropertyOwner.cpp<br>
   
 </ul> </ul>
  
 <h5>traceLevel</h5>  <h5><b>traceLevel</b></h5>
   
 <ul> <ul>
   <b>Description:&nbsp;</b>Defines the desired level of  
      tracing. Valid values include: 0, 1, 2, 3, 4, 5.<br>    <b>Description:&nbsp;</b>Defines the desired level of tracing.
   Valid
   values include: 0, 1, 2, 3, 4, 5.<br>
   <b>Default Value:&nbsp;</b>0<br>   <b>Default Value:&nbsp;</b>0<br>
   <b>Recommended Default Value (Development Build): </b>0<br>   <b>Recommended Default Value (Development Build): </b>0<br>
   <b>Recommended Default Value (Release Build): </b>0&lt;<br>   <b>Recommended Default Value (Release Build): </b>0&lt;<br>
Line 3413 
Line 3476 
   <b>Dynamic?:&nbsp;</b>Yes<br>   <b>Dynamic?:&nbsp;</b>Yes<br>
   <b>Source Configuration File:&nbsp;</b>   <b>Source Configuration File:&nbsp;</b>
      Pegasus/Config/TracePropertyOwner.cpp<br>      Pegasus/Config/TracePropertyOwner.cpp<br>
   
 </ul> </ul>
  
 <h5>traceMemoryBufferKbytes</h5>  <h5><b>traceMemoryBufferKbytes</b></h5>
   
 <ul> <ul>
   <b>Description:&nbsp;</b>Defines the size of the buffer for  
     in memory tracing in kbytes ( 2<sup>10</sup> bytes ).    <b>Description:&nbsp;</b>Defines the size of the buffer for in
     Smallest value is 16.<br>  memory
   tracing in kbytes ( 2<sup>10</sup> bytes ). Smallest value is 16.<br>
   <b>Default Value:&nbsp;</b>10240<br>   <b>Default Value:&nbsp;</b>10240<br>
   <b>Recommended Default Value (Development Build): </b>10240<br>   <b>Recommended Default Value (Development Build): </b>10240<br>
   <b>Recommended Default Value (Release Build): </b>10240<br>   <b>Recommended Default Value (Release Build): </b>10240<br>
Line 3427 
Line 3493 
   <b>Recommend To Be Fixed/Hidden (Release Build): </b>No/No<br>   <b>Recommend To Be Fixed/Hidden (Release Build): </b>No/No<br>
   <b>Dynamic?:&nbsp;</b>No<br>   <b>Dynamic?:&nbsp;</b>No<br>
   <b>Case Sensitive?:&nbsp;</b>No<br>   <b>Case Sensitive?:&nbsp;</b>No<br>
   <b>Considerations:&nbsp;</b>Is ignored if configuration    <b>Considerations:&nbsp;</b>Is ignored if configuration property
     property traceFacility is not set to Memory.<br>  traceFacility is not set to Memory.<br>
   <b>Source Configuration File:&nbsp;</b>   <b>Source Configuration File:&nbsp;</b>
      Pegasus/Config/TracePropertyOwner.cpp<br>      Pegasus/Config/TracePropertyOwner.cpp<br>
   
 </ul> </ul>
  
 <h5>traceFileSizeKBytes</h5>  <h5><b>traceFileSizeKBytes</b></h5>
   
 <ul> <ul>
   <b>Description:&nbsp;</b>Defines the size of the tracefile in Kilo bytes. The trace file will be  
      rolled once its size exceeds the specified size. <br>    <b>Description:&nbsp;</b>Defines the size of the tracefile in
   Kilo
   bytes. The trace file will be rolled once its size exceeds the
   specified size. <br>
   <b>Default Value:&nbsp;</b>1048576<br>   <b>Default Value:&nbsp;</b>1048576<br>
   <b>Recommended Default Value (Development Build):&nbsp;</b>1048576<br>   <b>Recommended Default Value (Development Build):&nbsp;</b>1048576<br>
   <b>Recommended Default Value (Release Build):&nbsp;</b>1048576<br>   <b>Recommended Default Value (Release Build):&nbsp;</b>1048576<br>
   <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>   <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
   <b>Recommend To Be Fixed/Hidden (Release Build):</b>&nbsp;No/Yes<br>   <b>Recommend To Be Fixed/Hidden (Release Build):</b>&nbsp;No/Yes<br>
   <b>Dynamic?:</b>&nbsp;Yes<br>   <b>Dynamic?:</b>&nbsp;Yes<br>
   <b>Considerations:</b>Minimum accepted value is 10240 KB,Maximum accepted value is 2097152 KB. &nbsp;<br>    <b>Considerations:</b>Minimum accepted value is 10240 KB,Maximum
   <b>Source Configuration File:</b>&nbsp; Pegsus/Config/TracePropertyOwner.cpp<p>&nbsp;</p>  accepted value is 2097152 KB. &nbsp;<br>
     <b>Source Configuration File:</b>&nbsp;
   Pegsus/Config/TracePropertyOwner.cpp
     <p><b>&nbsp;</b></p>
 </ul> </ul>
  
 <h5>numberOfTraceFiles</h5>  <h5><b>numberOfTraceFiles</b></h5>
   
 <ul> <ul>
   <b>Description:&nbsp;</b>Specifies the number of the tracefiles for rolling.<br>  
     <b>Description:&nbsp;</b>Specifies the number of the tracefiles
   for
   rolling.<br>
   <b>Default Value:&nbsp;</b>3<br>   <b>Default Value:&nbsp;</b>3<br>
   <b>Recommended Default Value (Development Build):&nbsp;</b>3<br>   <b>Recommended Default Value (Development Build):&nbsp;</b>3<br>
   <b>Recommended Default Value (Release Build):&nbsp;</b>3<br>   <b>Recommended Default Value (Release Build):&nbsp;</b>3<br>
   <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>   <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
   <b>Recommend To Be Fixed/Hidden (Release Build):</b>&nbsp;No/Yes<br>   <b>Recommend To Be Fixed/Hidden (Release Build):</b>&nbsp;No/Yes<br>
   <b>Dynamic?:</b>&nbsp;Yes<br>   <b>Dynamic?:</b>&nbsp;Yes<br>
   <b>Considerations:</b>Minimum accepted value is 3,Maximum accepted value is 20. &nbsp;<br>    <b>Considerations:</b>Minimum accepted value is 3,Maximum accepted
   <b>Source Configuration File:</b>&nbsp; Pegsus/Config/TracePropertyOwner.cpp<p>&nbsp;</p>  value is 20. &nbsp;<br>
     <b>Source Configuration File:</b>&nbsp;
   Pegsus/Config/TracePropertyOwner.cpp
     <p><b>&nbsp;</b></p>
 </ul> </ul>
  
 <h5>webRoot</h5>  <h5><b>webRoot</b></h5>
   
 <ul> <ul>
   <b>Description:&nbsp;</b> Points to a location where the static web pages to  
   be served by the pegasus webserver are stored.<br>    <b>Description:&nbsp;</b> Points to a location where the static
   web
   pages to be served by the pegasus webserver are stored.<br>
   <b>Default Value:&nbsp;</b>www<br>   <b>Default Value:&nbsp;</b>www<br>
   <b>Recommended Default Value (Development Build):&nbsp;</b>www<br>   <b>Recommended Default Value (Development Build):&nbsp;</b>www<br>
   <b>Recommended Default Value (Release Build):&nbsp;</b>$WEBCONFDIR/www<br>   <b>Recommended Default Value (Release Build):&nbsp;</b>$WEBCONFDIR/www<br>
   <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>   <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
   <b>Recommend To Be Fixed/Hidden (Release Build):</b>&nbsp;Yes/Yes<br>   <b>Recommend To Be Fixed/Hidden (Release Build):</b>&nbsp;Yes/Yes<br>
   <b>Dynamic?:</b>&nbsp;No<br>   <b>Dynamic?:</b>&nbsp;No<br>
   <b>Considerations:</b> When not fixed and hidden, it can be modified to    <b>Considerations:</b> When not fixed and hidden, it can be modified
   point to a location having spurious pages. Please consider fixing this value. &nbsp;<br>  to point to a location having spurious pages. Please consider fixing
   <b>Source Configuration File:</b>&nbsp; Pegsus/Config/DefaultPropertyOwner.cpp<p>&nbsp;</p>  this value. &nbsp;<br>
     <b>Source Configuration File:</b>&nbsp;
   Pegsus/Config/DefaultPropertyOwner.cpp
     <p><b>&nbsp;</b></p>
 </ul> </ul>
  
 <h5>indexFile</h5>  <h5><b>indexFile</b></h5>
   
 <ul> <ul>
   <b>Description:&nbsp;</b> Specifies the name of index file used by pegasus webserver,  
   default to index.html. This file should be available at the webRoot path.<br>    <b>Description:&nbsp;</b> Specifies the name of index file used
   by
   pegasus webserver, default to index.html. This file should be available
   at the webRoot path.<br>
   <b>Default Value:&nbsp;</b>index.html<br>   <b>Default Value:&nbsp;</b>index.html<br>
   <b>Recommended Default Value (Development Build):&nbsp;</b>index.html<br>   <b>Recommended Default Value (Development Build):&nbsp;</b>index.html<br>
   <b>Recommended Default Value (Release Build):&nbsp;</b>index.html<br>   <b>Recommended Default Value (Release Build):&nbsp;</b>index.html<br>
   <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>   <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
   <b>Recommend To Be Fixed/Hidden (Release Build):</b>&nbsp;Yes/Yes<br>   <b>Recommend To Be Fixed/Hidden (Release Build):</b>&nbsp;Yes/Yes<br>
   <b>Dynamic?:</b>&nbsp;No<br>   <b>Dynamic?:</b>&nbsp;No<br>
   <b>Considerations:</b> &nbsp; Hide it and fixed in release build to prevent    <b>Considerations:</b> &nbsp; Hide it and fixed in release build to
   using any file as index file<br>  prevent using any file as index file<br>
   <b>Source Configuration File:</b>&nbsp; Pegsus/Config/DefaultPropertyOwner.cpp<p>&nbsp;</p>    <b>Source Configuration File:</b>&nbsp;
   Pegsus/Config/DefaultPropertyOwner.cpp
     <p><b>&nbsp;</b></p>
 </ul> </ul>
  
 <h5>mimeTypesFile</h5>  <h5><b>mimeTypesFile</b></h5>
   
 <ul> <ul>
   <b>Description:&nbsp;</b> Refers to the file which holds the mime types being  
   served by the pegasus webserver.<br>    <b>Description:&nbsp;</b> Refers to the file which holds the
   mime
   types being served by the pegasus webserver.<br>
   <b>Default Value:&nbsp;</b>www/mimeTypes.txt<br>   <b>Default Value:&nbsp;</b>www/mimeTypes.txt<br>
   <b>Recommended Default Value (Development Build):&nbsp;</b>www/mimeTypes.txt<br>   <b>Recommended Default Value (Development Build):&nbsp;</b>www/mimeTypes.txt<br>
   <b>Recommended Default Value (Release    <b>Recommended Default Value (Release Build):&nbsp;</b>$WEBCONFDIR/www/mimeTypes.txt<br>
       Build):&nbsp;</b>$WEBCONFDIR/www/mimeTypes.txt<br>  
   <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>   <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
   <b>Recommend To Be Fixed/Hidden (Release Build):</b>&nbsp;Yes/Yes<br>   <b>Recommend To Be Fixed/Hidden (Release Build):</b>&nbsp;Yes/Yes<br>
   <b>Dynamic?:</b>&nbsp;No<br>   <b>Dynamic?:</b>&nbsp;No<br>
   <b>Considerations:</b>&nbsp;Fix and make it read only when to prevent   <b>Considerations:</b>&nbsp;Fix and make it read only when to prevent
   modification in deployment<br>   modification in deployment<br>
   <b>Source Configuration File:</b>&nbsp; Pegsus/Config/DefaultPropertyOwner.cpp<p>&nbsp;</p>    <b>Source Configuration File:</b>&nbsp;
   Pegsus/Config/DefaultPropertyOwner.cpp
     <p><b>&nbsp;</b></p>
 </ul> </ul>
  
   <h3><b>Configuration Constants</b></h3>
  
 <h3>Configuration Constants</h3>  <h4><b>Definitions</b></h4>
  
 <h4>Definitions</h4>  <h5><b>static char CURRENT_CONFIG_FILE [] = </b></h5>
  
 <h5>static char CURRENT_CONFIG_FILE [] = </h5>  
 <ul> <ul>
   
   <b>Description:&nbsp;</b>Default file name for the current   <b>Description:&nbsp;</b>Default file name for the current
      configuration file.<br>      configuration file.<br>
   <b>Recommended Default Value (Development Build):</b>   <b>Recommended Default Value (Development Build):</b>
Line 3521 
Line 3619 
      $CONFIGDIR/cimserver_current.conf<br>      $CONFIGDIR/cimserver_current.conf<br>
   <b>Dynamic?:&nbsp;</b>No&nbsp;<br>   <b>Dynamic?:&nbsp;</b>No&nbsp;<br>
   <br>   <br>
   
      <table bordercolordark="#666666" bordercolorlight="#CCCCCC" style="font-family: Arial;" border="1" cellspacing="1" width="531">      <table bordercolordark="#666666" bordercolorlight="#CCCCCC" style="font-family: Arial;" border="1" cellspacing="1" width="531">
        <tbody><tr>      <tbody>
         <tr>
          <th bgcolor="#cae6ca" width="168">Platform</th>          <th bgcolor="#cae6ca" width="168">Platform</th>
          <th bgcolor="#cae6ca" width="350">          <th bgcolor="#cae6ca" width="350"> Source Configuration File</th>
            Source Configuration File</th>  
        </tr>        </tr>
        <tr align="center">        <tr align="center">
          <td width="168">Linux</td>          <td width="168">Linux</td>
          <td align="left" width="350">          <td align="left" width="350">Pegasus/Config/ConfigFileDirLinux.h</td>
            Pegasus/Config/ConfigFileDirLinux.h</td>  
        </tr>        </tr>
        <tr align="center">        <tr align="center">
          <td width="168">HP-UX</td>          <td width="168">HP-UX</td>
Line 3538 
Line 3636 
        </tr>        </tr>
        <tr align="center">        <tr align="center">
          <td width="168">OpenVMS</td>          <td width="168">OpenVMS</td>
          <td align="left" width="350">          <td align="left" width="350"> Pegasus/Config/ConfigFileDirVms.h</td>
            Pegasus/Config/ConfigFileDirVms.h</td>  
        </tr>        </tr>
        </tbody></table>      </tbody>
     </table>
 </ul> </ul>
  
 <h5>static char PLANNED_CONFIG_FILE [] = </h5>  <h5><b>static char PLANNED_CONFIG_FILE [] = </b></h5>
   
 <ul> <ul>
   
   <b>Description:&nbsp;</b>Default file name for the planned   <b>Description:&nbsp;</b>Default file name for the planned
      configuration file.<br>      configuration file.<br>
   <b>Recommended Default Value (Development Build):&nbsp;</b>   <b>Recommended Default Value (Development Build):&nbsp;</b>
Line 3554 
Line 3654 
      $CONFIGDIR/cimserver_planned.conf<br>      $CONFIGDIR/cimserver_planned.conf<br>
   <b>Dynamic?:&nbsp;</b>No<br>   <b>Dynamic?:&nbsp;</b>No<br>
      <br>      <br>
   
      <table bordercolordark="#666666" bordercolorlight="#CCCCCC" style="font-family: Arial;" border="1" cellspacing="1" width="531">      <table bordercolordark="#666666" bordercolorlight="#CCCCCC" style="font-family: Arial;" border="1" cellspacing="1" width="531">
        <tbody><tr>      <tbody>
         <tr>
          <th bgcolor="#cae6ca" width="168">Platform</th>          <th bgcolor="#cae6ca" width="168">Platform</th>
          <th bgcolor="#cae6ca" width="350">          <th bgcolor="#cae6ca" width="350"> Source Configuration File</th>
            Source Configuration File</th>  
        </tr>        </tr>
        <tr align="center">        <tr align="center">
          <td width="168">Linux</td>          <td width="168">Linux</td>
          <td align="left" width="350">          <td align="left" width="350">Pegasus/Config/ConfigFileDirLinux.h</td>
            Pegasus/Config/ConfigFileDirLinux.h</td>  
        </tr>        </tr>
        <tr align="center">        <tr align="center">
          <td width="168">HP-UX</td>          <td width="168">HP-UX</td>
          <td align="left" width="350">          <td align="left" width="350"> Pegasus/Config/ConfigFileDirHpux.h</td>
            Pegasus/Config/ConfigFileDirHpux.h</td>  
        </tr>        </tr>
        <tr align="center">        <tr align="center">
          <td width="168">OpenVMS</td>          <td width="168">OpenVMS</td>
          <td align="left" width="350">          <td align="left" width="350"> Pegasus/Config/ConfigFileDirVms.h</td>
            Pegasus/Config/ConfigFileDirVms.h</td>  
        </tr>        </tr>
        </tbody></table>      </tbody>
     </table>
 </ul> </ul>
  
 <h5>static char CIMSERVER_START_FILE [] = </h5>  <h5><b>static char CIMSERVER_START_FILE [] = </b></h5>
   
 <ul> <ul>
   <b>Description:&nbsp;</b>This is for the default file name  
      for the cimserver startup file containing the PID.<br>    <b>Description:&nbsp;</b>This is for the default file name for
   the
   cimserver startup file containing the PID.<br>
   <b>Default Value:&nbsp;</b>/tmp/cimserver_start.conf<br>   <b>Default Value:&nbsp;</b>/tmp/cimserver_start.conf<br>
   <b>Recommended Default Value (Development Build):&nbsp;</b>   <b>Recommended Default Value (Development Build):&nbsp;</b>
      /tmp/cimserver_start.conf<br>      /tmp/cimserver_start.conf<br>
   <b>Recommended Default Value (Release Build):&nbsp;</b>    <b>Recommended Default Value (Release Build):&nbsp;</b> $PIDFILE<br>
      $PIDFILE<br>  
   <b>Dynamic?:&nbsp;</b>No<br>   <b>Dynamic?:&nbsp;</b>No<br>
      <br>      <br>
   
      <table bordercolordark="#666666" bordercolorlight="#CCCCCC" style="font-family: Arial;" border="1" cellspacing="1" width="531">      <table bordercolordark="#666666" bordercolorlight="#CCCCCC" style="font-family: Arial;" border="1" cellspacing="1" width="531">
        <tbody><tr>      <tbody>
         <tr>
          <th bgcolor="#cae6ca" width="168">Platform</th>          <th bgcolor="#cae6ca" width="168">Platform</th>
          <th bgcolor="#cae6ca" width="350">          <th bgcolor="#cae6ca" width="350"> Source Configuration File</th>
            Source Configuration File</th>  
        </tr>        </tr>
        <tr align="center">        <tr align="center">
          <td width="168">Linux</td>          <td width="168">Linux</td>
          <td align="left" width="350">          <td align="left" width="350">Pegasus/Config/ConfigFileDirLinux.h</td>
            Pegasus/Config/ConfigFileDirLinux.h</td>  
        </tr>        </tr>
        <tr align="center">        <tr align="center">
          <td width="168">HP-UX</td>          <td width="168">HP-UX</td>
          <td align="left" width="350">          <td align="left" width="350"> Pegasus/Config/ConfigFileDirHpux.h</td>
            Pegasus/Config/ConfigFileDirHpux.h</td>  
        </tr>        </tr>
        <tr align="center">        <tr align="center">
          <td width="168">OpenVMS</td>          <td width="168">OpenVMS</td>
          <td align="left" width="350">          <td align="left" width="350"> Pegasus/Config/ConfigFileDirVms.h</td>
            Pegasus/Config/ConfigFileDirVms.h</td>  
        </tr>        </tr>
        </tbody></table>      </tbody>
     </table>
 </ul> </ul>
  
 <h3>Configuration Macros</h3>  <h3><b>Configuration Macros</b></h3>
  
 <h4>Definitions</h4>  <h4><b>Definitions</b></h4>
   
   <h5><b>PEGASUS_SSLCLIENT_CERTIFICATEFILE</b></h5>
  
 <h5>PEGASUS_SSLCLIENT_CERTIFICATEFILE</h5>  
 <ul> <ul>
   <b>Description:&nbsp;</b><br>  
     <b> <b>Description:&nbsp;</b><br>
   <b>Recommended Default Value (Development Build): </b>client.pem<br>   <b>Recommended Default Value (Development Build): </b>client.pem<br>
   <b>Recommended Default Value (Release Build):&nbsp;</b>   <b>Recommended Default Value (Release Build):&nbsp;</b>
      $CERTIFICATEDIR/client.pem<br>      $CERTIFICATEDIR/client.pem<br>
   <b>Dynamic?:&nbsp;</b>No<br>   <b>Dynamic?:&nbsp;</b>No<br>
   <b>Source Configuration File:&nbsp;</b>    <b>Source Configuration File:&nbsp;</b> Pegasus/Common/Constants.h<br>
      Pegasus/Common/Constants.h<br>    </b>
 </ul> </ul>
  
 <h5>PEGASUS_SSLCLIENT_RANDOMFILE</h5>  <h5><b>PEGASUS_SSLCLIENT_RANDOMFILE</b></h5>
   
 <ul> <ul>
   
   <b>Description:&nbsp;</b>On platforms that do not support   <b>Description:&nbsp;</b>On platforms that do not support
      /dev/random or /dev/urandom, OpenSSL will use this file to  /dev/random
      seed the PRNG (Pseudo-Random Number Generator). This  or /dev/urandom, OpenSSL will use this file to seed the PRNG
      PEGASUS_SSLCLIENT_RANDOMFILE defines the default CIM  (Pseudo-Random Number Generator). This PEGASUS_SSLCLIENT_RANDOMFILE
      Client random file.<br>  defines the default CIM Client random file.<br>
   <b>Recommended Default Value (Development Build):</b>ssl.rnd<br>   <b>Recommended Default Value (Development Build):</b>ssl.rnd<br>
   <b>Recommended Default Value (Release Build):</b>    <b>Recommended Default Value (Release Build):</b> $RANDOMDIR/ssl.rnd<br>
      $RANDOMDIR/ssl.rnd<br>  
   <b>Dynamic?:&nbsp;</b>No<br>   <b>Dynamic?:&nbsp;</b>No<br>
   <b>Considerations:&nbsp;</b>Use of this variable requires&nbsp;   <b>Considerations:&nbsp;</b>Use of this variable requires&nbsp;
      PEGASUS_HAS_SSL to be set.&nbsp; CIM Client use of a  PEGASUS_HAS_SSL to be set.&nbsp; CIM Client use of a shared random file
      shared random file is not recommended.&nbsp; On systems where  is not recommended.&nbsp; On systems where /dev/random or /dev/urandom
      /dev/random or /dev/urandom are not available, CIM Clients are  are not available, CIM Clients are encouraged to generate a unique
      encouraged to generate a unique random file which  random file which contains sufficient entropy.<br>
      contains sufficient entropy.<br>    <b>Source Configuration File:&nbsp;</b> Pegasus/Common/Constants.h<br>
   <b>Source Configuration File:&nbsp;</b>  
      Pegasus/Common/Constants.h<br>  
 </ul> </ul>
  
 <h5>PEGASUS_SSLSERVER_RANDOMFILE</h5>  <h5><b>PEGASUS_SSLSERVER_RANDOMFILE</b></h5>
   
 <ul> <ul>
   
   <b>Description:&nbsp;</b>On platforms that do not support   <b>Description:&nbsp;</b>On platforms that do not support
      /dev/random or /dev/urandom, OpenSSL will use this file  /dev/random
      to seed the PRNG (Pseudo-Random Number Generator). This  or /dev/urandom, OpenSSL will use this file to seed the PRNG
      PEGASUS_SSLSERVER_RANDOMFILE defines the CIM Server  (Pseudo-Random Number Generator). This PEGASUS_SSLSERVER_RANDOMFILE
     random file.<br>  defines the CIM Server random file.<br>
   <b>Recommended Default Value (Development Build):&nbsp;</b>   <b>Recommended Default Value (Development Build):&nbsp;</b>
      cimserver.rnd<br>      cimserver.rnd<br>
   <b>Recommended Default Value (Release Build):&nbsp;</b>   <b>Recommended Default Value (Release Build):&nbsp;</b>
     $RANDOMDIR/cimserver.rnd<br>     $RANDOMDIR/cimserver.rnd<br>
   <b>Dynamic?:&nbsp;</b>No<br>   <b>Dynamic?:&nbsp;</b>No<br>
   <b>Considerations:&nbsp;</b>1)Use of this variable    <b>Considerations:&nbsp;</b>1)Use of this variable requires&nbsp;
      requires&nbsp; PEGASUS_HAS_SSL to be set.(2) On systems where  PEGASUS_HAS_SSL to be set.(2) On systems where /dev/random or
      /dev/random or /dev/urandom are not available, CIM Server  /dev/urandom are not available, CIM Server vendors need to be sure that
      vendors need to be sure that the cimserver.rnd file  the cimserver.rnd file contains sufficient entropy and is uniquely
      contains sufficient entropy and is uniquely generated for  generated for each system.<br>
      each system.<br>    <b>Source Configuration File:&nbsp;</b> Pegasus/Common/Constants.h<b><br>
   <b>Source Configuration File:&nbsp;</b>    </b>
      Pegasus/Common/Constants.h<b><br>  </ul>
 </b></ul>  
   <h5><b><b>PEGASUS_LOCAL_AUTH_DIR</b></b></h5>
 <h5><b>PEGASUS_LOCAL_AUTH_DIR</b></h5>  
 <ul>  <ul>
 <b>  <b>Description:</b>&nbsp;</b>For local connections (i.e.,  
      connectLocal), OpenPegasus uses a file-based authentication    <b>Description:</b>&nbsp;For local connections (i.e.,
      mechanism.<br>  connectLocal), OpenPegasus uses a file-based authentication mechanism.<br>
   <b>Recommended Default Value (Development Build): </b>/tmp<br>   <b>Recommended Default Value (Development Build): </b>/tmp<br>
   <b>Recommended Default Value (Release Build):&nbsp;</b>   <b>Recommended Default Value (Release Build):&nbsp;</b>
      $LOCALAUTHDIR/localauth<br>      $LOCALAUTHDIR/localauth<br>
   <b>Dynamic?:&nbsp;</b>No<br>   <b>Dynamic?:&nbsp;</b>No<br>
   <b>Source Configuration File:&nbsp;</b>    <b>Source Configuration File:&nbsp;</b> Pegasus/Common/Constants.h<br>
      Pegasus/Common/Constants.h<br>  
 </ul> </ul>
  
 <h5>PEGASUS_LOCAL_DOMAIN_SOCKET_PATH</h5>  <h5><b>PEGASUS_LOCAL_DOMAIN_SOCKET_PATH</b></h5>
   
 <ul> <ul>
   
   <b>Description:&nbsp;</b><br>   <b>Description:&nbsp;</b><br>
   <b>Recommended Default Value (Development Build):&nbsp;</b>   <b>Recommended Default Value (Development Build):&nbsp;</b>
      /tmp/cimxml.socket<br>      /tmp/cimxml.socket<br>
   <b>Recommended Default Value (Release Build):&nbsp;</b>   <b>Recommended Default Value (Release Build):&nbsp;</b>
      $SOCKETDIR/cimxml.socket<br>      $SOCKETDIR/cimxml.socket<br>
   <b>Dynamic?:&nbsp;</b>No<br>   <b>Dynamic?:&nbsp;</b>No<br>
   <b>Source Configuration File:&nbsp;</b>    <b>Source Configuration File:&nbsp;</b> Pegasus/Common/Constants.h<br>
      Pegasus/Common/Constants.h<br>  
 </ul> </ul>
  
 <hr> <hr>
 <p>Licensed to The Open Group (TOG) under one or more contributor license  <p><b>Licensed to The Open Group (TOG) under one or more contributor
   license
 agreements.  Refer to the OpenPegasusNOTICE.txt file distributed with agreements.  Refer to the OpenPegasusNOTICE.txt file distributed with
 this work for additional information regarding copyright ownership. this work for additional information regarding copyright ownership.
 Each contributor licenses this file to you under the OpenPegasus Open Each contributor licenses this file to you under the OpenPegasus Open
 Source License; you may not use this file except in compliance with the Source License; you may not use this file except in compliance with the
 License.</p>  License.</b></p>
 <p>Permission is hereby granted, free of charge, to any person obtaining a  
 copy of this software and associated documentation files (the "Software"),  <p><b>Permission is hereby granted, free of charge, to any person
 to deal in the Software without restriction, including without limitation  obtaining a
 the rights to use, copy, modify, merge, publish, distribute, sublicense,  copy of this software and associated documentation files (the
   "Software"),
   to deal in the Software without restriction, including without
   limitation
   the rights to use, copy, modify, merge, publish, distribute,
   sublicense,
 and/or sell copies of the Software, and to permit persons to whom the and/or sell copies of the Software, and to permit persons to whom the
 Software is furnished to do so, subject to the following conditions:</p>  Software is furnished to do so, subject to the following conditions:</b></p>
 <p>The above copyright notice and this permission notice shall be included  
 in all copies or substantial portions of the Software.</p>  <p><b>The above copyright notice and this permission notice shall be
 <p>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS  included
   in all copies or substantial portions of the Software.</b></p>
   
   <p><b>THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
   EXPRESS
 OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
 IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
 CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
 TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
 SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</p>  SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.</b></p>
   
 <hr> <hr>
 </body></html> </body></html>


Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2