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

   1 denise.eckstein 1.1 <html>
   2                     <head>
   3                       <link rel="stylesheet" href= 
   4                         "http://www.opengroup.org/stylesheets/info1.css">
   5                     </head>
   6                     
   7                     <body>
   8                     <hr>
   9                     
  10                     <p align="center">
  11                       <b><font size="4">Recommended OpenPegasus Build and Configuration Options for Selected Platforms</font></b>
  12                     </p>
  13                     
  14                     <hr>
  15                     
  16                     <p><b>Abstract: </b>
  17                       This document defines a set of recommended options for building,
  18                       testing and running OpenPegasus on a selected set of 
  19                       platforms. In this version of the document, platform-specific configuration
  20                       information have been documented for the platforms described in the
  21                       &quot;Documented Platforms&quot; section of this document.
  22 denise.eckstein 1.1 </p>
  23                     
  24                     <p><b>Note 1: </b>
  25                       The recommendations defined in this document are not intended to document
  26                       the feature set included in any vendor's OpenPegasus-based product.
  27                       Rather, the purpose of this document is to provide input to vendors when
  28                       making product decisions.<BR>
  29                     </p>
  30                     
  31                     <hr>
  32                     
  33                     <h2>Definition of the Problem</h2>
  34                     
  35                     <p>OpenPegasus supports a large number of build and runtime options.
  36                     Determining which options to use can be challenging. The purpose of this
  37                     document is to simplify the build, testing and administration of OpenPegasus
  38                     by providing a recommended, tested set of options.</p>
  39                     
  40                     <h2>Documented Platforms</h2>
  41                     
  42                     <p>Support for the OpenPegasus build and runtime options described in
  43 denise.eckstein 1.1 this document varies by platform.&nbsp;&nbsp; In this version of the 
  44                     document, platform-specific configuration information has been included 
  45                     for the platforms described in the following table.&nbsp; For all other
  46                     platforms, please consult the OpenPegasus Platform Advocate for 
  47                     additional information.</p>
  48                     
  49                     <ul>
  50                       <table border="1" cellspacing="1" bordercolordark="#666666"
  51                         bordercolorlight="#CCCCCC" width=20%>
  52                         <tr>
  53                           <th bgcolor="#CAE6CA" align=center>Platform</th>
  54                           <th bgcolor="#CAE6CA" align=center>Status</th>
  55                         </tr>
  56                         <tr align="left">
  57                           <td>HPUX_IA64_ACC</td>
  58                           <td>&nbsp;</td>
  59                         </tr>
  60                         <tr align="left">
  61                           <td>HPUX_PARISC_ACC</td>
  62                           <td>&nbsp;</td>
  63                         </tr>
  64 denise.eckstein 1.1     <tr align="left">
  65                           <td>LINUX_IA64_GNU</td>
  66                           <td>&nbsp;</td>
  67                         </tr>
  68                         <tr align="left">
  69                           <td>LINUX_IX86_GNU</td>
  70                           <td>&nbsp;</td>
  71                         </tr>
  72                         <tr align="left">
  73                           <td>LINUX_PPC64_GNU</td>
  74                           <td>&nbsp;</td>
  75                         </tr>
  76                         <tr align="left">
  77                           <td>LINUX_PPC_GNU</td>
  78                           <td>&nbsp;</td>
  79                         </tr>
  80                         <tr align="left">
  81                           <td>LINUX_XSCALE_GNU</td>
  82                           <td>&nbsp;</td>
  83                         </tr>
  84                         <tr align="left">
  85 denise.eckstein 1.1       <td>LINUX_ZSERIES64_GNU</td>
  86                           <td>&nbsp;</td>
  87                         </tr>
  88                         <tr align="left">
  89                           <td>LINUX_ZSERIES_GNU</td>
  90                           <td>&nbsp;</td>
  91                         </tr>
  92                         <tr align="left">
  93                           <td>VMS_ALPHA_DECCXX</td>
  94                           <td>&nbsp;</td>
  95                         </tr>
  96                         <tr align="left">
  97                           <td>VMS_IA64_DECCXX</td>
  98                           <td>&nbsp;</td>
  99                         </tr>
 100                         </table>
 101                     </ul>
 102                     
 103                     <h2>Proposed Solution</h2>
 104                     
 105                     <h3>Security Considerations</h3>
 106 denise.eckstein 1.1 <ol>
 107                       <li>
 108                         To avoid introducing security vulnerabilities, vendors must never
 109                         ship providers incompatible with the security assumptions used in
 110                         their deployment. 
 111                         For example, providers designed for a single-user deployment that 
 112                         don't perform authorization  must not be shipped with a CIM Server 
 113                         that expects the providers to perform authorization. Note that 
 114                         this authorization burden is considerably lighter if the provider
 115                         is registered as 'run as requestor' and if the CIM Server enables
 116                         that feature. See <a href=
 117                         "http://www.openpegasus.org/pp/uploads/40/7197/SecurityGuidePEP.htm">
 118                         PEP#223 - Security Coding Guidelines</a> for additional
 119                         details.
 120                       </li>
 121                       <li>
 122                         Vendors should ensure they configure the CIM Server consistently
 123                         with the security requirements of their deployment.
 124                       </li>
 125                     </ol>
 126                     
 127 denise.eckstein 1.1 <h3>Terminology Notes</h3>
 128                     <ol>
 129                       <li>
 130                         In this document, the term &quot;Not Set&quot; is used to indicate
 131                         that the a value for the environment variable has not been defined.
 132                         &quot;Set&quot; is used to indicate that the value must be defined, 
 133                         but the actual value of the variable is not checked.
 134                       </li>
 135                     </ol>
 136                     
 137                     <h3>General Notes</h3>
 138                     
 139                     <ol>
 140                       <li>
 141                         Not all functionality described in this document has achieved 
 142                         &quot;Green&quot;status, please refer to the
 143                         <a href="http://www.openpegasus.org/page.tpl?CALLER=index.tpl&ggid=799">
 144                         OpenPegasus Project Feature Status </a>page for information on
 145                         the maturity level of OpenPegasus features.
 146                       </li>
 147                       <li>
 148 denise.eckstein 1.1     To encourage testing of new functionality, recommendations for the
 149                         Development Build may include features that are not yet recommended
 150                         for Release Builds.
 151                       </li>
 152                     </ol>
 153                     
 154                     <h3>Environment Variable Settings for <u>Building</u> OpenPegasus</h3>
 155                     
 156                     <h4>Definitions</h4>
 157                     
 158                     <h5>ICU_INSTALL</h5>
 159                     <ul>
 160                       <b>Description:&nbsp;</b>When set, points to the directory containing
 161                          the <a href="%20http:/oss.software.ibm.com/icu"> ICU(International
 162                          Components for Unicode)</a> installation. The 'include' 
 163                          subdirectory is used to locate ICU header files at build time. The
 164                          'lib' subdirectory is used to locate ICU libraries at link
 165                          time.<br>
 166                       <b>Default Value:&nbsp;</b>Not Set<br>
 167                       <b>Recommended Value (Development Build):&nbsp;</b>Not Set<br>
 168                       <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>
 169 denise.eckstein 1.1   <b>Required:&nbsp;</b>No.&nbsp; However, if PEGASUS_HAS_ICU is
 170                          set and ICU_INSTALL is not defined, the ICU libraries and header
 171                          files are expected to be installed in directories (e.g.,/usr/lib,
 172                          /usr/include)&nbsp; that are searched by default.<br>
 173                       <b>Considerations:&nbsp;</b>This environment variable is only used
 174                          if PEGASUS_HAS_MESSAGES is set. Refer to PEGASUS_HAS_MESSAGES for
 175                          additional details.
 176                     </ul>
 177                     
 178                     <h5>ICU_NO_UPPERCASE_ROOT</h5>
 179                     <ul>
 180                       <b>Description:&nbsp;</b>If set, the messages in the root resource
 181                          bundle will NOT be capitalized. By default, the root resource
 182                          bundle is capitalized.<br>
 183                       <b>Default Value:&nbsp;</b>Not Set<br>
 184                       <b>Recommended Value (Development Build):&nbsp;</b>Not Set<br>
 185                       <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>
 186                       <b>Required:&nbsp;</b>No<br>
 187                       <b>Considerations:&nbsp;</b>This environment variable is only used 
 188                          if PEGASUS_HAS_MESSAGES is set. Refer to PEGASUS_HAS_MESSAGES for 
 189                          additional details.
 190 denise.eckstein 1.1 </ul>
 191                     
 192                     <h5>ICU_ROOT_BUNDLE_LANG</h5>
 193                     <ul>
 194                       <b>Description:&nbsp;</b>If set, specifies the language
 195                          to be used to generate the root resource bundle.  The
 196                          default value for ICU_ROOT_BUNDLE_LANG is _en.<br>
 197                       <b>Default Value:&nbsp;</b>_en<br>
 198                       <b>Recommended Value (Development Build):&nbsp;</b>No
 199                          Recommendation<br>
 200                       <b>Recommended Value (Release Build):&nbsp;</b>No Recommendation<br>
 201                       <b>Required:&nbsp;</b>No<br>
 202                       <b>Considerations:&nbsp;</b>This environment variable is
 203                          only used if PEGASUS_HAS_MESSAGES is set. Refer to
 204                          PEGASUS_HAS_MESSAGES for additional details.<br>
 205                          If set, resource bundles for the designated language must
 206                          exist for the following files:
 207                          <ul>
 208                            <li>pegasus/src/Pegasus/msg/Server/pegasusServer_en.txt</li>
 209                            <li>pegasus/src/Pegasus/msg/Listener/pegasusListener_en.txt</li>
 210                          </ul>
 211 denise.eckstein 1.1 </ul>
 212                     
 213                     
 214                     <h5>OPENSSL_BIN</h5>
 215                     <ul>
 216                       <b>Description:&nbsp;</b>Specifies the location of the
 217                          OpenSSL <i>binary</i> directory. <br>
 218                       <b>Default Value:&nbsp;</b>Not Set<br>
 219                       <b>Recommended Value (Development Build):&nbsp;</b>
 220                          No Specific Recommendation<br>
 221                       <b>Recommended Value (Release Build):&nbsp;</b>
 222                          No Specific Recommendation<br>
 223                       <b>Required:&nbsp;</b>No. By default, the openssl binary is
 224                          expected to be installed in a directory that is searched by default
 225                          (e.g., /usr/bin). For platforms where this isn't true, the
 226                          OPENSSL_BIN environment variable may be used to define an
 227                          alternative path. This environment variable is only used if 
 228                          PEGASUS_HAS_SSL is set.
 229                     </ul>
 230                     
 231                     <h5>OPENSSL_HOME</h5>
 232 denise.eckstein 1.1 <ul>
 233                       <b>Description:&nbsp;</b>Specifies the location of the OpenSSL
 234                          SDK directory.  This directory must contain the OpenSSL
 235                          <i>include</i> directory, $(OPENSSL_HOME)/include, and the OpenSSL
 236                          <i>library</i> directory, $(OPENSSL_HOME)/lib.<br>
 237                       <b>Default Value:&nbsp;</b>Not Set<br>
 238                       <b>Recommended Value (Development Build):&nbsp;</b>
 239                          No Specific Recommendation<br>
 240                       <b>Recommended Value (Release Build):&nbsp;</b>
 241                          No Specific Recommendation<br>
 242                       <b>Required:&nbsp;</b>Yes for Windows, if PEGASUS_HAS_SSL
 243                          is set. No for all other platforms. For AIX, the default
 244                          value for OPENSSL_HOME is /usr/linux.&nbsp; For all other 
 245                          platforms, the OpenSSL include files and libraries are expected
 246                          to be installed in directories that are searched by default (e.g.,
 247                          /usr/bin, /usr/lib(64), and /usr/include). 
 248                          For platforms where the default value is not correct, the
 249                          OPENSSL_HOME environment variable may be used to define an
 250                          alternative path (i.e., $(OPENSSL_HOME)/lib and
 251                          $(OPENSSL_HOME)/include). This environment variable
 252                          is only used if PEGASUS_HAS_SSL is set.
 253 denise.eckstein 1.1 </ul>
 254                     
 255                     <h5>PEGASUS_ALLOW_ABSOLUTEPATH_IN_PROVIDERMODULE</h5>
 256                     <ul>
 257                       <b>Description:&nbsp;</b>If set to true, a version of OpenPegasus
 258                          will be built that allows an absolute path to be specified as the
 259                          value of the Location property of PG_ProviderModule class.&nbsp;
 260                          Otherwise it does not allow the absolute path to be specified.<br>
 261                       <b>Default Value:&nbsp;</b>Not Set<br>
 262                       <b>Recommended Value (Development Build):&nbsp;</b>Not Set<br> 
 263                       <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>
 264                       <b>Required:&nbsp;</b>No<p>
 265                       <b>Considerations:&nbsp;</b>To avoid introducing security
 266                          vulnerabilities, vendors should analyze their deployment
 267                          environments to understand the security implications of allowing
 268                          providers to be loaded from a dynamically changing set of
 269                          directories.<br>
 270                     </ul>
 271                     
 272                     <h5>PEGASUS_CCOVER</h5>
 273                     <ul>
 274 denise.eckstein 1.1   <b>Description:&nbsp;</b>This flag is currently only supported on
 275                          HP-UX. It is enabled on the Nightly Build &amp; Test system, 
 276                          HP-UX_11iv3_Integrity_C-Cover.&nbsp; This system is
 277                          used to generate the nightly BullseyeCoverage code coverage 
 278                          metrics.<br>
 279                       <b>Default Value:&nbsp;</b>Not Set<br>
 280                       <b>Recommended Value (Development Build):&nbsp;</b>Not Set<br> 
 281                       <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>
 282                       <b>Required:&nbsp;</b>No<br>
 283                       <b>Considerations: </b>This flag is only supported on HP-UX to enable 
 284                          CCOVER for the NB&T system.<br>
 285                     </ul>
 286                     
 287                     <h5>PEGASUS_CIM_SCHEMA</h5>
 288                     <ul>
 289                       <b>Description:&nbsp;</b>This variable is used internally by the
 290                          OpenPegasus development team when upgrading the OpenPegasus build 
 291                          environment to a new version of the CIM Schema.<br>
 292                       <b>Default Value:&nbsp;</b>CIM217<br>
 293                       <b>Recommended Value (Development Build):&nbsp;</b>
 294                          No Specific Recommendation<br>
 295 denise.eckstein 1.1   <b>Recommended Value (Release Build):&nbsp;</b>
 296                          No Specific Recommendation<br>
 297                       <b>Required:&nbsp;</b>No <br>
 298                       <b>Considerations:</b> Additional code changes may be required when 
 299                          upgrading or downgrading the CIM Schema version.</p> 
 300                     </ul>
 301                     
 302                     <h5>PEGASUS_CLASS_CACHE_SIZE</h5>
 303                     <ul>
 304                       <b>Description:&nbsp;</b>This environment variable gives the size of
 305                          the class cache used by CIM repository. This variable defines the
 306                          size of the class cache (i.e., the maximum number of classes that
 307                          may be included). If this variable is set to 0, class caching is 
 308                          disabled.<br>
 309                       <b>Default Value:&nbsp;</b>8<br>
 310                       <b>Recommended Value (Development Build):&nbsp;</b>8<br>
 311                       <b>Recommended Value (Release Build):&nbsp;</b>8<br>
 312                       <b>Required:&nbsp;</b>No </p> 
 313                     </ul>
 314                     
 315                     <h5>PEGASUS_DEBUG</h5>
 316 denise.eckstein 1.1 <ul>
 317                       <b>Description:&nbsp;</b>Builds a debug version of OpenPegasus. 
 318                          Concurrently, this flag controls a) enabling compiler specific 
 319                          debug flags and b) the inclusion of debug-specific 
 320                          functionality.<br>
 321                       <b>Default Value:&nbsp;</b>Not Set<br>
 322                       <b>Recommended Value (Development Build):&nbsp;</b>Set<br>
 323                       <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>
 324                       <b>Required:&nbsp;</b>No
 325                     </ul>
 326                     
 327                     <h5>PEGASUS_DEFAULT_USERCTXT_REQUESTOR</h5>
 328                     <ul>
 329                       <b>Description:&nbsp;</b> If set to true, the <i>Requestor</i> user
 330                          context is used for providers that do not specify a UserContext
 331                          value in their registration. Otherwise, the <i>Privileged</i> user
 332                          context value is used by default. <br>
 333                       <b>Default Value:&nbsp;</b>false<br>
 334                       <b>Recommended Value (Development Build):&nbsp;</b>false<br>
 335                       <b>Recommended Value (Release Build):&nbsp;</b>false<br>
 336                       <b>Required:&nbsp;</b>No
 337 denise.eckstein 1.1   <b>Considerations:</b> Use of the <i>Requestor</i> default has
 338                          improved provider security characteristics. However, some providers
 339                          may not operate correctly when run in the <i>Requestor</i> user
 340                          context and setting this value to true may cause those providers to
 341                          fail.&nbsp; Providers that can run in the <i>Requestor</i>
 342                          user context are encouraged to explicitly set the UserContext value
 343                          in their registration rather than rely on the default setting
 344                          default by this variable. Please refer to 
 345                          SecurityGuidelinesForDevelopers.html. PEP 223 for a discussion
 346                          of the rationale/advantages of running providers in the 
 347                          <i>Requestor </i> user context. <b>Note:</b> This build
 348                          variable is not meaningful if the Provider User Context feature is 
 349                          disabled with the PEGASUS_DISABLE_PROV_USERCTXT 
 350                          setting.&nbsp;
 351                     </ul>
 352                     
 353                     
 354                     <h5>PEGASUS_DEFAULT_ENABLE_OOP</h5>
 355                     <ul>
 356                       <b>Description:&nbsp;</b>When this variable is set to false, by
 357                          default, Providers are run in the cimserver process
 358 denise.eckstein 1.1      (forceProviderProcesses=false). If this value is set true, 
 359                          Providers are run out-of-process by default.<br>
 360                       <b>Default Value:&nbsp;</b>true for HP-UX and Linux, false for
 361                          other platforms<br>
 362                       <b>Recommended Value (Development Build):&nbsp;</b>true (HP-UX,
 363                          Linux)<br>
 364                       <b>Recommended Value (Release Build):&nbsp;</b>true (HP-UX,
 365                          Linux)<br>
 366                       <b>Required:&nbsp;</b>No<br>
 367                       <b>Considerations: </b>This environment variable can be used to 
 368                          change the &quot;hard-coded&quot; default setting for the
 369                          forceProviderProcesses configuration value.&nbsp;
 370                          Refer to the definition of <b>forceProviderProcesses</b> for
 371                          additional information.
 372                     </ul>
 373                     
 374                     <h5>PEGASUS_DEST_LIB_DIR</h5>
 375                     <ul>
 376                       <b>Description:&nbsp;</b>Specifies the location of OpenPegasus
 377                          shared libraries.<br>
 378                       <b>Default Value:&nbsp;</b>$(PEGASUS_HOME)/lib<br>
 379 denise.eckstein 1.1   <b>Recommended Value (Development Build):&nbsp;</b>
 380                          $(PEGASUS_HOME)/lib<br>
 381                       <b>Recommended Value (Release Build):&nbsp;</b>
 382                          No Specific Recommendation <br>
 383                       <b>Required:&nbsp;</b>No<br>
 384                       <b>Considerations:&nbsp;</b>This variable is NOT is used to define
 385                          the location of the Provider library directories.&nbsp; 
 386                          Please refer to the providerDir configuration option for details
 387                          on defining the directories for the Provider libraries.
 388                     </ul>
 389                     
 390                     
 391                     <h5>PEGASUS_DISABLE_DEPRECATED_INTERFACES</h5>
 392                     <ul>
 393                       <b>Description:&nbsp;</b>Removes deprecated symbol definitions 
 394                          from OpenPegasus runtime libraries.<br>
 395                       <b>Default Value:</b>&nbsp;Not Set<br>
 396                       <b>Recommended Value (Development Build):</b>&nbsp;Not Set<br>
 397                       <b>Recommended Value (Release Build): </b>Not Set<br>
 398                       <b>Required:&nbsp;</b>No<br>
 399                       <b>Considerations:&nbsp;</b>If this option is set, the resulting
 400 denise.eckstein 1.1      OpenPegasus libraries will not be binary compatible with 
 401                          clients and providers built using interface definitions from 
 402                          prior releases. This option may be used to slightly reduce binary
 403                          footprint in an environment where compatibility is not required.<br>
 404                     </ul>
 405                     
 406                     <h5>PEGASUS_DISABLE_INSTANCE_QUALIFIERS</h5>
 407                     <ul>
 408                       <b>Description:&nbsp;</b>In the CIM Infrastructure Specification,
 409                          version 2.3, the DMTF clarified that instance-level qualifiers are
 410                          not allowed.&nbsp; In Version 1.2 of the Specification CIM
 411                          Operations over HTTP, use of the IncludeQualifiers parameter has
 412                          been DEPRECATED.<br>
 413                       <b>Default Value:</b>&nbsp;Not Set<br>
 414                       <b>Recommended Value (Development Build):</b>&nbsp;Not Set<br>
 415                       <b>Recommended Value (Release Build): </b>Not Set<br>
 416                       <b>Required:&nbsp;</b>No<br>
 417                       <b>Considerations:&nbsp;</b>Existing CIM Clients may depend on
 418                          qualifiers being returned in the response. In this case, the 
 419                          PEGASUS_DISABLE_INSTANCE_QUALIFIERS should not be set.&nbsp; 
 420                          If this flag is set, the value of the IncludeQualifiers parameter
 421 denise.eckstein 1.1      passed on the GetInstance and EnumerateInstance operations is
 422                          ignored and qualifiers are not returned.&nbsp; 
 423                          Disabling the return of qualifiers as part of a CIM Instance will
 424                          improve performance.<br>
 425                     </ul>
 426                     
 427                     <h5>PEGASUS_DISABLE_LOCAL_DOMAIN_SOCKET</h5>
 428                     <ul>
 429                       <b>Description:&nbsp;</b>Disables support for local (same-system)
 430                          connections over a Unix domain socket. If this option is NOT set,
 431                          the CIM Server is built to allow connections to be established 
 432                          using a domain socket rather than a TCP port.<br>
 433                       <b>Default Value:&nbsp;</b>Not Set&nbsp; <br>
 434                       <b>Recommended Value (Development Build):&nbsp;</b>Not Set<br>
 435                       <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>
 436                       <b>Required:&nbsp;</b>No<br>
 437                       <b>Considerations:&nbsp;</b>(1) In high-threat environments, a
 438                          customer may want to disable all ports or reduce the number of
 439                          exposed network ports. Supporting a local connection mechanism 
 440                          using Unix domain socket allows the CIM Server to continue to
 441                          receive and process requests from local CIM Clients. (2)
 442 denise.eckstein 1.1      Enabling this option may result in lose of functionality when
 443                          sslClientVerificationMode = required. (3)The
 444                          &quot;LOCAL_DOMAIN_SOCKET&quot; functionality has not been
 445                          implemented for&nbsp; Windows or OpenVMS.&nbsp; Therefore, by
 446                          default, this option is &quot;Set&quot; for Windows and OpenVMS 
 447                          platforms.
 448                     </ul>
 449                     
 450                     <h5>PEGASUS_DISABLE_PERFINST</h5>
 451                     <ul>
 452                       <b>Description:&nbsp;</b>Builds a version of OpenPegasus that
 453                          disables support for gathering performance data.<br>
 454                       <b>Default Value:&nbsp;</b>Not Set<br>
 455                       <b>Recommended Value (Development Build): </b>Not Set<br>
 456                       <b>Recommended Value (Release Build): </b>Set<br>
 457                       <b>Required:&nbsp;</b>No<br>
 458                       <b>Considerations:&nbsp;</b>The CIM_ObjectManager.GatherStatisticalData
 459                          property is used to control statistic gathering.&nbsp; Once enabled,
 460                          statistical data can be viewed by retrieving instances of the
 461                          CIM_StatisticalData class. Support for gathering performance
 462                          data requires PEGASUS_ENABLE_INTEROP_PROVIDER to be enabled. If
 463 denise.eckstein 1.1      PEGASUS_ENABLE_INTEROP_PROVIDER is explicitly disabled (i.e., set
 464                          to false),&nbsp; then PEGASUS_DISABLE_PERFINST must be set to
 465                          true.&nbsp; If PEGASUS_DISABLE_PERFINST is not defined or set to
 466                          false and PEGASUS_ENABLE_INTEROP_PROVIDER is not set,
 467                          PEGASUS_ENABLE_INTEROP_PROVIDER will be automatically enabled.
 468                     </ul>
 469                         
 470                     <h5>PEGASUS_DISABLE_PRIVILEGED_TESTS</h5>
 471                     <ul>
 472                       <b>Description:&nbsp;</b>This variable is used only in the development
 473                          environment to restrict the level of testing performed by default. 
 474                          If set, tests that require the CIM Server to run in a privileged 
 475                          mode will not be run.&nbsp; Setting this variable allows 
 476                          developers, without privileged access, to successfully run a
 477                          subset of the OpenPegasus test suit.&nbsp; This variable does
 478                          not affect CIM Server functionality.&nbsp; It merely controls
 479                          the level of testing.<br>
 480                       <b>Default Value:&nbsp;</b>Not Set<br>
 481                       <b>Recommended Value (Development Build): </b>Not Set<br>
 482                       <b>Recommended Value (Release Build):&nbsp;</b>Not Used<br>
 483                       <b>Required:&nbsp;</b>No<br>
 484 denise.eckstein 1.1   <b>Considerations:&nbsp;</b>Enabling this variable will significantly
 485                          reduce the testing of security related features (e.g., 
 486                          authentication and authorization) and can affect testing in other
 487                          areas.
 488                     </ul>
 489                     
 490                     <h5>PEGASUS_DISABLE_PROV_USERCTXT</h5>
 491                     <ul>
 492                       <b>Description:&nbsp;</b>Builds a version of OpenPegasus that
 493                          disables supports for the Provider User Context feature.&nbsp;
 494                          This feature allows a Provider to choose the user context in
 495                          which it is invoked, including the ability to run in the context of
 496                          the user requesting an operation.<br>
 497                       <b>Default Value:&nbsp;</b>Set for Windows and OpenVMS, Not Set
 498                          for all other platforms<br>
 499                       <b>Recommended Value (Development Build): </b>Set for Windows and
 500                          OpenVMS, Not Set for all other platforms<br>
 501                       <b>Recommended Value (Release Build):&nbsp;</b>Set for Windows and
 502                          OpenVMS, Not Set for all other platforms<br>
 503                       <b>Required:&nbsp;</b>No<br>
 504                       <b>Considerations:&nbsp;</b>The Provider User Context feature may be
 505 denise.eckstein 1.1      disabled by compiling with the PEGASUS_DISABLE_PROV_USERCTXT flag
 506                          defined. In this case, the Provider Registration Manager rejects
 507                          provider registration requests that specify a UserContext property
 508                          value. The user context in which providers run is then unchanged by
 509                          this enhancement. Some platforms, such as OS/400 and z/OS may 
 510                          define the PEGASUS_DISABLE_PROV_USERCTXT as part of the platform
 511                          configuration, since these platforms already set the provider user
 512                          context on a per-thread basis.&nbsp; When the Provider User Context
 513                          feature is enabled, support for each of the User Context types may
 514                          be disabled individually. Provider registration fails when an 
 515                          unsupported UserContext value is specified. Please refer to
 516                          SecurityGuidelinesForDevelopers.html / PEP 223 for a discussion of 
 517                          the rationale/advantages of user context providers to many 
 518                          platforms.<br>
 519                     </ul>
 520                     
 521                     <h5>PEGASUS_EMANATE_INCLUDE_DIR</h5>
 522                     <ul>
 523                       <b>Description:&nbsp;</b>Specifies the location of the EMANATE
 524                          <i>include</i> directory. <br>
 525                       <b>Default Value:&nbsp;</b>Not Set<br>
 526 denise.eckstein 1.1   <b>Recommended Value (Development Build):&nbsp;</b>
 527                          No Specific Recommendation<br>
 528                       <b>Recommended Value (Release Build):&nbsp;</b>
 529                          No Specific Recommendation<br>
 530                       <b>Required:&nbsp;</b>No. By default, the EMANATE include files
 531                          are expected to be installed in directories that are searched by
 532                          default (e.g., /usr/include). For platforms where this isn't true,
 533                          the PEGASUS_EMANATE_INCLUDE_DIR environment variable may be used to 
 534                          define an alternative path. This environment variable is only used 
 535                          if PEGASUS_USE_EMANATE is set.<br>
 536                       <b>Considerations: </b>Refer to the description of PEGASUS_USE_EMANATE 
 537                          for additional details.<br>
 538                     </ul>
 539                     
 540                     <h5>PEGASUS_EMANATE_LIB_DIR</h5>
 541                     <ul>
 542                       <b>Description:&nbsp;</b>Specifies the location of the EMANATE
 543                          <i>lib</i> directory. <br>
 544                       <b>Default Value:&nbsp;</b>Not Set<br>
 545                       <b>Recommended Value (Development Build):&nbsp;</b>
 546                          No Specific Recommendation<br>
 547 denise.eckstein 1.1   <b>Recommended Value (Release Build):&nbsp;</b>
 548                          No Specific Recommendation<br>
 549                       <b>Required:&nbsp;</b>No. By default, the EMANATE libraries are 
 550                          expected to be installed in directories that are searched by 
 551                          default (e.g., /usr/lib, /usr/lib64). For platforms where this 
 552                          isn't true, the PEGASUS_EMANATE_LIB_DIR environment variable may
 553                          be used to define an alternative path. This environment variable
 554                          is only used if PEGASUS_USE_EMANATE is set.<br>
 555                       <b>Considerations: </b>Refer to the description of PEGASUS_USE_EMANATE
 556                          for additional details.<br>
 557                     </ul>
 558                     
 559                     <h5>PEGASUS_ENABLE_AUDIT_LOGGER</h5>
 560                     <ul>
 561                       <b>Description:&nbsp;</b>When this variable is set to false, support
 562                          for audit logging will NOT be built into OpenPegasus. If this
 563                          variable is set to true, or not set, support for audit logging
 564                          will be included in the build. All other values are invalid.<br>
 565                       <b>Default Value:&nbsp;</b>true<br>
 566                       <b>Recommended Value (Development Build):&nbsp;</b>true<br>
 567                       <b>Recommended Value (Release Build):&nbsp;</b>true<br>
 568 denise.eckstein 1.1   <b>Required:&nbsp;</b>No<br>
 569                     </ul>
 570                     
 571                     
 572                     <h5>PEGASUS_ENABLE_CMPI_PROVIDER_MANAGER</h5>
 573                     <ul>
 574                       <b>Description:&nbsp;</b>If set to true, a version of OpenPegasus
 575                          that supports CMPI providers and their dependent components is
 576                          built.&nbsp; If this variable is not set or set to false, support
 577                          for CMPI providers will not be included. <br>
 578                       <b>Default Value:&nbsp;</b>true for Linux and OpenVMS, false for
 579                          other platforms<br>
 580                       <b>Recommended Value (Development Build): </b>true (Linux 
 581                          Platform Only)<br>
 582                       <b>Recommended Value (Release Build):&nbsp;</b>true (Linux Platform
 583                          Only)<br>
 584                       <b>Required:&nbsp;</b>No</p>
 585                     </ul>
 586                     
 587                     <h5>PEGASUS_ENABLE_COMPRESSED_REPOSITORY</h5>
 588                     <ul>
 589 denise.eckstein 1.1   <b>Description:&nbsp;</b>If set the Repository Compression logic is
 590                          built and enabled and compressed and non compressed repositories
 591                          are supported. If not set then compressed repositories are not
 592                          supported.<br>
 593                       <b>Default Value:&nbsp;</b>Not Set<br>
 594                       <b>Recommended Value (Development Build): </b>Not Set<br>
 595                       <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>
 596                       <b>Required:&nbsp;</b>No<p>
 597                       <b>Considerations:&nbsp;</b>See 
 598                          pegasus/readme.compressed_repository</p>
 599                     </ul>
 600                     
 601                     
 602                     <h5>PEGASUS_ENABLE_CQL</h5>
 603                     <ul>
 604                       <b>Description:&nbsp;</b>When this variable is set to false, support
 605                          for Indication Subscription filters that have CQL as the language
 606                          is disabled. It does not remove CQL from the build.<br>
 607                       <b>Default Value:</b>&nbsp;Not Set<br>
 608                       <b>Recommended Value (Development Build):</b>&nbsp;Not Set<br>
 609                       <b>Recommended Value (Release Build):</b>&nbsp;false<br>
 610 denise.eckstein 1.1   <b>Required:&nbsp;</b>No<br>
 611                       <b>Considerations:&nbsp;</b>The DMTF CIM Query Language 
 612                          Specification is Preliminary and subject to backward incompatible 
 613                          changes. 
 614                     </ul>
 615                     
 616                     <h5>PEGASUS_ENABLE_DMTF_INDICATION_PROFILE_SUPPORT</h5>
 617                     <ul>
 618                       <b>Description: </b>When this variable is set to true, support the
 619                          DMTF Indications Profile (DSP1054) is included in OpenPegasus.&nbsp;
 620                          If this variable is not set or set to false, support for the DMTF
 621                          Indications Profile will not be included.<br>
 622                       <b>Default Value:</b>&nbsp;Not Set<br>
 623                       <b>Recommended Value (Development Build):</b>&nbsp;Not Set<br>
 624                       <b>Recommended Value (Release Build):</b>&nbsp;Not Set<br>
 625                       <b>Required:&nbsp;</b>No<br>
 626                       <b>Considerations: </b>The implementation of this feature is
 627                          based on a preliminary version of the DMTF Indications Profile,
 628                          DSP1053, and subject to change.&nbsp; If this variable is enabled,
 629                          two DMTF experimental class definitions, CIM_IndicationService and 
 630                          CIM_IndicationServiceCapabilities, will be added to the 
 631 denise.eckstein 1.1      root/PG_InterOp namespace. Experimental class definitions are
 632                          subject to change.&nbsp;
 633                          PEGASUS_ENABLE_DMTF_INDICATION_PROFILE_SUPPORT requires 
 634                          PEGASUS_ENABLE_INTEROP_PROVIDER to be enabled.
 635                          If PEGASUS_ENABLE_INTEROP_PROVIDER is not set, setting
 636                          PEGASUS_ENABLE_DMTF_INDICATION_PROFILE_SUPPORT to true, will also
 637                          enable PEGASUS_ENABLE_INTEROP_PROVIDER.  If
 638                          PEGASUS_ENABLE_INTEROP_PROVIDER is explicitly disabled (i.e., set
 639                          to false), a build error will be generated.
 640                     </ul>
 641                     
 642                     <h5>PEGASUS_ENABLE_EXECQUERY</h5>
 643                     <ul>
 644                       <b>Description:&nbsp;</b>When this environment variable is set,
 645                          processing of ExecQuery operations is enabled. When not set, 
 646                          ExecQuery operation requests get a NotSupported response. (Note:
 647                          The PEGASUS_ENABLE_EXECQUERY environment variable controls
 648                          the definition of the PEGASUS_DISABLE_EXECQUERY compile macro.) <br>
 649                       <b>Default Value:&nbsp;</b>Not Set<br>
 650                       <b>Recommended Value (Development Build): </b>Not Set<br>
 651                       <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>
 652 denise.eckstein 1.1   <b>Required:&nbsp;</b>No
 653                     </ul>
 654                     
 655                     <h5>PEGASUS_ENABLE_EMAIL_HANDLER</h5>
 656                     <ul>
 657                       <b>Description:&nbsp;</b> When this environment variable is set, an
 658                          E-Mail Indication Handler is built as part of the OpenPegasus 
 659                          build.&nbsp; The E-Mail Indication Handler can be used to 
 660                          delivered CIM Indications to a designated e-mail address.<br>
 661                       <b>Default Value:&nbsp;</b>Not Set<br>
 662                       <b>Recommended Value (Development Build): </b>Not Set<br>
 663                       <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>
 664                       <b>Required:&nbsp;</b>No<br>
 665                       <b>Considerations:&nbsp;</b>If PEGASUS_ENABLE_EMAIL_HANDLER is
 666                          not set when OpenPegasus is built, a request to create an Email
 667                          Indication Handler instance will be rejected will the error
 668                          CIM_ERR_NOT_SUPPORTED.
 669                     </ul>
 670                     
 671                     <h5>PEGASUS_ENABLE_GCOV</h5>
 672                     <ul>
 673 denise.eckstein 1.1   <b>Description:&nbsp;</b>GCOV,
 674                          <a href="http://gcc.gnu.org/onlinedocs/gcc/index.html#toc_Gcov">
 675                          http://gcc.gnu.org/onlinedocs/gcc/index.html#toc_Gcov</a>, is a
 676                          code coverage utility.&nbsp; If PEGASUS_ENABLE_GCOV is set,&nbsp;
 677                          GCC will instrument the code to support analysis by GCOV.<br>
 678                       <b>Default Value:&nbsp;</b>Not Set<br>
 679                       <b>Recommended Value (Development Build):&nbsp;</b>
 680                          Not Set<br>
 681                       <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>
 682                       <b>Required:&nbsp;</b>No<br><b>Considerations:&nbsp;</b>
 683                          This flag is currently only supported with GCC on Linux.
 684                          <ul>
 685                            Note: LCOV, <a href=             
 686                            "http://ltp.sourceforge.net/coverage/lcov.php">
 687                            http://ltp.sourceforge.net/coverage/lcov.php</a>, is a 
 688                            graphical front-end extension for GCOV. It collects GCOV data
 689                            for multiple source files and creates HTML pages with coverage
 690                            information. You can use the following steps to use LCOV to 
 691                            analyze OpenPegasus GCOV data.
 692                            <ol>
 693                              <li>Set PEGASUS_ENABLE_GCOV = true.</li>
 694 denise.eckstein 1.1          <li>Build and test OpenPegasus (e.g., 
 695                                  <i>make -f pegasus/TestMakefile&nbsp; build 
 696                                  alltests</i>).</li>
 697                              <li>For each source directory,
 698                                <ul>
 699                                  <li>copy the .gcda and .gcno files from the object
 700                                      directory to the source directory (e.g., 
 701                                      <i>cp build/obj/Pegasus/Common/*.gcda 
 702                                      src/Pegasus/Common/</i>);</li>
 703                                  <li>execute the <b>lcov</b> command 
 704                                     (e.g., 
 705                                     <i>lcov --directory src/Pegasus/Common/ --capture
 706                                     --output-file result.info</i>) to build the result.info
 707                                     file; and finally,</li>
 708                                  <li>use the <b>genhtml</b> command to generate the .html
 709                                      output (e.g., <i>genhtml result.info</i>).&nbsp; The
 710                                      top .html file is named index.html.</li>
 711                     	   </ul>
 712                            </ol>
 713                         </ul>
 714                     </ul>
 715 denise.eckstein 1.1     
 716                     <h5>PEGASUS_ENABLE_INDICATION_COUNT</h5>
 717                     <ul>
 718                       <b>Description: </b>If true, the CIM 
 719                          Server will be built to count the number of CIM indications
 720                          generated by providers and matched with subscriptions. If false
 721                          or not set, indication statistic support will not be included.
 722                       <b>Default Value: </b>true<br>
 723                       <b>Recommended Value (Development Build): </b>true <br>
 724                       <b>Recommended Value (Release Build): </b>true <br>
 725                       <b>Required: </b>No <br>
 726                       <b>Considerations: </b>The number of CIM indications generated by
 727                          providers and matched with subscriptions is stored in hash tables
 728                          which causes memory usage to increase by 4 bytes for each
 729                          active subscription and by about 400 bytes for each active
 730                          indication provider.<br>	
 731                     </ul>
 732                     
 733                     <h5>PEGASUS_ENABLE_INTEROP_PROVIDER</h5>
 734                     <ul>
 735                       <b>Description: </b>If true, the OpenPegasus Interop Provider
 736 denise.eckstein 1.1      will be build.  If false or not set, the OpenPegasus Interop
 737                          Provider will not be built.<br>
 738                       <b>Default Value: </b>Not Set<br>
 739                       <b>Recommended Value (Development Build): </b>Not Set<br>
 740                       <b>Recommended Value (Release Build): </b>false<br>
 741                       <b>Required: </b>No <br>
 742                       <b>Considerations: </b>&nbsp;A number of features controlled by
 743                          OpenPegasus build options are dependent on the Interop
 744                          Provider.&nbsp; Please refer to PEGASUS_ENABLE_SLP, 
 745                          PEGASUS_DISABLE_PERFINST, and 
 746                          PEGASUS_ENABLE_DMTF_INDICATION_PROFILE_SUPPORT for additional
 747                          details.<br>
 748                     </ul>
 749                     
 750                     <h5>PEGASUS_ENABLE_IPV6</h5>
 751                     <ul>
 752                       <b>Description:&nbsp;</b>This variable can be used to specify
 753                          whether IPv6 support should be included in OpenPegasus.<br>
 754                       <b>Default Value:&nbsp;</b>true<br>
 755                       <b>Recommended Value (Development Build): </b>true<br>
 756                       <b>Recommended Value (Release Build):&nbsp;</b>true<br>
 757 denise.eckstein 1.1   <b>Required:&nbsp;</b>No<br>
 758                       <b>Considerations:&nbsp;</b>When this variable is set to
 759                          'false', support for IPv6 socket APIs and structures is disabled,
 760                          and the CIM Server will not accept connections to or from IPv6 
 761                          network interfaces. When this variable is set to 'true', the
 762                          newer IPv6 socket APIs and structures will be included when 
 763                          OpenPegasus is built, so they must be supported on the build 
 764                          platform. However, if IPv6 is not supported on the platform on 
 765                          which an IPv6-enabled version of OpenPegasus is run, then the IPv6
 766                          feature will be disabled at run-time and only IPv4 connections
 767                          will be supported.
 768                     </ul>
 769                     
 770                     <h5>PEGASUS_ENABLE_JMPI_PROVIDER_MANAGER</h5>
 771                     <ul>
 772                       <b>Description:&nbsp;</b>If true, a version of OpenPegasus that
 773                          supports JMPI providers and their dependent components is built.
 774                          If false or not set, support for JMPI Providers is not included
 775                          in OpenPegasus.&nbsp; All other values are invalid.<br>
 776                       <b>Default Value:&nbsp;</b>false<br>
 777                       <b>Recommended Value (Development Build):&nbsp;</b>false<br>
 778 denise.eckstein 1.1   <b>Recommended Value (Release Build):&nbsp;</b>false<br>
 779                       <b>Required:&nbsp;</b>No</p>
 780                     </ul>
 781                     
 782                     <h5>PEGASUS_ENABLE_OBJECT_NORMALIZATION</h5>
 783                     <ul>
 784                       <b>Description:&nbsp;</b>If set, builds in support so that objects 
 785                          returned from provider instance operations can be validated. 
 786                          The enableNormalization must also be set to 'true' (default)<br>
 787                       <b>Default Value:&nbsp;</b>Not Set<br>
 788                       <b>Recommended Value (Development Build):&nbsp;</b>Not Set<br>
 789                       <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>
 790                       <b>Required:&nbsp;</b>No&nbsp;&nbsp;&nbsp; <br>
 791                       <b>Considerations: </b>If PEGASUS_ENABLE_OBJECT_NORMALIZATION is
 792                          set, two new configuration options are defined: enableNormalization
 793                          and excludeModulesFromNormalization.
 794                     </ul>
 795                     
 796                     <h5>PEGASUS_ENABLE_PRIVILEGE_SEPARATION</h5>
 797                     <ul>
 798                       <b>Description:&nbsp;</b>If true, a version of OpenPegasus that
 799 denise.eckstein 1.1      enables the Privilege Separation feature is built. This feature
 800                          allows the CIM Server to run in a non-privileged user context and
 801                          use a small executor process to perform privileged operations. If 
 802                          false or not set, the Privilege Separate feature will not be 
 803                          included.<br>
 804                       <b>Default Value:&nbsp;</b>false<br>
 805                       <b>Recommended Value (Development Build):&nbsp;</b>true (HP-UX, 
 806                          Linux)<br>
 807                       <b>Recommended Value (Release Build):&nbsp;</b>true (HP-UX,
 808                          Linux)<br>
 809                       <b>Required:&nbsp;</b>No<br>
 810                       <b>Considerations:&nbsp;</b> The Privilege Separation feature is
 811                          only supported on HP-UX and Linux platforms. The 'cimsrvr' user
 812                          must be defined on the system. If the umask setting in the
 813                          environment is not 0, PEGASUS_TMP must be set to a directory that
 814                          is writable by the 'cimsrvr' user for the tests to run 
 815                          successfully.
 816                     </ul>
 817                     
 818                     <h5>PEGASUS_ENABLE_PROTOCOL_WSMAN</h5>
 819                     <ul>
 820 denise.eckstein 1.1   <b>Description:&nbsp;</b>If true, a version of OpenPegasus is
 821                          built that accepts and processes WS-Management requests. This
 822                          feature is initially limited to WS-Transfer operations. If false
 823                          or not set, WS-Management support is not built or included in 
 824                          any way.<br>
 825                       <b>Default Value:&nbsp;</b>false<br>
 826                       <b>Recommended Value (Development Build):&nbsp;</b>true<br>
 827                       <b>Recommended Value (Release Build):&nbsp;</b>false<br>
 828                       <b>Required:&nbsp;</b>No<br>
 829                       <b>Considerations:&nbsp;</b> The WS-Management standards are not
 830                          mature, and interoperability problems may arise. The WS-Management
 831                          functionality may change in incompatible ways in subsequent 
 832                          releases. Also note the known limitations specified in PEP 311.<br>
 833                     </ul>
 834                     
 835                     <h5>PEGASUS_ENABLE_REMOTE_CMPI</h5>
 836                     <ul>
 837                       <b>Description:&nbsp;</b>If set, a version of OpenPegasus that
 838                          support Remote CMPI providers and their dependent components
 839                          is built.<br>
 840                       <b>Default Value:&nbsp;</b>Not Set<br>
 841 denise.eckstein 1.1   <b>Recommended Value (Development Build):&nbsp;</b>Not Set<br>
 842                       <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>
 843                       <b>Required:&nbsp;</b>No</p>
 844                     </ul>
 845                     
 846                     <h5>PEGASUS_ENABLE_SLP</h5>
 847                     <ul>
 848                       <b>Description:&nbsp;</b>This variable controls of the inclusion
 849                          of SLP functionality in the OpenPegasus build.&nbsp;When this
 850                          environment variable is set to 'true', SLP functionality will be
 851                          included as part of the OpenPegasus build.&nbsp; If 
 852                          this variable is set to 'false' or not set, the SLP functionality
 853                          will not be included.&nbsp; All other values are considered
 854                          invalid and will result in a build error
 855                          (e.g., &quot;PEGASUS_ENABLE_SLP ($(PEGASUS_ENABLE_SLP)) invalid,
 856                          must be true or false&quot;).<br>
 857                       <b>Default Value: </b>'true' for Windows; 'false' for all other
 858                          Platforms<br>
 859                       <b>Recommended Value (Development Build):&nbsp;</b>'true' for
 860                          Windows; 'false' for all other Platforms<br>
 861                       <b>Recommended Value (Release Build):&nbsp;</b><br>
 862 denise.eckstein 1.1   <b>Required:&nbsp;</b>No<br>
 863                       <b>Considerations:&nbsp;</b>PEGASUS_ENABLE_SLP requires
 864                          PEGASUS_ENABLE_INTEROP_PROVIDER to be enabled. If
 865                          PEGASUS_ENABLE_INTEROP_PROVIDER is not set, setting 
 866                          PEGASUS_ENABLE_SLP to true, will also enable
 867                          PEGASUS_ENABLE_INTEROP_PROVIDER. If 
 868                          PEGASUS_ENABLE_INTEROP_PROVIDER is explicitly disabled
 869                          (i.e., set to false), a build error will be generated.<br>
 870                     </ul>
 871                     
 872                     
 873                     <h5>PEGASUS_ENABLE_SORTED_DIFF</h5>
 874                     <ul>
 875                       <b>Description:&nbsp;</b>This controls if the DIFFSORT function 
 876                          is used rather than a simple DIFF of the test results files 
 877                          to the static results file. Set to 'true' enables the sorted 
 878                          diffs of results to static results files. Otherwise results 
 879                          in regular diffs of results to static results files. 
 880                          See OpenPegasus bug 2283 for background information concerning 
 881                          this config variable. <br>
 882                       <b>Default Value:&nbsp;</b>true<br>
 883 denise.eckstein 1.1   <b>Recommended Value (Development Build):&nbsp;</b>true<br>
 884                       <b>Recommended Value (Release Build):&nbsp;</b>true<br>
 885                       <b>Required:&nbsp;</b>No<p>&nbsp;</p>
 886                     </ul>
 887                     
 888                     <h5>PEGASUS_ENABLE_SYSTEM_LOG_HANDER</h5>
 889                     <ul>
 890                       <b>Description:&nbsp;</b>When this environment variable is set, a
 891                          SysLog Indication Handler is built as part of the OpenPegasus 
 892                          build.&nbsp; The SysLog Indication Handler can be used to 
 893                          delivered CIM Indications to the system log file.<br>
 894                       <b>Default Value:&nbsp;</b>Not Set<br>
 895                       <b>Recommended Value (Development Build):&nbsp;</b>Not Set<br>
 896                       <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>
 897                       <b>Required:&nbsp;</b>No<br>
 898                       <b>Considerations:&nbsp;</b>If PEGASUS_ENABLE_SYSTEM_LOG_HANDLER 
 899                          is not set when OpenPegasus is built, a request to create a SysLog
 900                          Indication Handler instance will be rejected with the error 
 901                          CIM_ERR_NOT_SUPPORTED.<br>
 902                     </ul>
 903                     
 904 denise.eckstein 1.1 <h5>PEGASUS_ENABLE_SSLV2</h5>
 905                     <ul>
 906                       <b>Description:&nbsp;</b>By default, support for the SSLV2 protocol
 907                          is disabled in OpenPegasus. The option can be used to build a 
 908                          version of OpenPegasus that supports SSLV2. This variable affects
 909                          how SSL contexts are constructed for both the CIM Server and CIM
 910                          Clients.<br>
 911                       <b>Default Value:&nbsp;</b>Not Set<br>
 912                       <b>Recommended Value (Development Build): </b>Not Set<br>
 913                       <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>
 914                       <b>Required:&nbsp;</b>No<br>
 915                       <b>Considerations:</b> Unless SSLV2 is required for backward
 916                          compatibility, enabling this protocol is not recommended (SSLV3
 917                          or later is preferred).
 918                      </ul>
 919                     
 920                     <h5>PEGASUS_ENABLE_USERGROUP_AUTHORIZATION</h5>
 921                     <ul>
 922                       <b>Description:&nbsp;</b>Builds a  version of OpenPegasus that 
 923                          allows an administrator to restrict access to CIM operations
 924                          to members of a designated set of groups.&nbsp; Refer to the
 925 denise.eckstein 1.1      <b>authorizedUserGroups</b>configuration option for additional
 926                          details.<br>
 927                       <b>Default Value:&nbsp;</b>Not Set<br>
 928                       <b>Recommended Value (Development Build):&nbsp;</b>Not Set<br>
 929                       <b>Recommended Value (Release Build):&nbsp;</b>Set<br>
 930                       <b>Required:&nbsp;</b>No<br>
 931                     </ul>
 932                     
 933                     <h5>PEGASUS_EXTRA_C_FLAGS</h5>
 934                     <ul>
 935                       <b>Description:&nbsp; </b>This environment variable allows a 
 936                          developer to specify an additional set of flags to be included 
 937                          on&nbsp; the C compile command line.<br>
 938                       <b>Default Value:&nbsp;</b>Not Set<br>
 939                       <b>Recommended Value (Development Build): </b>No Set<br>
 940                       <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>
 941                       <b>Required:&nbsp;</b>No
 942                     </ul>
 943                     
 944                     <h5>PEGASUS_EXTRA_CXX_FLAGS</h5>
 945                     <ul>
 946 denise.eckstein 1.1   <b>Description:&nbsp; </b>This environment variable allows a 
 947                          developer to specify an additional set of flags to be included
 948                          on the C++ compile command line.<br>
 949                       <b>Default Value:&nbsp;</b>Not Set<br>
 950                       <b>Recommended Value (Development Build): </b>Not Set<br>
 951                       <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>
 952                       <b>Required:&nbsp;</b>No
 953                     </ul>
 954                     
 955                     <h5>PEGASUS_EXTRA_LIBRARY_LINK_FLAGS</h5>
 956                     <ul>
 957                       <b>Description:&nbsp; </b>This environment variable allows a
 958                          developer to specify an additional set of flags to include on 
 959                          the link command line used to build a library.<br>
 960                       <b>Default Value:&nbsp;</b>Not Set<br>
 961                       <b>Recommended Value (Development Build): </b>Not Set<br>
 962                       <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>
 963                       <b>Required:&nbsp;</b>No
 964                     </ul>
 965                     
 966                     <h5>PEGASUS_EXTRA_LINK_FLAGS</h5>
 967 denise.eckstein 1.1 <ul>
 968                       <b>Description:&nbsp; </b>This environment variable allows a
 969                          developer to specify an additional set of flags to be included
 970                          on the link command line.&nbsp; These flags will be included on
 971                          both library and program executable link command lines.<br>
 972                       <b>Default Value:&nbsp;</b>Not Set<br>
 973                       <b>Recommended Value (Development Build): </b>Not Set<br>
 974                       <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>
 975                       <b>Required:&nbsp;</b>No
 976                       <b>Considerations: </b>Refer to PEGASUS_EXTRA_LIBRARY_LINK_FLAGS and 
 977                          PEGASUS_EXTRA_PROGRAM_FLAGS to add flags specific to either a
 978                          library or program link command line.<br>
 979                     </ul>
 980                     
 981                     <h5>PEGASUS_EXTRA_PROGRAM_LINK_FLAGS</h5>
 982                     <ul>
 983                       <b>Description:&nbsp; </b>This environment variable allows a
 984                          developer to specify an additional set of flags to include on
 985                          the link command line used to build an executable program.<br>
 986                       <b>Recommended Value (Development Build): </b>Not Set<br>
 987                       <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>
 988 denise.eckstein 1.1   <b>Required:&nbsp;</b>No
 989                     </ul>
 990                     
 991                     <h5>PEGASUS_HAS_MESSAGES</h5>
 992                     <ul>
 993                       <b>Description:&nbsp;</b>When set (to anything) during the build, 
 994                          OpenPegasus compiles with localization support.  The 
 995                          ICU (International Components for Unicode) variables, 
 996                          ICU_ROOT and ICU_INSTALL, indicate that the 
 997                          localization support is based on ICU.  Only ICU is supported 
 998                          at this time.<br>
 999                       <b>Default Value:&nbsp;</b>Not Set<br>
1000                       <b>Recommended Value (Development Build):&nbsp;</b>Not Set<br>
1001                       <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>
1002                       <b>Required:&nbsp;</b>No<br>
1003                       <b>Considerations:&nbsp;</b>If the PEGASUS_HAS_MESSAGES is not
1004                          set, OpenPegasus is built without localization support.  This
1005                          means that all messages sent by the CIM Server and the CLIs are in
1006                          English. ICU is an open source project at
1007                          <a href="http://oss.software.ibm.com/icu">
1008                          http://oss.software.ibm.com/icu</a>.  
1009 denise.eckstein 1.1      Only English translations are included with the OpenPegasus
1010                          distribution. The OpenPegasus distribution does not provide
1011                          translated messages. But, enabling for ICU would allow vendor to
1012                          provide the translations. Refer to the OpenPegasus Release README
1013                          for additional information regarding the use of ICU. Although, in
1014                          OpenPegasus 2.3.2, experience with localization support 
1015                          has been limited to a select set of platforms, wider platform 
1016                          adoption of this technology is planned for 2.5.<br>
1017                     </ul>
1018                     
1019                     <h5>PEGASUS_HAS_SSL</h5>
1020                     <ul>
1021                       <b>Description:&nbsp;</b>If set, a version of OpenPegasus that
1022                          supports SSL (i.e., https) is built.<br>
1023                       <b>Default Value:&nbsp;</b>Not Set<br>
1024                       <b>Recommended Value (Development Build):&nbsp;</b>Set<br>
1025                       <b>Recommended Value (Release Build):&nbsp;</b>Set<br>
1026                       <b>Required:&nbsp;</b>No<br>
1027                       <b>Considerations:&nbsp;</b>Support for SSL in OpenPegasus is 
1028                          dependent on the OpenSSL software developed by the 
1029                          <a href="http://www.openssl.org/">
1030 denise.eckstein 1.1      OpenSSL Project (http://www.openssl.org/)</a>. 
1031                     
1032                          If the PEGASUS_HAS_SSL variable is set, the variable OPENSSL_HOME
1033                          must also be defined. The OPENSSL_HOME variable is used, by the
1034                          OpenPegasus build, to determine the location of the OpenSSL 
1035                          include files, libraries and binaries.
1036                     </ul>
1037                     
1038                     <h5>PEGASUS_HOME</h5>
1039                     <ul>
1040                       <b>Description:&nbsp;</b>Specifies the location of the
1041                          OpenPegasus working directory.  The OpenPegasus
1042                          build will use this directory as the default location 
1043                          for files generated during the build (e.g., binaries,
1044                          libraries, objects).<br>
1045                       <b>Default Value:&nbsp;</b>None<br>
1046                       <b>Recommended Value (Development Build):&nbsp;</b>
1047                          No Specific Recommendation<br>
1048                       <b>Recommended Value (Release Build):&nbsp;</b>
1049                          No Specific Recommendation<br>
1050                       <b>Required:&nbsp;</b>Yes<br>
1051 denise.eckstein 1.1   <b>Considerations:&nbsp;</b>The error &quot;PEGASUS_HOME
1052                          environment variable undefined&quot; is returned if the
1053                          PEGASUS_HOME environment variable is not set. 
1054                          This variable is also used during runtime. Refer to the section
1055                          titled &quot;Environment Variable Settings for Running OpenPegasus
1056                          2.3.2 on Linux&quot; for additional details.<br>
1057                     </ul>
1058                     
1059                     <h5>PEGASUS_INDICATIONS_Q_THRESHOLD</h5>
1060                     <ul>
1061                       <b>Description:&nbsp;</b>Controls if indications providers are stalled
1062                          if the indications service queue is too large. It can be set
1063                          to any positive value. If not set providers are never 
1064                          stalled. This implies that the indications service 
1065                          queue may become as large as necessary to hold all the
1066                          indications generated. If set to any value then 
1067                          providers are stalled by forcing them to sleep when they
1068                          try to deliver an indication and the indications service
1069                          queue exceeds this value. They are resumed when the queue
1070                          count falls 10 percent below this value. Stall and resume log
1071                          entries are made to inform the administrator the condition has
1072 denise.eckstein 1.1      occurred.<br>
1073                       <b>Default Value:&nbsp;</b>Not Set<br>
1074                       <b>Recommended Value (Development Build):&nbsp;</b>Not Set<br>
1075                       <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>
1076                       <b>Required:&nbsp;</b>No<br>
1077                       <b>Considerations:&nbsp;</b>Use of this setting may have
1078                          unintended side-effects when using Out-of-Process Providers
1079                          including delayed processing of CIM Operation Requests.
1080                     </ul>
1081                     
1082                     <h5>PEGASUS_MAX_THREADS_PER_SVC_QUEUE</h5>
1083                     <ul>
1084                       <b>Description:&nbsp;</b>Controls the maximum number of threads
1085                          allowed per message service queue. It is allowed to range
1086                          between 1 and MAX_THREADS_PER_SVC_QUEUE_LIMIT (currently 5000)
1087                          as set in pegasus/src/Pegasus/Common/MessageQueueService.cpp. 
1088                          If set to 0 (zero) the max threads per service queue is then
1089                          set to MAX_THREADS_PER_SVC_QUEUE_LIMIT. If set larger than the
1090                          MAX_THREADS_PER_SVC_QUEUE_LIMIT it is set equal to 
1091                          MAX_THREADS_PER_SVC_QUEUE_LIMIT. There are no other limits on the
1092                          total number of threads that can exist within the system at this
1093 denise.eckstein 1.1      time. When the server starts there on the order of 10 to 20 
1094                          message service queues created dependent upon 
1095                          build options.&nbsp; <br>
1096                       <b>Default Value:&nbsp;</b>5<br>
1097                       <b>Recommended Value (Development Build):&nbsp;</b>5<br>
1098                       <b>Recommended Value (Release Build):&nbsp;</b>5<br>
1099                       <b>Required:&nbsp;</b>No<br>
1100                       <b>Considerations: </b>This flag affects consumption of
1101                          system resources. Not setting, or inappropriately setting
1102                          this value, may cause the cimserver to hang or crash.<br>
1103                     </ul>
1104                     
1105                     <h5>PEGASUS_ROOT</h5>
1106                     <ul>
1107                       <b>Description:&nbsp;</b>Specifies the location of the directory
1108                          that corresponds to "pegasus" source directory defined in the
1109                          OpenPegasus CVS source tree.  This environment variable is 
1110                          used by the OpenPegasus build to locate the required build 
1111                          and source files (e.g., $(PEGASUS_ROOT)/mak and 
1112                          $(PEGASUS_ROOT)/src).<br> 
1113                       <b>Default Value:&nbsp;</b>None<br>
1114 denise.eckstein 1.1   <b>Recommended Value (Development Build):&nbsp;</b>
1115                          No Specific Recommendation<br>
1116                       <b>Recommended Value (Release Build):&nbsp;</b>
1117                          No Specific Recommendation<br>
1118                       <b>Required:&nbsp;</b>Yes<br>
1119                       <b>Considerations:&nbsp;</b>The error "PEGASUS_ROOT environment
1120                          variable undefined" is returned if the PEGASUS_ROOT
1121                          environment variable is not set.
1122                     </ul>
1123                     
1124                     
1125                     <h5>PEGASUS_NET_SNMP_INCLUDE_DIR</h5>
1126                     <ul>
1127                       <b>Description:&nbsp;</b>Specifies the location of the NET-SNMP
1128                          <i>include</i> directory. <br>
1129                       <b>Default Value:&nbsp;</b>Not Set<br>
1130                       <b>Recommended Value (Development Build):&nbsp;</b>
1131                          No Specific Recommendation<br>
1132                       <b>Recommended Value (Release Build):&nbsp;</b>
1133                          No Specific Recommendation<br>
1134                       <b>Required:&nbsp;</b>No. By default, the NET-SNMP include
1135 denise.eckstein 1.1      files are expected to be installed in directories that
1136                          are searched by default (e.g., /usr/include). For platforms
1137                          where this isn't true, the PEGASUS_NET_SNMP_INCLUDE_DIR 
1138                          environment variable may be used to define an alternative path.
1139                          This environment variable is only used if PEGASUS_USE_NET_SNMP
1140                          is set.<br>
1141                     </ul>
1142                     
1143                     <h5>PEGASUS_NET_SNMP_LIB_DIR</h5>
1144                     <ul>
1145                       <b>Description:&nbsp;</b>Specifies the location of the NET-SNMP
1146                          <i>lib </i>directory. <br>
1147                       <b>Default Value:&nbsp;</b>Not Set<br>
1148                       <b>Recommended Value (Development Build):&nbsp;</b>
1149                          No Specific Recommendation<br>
1150                       <b>Recommended Value (Release Build):&nbsp;</b>
1151                          No Specific Recommendation<br>
1152                       <b>Required:&nbsp;</b>No. By default, the NET-SNMP library is
1153                          expected to be installed in a directory that is searched by 
1154                          default (e.g., /usr/lib, /usr/lib64). For platforms where 
1155                          this isn't true, the PEGASUS_NET_SNMP_LIB_DIR environment
1156 denise.eckstein 1.1      variable may be used to define an alternative path. This
1157                          environment variable is only used if PEGASUS_USE_NET_SNMP is set.
1158                     </ul>
1159                     
1160                     
1161                     <h5>PEGASUS_NOASSERTS</h5>
1162                     <ul>
1163                       <b>Description:&nbsp;</b>Defines the NDEBUG compilation macro, which
1164                          causes the preprocessor to remove PEGASUS_ASSERT() statements.<br>
1165                       <b>Default Value:&nbsp;</b>Not Set<br>
1166                       <b>Recommended Value (Development Build):&nbsp;</b>Not Set<br>
1167                       <b>Recommended Value (Release Build):&nbsp;</b>Set<br>
1168                       <b>Required:&nbsp;</b>No<br>
1169                     </ul>
1170                     
1171                     <h5>PEGASUS_OPENSLP_HOME</h5>
1172                     <ul>
1173                       <b>Description:&nbsp;</b>Specifies the location of the OpenSLP 
1174                          SDK directory.  This directory must contain the OpenSLP
1175                          <i>include</i> directory, $(PEGASUS_OPENSLP_HOME)/include,
1176                          and the OpenSLP <i>library</i> directory,
1177 denise.eckstein 1.1      $(PEGASUS_OPENSLP_HOME)/lib.<br>
1178                       <b>Default Value:&nbsp;</b>Not Set<br>
1179                       <b>Recommended Value (Development Build):&nbsp;</b>
1180                          No Specific Recommendation<br>
1181                       <b>Recommended Value (Release Build):&nbsp;</b>
1182                          No Specific Recommendation<br>
1183                       <b>Required:&nbsp;</b>No. If not set, no additional include or
1184                          library search paths will be included.
1185                       <b>Considerations: </b>This value is not used if PEGASUS_USE_OPENSLP
1186                          is not defined. <br>
1187                     </ul>
1188                     
1189                     <h5>PEGASUS_PAM_AUTHENTICATION</h5>
1190                     <ul>
1191                       <b>Description:&nbsp;</b>Enables support for PAM-(Pluggable 
1192                          Authentication Modules) based authentication.<br>
1193                       <b>Default Value:&nbsp;</b>Not Set<br>
1194                       <b>Recommended Value (Development Build):&nbsp;</b>Set<br>
1195                       <b>Recommended Value (Release Build):&nbsp;</b>Set<br>
1196                       <b>Required:&nbsp;</b>No<br>
1197                       <b>Considerations:&nbsp;</b>Support for PAM in OpenPegasus is
1198 denise.eckstein 1.1      dependent on platform support for PAM.<br>
1199                     </ul>
1200                     
1201                     <h5>PEGASUS_PLATFORM</h5>
1202                     <ul>
1203                       <b>Description:&nbsp;</b>Describes the target platform for the
1204                          build.  The list of supported values for this variable 
1205                          is defined in pegasus/mak/config.mak.&nbsp; Please refer to 
1206                          that file for a complete list of valid PEGASUS_PLATFORM
1207                          values.&nbsp; This document includes platform-specific configuration
1208                          data for only a subset of the supported platforms.&nbsp; The 
1209                          following table describes the platforms documented in
1210                          this version of the document. <br>
1211                       <b>Default Value:&nbsp;</b>None<p>&nbsp;</p>
1212                          <table border="1" cellspacing="1" bordercolordark="#666666"
1213                            bordercolorlight="#CCCCCC" width=542
1214                            style='font-size=10.0pt;font-family:Arial'>
1215                            <tr>
1216                             <th bgcolor="#CAE6CA" width="190">Platform</th>
1217                             <th bgcolor="#CAE6CA" width=351>Recommended Value <br>
1218                               Development Build</th>
1219 denise.eckstein 1.1         <th bgcolor="#CAE6CA" width=338>Recommended Value <br>
1220                               Release Build</th>
1221                            </tr>
1222                            <tr align="center">
1223                             <td width="190" align="left">Linux IA32</td>
1224                             <td width="351">LINUX_IX86_GNU</td>
1225                             <td width="338">LINUX_IX86_GNU</td>
1226                           </tr>
1227                           <tr align="center">
1228                            <td width="190" align="left">Linux IA64</td>
1229                            <td width="351">LINUX_IA64_GNU</td>
1230                            <td width="338">LINUX_IA64_GNU</td>
1231                           </tr>
1232                           <tr align="center">
1233                            <td width="190" align="left">Linux X86_64</td>
1234                            <td width="351">LINUX_X86_64_GNU</td>
1235                            <td width="338">LINUX_X86_64_GNU</td>
1236                           </tr>
1237                           <tr align="center">
1238                            <td width="190" align="left">HP-UX PA-RISC</td>
1239                            <td width="351">HPUX_PARISC_ACC</td>
1240 denise.eckstein 1.1        <td width="338">HPUX_PARISC_ACC</td>
1241                           </tr>
1242                           <tr align="center">
1243                            <td width="190" align="left">HP-UX IPF</td>
1244                            <td width="351">HPUX_IA64_ACC</td>
1245                            <td width="338">HPUX_IA64_ACC</td>
1246                           </tr>
1247                           <tr align="center">
1248                            <td width="190" align="left">OpenVMS Alpha</td>
1249                            <td width="351">VMS_ALPHA_DECCXX</td>
1250                            <td width="338">VMS_ALPHA_DECCXX</td>
1251                           </tr>
1252                           <tr align="center">
1253                            <td width="190" align="left">OpenVMS IA64</td>
1254                            <td width="351">VMS_IA64_DECCXX</td>
1255                            <td width="338"> VMS_IA64_DECCXX</td>
1256                           </tr>
1257                          </table>
1258                          <br><br>
1259                       <b>Required:&nbsp;</b>Yes<br>
1260                       <b>Considerations:&nbsp;</b>The error "PEGASUS_PLATFORM 
1261 denise.eckstein 1.1      environment variable undefined." is returned if the 
1262                          PEGASUS_PLATFORM environment variable is not set.
1263                     </ul>
1264                     
1265                     <h5>PEGASUS_REMOVE_METHODTRACE</h5>
1266                     <ul>
1267                       <b>Description:&nbsp;</b>If true, the CIM Server is compiled without
1268                          method enter and exit trace statements.&nbsp; Trace Level 5 will
1269                          continue to be accepted as a valid trace level but, without the
1270                          method enter and exit trace statements, it will be equivalent to
1271                          Trace Level 4. If PEGASUS_REMOVE_METHODTRACE is false or not set, 
1272                          method enter and exit trace statements are included.&nbsp; All
1273                          other values are considered invalid and will result in a build
1274                          error.<br>
1275                       <b>Default Value:&nbsp;</b>Not Set<br>
1276                       <b>Recommended Value (Development Build):&nbsp;</b>Not Set (The
1277                          Considerations section gives guidance on when a different
1278                          decision would be made.)<br>
1279                       <b>Recommended Value (Release Build):&nbsp;</b>Not Set (The
1280                          Considerations section gives guidance on when a different
1281                          decision would be made.)<br>
1282 denise.eckstein 1.1   <b>Required:&nbsp;</b>No<br>
1283                       <b>Considerations:&nbsp;</b>This option completely removes the
1284                          method enter/exit trace statements from the generated object code. 
1285                          It defines the PEG_METHOD_ENTER and PEG_METHOD_EXIT macros 
1286                          to null statements. This helps to keep static code size small
1287                          but reduces the serviceability of the CIM server.<br>
1288                     </ul>
1289                     
1290                     
1291                     <h5>PEGASUS_REPOSITORY_MODE</h5>
1292                     <ul>
1293                       <b>Description:&nbsp;</b>This variable defines the default mode
1294                          used to create repositories that are constructed as part of the
1295                          automated build tests.&nbsp; It does not affect the runtime
1296                          environment. Valid values include: XML (causes
1297                          the repository to be built in XML mode); BIN (causes
1298                          the repository to be built in binary mode). Use cimconfig to 
1299                          modify the runtime environment.<br>
1300                       <b>Default Value:&nbsp;</b>XML<br>
1301                       <b>Recommended Value (Development Build):&nbsp;</b>XML<br>
1302                       <b>Recommended Value (Release Build):&nbsp;</b>XML<br>
1303 denise.eckstein 1.1   <b>Required:&nbsp;</b>No<p>&nbsp;</p>
1304                     </ul>
1305                     
1306 kumpf           1.2 <h5>PEGASUS_REPOSITORY_STORE_COMPLETE_CLASSES</h5>
1307                     <ul>
1308                       <b>Description:&nbsp;</b>This variable defines the default contents of a
1309                          class definition in the repository store when a new repository is created.
1310                          Specifically, when set to true, propagated elements are included in a
1311                          class definition in the persistent store.  The contents of a class
1312                          definition returned from the repository interface is not affected by this
1313                          option.<br>
1314                       <b>Default Value:&nbsp;</b>false<br>
1315                       <b>Recommended Value (Development Build):&nbsp;</b>false<br>
1316                       <b>Recommended Value (Release Build):&nbsp;</b>false<br>
1317                       <b>Required:&nbsp;</b>No<p>&nbsp;</p>
1318                       <b>Considerations:&nbsp;</b>A repository which stores complete class
1319                          definitions does not allow modifications to non-leaf classes or changes
1320                          to a superclass designation.  Complete classes use more storage space,
1321                          often twice as much as local (incomplete) classes.  Class retrieval may
1322                          be more expensive when local classes are stored.  No specific mechanism
1323                          is available to change this setting in an existing repository.<br>
1324                     </ul>
1325                     
1326 denise.eckstein 1.1 <h5>PEGASUS_SLP_REG_TIMEOUT</h5>
1327                     <ul>
1328                       <b>Description:&nbsp;</b>Most SLP implementations allow a lifetime
1329                          value to be specified in the registration sent to the SLP SA or
1330                          DA. The PEGASUS_SLP_REG_TIMEOUT build variable allows a lifetime
1331                          (ie. timeout) value to be specified on the SLP registration, with
1332                          a 're-registration' being sent to SLP at the same specified
1333                          timeout interval. The purpose of this lifetime or timeout value
1334                          is to avoid the accumulation of stale service information 
1335                          in the SA or DA.<br>
1336                       <b>Default Value:&nbsp;</b>Undefined<br>
1337                       <b>Recommended Value (Development Build):&nbsp;</b>Undefined<br>
1338                       <b>Recommended Value (Release Build):&nbsp;</b>Undefined<br>
1339                       <b>Required:&nbsp;</b>No<p><b>Example: </b>
1340                          PEGASUS_SLP_REG_TIME=1440 (ie. 24 hours or 1 day)<br>
1341                       <b>Considerations:&nbsp;</b>(1) The OpenPegasus internal SLP
1342                          implementation does not support timeout registrations. This
1343                          build option is useful, for example, if PEGASUS_USE_OPENSLP is
1344                          defined. (2) Some SLP implementations may impose a 
1345                          maximum value for the lifetime parameter. For example, OpenSLP
1346                          limits this value to SLP_LIFETIME_MAXIMUM (or 0xFFFF), and 
1347 denise.eckstein 1.1      if this maximum value is passed to OpenSLP, then the timeout
1348                          feature is disabled. Refer to the documentation of your SLP
1349                          implementation for more information. (3) OpenPegasus will not
1350                          do any validity checking on the specified value, either 
1351                          to determine if it is a valid positive integer or if it
1352                          exceeds some maximum value.<br>
1353                     </ul>
1354                     
1355                     <h5>PEGASUS_SNIA_EXTENSIONS</h5>
1356                     <ul>
1357                       <b>Description:&nbsp;</b> This variable is used to enable a
1358                          set of workarounds that support the use of OpenPegasus
1359                          in the SNIA Test Environment.<br>
1360                       <b>Default Value:&nbsp;</b>Not Set<br>
1361                       <b>Recommended Value (Development Build):&nbsp;</b>Not Set<br>
1362                       <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>
1363                       <b>Required:&nbsp;</b>No<br>
1364                       <b>Considerations:&nbsp;</b>The functionality enabled with this
1365                          variable is experimental and subject to change.
1366                     </ul>
1367                     
1368 denise.eckstein 1.1 <h5>PEGASUS_SKIP_MOST_TEST_DIRS</h5>
1369                     <ul>
1370                       <b>Description:&nbsp;</b>If set to true, this variable can be used
1371                          to reduce the time required to build OpenPegasus by significantly
1372                          reducing the number of tests that are built.<br>
1373                       <b>Default Value:&nbsp;</b>Not Set<br>
1374                       <b>Recommended Value (Development Build):&nbsp;</b>Not Set<br>
1375                       <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>
1376                       <b>Required:&nbsp;</b>No<br>
1377                       <b>Considerations:&nbsp;</b>Setting this variable to true
1378                          affects the behavior of all recursive make targets (e.g.,
1379                          clean, depend, all, unittests, alltests, and slptests).
1380                          Use of this variable with test-related targets (e.g., unittests,
1381                          alltests and slptests) can produce unexpected results. 
1382                          To avoid creating an inconsistent PEGASUS_HOME directory,
1383                          the PEGASUS_HOME directory (i.e., the OpenPegasus build
1384                          directory) should be removed prior to enabling or disabling
1385                          this variable. This variable should not be used to characterize
1386                          the set of files to be packaged in a release build. Please 
1387                          refer to the Runtime Packaging Definition PEP for the release
1388                          for a recommended list of files to be included in a release.  
1389 denise.eckstein 1.1 </ul>
1390                     
1391                     <h5>PEGASUS_TEST_ENABLE_DEBUG_TRACE</h5>
1392                     <ul>
1393                       <b>Description:&nbsp;</b>
1394                          This variable is only used for testing. If set to true,
1395                          Discarded data trace will be enabled by the install_run 
1396                          target of the src/Server/Makefile before running the 
1397                          OpenPegasus TestMakefile test suite. <br>
1398                       <b>Default Value:&nbsp;</b>Not Set<br>
1399                       <b>Recommended Value (Development Build):&nbsp;</b>Set<br>
1400                       <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>
1401                       <b>Required:&nbsp;</b>No<br>
1402                       <b>Considerations:&nbsp;</b>
1403                          This variable is useful in certain test environments to 
1404                          explicitly enable tracing to aid in better troubleshooting and 
1405                          detection of test failures (E.g. Test systems are experiencing
1406                          test failures due to connection timeouts, lost indications 
1407                          etc).<br>	
1408                     </ul>
1409                     
1410 denise.eckstein 1.1 <h5>PEGASUS_TEST_ISGROUP_GROUP/PEGASUS_TEST_ISGROUP_USER_SUCCESS/PEGASUS_TEST_ISGROUP_USER_FAILURE</h5>
1411                     <ul>
1412                       <b>Description:&nbsp;</b>These variables are only used for testing. 
1413                          These variables allow the developer to define a valid group name,
1414                          PEGASUS_TEST_ISGROUP_GROUP, a valid user name that is in the
1415                          group, PEGASUS_TEST_ISGROUP_USER_SUCCESS, and an a valid user
1416                          name that is not in the group, PEGASUS_TEST_ISGROUP_USER_FAILURE.
1417                          These variables are only used for testing and NOT part of the 
1418                          release.<br>
1419                       <b>Default Value(Windows):</b> 
1420                          Administrator/Administrators/Guest<br>
1421                       <b>Default Value(Non-Windows):&nbsp;</b>root/root/guest<br>
1422                       <b>Recommended Value (Development Build):&nbsp;</b>
1423                          No Recommendation<br>
1424                       <b>Recommended Value (Release Build):&nbsp;</b>Not Used<br>
1425                       <b>Required:&nbsp;</b>No
1426                     </ul>
1427                     
1428                     <h5>PEGASUS_TEST_IPV6</h5>
1429                     <ul>
1430                       <b>Description:&nbsp;</b>This variable is only used for
1431 denise.eckstein 1.1      testing.&nbsp; If set to true, the IPv6-specific tests will
1432                          be run as part of the &quot;alltests&quot; OpenPegasus 
1433                          TestMakefile test suite. If this variable is not set or set to
1434                          false,&nbsp; the IPv6-specific tests will not be run.&nbsp; All
1435                          other values are invalid.<br>
1436                       <b>Default Value:&nbsp; </b>If PEGASUS_TEST_IPV6 is not defined, 
1437                          PEGASUS_TEST_IPV6 is set to the value of PEGASUS_ENABLE_IPV6.<br>
1438                       <b>Recommended Value (Development Build): </b>Set to the value
1439                          of PEGASUS_ENABLE_IPV6<br>
1440                       <b>Recommended Value (Release Build):&nbsp;</b>Not Used<br>
1441                       <b>Required:&nbsp;</b>No<br>
1442                       <b>Considerations:&nbsp;</b>This variable is useful in certain 
1443                          test environments to explicitly disable running the IPv6
1444                          tests (e.g., when running an IPv6-enabled version of 
1445                          OpenPegasus on an an IPv4 system).<br>
1446                     </ul>
1447                     
1448                     <h5>PEGASUS_TEST_SDK</h5>
1449                     <ul>
1450                       <b>Description:&nbsp;</b>This variable is only used for 
1451                          testing.&nbsp; It is used to control testing of the SDK
1452 denise.eckstein 1.1      sample providers and clients. If set, the setup, building and
1453                          testing of the SDK samples is enabled as part of the 
1454                          OpenPegasus automated build and test.<br>
1455                       <b>Default Value:&nbsp;</b>Not Set<br>
1456                       <b>Recommended Value (Development Build):&nbsp;</b>Set<br>
1457                       <b>Recommended Value (Release Build):&nbsp;</b>Not Used<br>
1458                       <b>Required:&nbsp;</b>No
1459                     </ul>
1460                     	
1461                     <h5>PEGASUS_TEST_USER_DEFINED</h5>
1462                     <ul>
1463                       <b>Description:&nbsp;</b>This variable is only used for testing.
1464                          If this variable is set, the tests will assume that the
1465                          PEGASUS_TEST_USER_ID and PEGASUS_TEST_USER_PASS variables
1466                          defines a valid user/password pair and can be used for 
1467                          certificate-based authentication testing.&nbsp; These tests
1468                          also assumes that &quot;invalidUser&quot; is not a valid 
1469                          user.<br>
1470                       <b>Default Value:&nbsp;</b>Not Set<br>
1471                       <b>Recommended Value (Development Build):&nbsp;</b>Set<br>
1472                       <b>Recommended Value (Release Build):&nbsp;</b>Not Used<br>
1473 denise.eckstein 1.1   <b>Required:&nbsp;</b>No
1474                     </ul>
1475                     
1476                     <h5>PEGASUS_TEST_USER_ID/PEGASUS_TEST_USER_PASS</h5>
1477                     <ul>
1478                       <b>Description:&nbsp;</b>These variables are only used for
1479                          testing. These variables allow the developer to define a
1480                          valid, non-privileged&nbsp; user name and password
1481                          on the test system that can be used as part of the OpenPegasus
1482                          automated test scripts to perform authentication and
1483                          authorization testing.&nbsp; These variables are only used for
1484                          testing and NOT part of the release.<br>
1485                       <b>Default Value:&nbsp;</b>guest/guest<br>
1486                       <b>Recommended Value (Development Build):&nbsp;</b>
1487                          No Recommendation<br>
1488                       <b>Recommended Value (Release Build):&nbsp;</b>Not Used<br>
1489                       <b>Required:&nbsp;</b>No<br>
1490                     </ul>
1491                     
1492                     <h5>PEGASUS_TEST_VALGRIND_LOG_DIR</h5>
1493                     <ul>
1494 denise.eckstein 1.1   <b>Description:&nbsp;</b>
1495                          This variable is currently only supported on Linux. It may be
1496                          set to run regression tests under the 
1497                          <a href="http://www.valgrind.org/">Valgrind</a> memory
1498                          checking tool. It must specify a directory for writing
1499                          Valgrind log files. The file name format for a particular
1500                          log is PEGASUS_TEST_VALGRIND_LOG_DIR/PROGRAM_NAME.pid.<br>
1501                       <b>Default Value:&nbsp;</b>Not Set<br>
1502                       <b>Recommended Value (Development Build):&nbsp;</b>Not Set<br>
1503                       <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>
1504                       <b>Required:&nbsp;</b>No<br>
1505                       <b>Considerations:&nbsp;</b>This flag is only supported on Linux to
1506                          enable running tests under Valgrind.<br>
1507                     </ul>
1508                     
1509                     <h5>PEGASUS_TMP</h5>
1510                     <ul>
1511                       <b>Description:&nbsp;</b>This variable is only used in a test
1512                          environment. It can be used to define the directory that
1513                          OpenPegasus test programs should use to store temporary files.<br>
1514                       <b>Default Value:&nbsp;</b>"."<br>
1515 denise.eckstein 1.1   <b>Recommended Value (Development Build):&nbsp;</b>
1516                          No Specific Recommendation<br>
1517                       <b>Recommended Value (Release Build):&nbsp;</b>Not Used<br>
1518                       <b>Required:&nbsp;</b>No<br>
1519                     </ul>
1520                     	
1521                     <h5>PEGASUS_USE_DEBUG_BUILD_OPTIONS</h5>
1522                     <ul>
1523                       <b>Description:&nbsp;</b>The PEGASUS_DEBUG flag is used to control
1524                          a variety of settings, including compile options, assertion
1525                          enablement, method definitions for testing, and diagnostic 
1526                          output.&nbsp; The PEGASUS_USE_DEBUG_BUILD_OPTIONS variable
1527                          can be used to enable just the compiler specific debug options 
1528                          (e.g., -g in g++) .<br>
1529                       <b>Default Value:&nbsp;</b>Not Set<br>
1530                       <b>Recommended Value (Development Build):&nbsp;</b>Set<br>
1531                       <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>
1532                       <b>Required:&nbsp;</b>No<br>
1533                       <b>Considerations:&nbsp;</b>This variable is automatically set
1534                          if PEGASUS_DEBUG is set.<br>
1535                     </ul>
1536 denise.eckstein 1.1 
1537                     <h5>PEGASUS_USE_EMANATE</h5>
1538                     <ul>
1539                       <b>Description:&nbsp;</b>EMANATE,
1540                          <a href="http://www.snmp.com/products/emanate.html">
1541                          http://www.snmp.com/products/emanate.html</a>, is an SNMP Research 
1542                          International product that supports SNMPv1, SNMPv2c, and 
1543                          SNMPv3.&nbsp; If the PEGASUS_USE_EMANATE variable is defined,
1544                          the OpenPegasus SNMP Handler will use the EMANATE libraries
1545                          to send traps to the SNMP Management application.&nbsp; 
1546                          The EMANATE libraries are NOT included as part of OpenPegasus.<br>
1547                       <b>Default Value:&nbsp;</b>Not Set<br>
1548                       <b>Recommended Value (Development Build):&nbsp;</b>Not Set<br>
1549                       <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>
1550                       <b>Required:&nbsp;</b>No<p>
1551                       <b>Considerations:&nbsp;</b>Either the PEGASUS_USE_NET_SNMP or
1552                          PEGASUS_USE_EMANATE variable must be set for the SNMP 
1553                          Handler to be supported.<br>
1554                     </ul>
1555                     
1556                     
1557 denise.eckstein 1.1 <h5>PEGASUS_USE_NET_SNMP</h5>
1558                     <ul>
1559                       <b>Description:&nbsp;</b>NET-SNMP, 
1560                          <a href="http://net-snmp.sourceforge.net">
1561                          http://net-snmp.sourceforge.net</a>,&nbsp; is an OSS
1562                          implementation of a suite of applications used to implement
1563                          <a href="http://www.ietf.org/rfc/rfc1157.txt">SNMP v1</a>,
1564                          <a href="http://www.ietf.org/rfc/rfc1901.txt">SNMP v2c</a> and
1565                          <a href="http://www.ietf.org/rfc/rfc2571.txt">SNMP v3</a> using
1566                          both IPv4 and IPv6.&nbsp;&nbsp; If the PEGASUS_USE_NET_SNMP 
1567                          variable is defined, the OpenPegasus SNMP Handler will use
1568                          the NET-SNMP libraries to send traps to the SNMP Management
1569                          application.&nbsp; The NET-SNMP libraries are NOT included
1570                          as part of OpenPegasus.<br>
1571                       <b>Default Value:&nbsp;</b>Not Set<br>
1572                       <b>Recommended Value (Development Build):&nbsp;</b>Not Set<br>
1573                       <b>Recommended Value (Release Build):&nbsp;</b>true for Linux, 
1574                          false for all other platforms<br>
1575                       <b>Required:&nbsp;</b>No<p>
1576                       <b>Considerations:&nbsp;</b>Either the PEGASUS_USE_NET_SNMP or 
1577                          PEGASUS_USE_EMANATE variable must be set for the SNMP 
1578 denise.eckstein 1.1      Handler to be supported.<br>
1579                     </ul>
1580                     
1581                     <h5>PEGASUS_USE_OPENSLP</h5>
1582                     <ul>
1583                       <b>Description:&nbsp;</b>OpenSLP, <a href="http://www.openslp.org">
1584                          http://openslp.org</a>, is an open-source implementation of 
1585                          Service Location Protocol. If the PEGASUS_USE_OPENSLP variable
1586                          is defined, OpenPegasus will be built to use the OpenSLP
1587                          implementation of SLP instead of the internal OpenPegasus
1588                          implementation of SLP. The OpenSLP libaries are NOT included
1589                          as part of OpenPegasus.
1590                       <b>Default Value:&nbsp;</b>Not Set<br>
1591                       <b>Recommended Value (Development Build):&nbsp;</b>Not Set<br>
1592                       <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>
1593                       <b>Required:&nbsp;</b>No<br>
1594                       <b>Considerations:&nbsp;</b>PEGASUS_ENABLE_SLP must be defined
1595                          if this variable is set.
1596                     </ul>
1597                     
1598                     <h5>PEGASUS_USE_PAM_STANDALONE_PROC</h5>
1599 denise.eckstein 1.1 <ul>
1600                       <b>Description:&nbsp;</b>Moves the processing of PAM requests from
1601                          the CIM Server process to a separate process managed by the
1602                          CIM Server.<br>
1603                       <b>Default Value:&nbsp;</b>Not Set<br>
1604                       <b>Recommended Value (Development Build):&nbsp;</b>Set<br>
1605                       <b>Recommended Value (Release Build):&nbsp;</b>Set<br>
1606                       <b>Required:&nbsp;</b>No<br>
1607                       <b>Considerations:&nbsp;</b>If PAM Authentication is enabled,
1608                          the PAM API is used, during the processing of each request, to
1609                          authenticate the client.  This level of use makes the CIM Server
1610                          extremely sensitive to memory leaks in the PAM library.  In
1611                          addition, certain PAM modules are not thread-safe.  If your
1612                          platform is experiencing problems with PAM Authentication, 
1613                          use of option may provide a work-around.
1614                          PEGASUS_USE_PAM_STANDALONE_PROC requires
1615                          PEGASUS_PAM_AUTHENTICATION to be set.<br>
1616                     </ul>
1617                     
1618                     <h5>PEGASUS_USE_RELEASE_CONFIG_OPTIONS</h5>
1619                     <ul>
1620 denise.eckstein 1.1   <b>Description:&nbsp;</b>If set, OpenPegasus is built using
1621                          the "Release Build" configuration options. By default,
1622                          OpenPegasus is built using the &quot;Development Build" 
1623                          configuration options.<br>
1624                       <b>Default Value:&nbsp;</b>Not Set<br>
1625                       <b>Recommended Value (Development Build):&nbsp;</b>Not Set<br>
1626                       <b>Recommended Value (Release Build):&nbsp;</b>Set<br>
1627                       <b>Required:&nbsp;</b>No<br>
1628                       <b>Considerations:&nbsp;</b>(1)The 
1629                          PEGASUS_USE_RELEASE_CONFIG_OPTIONS variable allows a platform 
1630                          vendor to easily toggle between two sets of configurations
1631                          options, a set of options tuned for the development/debug
1632                          (&quot;Development Build") environment and a set of options
1633                          tuned for the production environment ("Release Build").
1634                          Refer the section titled "Configuration Properties" for 
1635                          additional detail.&nbsp; (2) For each configuration 
1636                          variable,&nbsp; the &quot;Recommended Value (Release Build)&quot;
1637                          value defines the recommended settings to use for a 
1638                          &quot;Release Build&quot;.&nbsp; Please refer to the 
1639                          description of each variable for additional information.
1640                     </ul>
1641 denise.eckstein 1.1 
1642                     <h5>PEGASUS_USE_RELEASE_DIRS</h5>
1643                     <ul>
1644                       <b>Description:&nbsp;</b>If set, OpenPegasus is built using 
1645                          the "Release Build" directory definitions. By default, 
1646                          OpenPegasus is built using the &quot;Development Build" 
1647                          directory definitions.<br>
1648                       <b>Default Value:&nbsp;</b>Not Set<br>
1649                       <b>Recommended Value (Development Build):&nbsp;</b>Not Set<br>
1650                       <b>Recommended Value (Release Build):&nbsp;</b>Set<br>
1651                       <b>Required:&nbsp;</b>No<br>
1652                       <b>Considerations:&nbsp;</b> 
1653                          The PEGASUS_USE_RELEASE_DIRS variable allows a platform
1654                          vendor to easily toggle between two sets of directory 
1655                          definitions, a set tuned for the development/debug 
1656                          (&quot;Development Build") environment and a set tuned for the 
1657                          production environment ("Release Build").  Refer the section 
1658                          titled "Configuration Properties" for additional detail.<br>
1659                     </ul>
1660                     
1661                     <h5>PEGASUS_USE_SYSLOGS</h5>
1662 denise.eckstein 1.1 <ul>
1663                       <b>Description:&nbsp;</b>If set, OpenPegasus will be built
1664                          to send log messages to the system logger (syslog).
1665                          Otherwise, log messages will be sent to OpenPegasus
1666                          specific log files.<br>
1667                       <b>Recommended Value (Development Build):&nbsp;</b>Set<br>
1668                       <b>Recommended Value (Release Build):&nbsp;</b>Set<br>
1669                       <b>Required:&nbsp;</b>No<br>
1670                       <b>Considerations:&nbsp;</b>This variable is currently
1671                          not implemented as an environment variable. To use
1672                          the option -DPEGASUS_USE_SYSLOGS must
1673                          be explicitly included in the appropriate platform
1674                          makefile (pegasus/mak/platform_*.mak).</ul>
1675                     
1676                     <h5>PEGASUS_WINDOWS_SDK_HOME</h5>
1677                     <ul>
1678                       <b>Description:&nbsp;</b>This variable should be set to point 
1679                          to the Microsoft Platform SDK on Windows if using a compiler 
1680                          version &lt; 1300 (i.e. VC6). If using VC7 or VC8, this flag
1681                          does not need to be set, as the necessary libraries are already
1682                          included.<br>
1683 denise.eckstein 1.1   <b>Recommended Value (Development Build):&nbsp;</b>
1684                          No Specific Recommendation<br>
1685                       <b>Recommended Value (Release Build):&nbsp;</b>
1686                          No Specific Recommendation<br>
1687                       <b>Required:&nbsp;</b>Yes, if building on Windows with a
1688                          compiler version &lt; 1300.<br>
1689                     </ul>
1690                     
1691                     <h4>Examples Building a Linux IA32 (#IA64) Development/Debug Version</h4>
1692                     <ul>
1693                       export PEGASUS_ROOT=/home/pegasusbld/pegasus<br>
1694                       export PEGASUS_HOME=/home/pegasusbld/pegasus/build<br> 
1695                       export PEGASUS_PLATFORM=LINUX_IX86_GNU<br>
1696                       #export PEGASUS_PLATFORM=LINUX_IA64_GNU<br> 
1697                       export PEGASUS_PAM_AUTHENTICATION=true<br> 
1698                       export PEGASUS_USE_PAM_STANDALONE_PROC=true<br>
1699                       export PEGASUS_HAS_SSL=yes<br> 
1700                       export PEGASUS_DEBUG=TRUE<br>
1701                       export ENABLE_CMPI_PROVIDER_MANAGER=true<br>
1702                       export PEGASUS_USE_SYSLOGS=true<br> 
1703                       export PATH=/home/pegasusbld:/home/pegasusbld/pegasus/build/bin:/usr/local/bin:$PATH<br>
1704 denise.eckstein 1.1 </ul>
1705                     
1706                     <h4>Building a Linux IA32 (#IA64) Production Release Version</h4>
1707                     <ul>
1708                       export PEGASUS_ROOT=/home/pegasusbld/pegasus<br>
1709                       export PEGASUS_HOME=/home/pegasusbld/pegasus/build<br>
1710                       export PEGASUS_PLATFORM=LINUX_IX86_GNU<br>
1711                       #export PEGASUS_PLATFORM=LINUX_IA64_GNU<br>
1712                       export PEGASUS_DISABLE_CQL=true <br> 
1713                       export PEGASUS_PAM_AUTHENTICATION=true <br>
1714                       export PEGASUS_USE_PAM_STANDALONE_PROC=true<br>
1715                       export PEGASUS_HAS_SSL=yes<br>
1716                       export PEGASUS_USE_RELEASE_CONFIG_OPTIONS=true<br>
1717                       export PEGASUS_USE_RELEASE_DIRS=true<br> 
1718                       export PEGASUS_NOASSERTS=true<br>
1719                       export ENABLE_CMPI_PROVIDER_MANAGER=true<br>
1720                       export PEGASUS_ENABLE_USERGROUP_AUTHORIZATION=true<br>
1721                       export PEGASUS_USE_SYSLOGS=true<br>
1722                       export PATH=/home/pegasusbld:/home/pegasusbld/pegasus/build/bin:/usr/local/bin:$PATH<br>
1723                     </ul>
1724                     
1725 denise.eckstein 1.1 <h3>Environment Variable Settings for <u>Running</u> OpenPegasus</h3>
1726                     
1727                     <h4>Definitions</h4>
1728                     
1729                     <h5>PEGASUS_HOME</h5>
1730                     <ul>
1731                       <b>Description:&nbsp;</b>There are multiple options for 
1732                          configuring the location of OpenPegasus runtime
1733                          files (e.g., configuration files, libraries, 
1734                          repository, executables).  If no other option is
1735                          specified, OpenPegasus will attempt to use the value
1736                          PEGASUS_HOME.<br>
1737                       <b>Default Value:&nbsp;</b>"."<br>
1738                       <b>Recommended Value (Development Build):&nbsp;</b>
1739                          The same value defined at build time.<br>
1740                       <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>
1741                       <b>Required:&nbsp;</b>No<br>
1742                       <b>Considerations:&nbsp;</b>Although this variable can be
1743                          useful in a development environment use of this environment
1744                          variable is not recommended in a production environment.
1745                          Instead, the use of configuration properties to explicitly
1746 denise.eckstein 1.1      set the location of runtime files and directories is recommended.
1747                     </ul>
1748                     
1749                     <h5>PEGASUS_MSG_HOME</h5>
1750                     <ul>
1751                       <b>Description:&nbsp;</b>This value is not used by the CIM
1752                          Server.&nbsp; The CIM Server uses the messageDir configuration
1753                          parameter to locate the directory where the ICU resource bundles.
1754                          However, CIM Client applications must rely on an alternative
1755                          mechanism to locate this directory.<br>
1756                       <b>Default Value:&nbsp;</b>if $PEGASUS_HOME is set then 
1757                          &quot;$PEGASUS_HOME/msg&quot; else &quot;.&quot;<br>
1758                       <b>Recommended Value (Development Build): </b>$PEGASUS_HOME/msg<br>
1759                       <b>Recommended Value (Release Build):&nbsp;</b>Not Set <br>
1760                       <b>Required:&nbsp;</b>No<br>
1761                     </ul>
1762                     
1763                     <h3>Configuration Properties</h3>
1764                     
1765                     <h4>Notation</h4>
1766                     
1767 denise.eckstein 1.1 <p>This section describes the notation used to define the 
1768                     configuration properties.</p>
1769                     
1770                     <ul>
1771                     
1772                     <h5>Default Value</h5>
1773                         The value of <i>Default Value</i> is the OpenPegasus
1774                         default setting for this configuration option.  This
1775                         value is used if a platform-specific setting is not
1776                         defined.   
1777                     
1778                     <h5>Recommended Default Value</h5>
1779                         The PEGASUS_USE_RELEASE_CONFIG_OPTIONS variable allows a 
1780                         platform vendor to easily toggle between two sets of 
1781                         configurations options, a set of options tuned for the
1782                         development/debug (&quot;Development Build") environment 
1783                         and a set of options tuned for the production environment
1784                         ("Release Build"). The value of 
1785                         <i>Recommended Value (Development Build)</i> 
1786                         is the recommended default value for use in a development/
1787                         debug environment.  The value of 
1788 denise.eckstein 1.1     <i>Recommended Value (Release Build)</i> is the recommended
1789                         default value for use in a production environment. 
1790                     	   
1791                     <h5>Recommend To Be Fixed/Hidden</h5>
1792                         Configuration options can be defined as fixed or hidden.
1793                         A "fix" configuration option is set at build time
1794                         and cannot be changed without rebuilding. "Fixed" 
1795                         configuration options are not displayed using the cimconfig
1796                         command.  This feature can be used by vendors to limit 
1797                         OpenPegasus functionality and configurability.
1798                     	   
1799                         A "hidden" configuration option is an option that is 
1800                         configurable (i.e., "not fixed"), but not externally
1801                         advertised using the cimconfig command.  The "hidden"
1802                         feature can be used to define "internal use only"
1803                         configuration options.
1804                     	   
1805                     <h5>Dynamic?</h5>
1806                         If yes, the value of the configuration option can be
1807                         changed without stopping and restarting the CIM Server.
1808                     
1809 denise.eckstein 1.1 <h5>Directory Specifications</h5>
1810                         <p>Note that the variables included in the following table
1811                         (e.g., $LOGDIR) are for documentation purposes only and 
1812                         have been defined to simplify the description of the 
1813                         configuration options.&nbsp; In particular, 
1814                         these variables DO NOT correspond to environment variables
1815                         implemented in the OpenPegasus code.&nbsp; Default values 
1816                         for the following variables are platform 
1817                         and vendor dependent and not documented in this document.</p>
1818                     
1819                         <table border="1" cellspacing="1" bordercolordark="#666666"
1820                             bordercolorlight="#CCCCCC" width=148
1821                             style='font-size=10.0pt;font-family:Arial' height="228">
1822                           <tr>
1823                             <th bgcolor="#CAE6CA" width=1 height="16">&nbsp;</th>
1824                           </tr>
1825                             <tr align="center">
1826                             <td align="left" width="1" height="12">$LOGDIR</td>
1827                           </tr>
1828                           <tr align="center">
1829                             <td align="left" width="1" height="14">$PROVIDERDIRS</td>
1830 denise.eckstein 1.1       </tr>
1831                           <tr align="center">
1832                             <td align="left" width="1" height="14">
1833                               $PROVIDERMANAGERDIRS</td>
1834                           </tr>
1835                           <tr align="center">
1836                             <td align="left" width="1" height="14">$REPOSITORYDIR </td>
1837                           </tr>
1838                           <tr align="center">
1839                             <td align="left" width="1" height="14">$CERTIFICATEDIR&nbsp;
1840                             </td>
1841                           </tr>
1842                           <tr align="center">
1843                             <td align="left" width="1" height="14">$LOCALAUTHDIR</td>
1844                           </tr>
1845                           <tr align="center">
1846                             <td align="left" width="1" height="14">$TRACEDIR</td>
1847                           </tr>
1848                           <tr align="center">
1849                             <td align="left" width="1" height="14">$CONFIGDIR</td>
1850                           </tr>
1851 denise.eckstein 1.1       <tr align="center">
1852                             <td align="left" width="1" height="14">$PIDFILE</td>
1853                           </tr>
1854                           <tr align="center">
1855                             <td align="left" width="1" height="14">$RANDOMDIR</td>
1856                           </tr>
1857                           <tr align="center">
1858                             <td align="left" width="1" height="14">$SOCKETDIR</td>
1859                           </tr>
1860                           <tr align="center">
1861                             <td align="left" width="1" height="14">$MESSAGEDIR</td>
1862                           </tr>
1863                           </table>
1864                     </ul>    
1865                     
1866                     <h4>Definitions</h4>
1867                     
1868                     <h5>authorizedUserGroups</h5>
1869                     <ul>
1870                       <b>Description:</b>&nbsp;If the <b>authorizedUserGroups</b> 
1871                          property is set, the value is interpreted as a list of
1872 denise.eckstein 1.1      comma-separated user groups whose members may issue CIM
1873                          requests. A user who is not a member of any of these groups is
1874                          restricted from issuing CIM requests, with the exception of
1875                          privileged users (root user). If the <b>authorizedUserGroups</b>
1876                          property is not set, any user may issue CIM requests.<br>
1877                       <b>Default Value:&nbsp;</b>blank<br>
1878                       <b>Recommended Default Value (Development Build):&nbsp;</b>blank<br>
1879                       <b>Recommended Default Value (Release Build):&nbsp;</b>blank<br>
1880                       <b>Recommend To Be Fixed/Hidden (Development Build):&nbsp;</b>
1881                          No/No<br>
1882                       <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>No/No<br>
1883                       <b>Dynamic?:&nbsp;</b>No<br>
1884                       <b>Example: </b>
1885                          #cimconfig -s authorizedUserGroups=users,systemusers -p<br>
1886                       <b>Considerations:&nbsp;</b>This feature is available only when
1887                          the OpenPegasus source is compiled with the flag
1888                          PEGASUS_ENABLE_USERGROUP_AUTHORIZATION set.
1889                     </ul>
1890                     
1891                     <h5>daemon</h5>
1892                     <ul>
1893 denise.eckstein 1.1   <b>Description:&nbsp;</b>This option enables/disables forking of
1894                          the code to create a background daemon process.<br>
1895                       <b>Default Value:&nbsp;</b>true<br>
1896                       <b>Recommended Default Value (Development Build):&nbsp;</b>true<br>
1897                       <b>Recommended Default Value (Release Build):&nbsp;</b>true<br>
1898                       <b>Recommend To Be Fixed/Hidden (Development Build):&nbsp;</b>
1899                          No/No<br>
1900                       <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>
1901                          No/Yes<br>
1902                       <b>Dynamic?:&nbsp;</b>No<p>&nbsp;<br>
1903                          <br>
1904                          <table border="1" cellspacing="1" bordercolordark="#666666"
1905                            bordercolorlight="#CCCCCC" width=531
1906                            style='font-size=10.0pt;font-family:Arial'>
1907                          <tr>
1908                            <th bgcolor="#CAE6CA" width="168">Platform</th>
1909                            <th bgcolor="#CAE6CA" width=350>Source Configuration File</th>
1910                          </tr>
1911                          <tr align="center">
1912                            <td width="168">Linux</td>
1913                            <td align="left" width="350">
1914 denise.eckstein 1.1          Pegasus/Config/DefaultPropertyTableLinux.h</td>
1915                          </tr>
1916                          <tr align="center">
1917                            <td width="168">HP-UX</td>
1918                            <td align="left" width="350">
1919                              Pegasus/Config/DefaultPropertyTableHpux.h</td>
1920                          </tr>
1921                          <tr align="center">
1922                            <td width="168">OpenVMS</td>
1923                            <td align="left" width="350">
1924                              Pegasus/Config/DefaultPropertyTableVms.h</td>
1925                          </tr>
1926                          </table>
1927                     </ul>
1928                     
1929                     <h5>enableAssociationTraversal</h5>
1930                     <ul>
1931                       <b>Description:&nbsp;</b>If true, the CIM Server will support
1932                          the four association traversal operators: Associators, 
1933                          AssociatorNames,References, and ReferenceNames.<br>
1934                       <b>Default Value:&nbsp;</b>true<br>
1935 denise.eckstein 1.1   <b>Recommended Default Value (Development Build):&nbsp;</b>true<br>
1936                       <b>Recommended Default Value (Release Build):&nbsp;</b>true<br>
1937                       <b>Recommend To Be Fixed/Hidden (Development Build):&nbsp;</b>
1938                          No/No<br>
1939                       <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>No/No<br>
1940                       <b>Dynamic?:&nbsp;</b>No<br>
1941                       <b>Considerations:&nbsp;</b>There is still an outstanding 
1942                          Provider Registration issue that restricts the degree to
1943                          which separate Providers can register for Associations.<br>
1944                          <br>
1945                          <table border="1" cellspacing="1" bordercolordark="#666666"
1946                            bordercolorlight="#CCCCCC" width=531
1947                            style='font-size=10.0pt;font-family:Arial'>
1948                          <tr>
1949                            <th bgcolor="#CAE6CA" width="168">Platform</th>
1950                            <th bgcolor="#CAE6CA" width=350>Source Configuration File</th>
1951                          </tr>
1952                          <tr align="center">
1953                            <td width="168">Linux</td>
1954                            <td align="left" width="350">
1955                              Pegasus/Config/DefaultPropertyTableLinux.h</td>
1956 denise.eckstein 1.1      </tr>
1957                          <tr align="center">
1958                            <td width="168">HP-UX</td>
1959                            <td align="left" width="350">
1960                              Pegasus/Config/DefaultPropertyTableHpux.h</td>
1961                          </tr>
1962                          <tr align="center">
1963                            <td width="168">OpenVMS</td>
1964                            <td align="left" width="350">
1965                              Pegasus/Config/DefaultPropertyTableVms.h</td>
1966                          </tr>
1967                          </table>
1968                     </ul>
1969                     
1970                     <h5>enableAuditLog</h5>
1971                     <ul>
1972                       <b>Description:&nbsp;</b>Used to enable or disable audit 
1973                          logging at run time. If true, audit logging will be enabled.<br>
1974                       <b>Recommended Default Value (Development Build):&nbsp;</b>false<br>
1975                       <b>Recommended Default Value (Release Build):&nbsp;</b>false<br>
1976                       <b>Recommend To Be Fixed/Hidden (Development Build):&nbsp;</b>
1977 denise.eckstein 1.1      No/No<br>
1978                       <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>No/No<br>
1979                       <b>Dynamic?:&nbsp;</b>Yes<br>
1980                       <b>Source Configuration File:&nbsp;</b>
1981                          Pegasus/Config/DefaultPropertyTable.h<br>
1982                     </ul>
1983                     
1984                     <h5>enableAuthentication</h5>
1985                     <ul>
1986                       <b>Description:&nbsp;</b>If true, a Client must be authenticated
1987                          to access the CIM Server.<br>
1988                       <b>Recommended Default Value (Development Build):&nbsp;</b>false<br>
1989                       <b>Recommended Default Value (Release Build):&nbsp;</b>true<br>
1990                       <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
1991                       <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>Yes<br>
1992                       <b>Dynamic?:&nbsp;</b>No<br>
1993                       <b>Source Configuration File:&nbsp;</b>
1994                          Pegasus/Config/SecurityPropertyOwner.cpp<br>
1995                     </ul>
1996                     
1997                     <h5>enableBinaryRepository</h5>
1998 denise.eckstein 1.1 <ul>
1999                       <b>Description:&nbsp;</b>Setting this to true will activate the
2000                          binary repository support on the next restart of cimserver.<br>
2001                       <b>Recommended Default Value (Development Build):&nbsp;</b>false<br>
2002                       <b>Recommended Default Value (Release Build):&nbsp;</b>false<br>
2003                       <b>Recommend To Be Fixed/Hidden (Development Build):&nbsp;</b>Yes<br>
2004                       <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>Yes<br>
2005                       <b>Dynamic?:&nbsp;</b>No<br>
2006                       <b>Considerations:&nbsp;</b>Repositories containing a mixture
2007                          of binary and XML objects are supported.<br>
2008                       <b>Source Configuration File:&nbsp;</b>
2009                          Pegasus/Config/RepositoryPropertyOwner.cpp</p>
2010                     </ul>
2011                     
2012                     
2013                     <h5>enableHttpConnection</h5>
2014                     <ul>
2015                       <b>Description:&nbsp;</b>If true, allows connections to
2016                          the CIM Server using the HTTP protocol<br>
2017                       <b>Default Value:&nbsp;</b>true<br>
2018                       <b>Recommended Default Value (Development Build):&nbsp;</b>true<br>
2019 denise.eckstein 1.1   <b>Recommended Default Value (Release Build):&nbsp;</b>false<br>
2020                       <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
2021                       <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>No/No<br>
2022                       <b>Dynamic?:&nbsp;</b>No<br>
2023                       <b>Considerations:&nbsp;</b>
2024                          Enabling HTTP will allow clients to connect with security 
2025                          properties different than those associated with encrypted SSL 
2026                          traffic, and its configured SSL authentication or other security
2027                          behavior. This option should only be enabled in environments
2028                          where sending the HTTP Request and HTTP Response as
2029                          clear text messages does not introduce a security risk.&nbsp;
2030                          Note that if authentication is enabled (enableAuthentication), 
2031                          user names and passwords will be included in the text of the 
2032                          HTTP message.<br>
2033                          <br>
2034                          <table border="1" cellspacing="1" bordercolordark="#666666"
2035                              bordercolorlight="#CCCCCC" width=531
2036                              style='font-size=10.0pt;font-family:Arial'>
2037                            <tr>
2038                              <th bgcolor="#CAE6CA" width="168">Platform</th>
2039                              <th bgcolor="#CAE6CA" width=350>Source Configuration File</th>
2040 denise.eckstein 1.1        </tr>
2041                            <tr align="center">
2042                              <td width="168">Linux</td>
2043                              <td align="left" width="350">
2044                                Pegasus/Config/DefaultPropertyTableLinux.h</td>
2045                            </tr>
2046                            <tr align="center">
2047                              <td width="168">HP-UX</td>
2048                              <td align="left" width="350">
2049                                Pegasus/Config/DefaultPropertyTableHpux.h</td>
2050                            </tr>
2051                            <tr align="center">
2052                              <td width="168">OpenVMS</td>
2053                              <td align="left" width="350">
2054                                Pegasus/Config/DefaultPropertyTableVms.h</td>
2055                            </tr>
2056                            </table>
2057                     </ul>
2058                     
2059                     <h5>enableHttpsConnection</h5>
2060                     <ul>
2061 denise.eckstein 1.1   <b>Description:&nbsp;</b>If true, allows connections to 
2062                          the CIM Server using the HTTPS protocol (HTTP using 
2063                          Secure Socket Layer encryption)<br>
2064                       <b>Default Value:&nbsp;</b>false<br>
2065                       <b>Recommended Default Value (Development Build):&nbsp;</b>true<br>
2066                       <b>Recommended Default Value (Release Build):&nbsp;</b>true<br>
2067                       <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
2068                       <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>No/No<br>
2069                       <b>Dynamic?:&nbsp;</b>No<br>
2070                       <b>Considerations:&nbsp;</b>For this option to work,
2071                          the environment variable PEGASUS_HAS_SSL must have
2072                          been set when CIM Server was built.<br>
2073                          <br>
2074                          <table border="1" cellspacing="1" bordercolordark="#666666"
2075                              bordercolorlight="#CCCCCC" width=531
2076                              style='font-size=10.0pt;font-family:Arial'>
2077                            <tr>
2078                              <th bgcolor="#CAE6CA" width="168">Platform</th>
2079                              <th bgcolor="#CAE6CA" width=350>Source Configuration File</th>
2080                            </tr>
2081                            <tr align="center">
2082 denise.eckstein 1.1          <td width="168">Linux</td>
2083                              <td align="left" width="350">
2084                               Pegasus/Config/DefaultPropertyTableLinux.h</td>
2085                            </tr>
2086                            <tr align="center">
2087                              <td width="168">HP-UX</td>
2088                              <td align="left" width="350">
2089                               Pegasus/Config/DefaultPropertyTableHpux.h</td>
2090                            </tr>
2091                            <tr align="center">
2092                              <td width="168">OpenVMS</td>
2093                              <td align="left" width="350">
2094                               Pegasus/Config/DefaultPropertyTableVms.h</td>
2095                            </tr>
2096                            </table>
2097                     </ul>
2098                     
2099                     <h5>enableIndicationService</h5>
2100                     <ul>
2101                       <b>Description:&nbsp;</b>If true, the CIM Server will support
2102                          CIM Indications.<br>
2103 denise.eckstein 1.1   <b>Default Value:&nbsp;</b>true<br>
2104                       <b>Recommended Default Value (Development Build):&nbsp;</b>true<br>
2105                       <b>Recommended Default Value (Release Build):&nbsp;</b>true<br>
2106                       <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
2107                       <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>No/No<br>
2108                       <b>Dynamic?:&nbsp;</b>No<p>&nbsp;<br>
2109                       <br>
2110                          <table border="1" cellspacing="1" bordercolordark="#666666"
2111                              bordercolorlight="#CCCCCC" width=531
2112                              style='font-size=10.0pt;font-family:Arial'>
2113                            <tr>
2114                              <th bgcolor="#CAE6CA" width="168">Platform</th>
2115                              <th bgcolor="#CAE6CA" width=350>Source Configuration File</th>
2116                            </tr>
2117                            <tr align="center">
2118                              <td width="168">Linux</td>
2119                              <td align="left" width="350">
2120                                Pegasus/Config/DefaultPropertyTableLinux.h</td>
2121                            </tr>
2122                            <tr align="center">
2123                              <td width="168">HP-UX</td>
2124 denise.eckstein 1.1          <td align="left" width="350">
2125                                Pegasus/Config/DefaultPropertyTableHpux.h</td>
2126                            </tr>
2127                            <tr align="center">
2128                              <td width="168">OpenVMS</td>
2129                              <td align="left" width="350">
2130                                Pegasus/Config/DefaultPropertyTableVms.h</td>
2131                            </tr>
2132                            </table>
2133                     </ul>
2134                     
2135                     <h5>enableNamespaceAuthorization</h5>
2136                     <ul>
2137                       <b>Description:&nbsp;</b>If true, the CIM Server restricts
2138                          access to namespaces based on configured user authorizations 
2139                          [user authorizations may be configured using the cimauth 
2140                          command]<br>
2141                       <b>Default Value:&nbsp;</b>false<br>
2142                       <b>Recommended Default Value (Development Build): </b>false<br>
2143                       <b>Recommended Default Value (Release Build):&nbsp;</b>false<br>
2144                       <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
2145 denise.eckstein 1.1   <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>No/No<br>
2146                       <b>Dynamic?:&nbsp;</b>No<br>
2147                       <b>Considerations:&nbsp;</b>
2148                          This option offers limited functionality and, in most
2149                          environments, expensive to administer.  It's use is not
2150                          recommended.<br>
2151                       <b>Source Configuration File:&nbsp;</b>
2152                          Pegasus/Config/SecurityPropertyOwner.cpp</ul>
2153                     
2154                     <h5>enableNormalization</h5>
2155                     <ul>
2156                       <b>Description:&nbsp;</b>If true, objects returned from instance 
2157                          providers are validated and normalized. <br>
2158                       <b>Default Value:&nbsp;</b>true<br>
2159                       <b>Recommended Default Value (Development Build):&nbsp;</b>true<br>
2160                       <b>Recommended Default Value (Release Build):&nbsp;</b>false<br>
2161                       <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
2162                       <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>No/No<br>
2163                       <b>Dynamic?:&nbsp;</b>No<br>
2164                       <b>Considerations:&nbsp;</b>
2165                         <ul>
2166 denise.eckstein 1.1       <li>Any errors encountered during normalization result in a
2167                               CIMException with the status code set to CIM_ERR_FAILED 
2168                               and a meaningful, context specific error description 
2169                               (messages will be localized). Providers that catch the
2170                               exception have an opportunity to handle the error. 
2171                               Otherwise, the exception is passed to the Provider Manager
2172                               and becomes the response for that Provider. 
2173                           <li>Provider Modules that are listed on the
2174                               excludeModulesFromNormalization 
2175                               configuration option are excluded from normalization. 
2176                           <li>Since the concept of normalization is relatively new to
2177                               OpenPegasus and it establishes and enforces rules for
2178                               objects returned by providers, it should only 
2179                               apply to providers written against the SDK in which it was 
2180                               introduced (or later). Therefore only Provider Modules that
2181                               have the following InterfaceType and InterfaceVersion 
2182                               combination will be subject to normalization: 
2183                             <ul>
2184                                 <li>'C++Default' / 2.5.0 or greater 
2185                                 <li>'CMPI' / 2.0.0 or greater 
2186                                 <li>'JMPI' / 1.0.0 or greater
2187 denise.eckstein 1.1         </ul>
2188                          </ul>
2189                       <b>Source Configuration File:&nbsp;</b>
2190                          Pegasus/Config/NormalizationPropertyOwner.cpp<br>
2191                     </ul>
2192                     
2193                     
2194                     <h5>enableRemotePrivilegedUserAccess</h5>
2195                     <ul>
2196                       <b>Description:&nbsp;</b>If true, the CIM Server allows 
2197                          access by a privileged user from a remote system<br>
2198                       <b>Default Value:&nbsp;</b>true<br>
2199                       <b>Recommended Default Value (Development Build):&nbsp;</b>true<br>
2200                       <b>Recommended Default Value (Release Build):&nbsp;</b>true<br>
2201                       <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
2202                       <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>No/No<br>
2203                       <b>Dynamic?:&nbsp;</b>No<br>
2204                       <b>Considerations:&nbsp;</b>Many management operations require
2205                          privileged user access.  Disabling remote access by
2206                          privileged user could significantly affect 
2207                          functionality.<br>
2208 denise.eckstein 1.1   <b>Source Configuration File:&nbsp;</b>
2209                          Pegasus/Config/SecurityPropertyOwner.cpp<p>&nbsp;</p>
2210                     </ul>
2211                     
2212                     <h5>enableSSLExportClientVerification</h5>
2213                     <ul>
2214                       <b>Description:&nbsp;</b>If true, the CIM Server allows HTTPS 
2215                          connection for CIMExport requests on the port specified by the
2216                          service name &quot;wbem-exp-https&quot;.<br>
2217                       <b>Default Value:&nbsp;</b>false<br>
2218                       <b>Recommended Default Value (Development Build):&nbsp;</b>true<br>
2219                       <b>Recommended Default Value (Release Build):&nbsp;</b>false<br>
2220                       <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
2221                       <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>No/No<br>
2222                       <b>Dynamic?:&nbsp;</b>No<br>
2223                       <b>Source Configuration File:&nbsp;</b>
2224                          Pegasus/Config/SecurityPropertyOwner.cpp</p>
2225                     </ul>
2226                     
2227                     
2228                     <h5>enableSubscriptionsForNonprivilegedUsers</h5>
2229 denise.eckstein 1.1 <ul>
2230                       <b>Description:&nbsp;</b>If true, operations (create instance,
2231                          modify instance, delete instance, get instance, enumerate 
2232                          instances, enumerate instance names) on indication 
2233                          filter, listener destination, and subscription instances 
2234                          may be performed by non-privileged users. Otherwise, these
2235                          operations may only be performed on these instances by
2236                          privileged users.<br>
2237                       <b>Default Value:&nbsp;</b>true<br>
2238                       <b>Recommended Default Value (Development Build):&nbsp;</b>true<br>
2239                       <b>Recommended Default Value (Release Build):&nbsp;</b>false<br>
2240                       <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
2241                       <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>No/No<br>
2242                       <b>Dynamic?:&nbsp;</b>No<br>
2243                       <b>Considerations:&nbsp;</b>This option has meaning only if 
2244                          enableIndicationService=true.<br>
2245                       <b>Source Configuration File:&nbsp;</b>
2246                          Pegasus/Config/SecurityPropertyOwner.cpp<p>&nbsp;</p>
2247                     </ul>
2248                     
2249                     <h5>excludeModulesFromNormalization</h5>
2250 denise.eckstein 1.1 <ul>
2251                       <b>Description:&nbsp;</b>If the excludeModulesfromNormalization 
2252                          property is set, the value is interpreted as a list of 
2253                          comma-separated Provider Module names (as specified in 
2254                          PG_ProviderModule.Name) to exclude from validation and 
2255                          normalization.<br>
2256                       <b>Default Value:&nbsp;</b>&quot;&quot;<br>
2257                       <b>Recommended Default Value (Development Build):</b>
2258                          &quot;&quot;<br>
2259                       <b>Recommended Default Value (Release Build):&nbsp;</b>
2260                          &quot;&quot;<br>
2261                       <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
2262                       <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>No/No<br>
2263                       <b>Dynamic?:&nbsp;</b>No<br>
2264                       <b>Considerations:&nbsp;</b>All objects managed by all
2265                          providers will be excluded from validation and normalization
2266                          if its module name appears in this list.<br>
2267                       <b>Source Configuration File:&nbsp;</b>
2268                          Pegasus/Config/NormalizationPropertyOwner.cpp
2269                     </ul>
2270                     
2271 denise.eckstein 1.1 
2272                     <h5><b>exportSSLTrustStore</b></h5>
2273                     <ul>
2274                       <b>Description:&nbsp;</b>Specifies the location of the OpenSSL
2275                          truststore for Indications. Consistent with the OpenSSL
2276                          implementation, a truststore can be either a file or directory.
2277                          If the truststore is a directory, all the certificates within
2278                          the directory are considered trusted.<br>
2279                       <b>Default Value:&nbsp;</b>indication_trust.pem<br>
2280                       <b>Recommended Default Value (Development Build):&nbsp;</b>
2281                          indication_trust.pem<br>
2282                       <b>Recommended Default Value (Release Build):&nbsp;</b>
2283                          $CERTIFICATEDIR/indication_trust.pem<br>
2284                       <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
2285                       <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>Yes<br>
2286                       <b>Dynamic?:&nbsp;</b>No<br>
2287                       <b>Source Configuration File:&nbsp;</b>
2288                          Pegasus/Config/SecurityPropertyOwner.cpp</p>
2289                     </ul>
2290                     
2291                     <h5>forceProviderProcesses</h5>
2292 denise.eckstein 1.1 <ul>
2293                       <b>Description:&nbsp;</b>If true, the CIM Server runs Providers
2294                          in separate processes rather than loading and calling Provider
2295                          libraries directly within the CIM Server process.<br>
2296                       <b>Default Value:&nbsp;</b>Dependent on the value of 
2297                          PEGASUS_DEFAULT_ENABLE_OOP<br>
2298                       <b>Recommended Default Value (Development Build):</b>true (HP-UX,
2299                          Linux)<br>
2300                       <b>Recommended Default Value (Release Build):&nbsp;</b>true (HP-UX,
2301                          Linux)<br>
2302                       <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
2303                       <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>No/No<br>
2304                       <b>Dynamic?:&nbsp;</b>No<br>
2305                       <b>Considerations: </b>In a dynamic, potentially multi-vendor,
2306                          environment, the ability to run Providers in separate processes 
2307                          can significantly increase the stability, maintainability and 
2308                          supportability of the overall solution.&nbsp; Running Providers
2309                          in separate process spaces: (1) helps isolate components (i.e.,
2310                          cimserver and Providers) from a catastrophic failure 
2311                          (segmentation faults, memory leaks) of a single Provider and (2)
2312                          reduces the risk of accidental or malicious sharing of sensitive
2313 denise.eckstein 1.1      data among Providers.&nbsp; This benefit comes at a cost.&nbsp; 
2314                          Moving Providers out of the cimserver process increases 
2315                          communication costs and can significantly increase response
2316                          time.&nbsp; Actual results will vary, but it is common for
2317                          response times to increase by a factor of 2.<br>
2318                         <b>Note 1: </b>When forceProviderProcesses is true, the CIM 
2319                            Server will load each Provider Module (i.e., library) into a
2320                            separate process. Providers in different Provider Modules
2321                            cannot depend on a communication mechanism that
2322                            requires them to run in the same process space.<br>
2323                         <b>Note 2: </b>Although the catastrophic failure of an 
2324                            Out-Of-Process (OOP) Provider Module  will not result in a
2325                            failure of the CIM Server process, if the failed OOP Provider
2326                            Module included Indication Providers, Indications may be 
2327                            lost.&nbsp; If logging is enabled, the CIM Server will log a
2328                            message informing administrators of what happened and what
2329                            corrective actions can be taken.<br>
2330                            <br>
2331                            <table border="1" cellspacing="1" bordercolordark="#666666"
2332                                bordercolorlight="#CCCCCC" width=531
2333                                style='font-size=10.0pt;font-family:Arial'>
2334 denise.eckstein 1.1          <tr>
2335                                <th bgcolor="#CAE6CA" width="168">Platform</th>
2336                                <th bgcolor="#CAE6CA" width=350>
2337                                  Source Configuration File</th>
2338                              </tr>
2339                              <tr align="center">
2340                                <td width="168">Linux</td>
2341                                <td align="left" width="350">
2342                                  Pegasus/Config/DefaultPropertyTableLinux.h</td>
2343                              </tr>
2344                              <tr align="center">
2345                                <td width="168">HP-UX</td>
2346                                <td align="left" width="350">
2347                                  Pegasus/Config/DefaultPropertyTableHpux.h</td>
2348                              </tr>
2349                              <tr align="center">
2350                                <td width="168">OpenVMS</td>
2351                                <td align="left" width="350">
2352                                  Pegasus/Config/DefaultPropertyTableVms.h</td>
2353                              </tr>
2354                              </table>
2355 denise.eckstein 1.1 </ul>
2356                     
2357                     <h5>home</h5>
2358                     <ul>
2359                       <b>Description:&nbsp;</b>If set, this configuration option defines
2360                          the runtime default value for PEGASUS_HOME.<br>
2361                       <b>Default Value:&nbsp;</b>"./"<br>
2362                       <b>Recommended Default Value (Development Build)</b>"./"<br>
2363                       <b>Recommended Default Value (Release Build)""</b><br>
2364                       <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
2365                       <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>Yes<br>
2366                       <b>Dynamic?:&nbsp;</b>No<p>&nbsp;<br>
2367                          <br>
2368                          <table border="1" cellspacing="1" bordercolordark="#666666"
2369                              bordercolorlight="#CCCCCC" width=531
2370                              style='font-size=10.0pt;font-family:Arial'>
2371                            <tr>
2372                              <th bgcolor="#CAE6CA" width="168">Platform</th>
2373                              <th bgcolor="#CAE6CA" width=350>Source Configuration File</th>
2374                            </tr>
2375                            <tr align="center">
2376 denise.eckstein 1.1          <td width="168">Linux</td>
2377                              <td align="left" width="350">
2378                                Pegasus/Config/DefaultPropertyTableLinux.h</td>
2379                            </tr>
2380                            <tr align="center">
2381                              <td width="168">HP-UX</td>
2382                              <td align="left" width="350">
2383                                Pegasus/Config/DefaultPropertyTableHpux.h</td>
2384                            </tr>
2385                            <tr align="center">
2386                              <td width="168">OpenVMS</td>
2387                              <td align="left" width="350">
2388                                Pegasus/Config/DefaultPropertyTableVms.h</td>
2389                            </tr>
2390                            </table>
2391                     </ul>
2392                     
2393                     <h5>httpPort</h5>
2394                     <ul>
2395                       <b>Description:&nbsp;</b>OpenPegasus first attempts to look up the 
2396                          port number for HTTP using getservbyname for the 'wbem-http'
2397 denise.eckstein 1.1      service. The httpPort configuration setting is used only when the 
2398                          getservbyname lookup fails.<br>
2399                       <b>Default Value:&nbsp;</b>blank<br>
2400                       <b>Recommended Default Value (Development Build): </b>blank<br>
2401                       <b>Recommended Default Value (Release Build):&nbsp;</b>5988<br>
2402                       <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
2403                       <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>Yes<br>
2404                       <b>Dynamic?:&nbsp;</b>No<br>
2405                       <b>Considerations:&nbsp;</b>(1)The use of 5988 for WBEM HTTP is 
2406                          recommended by the DMTF.  This port has been registered with
2407                          <a href="http://www.iana.org/assignments/port-numbers">
2408                          IANA</a>. In a production environment, the recommendation is
2409                          to use /etc/services to configure the value of this port. (2)
2410                          With the release of OpenPegasus 2.5, the default values for 
2411                          httpPort was changed from 5988 to &quot;&quot;. This 
2412                          change was made to allow the OpenPegasus to differentiate
2413                          between a default setting of 5988 and a customer-defined 
2414                          setting of 5988.&nbsp; With this change,&nbsp; if the port
2415                          number is explicitly set, the configured port will be used 
2416                          regardless of the settings in /etc/services. If no port number
2417                          is specified, the server will continue to use the value in
2418 denise.eckstein 1.1      /etc/services.<br>
2419                          <br>
2420                          <table border="1" cellspacing="1" bordercolordark="#666666"
2421                              bordercolorlight="#CCCCCC" width=531
2422                              style='font-size=10.0pt;font-family:Arial'>
2423                            <tr>
2424                              <th bgcolor="#CAE6CA" width="168">Platform</th>
2425                              <th bgcolor="#CAE6CA" width=350>Source Configuration File</th>
2426                            </tr>
2427                            <tr align="center">
2428                              <td width="168">Linux</td>
2429                              <td align="left" width="350">
2430                                Pegasus/Config/DefaultPropertyTableLinux.h</td>
2431                            </tr>
2432                            <tr align="center">
2433                              <td width="168">HP-UX</td>
2434                              <td align="left" width="350">
2435                                Pegasus/Config/DefaultPropertyTableHpux.h</td>
2436                            </tr>
2437                            <tr align="center">
2438                              <td width="168">OpenVMS</td>
2439 denise.eckstein 1.1          <td align="left" width="350">
2440                                Pegasus/Config/DefaultPropertyTableVms.h</td>
2441                            </tr>
2442                            </table>
2443                     </ul>
2444                     
2445                     <h5>httpsPort</h5>
2446                     <ul>
2447                       <b>Description:&nbsp;</b>	
2448                          OpenPegasus first attempts to look up the port number for HTTPS
2449                          using getservbyname for the 'wbem-https' service. The httpsPort
2450                          configuration setting is used only when the getservbyname lookup 
2451                          fails.<br>
2452                       <b>Default Value:&nbsp;</b>blank<br>
2453                       <b>Recommended Default Value (Development Build): </b>blank<br>
2454                       <b>Recommended Default Value (Release Build):&nbsp;</b>5989<br>
2455                       <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
2456                       <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>Yes<br>
2457                       <b>Dynamic?:&nbsp;</b>No<br>
2458                       <b>Considerations:&nbsp;</b>(1)The use of 5989 for WBEM HTTPS
2459                          is recommended by the DMTF. This port has been registered with
2460 denise.eckstein 1.1      <a href="http://www.iana.org/assignments/port-numbers">IANA</a>.
2461                          In a production environment, the recommendation is to use 
2462                          /etc/services to configure the value of this port.(2)
2463                          With the release of OpenPegasus 2.5, the default values for 
2464                          httpPort was changed from 5989 to &quot;&quot;. This 
2465                          change was made to allow the OpenPegasus to differentiate 
2466                          between a default setting of 5989 and a customer-defined 
2467                          setting of 5989.&nbsp; With this change,&nbsp; if the port number
2468                          is explicitly set, the configured port will be used regardless 
2469                          of the settings in /etc/services. If no port number is specified,
2470                          the server will continue to use the value in /etc/services.<br>
2471                          <br>
2472                     
2473                          <table border="1" cellspacing="1" bordercolordark="#666666"
2474                              bordercolorlight="#CCCCCC" width=531
2475                              style='font-size=10.0pt;font-family:Arial'>
2476                            <tr>
2477                              <th bgcolor="#CAE6CA" width="168">Platform</th>
2478                              <th bgcolor="#CAE6CA" width=350>Source Configuration File</th>
2479                            </tr>
2480                            <tr align="center">
2481 denise.eckstein 1.1          <td width="168">Linux</td>
2482                              <td align="left" width="350">
2483                                Pegasus/Config/DefaultPropertyTableLinux.h</td>
2484                            </tr>
2485                            <tr align="center">
2486                              <td width="168">HP-UX</td>
2487                              <td align="left" width="350">
2488                                Pegasus/Config/DefaultPropertyTableHpux.h</td>
2489                            </tr>
2490                            <tr align="center">
2491                              <td width="168">OpenVMS</td>
2492                              <td align="left" width="350">
2493                                Pegasus/Config/DefaultPropertyTableVms.h</td>
2494                            </tr>
2495                            </table>
2496                     </ul>
2497                     
2498                     <h5>idleConnectionTimeout</h5>
2499                     <ul>
2500                       <b>Description:&nbsp;</b>If set to a positive integer, this value
2501                          specifies a minimum timeout value for idle client connections.
2502 denise.eckstein 1.1      If set to zero, idle client connections do not time out.<br>
2503                       <b>Recommended Default Value (Development Build):&nbsp;</b>0<br>
2504                       <b>Recommended Default Value (Release Build):&nbsp;</b>0<br>
2505                       <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
2506                       <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>No/No<br>
2507                       <b>Considerations:&nbsp;</b>A client connection is considered
2508                          idle when it is not in the process of sending a request and
2509                          the CIM Server is not processing a request from that connection.
2510                          An idle connection timeout allows reclamation of the system 
2511                          resources allocated for idle CIM Server connections. Note that
2512                          the CIM Server may allow an idle connection to persist longer
2513                          than the configured timeout value based on server activity. 
2514                          Some client applications may not behave correctly if a 
2515                          connection timeout is introduced. Client compatibility should be
2516                          considered when configuring an idle connection timeout value.
2517                          The idle connection time is computed using the system clock. 
2518                          Thus, resetting the system clock may cause unexpected timeout
2519                          behavior.<br>
2520                     </ul>
2521                     
2522                     <h5>logdir</h5>
2523 denise.eckstein 1.1 <ul>
2524                       <b>Description:&nbsp;</b>Specifies the name of the directory
2525                          to be used for the OpenPegasus specific log files.<br>
2526                       <b>Recommended Default Value (Development Build):&nbsp;</b>logs<br>
2527                       <b>Recommended Default Value (Release Build):&nbsp;</b>$LOGDIR<br>
2528                       <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
2529                       <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>Yes<br>
2530                       <b>Dynamic?:&nbsp;</b>Yes<br>
2531                       <b>Considerations:&nbsp;</b>This option is not supported if 
2532                          PEGASUS_USE_SYSLOGS is defined.<br>
2533                       <b>Source Configuration File:&nbsp;</b>
2534                          Pegasus/Config/LogPropertyOwner.cpp<br>
2535                     </ul>
2536                     
2537                     <h5>logLevel</h5>
2538                     <ul>
2539                       <b>Description:&nbsp;</b>Defines the desired level of logging.  
2540                          Valid values include: TRACE, INFORMATION, WARNING, SEVERE,
2541                          FATAL.<br>
2542                       <b>Default Value:&nbsp;</b>"INFORMATION"<br>
2543                       <b>Recommended Default Value (Development Build):&nbsp;</b>
2544 denise.eckstein 1.1      "INFORMATION"<br>
2545                       <b>Recommended Default Value (Release Build):&nbsp;</b>"SEVERE"<br>
2546                       <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
2547                       <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>No/No<br>
2548                       <b>Dynamic?:&nbsp;</b>Yes<br>
2549                       <b>Considerations:&nbsp;</b><br>
2550                       <b>Source Configuration File:&nbsp;</b>
2551                          Pegsus/Config/LogPropertyOwner.cpp<p>&nbsp;</p>
2552                     </ul>
2553                     
2554 mreddy          1.3 <h5>maxLogFileSizeKBytes</h5>
2555                     <ul>
2556                       <b>Description:&nbsp;</b>Specifies the maximum size of the logfile in Kilo 
2557                          Bytes. If the logfile size exceeds maxLogFileSizeKBytes logfile will be pruned.<br>
2558                       <b>Default Value:&nbsp;</b>32768<br>
2559                       <b>Recommended Default Value (Development Build):&nbsp;</b> 32768<br>
2560                       <b>Recommended Default Value (Release Build):&nbsp;</b>32768<br>
2561                       <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
2562                       <b>Recommend To Be Fixed/Hidden (Release Build):</b>&nbsp;No/No<br>
2563                       <b>Dynamic?:</b>&nbsp;Yes<br>
2564                       <b>Considerations:</b> This option is not supported if PEGASUS_USE_SYSLOGS is defined. Minimum accepted value is 32 KB.&nbsp;<br>
2565                       <b>Source Configuration File:</b>&nbsp; Pegsus/Config/LogPropertyOwner.cpp<p>&nbsp;</p>
2566                     </ul>
2567 denise.eckstein 1.1 <h5>maxProviderProcesses</h5>
2568                     <ul>
2569                       <b>Description:</b>&nbsp;Limits the number of provider
2570                          processes (see 'forceProviderProcesses) that may run 
2571                          concurrently. A 'maxProviderProcesses' value of '0' indicates
2572                          that the number of Provider Agent processes is unlimited<br>
2573                       <b>Default Value:&nbsp;</b>0<br>
2574                       <b>Recommended Default Value (Development Build):</b>&nbsp;0<br>
2575                       <b>Recommended Default Value (Release Build):</b>&nbsp;0<br>
2576                       <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
2577                       <b>Recommend To Be Fixed/Hidden (Release Build): </b>No/Yes<br>
2578                       <b>Dynamic?:&nbsp;</b>No<br>
2579                       <b>Considerations:&nbsp;</b><br>
2580                          <br>
2581                          <table border="1" cellspacing="1" bordercolordark="#666666"
2582                              bordercolorlight="#CCCCCC" width=531
2583                              style='font-size=10.0pt;font-family:Arial'>
2584                            <tr>
2585                              <th bgcolor="#CAE6CA" width="168">Platform</th>
2586                              <th bgcolor="#CAE6CA" width=350>
2587                                Source Configuration File</th>
2588 denise.eckstein 1.1        </tr>
2589                            <tr align="center">
2590                              <td width="168">Linux</td>
2591                              <td align="left" width="350">
2592                                Pegasus/Config/DefaultPropertyTableLinux.h</td>
2593                            </tr>
2594                            <tr align="center">
2595                              <td width="168">HP-UX</td>
2596                              <td align="left" width="350">
2597                                Pegasus/Config/DefaultPropertyTableHpux.h</td>
2598                            </tr>
2599                            <tr align="center">
2600                              <td width="168">OpenVMS</td>
2601                              <td align="left" width="350">
2602                                Pegasus/Config/DefaultPropertyTableVms.h</td>
2603                            </tr>
2604                            </table>
2605                     </ul>
2606                     
2607                     <h5>messageDir</h5>
2608                     <ul>
2609 denise.eckstein 1.1   <b>Description:&nbsp;</b>Specifies the name of the directory to
2610                          be used for the OpenPegasus translated messages.<br>
2611                       <b>Default Value:&nbsp;</b>msg<br>
2612                       <b>Recommended Default Value (Development Build):&nbsp;</b>msg<br>
2613                       <b>Recommended Default Value (Release Build):</b>
2614                          $MESSAGEDIR/msg<br>
2615                       <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
2616                       <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>Yes<br>
2617                       <b>Dynamic?:&nbsp;</b>No<br>
2618                       <b>Considerations:&nbsp;</b>Only used when message localization
2619                          is enabled. &nbsp;See PEGASUS_HAS_MESSAGES for details.<br>
2620                       <b>Source Configuration File:&nbsp;</b>
2621                          FileSystemPropertyOwner.cpp<br>
2622                     </ul>
2623                     
2624                     <h5>providerDir</h5>
2625                     <ul>
2626                       <b>Description:&nbsp;</b>Specifies the names of the directories 
2627                          that contains Provider executables.<br>
2628                       <b>Recommended Default Value (Development Build):&nbsp;</b>lib<br>
2629                       <b>Recommended Default Value (Release Build):&nbsp;</b>
2630 denise.eckstein 1.1      $PROVIDERDIRS<br>
2631                       <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
2632                       <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>Yes<br>
2633                       <b>Dynamic?:&nbsp;</b>No<br>
2634                       <b>Considerations:&nbsp;</b>The CIM Server runs as a privileged
2635                          user. And, since Providers run in the same process space as the
2636                          CIM Server, Providers also have privileged access to the 
2637                          system. Allowing a registered Provider’s executable to be
2638                          replaced with malicious code would result in a critical 
2639                          security defect, giving a malicious user privileged access
2640                          to the system. Adminstrators are responsible for ensuring
2641                          that only trusted Providers are loaded into providerDir.
2642                          In order to simplify the management task associated with
2643                          securing Provider executable, the value of providerDir can be
2644                          fixed at build time (i.e., set to one or more fixed, well-known
2645                          locations).<br>
2646                       <b>Source Configuration File:&nbsp;</b>
2647                          Pegasus/Config/FileSystemPropertyOwner.cpp<br>
2648                     </ul>
2649                         
2650                     <h5>providerManagerDir</h5>
2651 denise.eckstein 1.1 <ul>
2652                       <b>Description:&nbsp;</b>Specifies the name of the directory that
2653                          contains the ProviderManager plugin libraries.<br>
2654                       <b>Recommended Default Value (Development Build):&nbsp;</b>lib<br>
2655                       <b>Recommended Default Value (Release Build):&nbsp;</b>
2656                          $PROVIDERMANAGERDIRS<br>
2657                       <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
2658                       <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>Yes<br>
2659                       <b>Dynamic?:&nbsp;</b>No<br>
2660                       <b>Considerations:&nbsp;</b>Should be a dedicated directory to
2661                          minimize inspection of non-applicable files. Additionally,
2662                          since all calls to the providers go through the provider
2663                          managers, the same care should be taken with regards to
2664                          security for the provider manager directory, as for provider
2665                          directories.<br>
2666                       <b>Source Configuration File:&nbsp;</b>
2667                          Pegasus/Config/FileSystemPropertyOwner.cpp<br>
2668                     </ul>    
2669                     
2670                     <h5>repositoryDir</h5>
2671                     <ul>
2672 denise.eckstein 1.1   <b>Description:&nbsp;</b>Specifies the name of the directory 
2673                          to be used for the OpenPegasus repository.<br>
2674                       <b>Recommended Default Value (Development Build): </b>repository<br>
2675                       <b>Recommended Default Value (Release Build):&nbsp;</b>
2676                          $REPOSITORYDIR/repository<br>
2677                       <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
2678                       <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>Yes<br>
2679                       <b>Dynamic?:&nbsp;</b>No<br>
2680                       <b>Considerations:&nbsp;</b><br>
2681                       <b>Source Configuration File:&nbsp;</b>
2682                          Pegasus/Config/FileSystemPropertyOwner.cpp<p><br>
2683                     </ul>
2684                     
2685                     <h5>repositoryIsDefaultInstanceProvider</h5>
2686                     <ul>
2687                       <b>Description:&nbsp;</b>If true, the Repository functions 
2688                          as the Instance Provider for all classes for which there 
2689                          is not an explicitly registered Provider.  This flag is 
2690                          also used to control the behavior of the repository when 
2691                          processing association operators.<br>
2692                       <b>Recommended Default Value (Development Build): </b>true<br>
2693 denise.eckstein 1.1   <b>Recommended Default Value (Release Build):&nbsp;</b>false<br>  
2694                       <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
2695                       <b>Recommend To Be Fixed/Hidden (Release Build): </b>No/Yes<br>
2696                       <b>Dynamic?: &nbsp;</b>No<br>
2697                       <b>Considerations: &nbsp;</b>This flag can be used to configure
2698                          the CIM Server to allow the Repository to be used by CIM Clients
2699                          and CIM Providers as a dynamic data store. The setting of this
2700                          flag will significantly affect CIM Server behavior as viewed 
2701                          by the CIM Client.<br> 
2702                                     
2703                          The following issues should be considered when setting 
2704                          repositoryIsDefaultInstanceProvider=true:
2705                     
2706                          <ul>
2707                            <li><b>Authorization.</b> &nbsp;The repository has no 
2708                                concept of which users (or components) are authorized to
2709                                perform which operations.</li>
2710                            <li><b>Appearance of instrumentation.</b>  A client application
2711                                cannot determine whether instrumentation exists for a 
2712                                given CIM class. For example,&nbsp; imagine a client 
2713                                issues a CreateInstance operation on a Disk class 
2714 denise.eckstein 1.1            for&nbsp;&nbsp;&nbsp; which no provider is registered.
2715                                &nbsp;The instance will be stored in the repository, and
2716                                the client gets a "success" response. Does that mean a 
2717                                disk device has been created on the server? Even worse,
2718                                when another client issues an EnumerateInstances 
2719                                operation,&nbsp;the spurious Disk instance is returned.
2720                                &nbsp;With repositoryIsDefaultInstanceProvider=false, the
2721                                CreateInstance operation above would have returned a 
2722                                NOT_SUPPORTED error.</li>     
2723                            <li><b>Potential for inconsistent data.</b>  Using the
2724                                repository as a data cache increases the probability
2725                                that a client will see stale or incorrect data.  A
2726                                provider can better control the correlation 
2727                                between the data returned and the current state of the
2728                                underlying managed resource (whether or not the provider 
2729                                caches the data).</li>
2730                          </ul>
2731                          <br>
2732                                 
2733                          The following issues should be considered when setting 
2734                          repositoryIsDefaultInstanceProvider=false:
2735 denise.eckstein 1.1 
2736                          <ul>
2737                            <li><b>Provider Availability.</b> Certain Providers have been
2738                                developed to use the Repository as a dynamic data store. 
2739                                These Providers are currently not supported on system 
2740                                where this flag is disabled. E.g., the Common Diagnostics
2741                                Model (CDM) Provider 
2742                                (http://developer.intel.com/design/servers/cdm/)
2743                                relies on use of the Repository to store instances 
2744                                of CIM_DiagnosticSetting.&nbsp; If this flag set to 
2745                                false, this Provider will not function correctly. Note 
2746                                that this feature is supported by other WBEM 
2747                                implementation.&nbsp; Therefore, disabling this feature
2748                                can increase the cost of migrating existing Providers to
2749                                OpenPegasus.</li>
2750                           </ul>  
2751                     
2752                       <b>Source Configuration File:&nbsp;</b> 
2753                          Pegasus/Config/RepositoryPropertyOwner.cpp<br>
2754                     </ul>
2755                         
2756 denise.eckstein 1.1 <h5>shutdownTimeout</h5>
2757                     <ul>
2758                       <b>Description:&nbsp;</b>When a cimserver -s shutdown command is
2759                          issued, specifies the maximum time in seconds for the CIM Server
2760                          to complete outstanding CIM operation requests before shutting
2761                          down; if the specified timeout period expires, the CIM Server
2762                          will shut down, even if there are still CIM operations in 
2763                          progress. Minimum value is 2 seconds.<br>
2764                       <b>Recommended Default Value (Development Build):&nbsp;</b>10<br>
2765                       <b>Recommended Default Value (Release Build):&nbsp;</b>10<br>
2766                       <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
2767                       <b>Recommend To Be Fixed/Hidden (Release Build):</b>No/No<br>
2768                       <b>Dynamic?:&nbsp;</b>Yes<br>
2769                       <b>Considerations:&nbsp;</b><br>
2770                       <b>Source Configuration File:&nbsp;</b>
2771                          Pegasus/Config/ShutdownPropertyOwner.cpp<br>
2772                     </ul>
2773                     
2774                     <h5>slp</h5>
2775                     <ul>
2776                       <b>Description:&nbsp;</b>When set to true, OpenPegasus activates
2777 denise.eckstein 1.1      an SLP SA and issues DMTF defined SLP advertisements to this SA
2778                          on startup.<br>
2779                       <b>Default Value:&nbsp;</b>false<br>
2780                       <b>Recommended Default Value (Development Build): </b>false<br>
2781                       <b>Recommended Default Value (Release Build):&nbsp;</b>false<br>
2782                       <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
2783                       <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>Yes<br>
2784                       <b>Dynamic?:&nbsp;</b>No<p>&nbsp;<br>
2785                       <br>
2786                          <table border="1" cellspacing="1" bordercolordark="#666666"
2787                              bordercolorlight="#CCCCCC" width=531
2788                              style='font-size=10.0pt;font-family:Arial' height="80">
2789                            <tr>
2790                              <th bgcolor="#CAE6CA" width="168" height="16">Platform</th>
2791                              <th bgcolor="#CAE6CA" width=350 height="16">
2792                                Source Configuration File</th>
2793                            </tr>
2794                            <tr align="center">
2795                             <td width="168" height="14">Linux</td>
2796                              <td align="left" width="350" height="14">
2797                                Pegasus/Config/DefaultPropertyTableLinux.h</td>
2798 denise.eckstein 1.1        </tr>
2799                            <tr align="center">
2800                              <td width="168" height="14">HP-UX</td>
2801                              <td align="left" width="350" height="14">
2802                                Pegasus/Config/DefaultPropertyTableHpux.h</td>
2803                            </tr>
2804                            <tr align="center">
2805                              <td width="168" height="16">OpenVMS</td>
2806                              <td align="left" width="350" height="16">
2807                                Pegasus/Config/DefaultPropertyTableVms.h</td>
2808                            </tr>
2809                            </table>
2810                     </ul>
2811                     
2812                     <h5>socketWriteTimeout</h5>
2813                     <ul>
2814                       <b>Description:&nbsp;</b>If the CIM Server receives an
2815                          EWOULDBLOCK/EAGAIN error on a non-blocking write,
2816                          socketWriteTimeout defines the number of seconds the 
2817                          CIM Server will wait for the socket to get ready and resume 
2818                          writing data.<br>
2819 denise.eckstein 1.1   <b>Recommended Default Value (Development Build):&nbsp;</b>
2820                          20 (seconds)<br>
2821                       <b>Recommended Default Value (Release Build):&nbsp;</b>
2822                          20 (seconds)<br>
2823                       <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
2824                       <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>No/No<br>
2825                       <b>Dynamic?:&nbsp;</b>No<br>
2826                       <b>Source Configuration File:&nbsp;</b>
2827                          Pegasus/Config/DefaultPropertyTable.h
2828                     </ul>
2829                     
2830                     <h5>sslCertificateFilePath</h5>
2831                     <ul>
2832                       <b>Description:&nbsp;</b>Contains the CIM Server SSL 
2833                          Certificate.<br>
2834                       <b>Recommended Default Value (Development Build):&nbsp;</b>
2835                          server.pem<br>
2836                       <b>Recommended Default Value (Release Build):&nbsp;</b>
2837                          $CERTIFICATEDIR/server.pem"<br>
2838                       <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
2839                       <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>Yes<br>
2840 denise.eckstein 1.1   <b>Dynamic?:&nbsp;</b>No<br>
2841                       <b>Considerations: </b>For a more detailed look at SSL options
2842                          and their ramifications, please see the SSL guidelines.<br>
2843                       <b>Source Configuration File:&nbsp;</b>
2844                          Pegasus/Config/SecurityPropertyOwner.cpp
2845                     </ul>
2846                     
2847                     <h5>sslClientVerificationMode</h5>
2848                     <ul>
2849                       <b>Description:&nbsp;</b>Describes the desired level of support
2850                          for certificate-based authentication.
2851                         <ul style="MARGIN-TOP: 0in" type="circle">
2852                           <li>“<b>required</b>” – The server requires certificate-based
2853                               client authentication.&nbsp; A client MUST present a 
2854                               trusted certificate in order to access the CIM Server.&nbsp;
2855                               If the client fails to send a certificate or sends an 
2856                               untrusted certificate, the connection will be rejected.</li>
2857                           <li>“<b>optional</b>” – The server supports, but does not
2858                               require, certificate-based client authentication. The 
2859                               server will request and attempt to validate a client 
2860                               certificate, however the connection will be accepted even
2861 denise.eckstein 1.1           if no certificate is sent or an untrusted certificate is
2862                               sent.&nbsp; The server will then seek to authenticate the
2863                               client via an authentication header.</li>
2864                           <li>“<b>disabled</b>” – The server does not support 
2865                               certificate-based client authentication.</li>
2866                         </ul>
2867                       <b>Recommended Default Value (Development Build):&nbsp;</b>
2868                          disabled<br>
2869                       <b>Recommended Default Value (Release Build):&nbsp;</b>
2870                          disabled<br>
2871                       <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
2872                       <b>Recommend To Be Fixed/Hidden (Release Build): </b>No/No<br>
2873                       <b>Dynamic?:&nbsp;</b>No<br>
2874                       <b>Considerations:&nbsp;</b>(1) This property is only used if
2875                          <b>enableHttpsConnection</b> is  <b>&quot;true&quot;</b>.
2876                          (2) If the platform does not support PEGASUS_LOCAL_DOMAIN_SOCKET,
2877                          OpenPegasus attempts to use either HTTPS or
2878                          HTTP to establish a local connection (connectLocal).&nbsp; 
2879                          For platforms that do not support PEGASUS_LOCAL_DOMAIN_SOCKET,
2880                          Clients which use connectLocal, such as cimconfig -l -c, 
2881                          cimprovider -l -s and cimserver -s, will not work if&nbsp; the
2882 denise.eckstein 1.1      &quot;sslClientVerificationMode&quot; variable is set to
2883                          &quot;required&quot; and HTTP is disabled.&nbsp; For these
2884                          platforms, the recommended course of action is to change the 
2885                          property value to &quot;optional.&quot;<br>
2886                       <b>Source Configuration File:&nbsp;</b>
2887                          Pegasus/Config/SecurityPropertyOwner.cpp
2888                     </ul>
2889                     	
2890                     <h5>sslKeyFilePath</h5>
2891                     <ul>
2892                       <b>Description:&nbsp;</b>Contains the private key for the CIM
2893                          Server SSL Certificate.<br>
2894                       <b>Recommended Default Value (Development Build):&nbsp;</b>
2895                          file.pem<br>
2896                       <b>Recommended Default Value (Release Build):&nbsp;</b>
2897                          $CERTIFICATEDIR/file.pem<br>
2898                       <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
2899                       <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>Yes<br>
2900                       <b>Dynamic?:&nbsp;</b>No<br>
2901                       <b>Considerations: </b>File should be readable only by the
2902                          user the cimserver is running as and/or privileged users. The
2903 denise.eckstein 1.1      file should be writeable only by a privileged user.<br>
2904                       <b>Source Configuration File:&nbsp;</b>
2905                          Pegasus/Config/SecurityPropertyOwner.cpp<br>
2906                     </ul>
2907                     
2908                     <h5>sslTrustStore</h5>
2909                     <ul>
2910                       <b>Description:&nbsp;</b>Specifies the location of the OpenSSL
2911                          truststore. Consistent with the OpenSSL implementation, a 
2912                          truststore can be either a file or directory. If the truststore
2913                          is a directory, all the certificates within the directory are 
2914                          considered trusted.<br>
2915                       <b>Recommended Default Value (Development Build):&nbsp;</b>
2916                          client.pem<br>
2917                       <b>Recommended Default Value (Release Build):&nbsp;</b>
2918                          $CERTIFICATEDIR/client.pem<br>
2919                       <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
2920                       <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>Yes<br>
2921                       <b>Dynamic?:&nbsp;</b>No<br>
2922                       <b>Source Configuration File:&nbsp;</b>
2923                          Pegsus/Config/SecurityPropertyOwner.cpp
2924 denise.eckstein 1.1 </ul>
2925                     
2926                     <h5>sslTrustStoreUserName</h5>
2927                     <ul>
2928                       <b>Description:&nbsp;</b>Specifies the system user name to be
2929                          associated with all certificate-based authenticated requests.<br>
2930                       <b>Recommended Default Value (Development Build): </b>NONE<br>
2931                       <b>Recommended Default Value (Release Build):&nbsp;</b>NONE<br>
2932                       <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
2933                       <b>Recommend To Be Fixed/Hidden (Release Build): </b>No/No<br>
2934                       <b>Dynamic?:&nbsp;</b>No<br>
2935                       <b>Considerations:&nbsp;</b>This property has no default; for
2936                          security reasons, the system administrator must explicitly 
2937                          specify this value.&nbsp; This feature allows a single user
2938                          name to be specified.&nbsp; This user will be associated
2939                          with all certificates in the truststore.&nbsp; In the future,
2940                          OpenPegasus will allow a system administrator to associate a
2941                          distinct user name with each certificate.<br>
2942                       <b>Source Configuration File:&nbsp;</b>
2943                          Pegsus/Config/SecurityPropertyOwner.cpp<br>
2944                     </ul>
2945 denise.eckstein 1.1 
2946                     <h5>traceComponents</h5>
2947                     <ul>
2948                       <b>Description:&nbsp;</b>Defines the components to be traced.<br>
2949                       <b>Default Value:&nbsp;</b>""<br>
2950                       <b>Recommended Default Value (Development Build):&nbsp;</b>""<br>
2951                       <b>Recommended Default Value (Release Build):&nbsp;</b>""<br>
2952                       <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
2953                       <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>No/Yes<br>
2954                       <b>Dynamic?:&nbsp;</b>Yes<br>
2955                       <b>Source Configuration File:&nbsp;</b>
2956                          Pegasus/Config/TracePropertyOwner.cpp<br>
2957                     </ul>
2958                     
2959                     <h5>traceFacility</h5>
2960                     <ul>
2961                       <b>Description:&nbsp;</b>Defines the desired facility for trace 
2962                          messages. Valid values include: &quot;File&quot;
2963                          and &quot;Log&quot;.<br>
2964                       <b>Default Value:&nbsp;</b>File<br>
2965                       <b>Recommended Default Value (Development Build): </b>File<br>
2966 denise.eckstein 1.1   <b>Recommended Default Value (Release Build): </b>File<br>
2967                       <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
2968                       <b>Recommend To Be Fixed/Hidden (Release Build): </b>No/Yes<br>
2969                       <b>Dynamic?:&nbsp;</b>Yes<br>
2970                       <b>Case Sensitive?:&nbsp;</b>No<br>
2971                       <b>Considerations:&nbsp;</b>If you specify &quot;File&quot;,
2972                          trace messagesare written into the file specified by the 
2973                          configuration option traceFilePath. If you specify
2974                          &quot;Log&quot;, trace messages are written to the 
2975                          OpenPegasus Log.<br>
2976                       <b>Source Configuration File:&nbsp;</b>
2977                          Pegasus/Config/TracePropertyOwner.cpp<br>
2978                     </ul>
2979                     
2980                     <h5>traceFilePath</h5>
2981                     <ul>
2982                       <b>Description:&nbsp;</b>Specifies the location of the
2983                          OpenPegasus trace file.<br>
2984                       <b>Default Value:&nbsp;</b>cimserver.trc<br>
2985                       <b>Recommended Default Value (Development Build):</b>
2986                          cimserver.trc<br>
2987 denise.eckstein 1.1   <b>Recommended Default Value (Release Build):&nbsp;</b>
2988                          $TRACEDIR/cimserver.trc<br>
2989                       <b>Recommend To Be Fixed/Hidden (Development Build):</b>No/No<br>
2990                       <b>Recommend To Be Fixed/Hidden (Release Build): </b>Yes<br>
2991                       <b>Dynamic?:&nbsp;</b>Yes<br>
2992                       <b>Source Configuration File:&nbsp;</b>
2993                          Pegasus/Config/TracePropertyOwner.cpp<br>
2994                     </ul>
2995                     
2996                     <h5>traceLevel</h5>
2997                     <ul>
2998                       <b>Description:&nbsp;</b></b>Defines the desired level of
2999                          tracing. Valid values include: 0, 1, 2, 3, 4, 5.<br>
3000                       <b>Default Value:&nbsp;</b>0<br>
3001                       <b>Recommended Default Value (Development Build): </b>0<br>
3002                       <b>Recommended Default Value (Release Build): </b>0<<br>
3003                       <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
3004                       <b>Recommend To Be Fixed/Hidden (Release Build): </b>No/Yes<br>
3005                       <b>Dynamic?:&nbsp;</b>Yes<br>
3006                       <b>Source Configuration File:&nbsp;</b>
3007                          Pegasus/Config/TracePropertyOwner.cpp<br>
3008 denise.eckstein 1.1 </ul>
3009                     
3010                     <h3>Configuration Constants</h3>
3011                     
3012                     <h4>Definitions</h4>
3013                     
3014                     <h5>static char CURRENT_CONFIG_FILE [] = </h5>
3015                     <ul>
3016                       <b>Description:&nbsp;</b>Default file name for the current
3017                          configuration file.<br>
3018                       <b>Recommended Default Value (Development Build):</b>
3019                          cimserver_current.conf<br>
3020                       <b>Recommended Default Value (Release Build): </b>
3021                          $CONFIGDIR/cimserver_current.conf<br>
3022                       <b>Dynamic?:&nbsp;</b>No&nbsp;<br>
3023                       <br>
3024                          <table border="1" cellspacing="1" bordercolordark="#666666"
3025                              bordercolorlight="#CCCCCC" width=531
3026                              style='font-size=10.0pt;font-family:Arial'>
3027                            <tr>
3028                              <th bgcolor="#CAE6CA" width="168">Platform</th>
3029 denise.eckstein 1.1          <th bgcolor="#CAE6CA" width=350>
3030                                Source Configuration File</th>
3031                            </tr>
3032                            <tr align="center">
3033                              <td width="168">Linux</td>
3034                              <td align="left" width="350">
3035                                Pegasus/Config/ConfigFileDirLinux.h</td>
3036                            </tr>
3037                            <tr align="center">
3038                              <td width="168">HP-UX</td>
3039                              <td align="left" width="350">ConfigFileDirHpux.h</td>
3040                            </tr>
3041                            <tr align="center">
3042                              <td width="168">OpenVMS</td>
3043                              <td align="left" width="350">
3044                                Pegasus/Config/ConfigFileDirVms.h</td>
3045                            </tr>
3046                            </table>
3047                     </ul>
3048                     
3049                     <h5>static char PLANNED_CONFIG_FILE [] = </h5>
3050 denise.eckstein 1.1 <ul>
3051                       <b>Description:&nbsp;</b>Default file name for the planned 
3052                          configuration file.<br>
3053                       <b>Recommended Default Value (Development Build):&nbsp;</b>
3054                          cimserver_planned.conf<br>
3055                       <b>Recommended Default Value (Release Build):&nbsp;</b>
3056                          $CONFIGDIR/cimserver_planned.conf<br>
3057                       <b>Dynamic?:&nbsp;</b>No<br>
3058                          <br>
3059                          <table border="1" cellspacing="1" bordercolordark="#666666"
3060                              bordercolorlight="#CCCCCC" width=531
3061                             style='font-size=10.0pt;font-family:Arial'>
3062                            <tr>
3063                              <th bgcolor="#CAE6CA" width="168">Platform</th>
3064                              <th bgcolor="#CAE6CA" width=350>
3065                                Source Configuration File</th>
3066                            </tr>
3067                            <tr align="center">
3068                              <td width="168">Linux</td>
3069                              <td align="left" width="350">
3070                                Pegasus/Config/ConfigFileDirLinux.h</td>
3071 denise.eckstein 1.1        </tr>
3072                            <tr align="center">
3073                              <td width="168">HP-UX</td>
3074                              <td align="left" width="350">
3075                                Pegasus/Config/ConfigFileDirHpux.h</td>
3076                            </tr>
3077                            <tr align="center">
3078                              <td width="168">OpenVMS</td>
3079                              <td align="left" width="350">
3080                                Pegasus/Config/ConfigFileDirVms.h</td>
3081                            </tr>
3082                            </table>
3083                     </ul>
3084                     
3085                     <h5>static char CIMSERVER_START_FILE [] = </h5>
3086                     <ul>
3087                       <b>Description:&nbsp;</b>This is for the default file name
3088                          for the cimserver startup file containing the PID.<br>
3089                       <b>Default Value:&nbsp;</b>/tmp/cimserver_start.conf<br>
3090                       <b>Recommended Default Value (Development Build):&nbsp;</b>
3091                          /tmp/cimserver_start.conf<br>
3092 denise.eckstein 1.1   <b>Recommended Default Value (Release Build):&nbsp;</b>
3093                          $PIDFILE<br>
3094                       <b>Dynamic?:&nbsp;</b>No<br>
3095                          <br>
3096                          <table border="1" cellspacing="1" bordercolordark="#666666"
3097                              bordercolorlight="#CCCCCC" width=531
3098                              style='font-size=10.0pt;font-family:Arial'>
3099                            <tr>
3100                              <th bgcolor="#CAE6CA" width="168">Platform</th>
3101                              <th bgcolor="#CAE6CA" width=350>
3102                                Source Configuration File</th>
3103                            </tr>
3104                            <tr align="center">
3105                              <td width="168">Linux</td>
3106                              <td align="left" width="350">
3107                                Pegasus/Config/ConfigFileDirLinux.h</td>
3108                            </tr>
3109                            <tr align="center">
3110                              <td width="168">HP-UX</td>
3111                              <td align="left" width="350">
3112                                Pegasus/Config/ConfigFileDirHpux.h</td>
3113 denise.eckstein 1.1        </tr>
3114                            <tr align="center">
3115                              <td width="168">OpenVMS</td>
3116                              <td align="left" width="350">
3117                                Pegasus/Config/ConfigFileDirVms.h</td>
3118                            </tr>
3119                            </table>
3120                     </ul>
3121                     
3122                     <h3>Configuration Macros</h3>
3123                     
3124                     <h4>Definitions</h4>
3125                     
3126                     <h5>PEGASUS_SSLCLIENT_CERTIFICATEFILE</h5>
3127                     <ul>
3128                       <b>Description:&nbsp;</b><br>
3129                       <b>Recommended Default Value (Development Build): </b>client.pem<br>
3130                       <b>Recommended Default Value (Release Build):&nbsp;</b>
3131                          $CERTIFICATEDIR/client.pem<br>
3132                       <b>Dynamic?:&nbsp;</b>No<br>
3133                       <b>Source Configuration File:&nbsp;</b>
3134 denise.eckstein 1.1      Pegasus/Common/Constants.h<br>
3135                     </ul>
3136                     
3137                     <h5>PEGASUS_SSLCLIENT_RANDOMFILE</h5>
3138                     <ul>
3139                       <b>Description:&nbsp;</b>On platforms that do not support
3140                          /dev/random or /dev/urandom, OpenSSL will use this file to 
3141                          seed the PRNG (Pseudo-Random Number Generator). This 
3142                          PEGASUS_SSLCLIENT_RANDOMFILE defines the default CIM 
3143                          Client random file.<br>
3144                       <b>Recommended Default Value (Development Build):</b>ssl.rnd<br>
3145                       <b>Recommended Default Value (Release Build):</b>
3146                          $RANDOMDIR/ssl.rnd<br>
3147                       <b>Dynamic?:&nbsp;</b>No<br>
3148                       <b>Considerations:&nbsp;</b>Use of this variable requires&nbsp;
3149                          PEGASUS_HAS_SSL to be set.&nbsp; CIM Client use of a 
3150                          shared random file is not recommended.&nbsp; On systems where
3151                          /dev/random or /dev/urandom are not available, CIM Clients are
3152                          encouraged to generate a unique random file which 
3153                          contains sufficient entropy.<br>
3154                       <b>Source Configuration File:&nbsp;</b>
3155 denise.eckstein 1.1      Pegasus/Common/Constants.h<br>
3156                     </ul>
3157                     
3158                     <h5>PEGASUS_SSLSERVER_RANDOMFILE</h5>
3159                     <ul>
3160                       <b>Description:&nbsp;</b>On platforms that do not support 
3161                          /dev/random or /dev/urandom, OpenSSL will use this file 
3162                          to seed the PRNG (Pseudo-Random Number Generator). This 
3163                          PEGASUS_SSLSERVER_RANDOMFILE defines the CIM Server 
3164                         random file.<br>
3165                       <b>Recommended Default Value (Development Build):&nbsp;</b>
3166                          cimserver.rnd<br>
3167                       <b>Recommended Default Value (Release Build):&nbsp;</b>
3168                         $RANDOMDIR/cimserver.rnd<br>
3169                       <b>Dynamic?:&nbsp;</b>No<br>
3170                       <b>Considerations:&nbsp;</b>1)Use of this variable
3171                          requires&nbsp; PEGASUS_HAS_SSL to be set.(2) On systems where
3172                          /dev/random or /dev/urandom are not available, CIM Server 
3173                          vendors need to be sure that the cimserver.rnd file 
3174                          contains sufficient entropy and is uniquely generated for
3175                          each system.<br>
3176 denise.eckstein 1.1   <b>Source Configuration File:&nbsp;</b>
3177                          Pegasus/Common/Constants.h<b><br>
3178                     </ul>
3179                     
3180                     <h5>PEGASUS_LOCAL_AUTH_DIR</h5>
3181                     <ul>
3182                       <b>Description:</b>&nbsp;</b>For local connections (i.e.,
3183                          connectLocal), OpenPegasus uses a file-based authentication 
3184                          mechanism.<br>
3185                       <b>Recommended Default Value (Development Build): </b>/tmp<br>
3186                       <b>Recommended Default Value (Release Build):&nbsp;</b>
3187                          $LOCALAUTHDIR/localauth<br>
3188                       <b>Dynamic?:&nbsp;</b>No<br>
3189                       <b>Source Configuration File:&nbsp;</b>
3190                          Pegasus/Common/Constants.h<br>
3191                     </ul>
3192                     
3193                     <h5>PEGASUS_LOCAL_DOMAIN_SOCKET_PATH</h5>
3194                     <ul>
3195                       <b>Description:&nbsp;</b><br>
3196                       <b>Recommended Default Value (Development Build):&nbsp;</b>
3197 denise.eckstein 1.1      /tmp/cimxml.socket<br>
3198                       <b>Recommended Default Value (Release Build):&nbsp;</b>
3199                          $SOCKETDIR/cimxml.socket<br>
3200                       <b>Dynamic?:&nbsp;</b>No<br>
3201                       <b>Source Configuration File:&nbsp;</b>
3202                          Pegasus/Common/Constants.h<br>
3203                     </ul>
3204                     
3205                     <hr>
3206                     <p><font size="2">
3207                     Copyright (c) 2004 EMC Corporation; Hewlett-Packard  Development
3208                     Company, L.P.; IBM Corp.; The Open Group; VERITAS Software Corporation<br>
3209                     Copyright (c) 2006 Hewlett-Packard Development Company, L.P.; IBM Corp.;
3210                     EMC Corporation; Symantec Corporation; The Open Group.<br>
3211                     <br>
3212                     Permission is hereby granted, free of charge, to any person 
3213                     obtaining a copy&nbsp; of this software and associated documentation files
3214                     (the &quot;Software&quot;), to deal in the Software without restriction,
3215                     including without limitation the rights to use, copy,
3216                     modify, merge, publish, distribute, sublicense, and/or sell copies
3217                     of the Software, and to permit persons to whom the Software is
3218 denise.eckstein 1.1 furnished to do so, subject to the following conditions:
3219                     <br><br>
3220                     THE ABOVE COPYRIGHT NOTICE AND THIS PERMISSION NOTICE SHALL BE INCLUDED
3221                     IN ALL COPIES OR SUBSTANTIAL PORTIONS OF THE SOFTWARE. THE
3222                     SOFTWARE IS PROVIDED&nbsp; &quot;AS IS&quot;, WITHOUT WARRANTY OF ANY
3223                     KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
3224                     OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
3225                     NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
3226                     BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
3227                     ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
3228                     CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
3229                     SOFTWARE.
3230                     </font></p>
3231                     
3232                     <hr>
3233                     <p>Template last modified: January 20th 2004 by Martin Kirk<br>Template version: 1.6</p>
3234                     
3235                     </body>
3236                     </html>

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2