ibm-information-center/dist/eclipse/plugins/i5OS.ic.rzau3_5.4.0.1/rzau3snads.htm

66 lines
3.5 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 xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-us">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="dc.language" scheme="rfc1766" 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. -->
<meta name="dc.date" scheme="iso8601" content="2005-10-17" />
<meta name="copyright" content="(C) Copyright IBM Corporation 2006" />
<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))' />
<title>Route SNADS over OptiConnect</title>
<link rel="stylesheet" type="text/css" href="ibmidwb.css" />
<link rel="stylesheet" type="text/css" href="ic.css" />
</head>
<body>
<a id="Top_Of_Page" name="Top_Of_Page"></a><!-- Java sync-link -->
<script language = "Javascript" src = "../rzahg/synch.js" type="text/javascript"></script>
<a name="snads"></a>
<h3 id="snads">Route SNADS over OptiConnect</h3>
<p>SNADS (SNA Distribution Services) communication can use the OptiConnect
link to distribute data between systems through the fiber-optic cable. When
configuring SNADS over OptiConnect, the system uses the *APPC controller and
device descriptions previously created in <a href="rzau3ctld.htm#ctld">Configure extended function path routing</a>. You will need
to configure a directory entry, a routing table entry, and distribution queue
in the following way:</p>
<ol type="1">
<li>Add a directory entry:
<pre class="xmp"> ADDDIRE USRID(xxx/*ANY) (xxx is the address of remote system)
USRD(xxx) (xxx is the description
SYSNAME(xxx) (xxx is the name of the remote system)</pre>
Add a directory entry to point a user or several users (*ANY) to the remote
system.</li>
<li>Create a distribution queue:
<pre class="xmp"> ADDDSTQ DSTQ(xxx) (xxx is the name of the queue)
RMTLOCNAME(xxx) (same as specified in the APPC DEVD)
DSTQTYPE(*SNADS)
MODE(*NETATR) (or specify a mode)
RMTNETID(*NETATR)
LCLLOCNAME(xxx) (same as specified in the APPC DEVD)
</pre>The values in the distribution queue for the RMTLOCNAME and LCLLOCNAME
allow SNADS to select the correct APPC device description that points to the
target system.</li>
<li>Create a routing table:
<pre class="xmp"> ADDDSTRTE SYSNAME(xxx) (xxx is the name of the remote system)
FAST(xxx) (xxx is the name of the remote system)
STATUS(xxx) (xxx is the name of the remote system)
DATAHIGH(xxx) (xxx is the name of the remote system)
DATALOW(xxx) (xxx is the name of the remote system)
</pre>
<a name="wq19"></a>
<div class="notetitle" id="wq19">Note:</div>
<div class="notebody">Create a routing table that points to the distribution
queue.</div></li>
<li>Verify that QSOC and QSNADS subsystem are active on both systems.</li></ol>
<a id="Bot_Of_Page" name="Bot_Of_Page"></a>
</body>
</html>