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

105 lines
6.2 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 parallel connections to a host" />
<meta name="abstract" content="This example connects your system to a host system through a 3745 Communications Controller by using parallel connections." />
<meta name="description" content="This example connects your system to a host system through a 3745 Communications Controller by using parallel connections." />
<meta name="DC.Relation" scheme="URI" content="rzajusnaconfigurationexamples.htm" />
<meta name="DC.Relation" scheme="URI" content="rzajuparallelremotehostconfig.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="creating_parallel_host_conn" />
<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 parallel connections to a host</title>
</head>
<body id="creating_parallel_host_conn"><a name="creating_parallel_host_conn"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Example: Create parallel connections to a host</h1>
<div><p>This example connects your system to a host system through a 3745
Communications Controller by using parallel connections.</p>
<p>Each connection has a separate instance of the logical
link control and a separate bandwidth. Thus, communications can still occur
even if one link becomes nonfunctional.</p>
<p>Because all the examples use the same token-ring line description, this
example discusses only the controller and device descriptions. You can find
the configuration for the 3745 controller in Example: Configure the physical
and logical parallel connections on the host system.</p>
<p><strong>Controller descriptions:</strong></p>
<p>In this example, focus on these points:</p>
<ul><li>The controller descriptions use the same line description.</li>
<li>The controller descriptions use different local exchange IDs. You must
use exchange IDs to establish parallel connections.</li>
<li>The controller descriptions use different source service access points <a href="rzajuhigherlayersoverlanprotocols.htm#higher_layers_over_lan_protocols__ssaps_and_dsaps">(SSAPs)</a>.</li>
<li>The 3745 Communications Controller requires that you specify 04 for the
destination service access point <a href="rzajuhigherlayersoverlanprotocols.htm#higher_layers_over_lan_protocols__ssaps_and_dsaps">(DSAP)</a>.</li>
</ul>
<pre>CRTCTLHOST CTLD(CTL_1A) LINKTYPE(*LAN) APPN(*NO)
SWTLINLST(<a href="rzajusnaconfigurationexamples.htm#sna_configuration_examples__tokenring1">TOKENRING1</a>) LCLEXCHID(056A001A)
ADPTADR(400000001592) DSAP(04) SSAP(04)
TEXT('Controller for the first link')
CRTCTLHOST CTLD(CTL_2A) LINKTYPE(*LAN) APPN(*NO)
SWTLINLST(TOKENRING1) LCLEXCHID(056A002A)
ADPTADR(400000001592) DSAP(04) SSAP(08)
TEXT('Controller for second link') </pre>
<p><strong>Device descriptions for CTL_1A:</strong></p>
<p>These commands create the device descriptions that are used with the CTL_1A
controller description:</p>
<pre>CRTDEVDSP DEVD(DSPA001A02) DEVCLS(*RMT) TYPE(3279) MODEL(0)
LOCADR(02) CTL(CTL_1A) APPTYPE(*NRF)
TEXT('NRF device, LOCADDR 02')
CRTDEVDSP DEVD(DSPA001A03) DEVCLS(*RMT) TYPE(3279) MODEL(0)
LOCADR(03) CTL(CTL_1A) APPTYPE(*NRF)
TEXT('NRF device, LOCADDR 03')
CRTDEVHOST DEVD(EMLA001A04) LOCADR(04) RMTLOCNAME(SWXIDA04)
CTL(CTL_1A) APPTYPE(*EML)
TEXT('Emulation display, LOCADDR 04')
CRTDEVPRT DEVD(PRTA001A05) DEVCLS(*RMT) TYPE(3287) MODEL(0)
LOCADR(05) CTL(SWTRNCTL1A) APPTYPE(*NRF)
LOGON('LOGON APPLID(NRF2A07) LOGMODE(SCSTRYR)')
TEXT('NRF printer, LOCADDR 05')</pre>
<p><strong>Device descriptions for CTL_2A:</strong></p>
<p>These commands create the device descriptions that are used with the CTL_2A
controller description:</p>
<pre>CRTDEVDSP DEVD(DSPA002A02) DEVCLS(*RMT) TYPE(3279) MODEL(0)
LOCADR(02) CTL(CTL_2A) APPTYPE(*NRF)
TEXT('NRF device, LOCADDR 02')
CRTDEVHOST DEVD(EMLA002A04) LOCADR(04) RMTLOCNAME(SWXIDB04)
CTL(CTL_2A) APPTYPE(*EML)
TEXT('Emulation display, LOCADDR 04')
CRTDEVPRT DEVD(PRTA002A05) DEVCLS(*RMT) TYPE(3287) MODEL(0)
LOCADR(05) CTL(CTL_2A) APPTYPE(*NRF)
LOGON('LOGON APPLID(NRF2A07) LOGMODE(SCSTRYR)')
TEXT('NRF printer, LOCADDR 05') </pre>
</div>
<div>
<ul class="ullinks">
<li class="ulchildlink"><strong><a href="rzajuparallelremotehostconfig.htm">Example: Configure the physical and logical parallel connections on the host system</a></strong><br />
This example shows the network control program generation (NCP GEN) that is created by a system administrator to connect the 3745 Communication Controller to the server.</li>
</ul>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzajusnaconfigurationexamples.htm" title="These examples describe the dependencies of a parameter or the required parameter values for various SNA network environments.">Examples: Configure SNA over token ring</a></div>
</div>
</div>
</body>
</html>