ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzaju_5.4.0.1/rzajulogicalconfig.htm

88 lines
5.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="Example: Create a host logical-configuration" />
<meta name="abstract" content="The network control program generation (NCP GEN) produces the logical configuration to connect the 3745 Communication Controller to your server." />
<meta name="description" content="The network control program generation (NCP GEN) produces the logical configuration to connect the 3745 Communication Controller to your server." />
<meta name="DC.Relation" scheme="URI" content="rzajucreatingas400to3745conn.htm" />
<meta name="copyright" content="(C) Copyright IBM Corporation 1999, 2006" />
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1999, 2006" />
<meta name="DC.Format" content="XHTML" />
<meta name="DC.Identifier" content="logical_config" />
<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>Example: Create a host logical-configuration</title>
</head>
<body id="logical_config"><a name="logical_config"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Example: Create a host logical-configuration</h1>
<div><p>The network control program generation (NCP GEN) produces the logical
configuration to connect the 3745 Communication Controller to your server.</p>
<p>This example configuration is valid only on Network Control
Program (NCP) Version 4.2 and Virtual Telecommunications Access Method (VTAM<sup>®</sup>)
Version 3.1.1. Different NCP or VTAM levels might require different parameters.</p>
<p>In this example, focus on these points:</p>
<ul><li>Identifier block (IDBLK) and identifier number (IDNUM)</li>
<li>Dial number (DIALNO)</li>
</ul>
<p>The concatenation of the IDBLK and IDNUM values must match the Local exchange
identifier (LCLEXCHID) value of your controller description. In this example,
because the controller description specifies *LIND in field LCLEXCHID,
the value comes from the Exchange identifier (EXCHID) field of the line description.</p>
<div class="p">The DIALNO parameter specifies the source service access point (SSAP) and
the adapter address of your server. This is the format of DIALNO: <pre>aabb4000cccccccc</pre>
This
is the explanation of the format: <ul><li><strong>aa</strong> is the value of the PORTADD parameter that is specified in the <a href="rzajuphysicalconfig.htm#physical_config">physical configuration</a>.</li>
<li><strong>bb</strong> is the SSAP value from your controller description.</li>
<li><strong>4000cccccccc</strong> is the address of your adapter that is specified in
the line description. In this example, the address is 400003190001 (see the
ADPTADR parameter of line description <a href="rzajusnaconfigurationexamples.htm#sna_configuration_examples__tokenring1">TOKENRING1</a>).</li>
</ul>
</div>
<p>This logical configuration example shows the IDBLK, IDNUM, and DIALNO parameters
in bold:</p>
<pre>SW3270C VBUILD TYPE=SWNET, REQUIRED PARAMETER X
MAXNO=8, *
MAXGRP=5
S3270C PU ADDR=C1, 8 BIT STATION UNIQUE ADDRESS X
DISCNT=NO, ACCEPT DISCONTACT FROM PU (DEFAULT) X
IDBLK=056, 12 BIT BLOCK NUMBER FOR STATION X
<strong>IDNUM</strong>=00000, 20 BIT ID NUMBER FOR <span class="keyword">AS/400<sup>®</sup></span> SYSTEM X
MAXDATA=1994,
MAXPATH=8, MAXIMUM OF 8 STATIONS MAY BE CALLED X
NETID=AS400, LOCAL NETWORK ID ON AS/400 X
MAXOUT=7, 7 PIUS TO STATION BEFORE RESPONSE X
PACING=7, NCP SENDS 7 TO LU AND MARKS FIRST X
PASSLIM=7, MAXIMUM OF 7 CONTIGUOUS PIUS X
PUTYPE=2, TYPE OF STATION CALLING IN X
ISTATUS=ACTIVE, ACTIVATE WITH MAJOR NODE X
MODETAB=LOGMOD38, I/S DEFINED TABLE *
SSCPFM=USSSCS, VTAM TO STRIP/ADD MEDIA CONTROL CHAR *
VPACING=7 VTAM SENDS 7 TO NCP AND MARKS FIRST
S348L80 PATH GRPNM=R1G006L,<strong>DIALNO</strong>=0104400003190001,PID=1 319-R1080
SW327C01 LU LOCADDR=1, AS/400 LOCADDR VALUE X'01' X
ISTATUS=ACTIVE ACTIVATE WITH MAJOR NODE
SW327C02 LU LOCADDR=2, AS/400 LOCADDR VALUE X'02' X
ISTATUS=ACTIVE ACTIVATE WITH MAJOR NODE
SW327C12 LU LOCADDR=12, AS/400 LOCADDR VALUE X'0C' X
ISTATUS=ACTIVE ACTIVATE WITH MAJOR NODE</pre>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzajucreatingas400to3745conn.htm" title="This example connects your system to a 3745 host. You can also find more information about configuring the host at the end of this example.">Example: Connect a server to a 3745 host</a></div>
</div>
</div>
</body>
</html>