61 lines
3.9 KiB
HTML
61 lines
3.9 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="Use EZ-Setup and iSeries Navigator with host servers" />
|
||
|
<meta name="abstract" content="Learn how to tell if the required communication path is active, and how to start it if necessary." />
|
||
|
<meta name="description" content="Learn how to tell if the required communication path is active, and how to start it if necessary." />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzaiimst27.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="rzaiimst41" />
|
||
|
<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>Use EZ-Setup and iSeries Navigator with host servers</title>
|
||
|
</head>
|
||
|
<body id="rzaiimst41"><a name="rzaiimst41"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">Use EZ-Setup and iSeries Navigator with host servers</h1>
|
||
|
<div><p>Learn how to tell if the required communication path is active,
|
||
|
and how to start it if necessary.</p>
|
||
|
<p>EZ-Setup and iSeries™ Navigator
|
||
|
may connect to the signon, central, and remote command and distributed program
|
||
|
call servers without a communication protocol running on the iSeries server.
|
||
|
That is, EZ-Setup may connect before STRTCP has been run. The path used permits
|
||
|
EZ-Setup to perform some initial iSeries setup before configuring or starting
|
||
|
any communication protocols. This topic describes how to determine if the
|
||
|
communication path used by EZ-Setup and Operations Console is active and how
|
||
|
to restart it if necessary.</p>
|
||
|
<p>For information on configuring the connection that is used by EZ-Setup
|
||
|
consult the EZ-Setup online help.</p>
|
||
|
<p>The communication path used by EZ-Setup requires three jobs, QNEOSOEM,
|
||
|
to be running in the QSYSWRK subsystem. The QSYSWRK subsystem has an autostart
|
||
|
job for this communication path. The autostart job, QNEOSOEM, submits two
|
||
|
other jobs with the name of QNEOSOEM in the QSYSWRK subsystem. If one of the
|
||
|
jobs is not active, start it by issuing the following command:</p>
|
||
|
<pre>QSYS/SBMJOB CMD(QSYS/CALL PGM(QSYS/QNEOSOEM)) JOB(QNEOSOEM)
|
||
|
JOBD(QSYS/QNEOJOBD) JOBQ(QSYS/QSYSNOMAX) PRTDEV(*JOBD) OUTQ(*JOBD)
|
||
|
USER(*JOBD) PRTTXT(*JOBD) SYSLIBL(*SYSVAL) INLLIBL(*JOBD)
|
||
|
LOGCLPGM(*YES) MSGQ(*NONE) SRTSEQ(*SYSVAL) LANGID(*SYSVAL)
|
||
|
CNTRYID(*SYSVAL) CCSID(*SYSVAL)</pre>
|
||
|
<p>The command will start all three QNEOSOEM jobs if necessary.</p>
|
||
|
</div>
|
||
|
<div>
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzaiimst27.htm" title="Describes the client/server communication process, and how to manage it. Additionally, this topic lists relevant iSeries system values and subsystems, and describes how to identify, display and manage server jobs on the iSeries.">Use i5/OS host servers</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|