K-Series to S-Series Differences

== 52 2 6
== 52 3 7
== 53 0 8
== 53 1 9
== 53 2 A
== 53 3 B
== 54 0 C
== 54 1 D
== 54 2 E
== 54 3 F
==
== <adapter#> = incremental number from 00-99
==
=========================================================================
=========================================================================
== Add an E4SA ADAPTER to slot 01.1.53 as E0153 with LIFs: L018 - L01B
=========================================================================
ASSUME PROCESS $ZZLAN
ADD ADAPTER E0153, TYPE E4SA, LOCATION (1,1,53), ACCESSLIST (1,0)
START ADAPTER E0153, SUB ALL
ADD LIF L018, PIF E0153.0.A
ADD LIF L019, PIF E0153.0.B
ADD LIF L01A, PIF E0153.0.A
ADD LIF L01B, PIF E0153.0.B
START LIF L018
START LIF L019
START LIF L01A
START LIF L01B
=========================================================================
== Add an E4SA ADAPTER to slot 01.1.54 as E0154 with LIFs: L01C - L01F
=========================================================================
ASSUME PROCESS $ZZLAN
ADD ADAPTER E0154, TYPE E4SA, LOCATION (1,1,54), ACCESSLIST (0,1)
START ADAPTER E0154, SUB ALL
ADD LIF L01C, PIF E0154.0.A
ADD LIF L01D, PIF E0154.0.B
ADD LIF L01E, PIF E0154.0.A
ADD LIF L01F, PIF E0154.0.B
START LIF L01C
START LIF L01D
START LIF L01E
START LIF L01F
=========================================================================
== All the SWANs are connected to E4SA's in slots 53 and 54 in a cabinet.
=========================================================================
=========================================================================
==
== This section adds the SWAN concentrators. These are configured
== as ATP terminals for testing. Depending on the number of SWANs
== ordered, they are configured the following standard way:
==
== # of SWANs Port#'s E4SA loc. Primary TCP Secondary TCP
== 1st 25 SWANs 8 & C Cab 1 slot 53 $ZB018 $ZB01C
== 2nd 25 SWANs 9 & D Cab 1 slot 53 $ZB019 $ZB01D
== 3rd 25 SWANs A & E Cab 1 slot 54 $ZB01A $ZB01E
== 4th 25 SWANs B & F Cab 1 slot 54 $ZB01B $ZB01F
==
== In order to successfully run SWAN's the TCP processes need to
== be correctly configured and started elsewhere on a per boot
== basis. The files STARTCOM and STARTSCF are provided on the
== $SYSTEM.ZSYSCONF subvolume as an example of one method of doing