ibm-information-center/dist/eclipse/plugins/i5OS.ic.ddp_5.4.0.1/rbal1strtcpsvrex.htm

48 lines
2.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="reference" />
<meta name="DC.Title" content="Examples: Start TCP/IP Server" />
<meta name="abstract" content="This topic contains some examples of the Start TCP/IP Server (STRTCPSVR) CL command." />
<meta name="description" content="This topic contains some examples of the Start TCP/IP Server (STRTCPSVR) CL command." />
<meta name="DC.Relation" scheme="URI" content="rbal1shscmd.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="rbal1strtcpsvrex" />
<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>Examples: Start TCP/IP Server</title>
</head>
<body id="rbal1strtcpsvrex"><a name="rbal1strtcpsvrex"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Examples: Start TCP/IP Server</h1>
<div><p>This topic contains some examples of the <span class="cmdname">Start TCP/IP
Server</span> (STRTCPSVR) CL command.</p>
<div class="section"><h4 class="sectiontitle">Example: Start all TCP/IP servers</h4><pre>STRTCPSVR SERVER(*ALL)</pre>
<p>This
command starts all of the TCP/IP servers, including the DDM server.</p>
</div>
<div class="section"><h4 class="sectiontitle">Example: Start just the DDM TCP/IP server</h4><pre>STRTCPSVR *DDM</pre>
<p>This
command starts only the DDM TCP/IP server.</p>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rbal1shscmd.htm" title="The Start TCP/IP Server (STRTCPSVR) command, with a SERVER parameter value of *DDM or *ALL, is used to start the listener.">Start TCP/IP Server (STRTCPSVR) CL command</a></div>
</div>
</div>
</body>
</html>