SNAX/APC Configuration and Management Manual

Configuring Network Resources for SNAX/APC
SNAX/APC Configuration and Management Manual138787
4-30
Complete Examples
Complete Examples
These examples are annotated SCF command files built from examples shown in the
previous subsections. Both examples assume that the underlying access methods are
configured and started. The difference between the two examples is that the first is for a
SNAX/APN environment and the second is for SNAX/XF or SNAX/CDF environments.
These are loopback configurations with both local and remote LUs and TPs on the same
Tandem system. The examples do not include the use of dynamic configuration.
SNAX/APN Example
allow all errors
timeout 200
=========================================================================
== $APC1 is the local node in this example. ==
=========================================================================
assume process $apc1
=========================================================================
== Add a local LU for $APC1. SNAXFILENAME names a SNAX/APN line. ==
== The subdevice has to match the SNANAME of this local LU. ==
=========================================================================
add lu llu01, snaname llu01, snaxfilename $nt21a.#llu01, &
maxsession 1024, autostart yes
=========================================================================
== Add remote LU name to the local APC. The SNANAME must match the ==
== SNANAME defined in the remote APC's local LU (RLU01 in this ==
== example). ==
=========================================================================
add ptnr-lu llu01.rlu01, snaname rlu01, peripheral-node yes, &
parallel-session-lu yes, local-lu-security-acceptance alreadyverified
=========================================================================
== Add the mode name, LU62BIND, to the LU. ==
=========================================================================
add ptnr-mode llu01.rlu01.lu62bind, modename lu62bind,&
defaultmaxsession 512, defaultminconwinner 30, defaultminconloser 30,&
maxautoact 30, rcvwindow 63, sendwindow 63
=========================================================================
== Add five TPNs to the local LU. ==
=========================================================================
add tpn llu01.ltp01, charmapping yes, &
charmapname spanish
add tpn llu01.ltp02, charmapping yes, &
charmapname unitedkingdom
add tpn llu01.ltp03, charmapping yes
add tpn llu01.ltp04, charmapping yes, charmapname belgianswiss
add tpn llu01.ltp05, charmapping yes, securityrequired user
=========================================================================
== Define the objects for the remote node. ==
=========================================================================
assume process $apc2