(file) Return to cimconfig.1m CVS log (file) (dir) Up to [Pegasus] / pegasus / rpm / manLinux / man1m.Z / Attic

Diff for /pegasus/rpm/manLinux/man1m.Z/Attic/cimconfig.1m between version 1.2 and 1.3

version 1.2, 2003/03/13 17:25:16 version 1.3, 2004/04/19 17:50:39
Line 1 
Line 1 
 .\" $Header$ .\" $Header$
 .TA c \" lowercase initial leter of .TH name .TA c \" lowercase initial leter of .TH name
 .TH cimconfig 1M  .TH cimconfig 8
 .SH NAME .SH NAME
 cimconfig - get, set, unset, or list CIM Server configuration properties cimconfig - get, set, unset, or list CIM Server configuration properties
 .SH SYNOPSIS .SH SYNOPSIS
Line 31 
Line 31 
 An operation on a current configuration property takes effect immediately, An operation on a current configuration property takes effect immediately,
 and an operation on a planned configuration property takes effect the next time and an operation on a planned configuration property takes effect the next time
 the CIM Server is started with the CIM Server is started with
 .B "cimserver (1M)" .  .B "cimserver (8)" .
 Modifications to a configuration property via Modifications to a configuration property via
 .B cimconfig .B cimconfig
 remain in effect remain in effect
 until changed via another until changed via another
 .B cimconfig .B cimconfig
 command.  Configuration properties may also be modified temporarily via the command.  Configuration properties may also be modified temporarily via the
 .B "cimserver (1M)"  .B "cimserver (8)"
 command, in which case, the modification of the configuration command, in which case, the modification of the configuration
 property remains in effect for that execution of the property remains in effect for that execution of the
 .B "cimserver (1M)"  .B "cimserver (8)"
 command only. A default value is associated with each configuration property. command only. A default value is associated with each configuration property.
 Each configuration property is initially Each configuration property is initially
 assigned its default value, until modified by a assigned its default value, until modified by a
 .B cimconfig .B cimconfig
 command or command or
 .B "cimserver (1M)"  .B "cimserver (8)"
 command.  Dynamic configuration command.  Dynamic configuration
 properties are those whose current values may be set while the CIM server is properties are those whose current values may be set while the CIM server is
 running. running.
 .PP .PP
 The following configuration properties are available: The following configuration properties are available:
 .PP .PP
   .B enableAssociationTraversal
   .IP
   .BR Description: " If True, the CIM Server will support the four association traversal operators:
   Associators, AssociatorNames, References, and ReferenceNames.
   .PD 0
   .IP
   .BR "Default Value: " True
   .IP
   .BR Dynamic: \0No
   .PD
   .PP
   .B enableIndicationService
   .IP
   .BR Description: " If True, the CIM Server will support CIM Indications."
   .PD 0
   .IP
   .BR "Default Value: " True
   .IP
   .BR Dynamic: \0No
   .PD
   .PP
   .B enableHttpConnection
   .IP
   .BR Description: " If True, allows connections to the CIM Server
   using the HTTP protocol
   .PD 0
   .IP
   .BR "Default Value: " False
   .IP
   .BR Dynamic: \0No
   .PD
   .PP
   .B enableHttpsConnection
   .IP
   .BR Description: " If True, allows connections to the CIM Server
   using the HTTPS protocol (HTTP using Secure Socket Layer encryption)
   .PD 0
   .IP
   .BR "Default Value: " True
   .IP
   .BR Dynamic: \0No
   .PD
   .PP
 .B enableNamespaceAuthorization .B enableNamespaceAuthorization
 .IP .IP
 .BR Description: " If True, the CIM Server restricts access to .BR Description: " If True, the CIM Server restricts access to
 namespaces based on configured user authorizations [user authorizations may namespaces based on configured user authorizations [user authorizations may
 be configured using be configured using
 .B "cimauth (1M)" ]"  .B "cimauth (8)"
   ]
 .PD 0 .PD 0
 .IP .IP
 .BR "Default Value: " False .BR "Default Value: " False
Line 73 
Line 117 
 privileged user from a remote system privileged user from a remote system
 .PD 0 .PD 0
 .IP .IP
 .BR "Default Value: " False  .BR "Default Value: " True
 .IP .IP
 .BR Dynamic: \0No .BR Dynamic: \0No
 .PD .PD
 .PP .PP
 .B enableHttpsConnection  .B enableSubscriptionsForNonprivilegedUsers
 .IP .IP
 .BR Description: " If True, allows connections to the CIM Server  .BR Description: " If True, nonprivileged user of the system will be
 using the HTTPS protocol (HTTP using Secure Socket Layer encryption)  allowed to create Indication Subscription, otherwise privileged access
   is required.
 .PD 0 .PD 0
 .IP .IP
 .BR "Default Value: " True .BR "Default Value: " True
Line 89 
Line 134 
 .BR Dynamic: \0No .BR Dynamic: \0No
 .PD .PD
 .PP .PP
 .B enableHttpConnection  .B logLevel
 .IP .IP
 .BR Description: " If True, allows connections to the CIM Server  .BR Description: " Defines the desired level of logging. Valid values include:
 using the HTTP protocol  TRACE, INFORMATION, WARNING, SEVERE, FATAL
 .PD 0 .PD 0
 .IP .IP
 .BR "Default Value: " False  .BR "Default Value: " INFORMATION
 .IP .IP
 .BR Dynamic: \0No  .BR Dynamic: \0Yes
 .PD .PD
 .PP .PP
 .B shutdownTimeout .B shutdownTimeout
 .IP .IP
 .BR Description: " When a .BR Description: " When a
 .B cimserver -s .B cimserver -s
 " shutdown command is  shutdown command is
 issued, specifies the maximum time in seconds for the CIM Server to complete issued, specifies the maximum time in seconds for the CIM Server to complete
 outstanding CIM operation requests before shutting down; if the specified outstanding CIM operation requests before shutting down; if the specified
 timeout period expires, the CIM Server will shut down, even if there are timeout period expires, the CIM Server will shut down, even if there are
Line 114 
Line 159 
 .IP .IP
 .BR "Default Value: " 10 .BR "Default Value: " 10
 .IP .IP
 .BR Dynamic: \0Yes  .BR Dynamic: \0No
 .PD .PD
 .PP .PP
 If both the If both the
Line 135 
Line 180 
 .PP .PP
 The current and planned The current and planned
 values of the configuration properties are stored in the files values of the configuration properties are stored in the files
 .B /etc/opt/wbem/cimserver_current.conf  .B /etc/pegasus/cimserver_current.conf
 and and
 .B /etc/opt/wbem/cimserver_planned.conf ,  .B /etc/pegasus/cimserver_planned.conf ,
 respectively.  The configuration respectively.  The configuration
 properties may only be modified via the properties may only be modified via the
 .B cimconfig .B cimconfig
 and and
 .B "cimserver (1M)"  .B "cimserver (8)"
 commands; commands;
 the files must not be edited directly. the files must not be edited directly.
 .SS Options .SS Options
Line 263 
Line 308 
 .SH FILES .SH FILES
 .TP 30 .TP 30
 .PD 0 .PD 0
 .B /etc/opt/wbem/cimserver_current.conf  .B /etc/pegasus/cimserver_current.conf
 Current configuration Current configuration
 .TP .TP
 .B /etc/opt/wbem/cimserver_planned.conf  .B /etc/pegasus/cimserver_planned.conf
 Planned configuration Planned configuration
 .PD .PD
 .SH SEE ALSO .SH SEE ALSO
 .PP .PP
 cimserver (1M), cimauth (1M).  cimserver (8), cimauth (8).


Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2