HP (Hewlett-Packard) S Server User Manual


 
Case Study: Installing and Configuring a System
HP NonStop S-Series Hardware Installation and FastPath Guide—541880-001
14-28
Adding a SWAN Concentrator
Adding a SWAN Concentrator
This example contains an SCF command file that adds a SWAN concentrator to the
configuration database. The values for TRACKID, hostip, and ALThostip are only
examples. This example also contains a startup file.
== This is $SYSTEM.STARTUP.ADDSWAN
== This file should be invoked after ADDMGR
ALLOW ALL ERRORS
== Add SWAN concentrator with configuration track-ID X001XX. Use E4SA LIFs
== $ZZLAN.L018 and $ZZLAN.L01C
ADD ADAPTER $ZZWAN.#S01, &
TRACKID "X001XX", &
TCPIP $ZB018, &
ALTTCPIP $ZB01C, &
hostip 192.231.36.099, &
ALThostip 192.168.3.099, &
SNMPCODE $system.CSSnn.C7849P00
KERNELCODE $SYST3M.CSSnn.C7953P00
SUBNETMASK 255.255.255.0
ALTSUBNETMASK 255.255.255.0
delay 2
ADD SERVER $ZZWAN.#S01.1
ADD SERVER $ZZWAN.#S01.2
ADD SERVER $ZZWAN.#S01.3
delay 2
ADD PATH $ZZWAN.#S01.1.a,ipaddress 192.231.36.101
ADD PATH $ZZWAN.#S01.1.b,ipaddress 192.168.3.101
ADD PATH $ZZWAN.#S01.2.a,ipaddress 192.231.36.102
ADD PATH $ZZWAN.#S01.2.b,ipaddress 192.168.3.102
ADD PATH $ZZWAN.#S01.3.a,ipaddress 192.231.36.103
ADD PATH $ZZWAN.#S01.3.b,ipaddress 192.168.3.103
START ADAPTER $ZZWAN.#S01,SUB ALL
Adding a SWAN 2 Concentrator
The SNMP attribute is optional for both SWAN and SWAN 2 concentrators because
the SNMP module is linked with the SWAN NonStop kernel (in G06.07 and later RVUs)
and does not have to be downloaded.