ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzahy_5.4.0.1/rzahysta-pi.htm

81 lines
5.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 xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="dc.language" scheme="rfc1766" 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. -->
<meta name="dc.date" scheme="iso8601" content="2005-09-06" />
<meta name="copyright" content="(C) Copyright IBM Corporation 1998, 2006" />
<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))' />
<title>Directory Server (LDAP) - Start/stop the Directory Server</title>
<link rel="stylesheet" type="text/css" href="ibmidwb.css" />
<link rel="stylesheet" type="text/css" href="ic.css" />
</head>
<body>
<a id="Top_Of_Page" name="Top_Of_Page"></a><!-- Java sync-link -->
<script language = "Javascript" src = "../rzahg/synch.js" type="text/javascript"></script>
<a name="rzahysta-pi"></a>
<h2 id="rzahysta-pi">Start/stop the Directory Server</h2>
<p><span class="bold">To start the Directory Server, take these steps:</span></p>
<ol type="1">
<li>In iSeries Navigator, expand <span class="bold">Network</span>.</li>
<li>Expand <span class="bold">Servers</span>.</li>
<li>Click <span class="bold">TCP/IP</span>.</li>
<li>Right-click <span class="bold">IBM Directory Server</span> and select <span class="bold">Start</span>.
<p>The directory server might take
several minutes to start, depending on the speed of your server and the amount
of available memory. The first time you start the directory server might take
several minutes longer than usual because the server must create new files.
Similarly, when starting the directory server for the first time after upgrading
from an earlier version of Directory Server, it might take several minutes longer
than usual because the server must migrate files. You can check the status
of the server periodically (see <a href="rzahycss-pi.htm#rzahycss-pi">Check the status of the directory server</a>) to see if it has
started yet.</p></li></ol>
<p>The directory server can also be started from the character-base interface
by entering the command <tt class="xph">STRTCPSVR *DIRSRV</tt>. Additionally,
if you have your directory server configured to start when TCP/IP starts,
you can also start it by entering the <tt class="xph">STRTCP</tt> command.</p>
<p><span class="bold">Configuration only mode</span></p>
<p>The directory server can be started in configuration only mode from the
character-base interface by entering the command <tt class="xph">TRCTCPAPP
APP(*DIRSRV) ARGLIST(SAFEMODE)</tt>.</p>
<p>Configuration only mode starts the server with only the cn=configuration
suffix active and does not depend on successful initialization of the database
backends.</p>
<p>To stop the directory server, follow these steps:</p>
<p>Stopping the directory server affects all applications using the server
at the time it is stopped. This includes Enterprise Identity Mapping (EIM)
applications that are currently using the directory server for EIM operations.
All applications are disconnected from the directory server, however, they
are not prevented from attempting to reconnect to the server.</p>
<p><span class="bold">To stop the Directory Server, take these steps:</span></p>
<ol type="1">
<li>In iSeries Navigator, expand <span class="bold">Network</span>.</li>
<li>Expand <span class="bold">Servers</span>.</li>
<li>Click <span class="bold">TCP/IP</span>.</li>
<li>Right-click <span class="bold">IBM Directory Server</span> and select <span class="bold">Stop</span>.
<p>The directory server might take several
minutes to stop, depending on the speed of your system, the amount of server
activity, and the amount of available memory. You can check the status of
the server periodically (see <a href="rzahycss-pi.htm#rzahycss-pi">Check the status of the directory server</a>) to see if it has
started yet.</p></li></ol>
<a name="wq142"></a>
<div class="notetitle" id="wq142">Note:</div>
<div class="notebody">The directory server can also be stopped from a 5250 session
by entering the commands <tt class="xph">ENDTCPSVR *DIRSRV</tt>, <tt class="xph">ENDTCPSVR *ALL</tt>, or <tt class="xph">ENDTCP</tt>. <tt class="xph">ENDTCPSVR
*ALL</tt> and <tt class="xph">ENDTCP</tt> also affect any other TCP/IP servers
that run on your system. <tt class="xph">ENDTCP</tt> will also end TCP/IP
itself.</div>
<a id="Bot_Of_Page" name="Bot_Of_Page"></a>
</body>
</html>