ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzatl_5.4.0.1/rzatlbasicsetup.htm

114 lines
8.0 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="Basic startup options for the cimconfig command" />
<meta name="abstract" content="You can change basic startup options for the CIMOM with the cimconfig command." />
<meta name="description" content="You can change basic startup options for the CIMOM with the cimconfig command." />
<meta name="DC.Relation" scheme="URI" content="rzatlconfigparms.htm" />
<meta name="DC.Format" content="XHTML" />
<meta name="DC.Identifier" content="rzatlbasicsetup" />
<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>Basic startup options for the cimconfig command</title>
</head>
<body id="rzatlbasicsetup"><a name="rzatlbasicsetup"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Basic startup options for the cimconfig command</h1>
<div><p><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></p>
<p><img src="./delta.gif" alt="Start of change" />The following list describes the startup options and default
values for the <span class="parmname">cimconfig</span> command. None of the basic startup
options are dynamic.<img src="./deltaend.gif" alt="End of change" /></p>
<dl><dt class="dlterm"><img src="./delta.gif" alt="Start of change" />enableHttpConnection<img src="./deltaend.gif" alt="End of change" /></dt>
<dd><span><img src="./delta.gif" alt="Start of change" />Allows user access through the httpPort, using HTTP TCP/IP
communication. The default is false, which means that the CIM server will
not listen at the httpPort. Set this property to true if you are certain your
environment is secure.<img src="./deltaend.gif" alt="End of change" /></span><p><span><img src="./delta.gif" alt="Start of change" />If this property is set
to false, then enableHttpsConnection should be set to true to allow HTTPS
connections. <img src="./deltaend.gif" alt="End of change" /></span></p>
<dl><dt class="dlterm">Default value</dt>
<dd>false</dd>
</dl>
</dd>
</dl>
<dl><dt class="dlterm"><img src="./delta.gif" alt="Start of change" />enableHttpsConnection<img src="./deltaend.gif" alt="End of change" /></dt>
<dd><span><img src="./delta.gif" alt="Start of change" />Allows user access through the httpsPort, using HTTPS TCP/IP
communication. The default is true because an HTTPS connection has better
security than an HTTP connection.<img src="./deltaend.gif" alt="End of change" /></span><dl><dt class="dlterm"><img src="./delta.gif" alt="Start of change" />Default value<img src="./deltaend.gif" alt="End of change" /></dt>
<dd><img src="./delta.gif" alt="Start of change" />true<img src="./deltaend.gif" alt="End of change" /></dd>
</dl>
</dd>
</dl>
<dl><dt class="dlterm">httpPort</dt>
<dd><img src="./delta.gif" alt="Start of change" /><span><img src="./delta.gif" alt="Start of change" />Port to listen for HTTP requests. If set,
then this must be set to a valid port number, and it overrides the port number
of the wbem-http service in the TCP/IP services table. If not set, then the
port from the wbem-http service is used. If neither this property nor the
wbem-http service port is set, then a hard-coded default of 5988 is used. <img src="./deltaend.gif" alt="End of change" /></span><p><img src="./delta.gif" alt="Start of change" />This property only takes affect if enableHttpConnection is set
to true.<img src="./deltaend.gif" alt="End of change" /></p>
<dl><dt class="dlterm">Default value</dt>
<dd>5988</dd>
</dl>
<img src="./deltaend.gif" alt="End of change" /></dd>
</dl>
<dl><dt class="dlterm"><img src="./delta.gif" alt="Start of change" />httpsPort<img src="./deltaend.gif" alt="End of change" /></dt>
<dd><span><img src="./delta.gif" alt="Start of change" />Port to listen for HTTPS requests. If set, then this
must be set to a valid port number, and it overrides the port number of the
wbem-https service in the TCP/IP services table. If not set, then the port
from the wbem-https service is used. If neither this property nor the wbem-https
service port is set, then a hardcoded default of 5989 is used.<img src="./deltaend.gif" alt="End of change" /></span><p><img src="./delta.gif" alt="Start of change" />This
property only takes affect if enableHttpsConnection is set to true.<img src="./deltaend.gif" alt="End of change" /></p>
<dl><dt class="dlterm"><img src="./delta.gif" alt="Start of change" />Default value<img src="./deltaend.gif" alt="End of change" /></dt>
<dd><img src="./delta.gif" alt="Start of change" />5989<img src="./deltaend.gif" alt="End of change" /></dd>
</dl>
</dd>
</dl>
<dl><dt class="dlterm">httpAuthType</dt>
<dd><span><img src="./delta.gif" alt="Start of change" />Type of HTTP authentication (Basic, Kerberos).<img src="./deltaend.gif" alt="End of change" /></span><div class="note"><span class="notetitle">Note:</span> <span><img src="./delta.gif" alt="Start of change" />You should not use Basic authentication unless the one
or both of the following conditions are true:<img src="./deltaend.gif" alt="End of change" /></span><ul><li><img src="./delta.gif" alt="Start of change" />You are using HTTPS.<img src="./deltaend.gif" alt="End of change" /></li>
<li><img src="./delta.gif" alt="Start of change" />You have a highly secure environment, where passing clear-text
passwords is not an issue.<img src="./deltaend.gif" alt="End of change" /></li>
</ul>
</div>
<p><span><img src="./delta.gif" alt="Start of change" />This property determines the authentication
to be performed over the HTTP and HTTPS ports (but see also the sslClientVerificationMode
property). This property does not determine the authentication over the wbem-exp-https
port (see the enableSSLExportClientVerification property).<img src="./deltaend.gif" alt="End of change" /></span></p>
<dl><dt class="dlterm">Default value</dt>
<dd><span><img src="./delta.gif" alt="Start of change" />Basic<img src="./deltaend.gif" alt="End of change" /></span><div class="note"><span class="notetitle">Note:</span> If the value of the httpAuthType is set
to Basic, the user's password is sent in the clear. If this option is set
to an unrecognized value the httpAuthType will automatically default to Kerberos.</div>
</dd>
</dl>
</dd>
</dl>
<dl><dt class="dlterm">kerberosServiceName</dt>
<dd><span><img src="./delta.gif" alt="Start of change" />If the httpAuthType is set to Kerberos, this sets the Kerberos
service name for the CIMOM service, which should match the CIMOM service
name configured in the key distribution center (KDC).<img src="./deltaend.gif" alt="End of change" /></span><dl><dt class="dlterm">Default value</dt>
<dd>cimom</dd>
</dl>
</dd>
</dl>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzatlconfigparms.htm" title="Before starting the CIM server, you should set several configuration properties using the cimconfig command.">Set the required configuration parameters</a></div>
</div>
</div>
</body>
</html>