106 lines
5.8 KiB
HTML
106 lines
5.8 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="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="End host servers" />
|
|
<meta name="abstract" content="To end Host servers, use the ENDHOSTSVR CL command." />
|
|
<meta name="description" content="To end Host servers, use the ENDHOSTSVR CL command." />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaiimst28.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="rzaiiendhostsvrex.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 1998, 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1998, 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="rzaiiendinghost" />
|
|
<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>End host servers</title>
|
|
</head>
|
|
<body id="rzaiiendinghost"><a name="rzaiiendinghost"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">End host servers</h1>
|
|
<div><p>To end Host servers, use the ENDHOSTSVR CL command.</p>
|
|
<p>This command ends the host server daemons and the server mapper daemon.
|
|
If a server daemon ends while servers of that type are connected to client
|
|
applications, the server jobs remain active until communication with the client
|
|
application ends, unless the optional <span class="cmdname">ENDACTCNN</span> parameter
|
|
is specified. Subsequent connection requests from the client application to
|
|
that server fail until the server daemon starts again.</p>
|
|
<p>If the server mapper daemon ends, any existing client connections to server
|
|
jobs are unaffected. Subsequent requests from a client application to connect
|
|
to the server mapper fail until the server mapper starts again.</p>
|
|
<p>The <span class="cmdname">ENDACTCNN</span> parameter may be specified in order to
|
|
end active connections to the *DATABASE and *FILE servers. This will cause
|
|
the server jobs that are servicing these connections to end. The active connections
|
|
can only be ended if the corresponding daemon job is also being ended. If
|
|
the *DATABASE keyword is specified, the QZDASOINIT and QZDASSINIT jobs with
|
|
active connections will be ended. If the *FILE keyword is specified, the QPWFSERVSO
|
|
and QPWFSERVSS jobs with active connections will be ended.</p>
|
|
<div class="note"><span class="notetitle">Note:</span> If you use the <span class="cmdname">ENDHOSTSVR</span> command to end a particular
|
|
daemon that is not active, you get a diagnostic message. Use <span class="cmdname">ENDHOSTSVR
|
|
SERVER(*ALL)</span> if you want to end all active daemons. You do not see
|
|
a diagnostic message with the *ALL value.</div>
|
|
<p><span class="cmdname">ENDHOSTSVR</span> command values:</p>
|
|
<p><strong>Server type</strong></p>
|
|
<dl><dt class="dlterm">*ALL</dt>
|
|
<dd>Ends the server daemons and the server mapper daemon if active. If used,
|
|
the system allows no other special values.</dd>
|
|
<dt class="dlterm">*CENTRAL</dt>
|
|
<dd>Ends the central server daemon in QSYSWRK subsystem.</dd>
|
|
<dt class="dlterm">*DATABASE</dt>
|
|
<dd>Ends the database server daemon in QSERVER subsystem.</dd>
|
|
<dt class="dlterm">*DTAQ</dt>
|
|
<dd>Ends the data queue server daemon in QSYSWRK subsystem.</dd>
|
|
<dt class="dlterm">*FILE</dt>
|
|
<dd>Ends the file server daemon in QSERVER subsystem.</dd>
|
|
<dt class="dlterm">*NETPRT</dt>
|
|
<dd>Ends the network print server daemon in QSYSWRK subsystem.</dd>
|
|
<dt class="dlterm">*RMTCMD</dt>
|
|
<dd>Ends the remote command and distributed program call server daemon in
|
|
QSYSWRK subsystem.</dd>
|
|
<dt class="dlterm">*SIGNON</dt>
|
|
<dd>Ends the signon server daemon in QSYSWRK subsystem.</dd>
|
|
<dt class="dlterm">*SVRMAP</dt>
|
|
<dd>Ends the server mapper daemon in QSYSWRK subsystem.</dd>
|
|
</dl>
|
|
<p><strong>End active connections</strong></p>
|
|
<p>(This optional parameter specifies whether the active connections for the
|
|
specified servers will be ended.)</p>
|
|
<p><em>Single Values:</em></p>
|
|
<dl><dt class="dlterm">*NONE</dt>
|
|
<dd>No active connections will be ended.</dd>
|
|
</dl>
|
|
<p><em>Other Values:</em></p>
|
|
<dl><dt class="dlterm">*DATABASE</dt>
|
|
<dd>The active connections being serviced by the QZDASOINIT and QZDASSINIT
|
|
server jobs will be ended. The server jobs that are servicing these connections
|
|
will also be ended.</dd>
|
|
<dt class="dlterm">*FILE</dt>
|
|
<dd>The active connections being serviced by the QPWFSERVSO and QPWFSERVSS
|
|
server jobs will be ended. The server jobs servicing these connections will
|
|
also be ended.</dd>
|
|
</dl>
|
|
<p>Here are some <span class="cmdname">ENDHOSTSVR</span> examples.</p>
|
|
</div>
|
|
<div>
|
|
<ul class="ullinks">
|
|
<li class="ulchildlink"><strong><a href="rzaiiendhostsvrex.htm">Example: ENDHOSTSVR</a></strong><br />
|
|
Find examples of using the ENDHOSTSVR command.</li>
|
|
</ul>
|
|
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzaiimst28.htm" title="Learn the process for starting and ending communication between clients and host servers.">Establish client/server communications</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |