5190/5194 Modular Tape Subsystem Manual
Configuring the Modular Tape Subsystem
5190/5194 Modular Tape Subsystem Manual—426878-002
2-9
Configuring the Modular Tape Subsystem Online
Using COUP
Example 2: Defining and Adding a 3216 Controller
You can use COUP to define and add a 3216 controller to your system after you install
the controller. The following example defines and adds a 3216 controller (TAPEA)
configured between processors 0 and 1 at subchannel address %040.
The following are notes about this example:
•
The ASSUME command sets the object type so you don’t have to specify it in each
command that follows.
•
The SET commands define the attributes that you would define in the
CONTROLLERS paragraph of the CONFTEXT file.
•
The ADD command names the object you have defined (the 3216 tape controller)
and adds it to the configuration file.
> COUP
CONFIGURATION UTILITY PROGRAM - T9023D40 - (01MAR95) SYSTEM \TEST
COPYRIGHT TANDEM COMPUTERS INCORPORATED 1987-1995
CONFIG $SYSTEM.SYS01.OSCONFIG
1) ASSUME CONTROLLER
2) SET PRODUCT 3216
3) SET PRIMARYCPU (CPU 0, ADDRESS %30)
4) SET BACKUPCPU (CPU 1, ADDRESS %30)
5) ADD TAPEA