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

Diff for /pegasus/doc/BuildAndReleaseOptions.html between version 1.37 and 1.42.10.5

version 1.37, 2013/02/18 15:00:19 version 1.42.10.5, 2013/10/07 08:11:21
Line 78 
Line 78 
       <td>&nbsp;</td>       <td>&nbsp;</td>
     </tr>     </tr>
     <tr align="left">     <tr align="left">
         <td>LINUX_SH4_GNU</td>
         <td>&nbsp;</td>
       </tr>
       <tr align="left">
       <td>LINUX_XSCALE_GNU</td>       <td>LINUX_XSCALE_GNU</td>
       <td>&nbsp;</td>       <td>&nbsp;</td>
     </tr>     </tr>
Line 278 
Line 282 
 must exist in the $(PEGASUS_ROOT)/Schemas directory) that will be used must exist in the $(PEGASUS_ROOT)/Schemas directory) that will be used
 to build the class repository for testing the pegasus environment to build the class repository for testing the pegasus environment
 ("make repository", etc.).<br> ("make repository", etc.).<br>
   <b>Default Value:&nbsp;</b>CIM231 (Note that this may change as newer versions of the CIM Schema are used as the default.<br>    <b>Default Value:&nbsp;</b>CIM236 (Note that this may change as newer versions of the CIM Schema are used as the default.<br>
   <b>Recommended Value (Development Build):&nbsp;</b>   <b>Recommended Value (Development Build):&nbsp;</b>
      No Specific Recommendation<br>      No Specific Recommendation<br>
   <b>Recommended Value (Release Build):&nbsp;</b>   <b>Recommended Value (Release Build):&nbsp;</b>
Line 873 
Line 877 
      releases. Also note the known limitations specified in PEP 311.<br>      releases. Also note the known limitations specified in PEP 311.<br>
 </ul> </ul>
  
   <h5>PEGASUS_ENABLE_PROTOCOL_WEB</h5>
   <ul>
     <b>Description:&nbsp;</b>Enable pegasus to act as webserver capable
        of serving webpages by comsuming the JSON output from CIM-RS.<br>
     <b>Default Value:&nbsp;</b>true<br>
     <b>Recommended Value (Development Build):&nbsp;</b>true<br>
     <b>Recommended Value (Release Build):&nbsp;</b>true<br>
     <b>Required:&nbsp;</b>No<br>
     <b>Considerations:&nbsp;</b> The webserver implementation uses the
     authentication method for authenticantion, Enable authentication when using
     webadmin to prevent unauthorized access. <br>
   </ul>
   
   
 <h5>PEGASUS_ENABLE_REMOTE_CMPI</h5> <h5>PEGASUS_ENABLE_REMOTE_CMPI</h5>
 <ul> <ul>
   <b>Description:&nbsp;</b>If set, a version of OpenPegasus that   <b>Description:&nbsp;</b>If set, a version of OpenPegasus that
Line 1097 
Line 1115 
      2.3.2 on Linux" for additional details.<br>      2.3.2 on Linux" for additional details.<br>
 </ul> </ul>
  
 <h5>PEGASUS_INDICATIONS_Q_THRESHOLD</h5>  
 <ul>  
   <b>Description:&nbsp;</b>Controls if indications providers are stalled  
      if the indications service queue is too large. It can be set  
      to any positive value. If not set providers are never  
      stalled. This implies that the indications service  
      queue may become as large as necessary to hold all the  
      indications generated. If set to any value then  
      providers are stalled by forcing them to sleep when they  
      try to deliver an indication and the indications service  
      queue exceeds this value. They are resumed when the queue  
      count falls 10 percent below this value. Stall and resume log  
      entries are made to inform the administrator the condition has  
      occurred.<br>  
   <b>Default Value:&nbsp;</b>Not Set<br>  
   <b>Recommended Value (Development Build):&nbsp;</b>Not Set<br>  
   <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>  
   <b>Required:&nbsp;</b>No<br>  
   <b>Considerations:&nbsp;</b>Use of this setting may have  
      unintended side-effects when using Out-of-Process Providers  
      including delayed processing of CIM Operation Requests.  
 </ul>  
   
 <h5>PEGASUS_MAX_THREADS_PER_SVC_QUEUE</h5> <h5>PEGASUS_MAX_THREADS_PER_SVC_QUEUE</h5>
 <ul> <ul>
   <b>Description:&nbsp;</b>Controls the maximum number of threads   <b>Description:&nbsp;</b>Controls the maximum number of threads
Line 1240 
Line 1235 
      dependent on platform support for PAM.<br>      dependent on platform support for PAM.<br>
 </ul> </ul>
  
   <h5>PEGASUS_PAM_SESSION_SECURITY</h5>
   <ul>
     <b>Description:&nbsp;</b>Enables support for PAM-(Pluggable
        Authentication Modules) based authentication and authorization.<br>
        When choosing this PAM method the PAM session started through pam_start
        is kept open for the complete CIM request.
        The PAM item PAM_RHOST will be set to the connection IP address.
        This allows PAM modules to restrict number of concurrent connections
        from a single host.<br>
        If PEGASUS_PAM_SESSION_SECURITY is set, you cannot enable the Privilege
        Separation feature (PEGASUS_ENABLE_PRIVILEGE_SEPARATION) or the
        authentication-only PAM mechanism (PEGASUS_PAM_AUTHENTICATION).<br>
     <b>Default Value:&nbsp;</b>Not Set<br>
     <b>Recommended Value (Development Build):&nbsp;</b>Not Set<br>
     <b>Recommended Value (Release Build):&nbsp;</b>Not Set<br>
     <b>Required:&nbsp;</b>No<br>
     <b>Considerations:&nbsp;</b>Support for PAM in OpenPegasus is
        dependent on platform support for PAM.<br>
   </ul>
   
 <h5>PEGASUS_PLATFORM</h5> <h5>PEGASUS_PLATFORM</h5>
 <ul> <ul>
   <b>Description:&nbsp;</b>Describes the target platform for the   <b>Description:&nbsp;</b>Describes the target platform for the
Line 3187 
Line 3202 
      Pegasus/Config/SecurityPropertyOwner.cpp      Pegasus/Config/SecurityPropertyOwner.cpp
 </ul> </ul>
  
   <h5>sslBackwardCompatibility</h5>
   <ul>
     <b>Description:&nbsp;</b> If set to true, OpenPegasus support
        SSLv3 and TLSv1 protocol.If set to false OpenPegasus support
        only TLS1.2 protocol for openssl 1.0.1+ <br>
     <b>Recommended Default Value (Development Build):&nbsp;</b>
        false<br>
     <b>Recommended Default Value (Release Build):&nbsp;</b>
        false<br>
     <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
     <b>Recommend To Be Fixed/Hidden (Release Build):&nbsp;</b>No/No<br>
     <b>Dynamic?:&nbsp;</b>No<br>
     <b>Considerations:&nbsp;</b> For a more detailed look at SSL options
        and their ramifications, please see the SSL guidelines.<br>
     <b>Source Configuration File:&nbsp;</b>
        Pegasus/Config/SecurityPropertyOwner.cpp
   </ul>
   
 <h5>sslClientVerificationMode</h5> <h5>sslClientVerificationMode</h5>
 <ul> <ul>
   <b>Description:&nbsp;</b>Describes the desired level of support   <b>Description:&nbsp;</b>Describes the desired level of support
Line 3373 
Line 3406 
      Pegasus/Config/TracePropertyOwner.cpp<br>      Pegasus/Config/TracePropertyOwner.cpp<br>
 </ul> </ul>
  
   <h5>traceFileSizeKBytes</h5>
   <ul>
     <b>Description:&nbsp;</b>Defines the size of the tracefile in Kilo bytes. The trace file will be
        rolled once its size exceeds the specified size. <br>
     <b>Default Value:&nbsp;</b>1048576<br>
     <b>Recommended Default Value (Development Build):&nbsp;</b>1048576<br>
     <b>Recommended Default Value (Release Build):&nbsp;</b>1048576<br>
     <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
     <b>Recommend To Be Fixed/Hidden (Release Build):</b>&nbsp;No/Yes<br>
     <b>Dynamic?:</b>&nbsp;Yes<br>
     <b>Considerations:</b>Minimum accepted value is 10240 KB,Maximum accepted value is 2097152 KB. &nbsp;<br>
     <b>Source Configuration File:</b>&nbsp; Pegsus/Config/TracePropertyOwner.cpp<p>&nbsp;</p>
   </ul>
   
   <h5>numberOfTraceFiles</h5>
   <ul>
     <b>Description:&nbsp;</b>Specifies the number of the tracefiles for rolling.<br>
     <b>Default Value:&nbsp;</b>3<br>
     <b>Recommended Default Value (Development Build):&nbsp;</b>3<br>
     <b>Recommended Default Value (Release Build):&nbsp;</b>3<br>
     <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
     <b>Recommend To Be Fixed/Hidden (Release Build):</b>&nbsp;No/Yes<br>
     <b>Dynamic?:</b>&nbsp;Yes<br>
     <b>Considerations:</b>Minimum accepted value is 3,Maximum accepted value is 20. &nbsp;<br>
     <b>Source Configuration File:</b>&nbsp; Pegsus/Config/TracePropertyOwner.cpp<p>&nbsp;</p>
   </ul>
   
   <h5>webRoot</h5>
   <ul>
     <b>Description:&nbsp;</b> Points to a location where the static web pages to
     be served by the pegasus are stored.<br>
     <b>Default Value:&nbsp;</b>www<br>
     <b>Recommended Default Value (Development Build):&nbsp;</b>www<br>
     <b>Recommended Default Value (Release Build):&nbsp;</b>TBD<br>
     <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
     <b>Recommend To Be Fixed/Hidden (Release Build):</b>&nbsp;Yes/Yes<br>
     <b>Dynamic?:</b>&nbsp;No<br>
     <b>Considerations:</b> When not fixed and hidden, it can be modified to
     point to a location having spurious pages. Please consider fixing this value. &nbsp;<br>
     <b>Source Configuration File:</b>&nbsp; Pegsus/Config/DefaultPropertyOwner.cpp<p>&nbsp;</p>
   </ul>
   
   <h5>indexFile</h5>
   <ul>
     <b>Description:&nbsp;</b> Specifies the name of index file used by webserver,
     default to index.html. This file should be available at the webRoot path<br>
     <b>Default Value:&nbsp;</b>index.html<br>
     <b>Recommended Default Value (Development Build):&nbsp;</b>index.html<br>
     <b>Recommended Default Value (Release Build):&nbsp;</b>index.html<br>
     <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
     <b>Recommend To Be Fixed/Hidden (Release Build):</b>&nbsp;TBD<br>
     <b>Dynamic?:</b>&nbsp;No<br>
     <b>Considerations:</b> &nbsp;<br>
     <b>Source Configuration File:</b>&nbsp; Pegsus/Config/DefaultPropertyOwner.cpp<p>&nbsp;</p>
   </ul>
   
   <h5>"mimeTypesFile"</h5>
   <ul>
     <b>Description:&nbsp;</b> Mime types being served by the pegasus webserver<br>
     <b>Default Value:&nbsp;</b>www/mimeTypes.txt<br>
     <b>Recommended Default Value (Development Build):&nbsp;</b>www/mimeTypes.txt<br>
     <b>Recommended Default Value (Release Build):&nbsp;</b>TBD<br>
     <b>Recommend To Be Fixed/Hidden (Development Build): </b>No/No<br>
     <b>Recommend To Be Fixed/Hidden (Release Build):</b>&nbsp;TBD<br>
     <b>Dynamic?:</b>&nbsp;No<br>
     <b>Considerations:</b> &nbsp;<br>
     <b>Source Configuration File:</b>&nbsp; Pegsus/Config/DefaultPropertyOwner.cpp<p>&nbsp;</p>
   </ul>
   
   
 <h3>Configuration Constants</h3> <h3>Configuration Constants</h3>
  
 <h4>Definitions</h4> <h4>Definitions</h4>


Legend:
Removed from v.1.37  
changed lines
  Added in v.1.42.10.5

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2