OSI/TS Configuration and Management Manual

Configuring the OSI/TS Subsystem
OSI/TS Configuration and Management Manual424831-001
3-37
One TSP Process Supporting Each X25AM Line
== NOTE: To use this command file for your subsystem, you
== must supply names and addresses that reflect your
== environment.
=============================================================
==
allow all errors
==
== Abort any processes and subdevices that are running and
== that have the same name as you are configuring.
==
abort su ($tsp1.*, $tsp2.*, $tsp3.*, $tsp4.*)
== Allow time to clean up all SUs.
delay 10
abort process ($tsp1, $tsp2, $tsp3, $tsp4)
==
== Run TSPOBJ to create and start the TSP processes.
== Distribute the load over several CPUs.
==
tspobj/name $tsp1, nowait, cpu 0, pri 170/1
tspobj/name $tsp2, nowait, cpu 1, pri 170/0
tspobj/name $tsp3, nowait, cpu 2, pri 170/3
tspobj/name $tsp4, nowait, cpu 3, pri 170/2
confirm on
=============================================================
== Configure and start X25AM lines.
=============================================================
assume line $x25a
abort,sub all
alter, framemode dce, svcrange (10,60), netid telenet, &
srcaddr "1234", pvcrange (1,9)
start
status $x25a, sub, detail
==
assume line $x25b
abort,sub all
alter, framemode dce, svcrange (10,60), netid telenet, &
srcaddr "4321", pvcrange (1,9)
start
status $x25b, sub, detail
==
assume line $x25c
abort,sub all
alter, framemode dce, svcrange (10,60), netid telenet, &
srcaddr "5678", pvcrange (1,9)
start
status $x25c, sub, detail
==
assume line $x25d
abort,sub all
alter, framemode dce, svcrange (10,60), netid telenet, &
srcaddr "8765", pvcrange (1,9)
start
status $x25d, sub, detail
==
version process ($tsp1, $tsp2, $tsp3, $tsp4)