94 lines
6.6 KiB
HTML
94 lines
6.6 KiB
HTML
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE html
|
||
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
||
|
<html lang="en-us" xml:lang="en-us">
|
||
|
<head>
|
||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
||
|
<meta name="copyright" content="(C) Copyright IBM Corporation 2005" />
|
||
|
<meta name="DC.rights.owner" content="(C) Copyright IBM Corporation 2005" />
|
||
|
<meta name="security" content="public" />
|
||
|
<meta name="Robots" content="index,follow" />
|
||
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
||
|
<meta name="DC.Type" content="concept" />
|
||
|
<meta name="DC.Title" content="Set the required configuration parameters" />
|
||
|
<meta name="abstract" content="Before starting the CIM server, you should set several configuration properties using the cimconfig command." />
|
||
|
<meta name="description" content="Before starting the CIM server, you should set several configuration properties using the cimconfig command." />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzatlconfig.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzatlbasicsetup.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzatladvstartup.htm" />
|
||
|
<meta name="DC.Format" content="XHTML" />
|
||
|
<meta name="DC.Identifier" content="rzatlconfigparms" />
|
||
|
<meta name="DC.Language" content="en-us" />
|
||
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
||
|
<!-- US Government Users Restricted Rights -->
|
||
|
<!-- Use, duplication or disclosure restricted by -->
|
||
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
||
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
||
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
||
|
<title>Set the required configuration parameters</title>
|
||
|
</head>
|
||
|
<body id="rzatlconfigparms"><a name="rzatlconfigparms"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">Set the required configuration parameters</h1>
|
||
|
<div><p>Before starting the CIM server, you should set several configuration
|
||
|
properties using the <span class="parmname">cimconfig</span> command.</p>
|
||
|
<p><img src="./delta.gif" alt="Start of change" />In particular, you need to determine how you are going to specify
|
||
|
your client authentication. You can use any of the following methods:<img src="./deltaend.gif" alt="End of change" /></p>
|
||
|
<img src="./delta.gif" alt="Start of change" /><ul><li>Use Secure Sockets Layer (SSL) certificate-based authentication</li>
|
||
|
<li>Use Basic or Kerberos authentication.</li>
|
||
|
<li><img src="./delta.gif" alt="Start of change" />Use Basic or Kerberos for authentication while using SSL
|
||
|
to encrypt CIM data between the client and the server.<img src="./deltaend.gif" alt="End of change" /></li>
|
||
|
</ul><img src="./deltaend.gif" alt="End of change" />
|
||
|
<p>Pegasus 2.5 supports SSL for the following connections:</p>
|
||
|
<ul><li>External connections over SSL-secured ports for CIM Client connections.</li>
|
||
|
<li>For the connections with a CIM Export client.</li>
|
||
|
</ul>
|
||
|
<p><img src="./delta.gif" alt="Start of change" />To use SSL, ensure that the Enable HTTPS Connection (enableHttpsConnection)
|
||
|
property is set to <kbd class="userinput">true</kbd> (the default setting). This
|
||
|
property allows to use HTTPS TCP/IP communication. An HTTPS connection has
|
||
|
better security than HTTP. You can use SSL by itself or with Basic or Kerberos
|
||
|
authentication.<img src="./deltaend.gif" alt="End of change" /></p>
|
||
|
<p><img src="./delta.gif" alt="Start of change" />Set the HTTP Authentication (httpAuthType) property to specify
|
||
|
the type of authentication to use. This property can be set to two values:
|
||
|
Basic, or Kerberos. Basic authentication does not protect passwords; therefore,
|
||
|
it is recommended that you use basic authentication only with SSL. <img src="./deltaend.gif" alt="End of change" /></p>
|
||
|
<div class="p"><img src="./delta.gif" alt="Start of change" /><div class="remember"><span class="remembertitle">Remember:</span> Most CIM clients support Basic authentication
|
||
|
but not Kerberos authentication. Ensure that you know which type of authentication
|
||
|
the CIM clients in your environment support before you configure the CIM server.</div>
|
||
|
<img src="./deltaend.gif" alt="End of change" /></div>
|
||
|
<div class="p"><img src="./delta.gif" alt="Start of change" />You can use the <span class="parmname">cimconfig</span> command to
|
||
|
set the current configuration properties or the planned configuration properties
|
||
|
of the CIM server. You can change the following properties in the current
|
||
|
configuration properties:<ul><li>shutdownTimeout</li>
|
||
|
<li>logLevel</li>
|
||
|
<li>traceComponents</li>
|
||
|
<li>traceFilePath</li>
|
||
|
<li><img src="./delta.gif" alt="Start of change" />traceLevel<img src="./deltaend.gif" alt="End of change" /></li>
|
||
|
</ul>
|
||
|
<img src="./deltaend.gif" alt="End of change" /></div>
|
||
|
<p><img src="./delta.gif" alt="Start of change" />These properties are <dfn class="term">dynamic</dfn>—that is, when you
|
||
|
change these properties, the changes take place immediately. You do not need
|
||
|
to restart the CIM server to carry out the changes. You can update
|
||
|
the current configuration properties only while the CIM server is running.<img src="./deltaend.gif" alt="End of change" /></p>
|
||
|
<p><img src="./delta.gif" alt="Start of change" />All of the properties can be changed in the planned configuration
|
||
|
properties, whether the CIM server is running or stopped. If the planned configuration
|
||
|
properties are changed, those changes will not take effect until the CIM server
|
||
|
is restarted. When the CIM server is started, the planned configuration properties
|
||
|
become the current configuration properties.<img src="./deltaend.gif" alt="End of change" /></p>
|
||
|
</div>
|
||
|
<div>
|
||
|
<ul class="ullinks">
|
||
|
<li class="ulchildlink"><strong><a href="rzatlbasicsetup.htm">Basic startup options for the cimconfig command</a></strong><br />
|
||
|
<span id="v5r4"><a name="v5r4"><!-- --></a>You can change basic startup options for the CIMOM
|
||
|
with the <span class="parmname">cimconfig</span> command.</span></li>
|
||
|
<li class="ulchildlink"><strong><a href="rzatladvstartup.htm">Advanced startup options for the cimconfig command</a></strong><br />
|
||
|
<span>You can change the advanced startup options for the CIM server
|
||
|
with the cimconfig command.</span></li>
|
||
|
</ul>
|
||
|
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzatlconfig.htm" title="The Pegasus CIMOM provides the ability to set a number of configuration options.">Configure Pegasus</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|