9710 (StorageTek) Addendum for NonStop Servers
Addendum to the StorageTek 9710 for the Tandem Environment
Configuring the Compaq System for the 9710 Automated Cartridge Subsystem
6-14
• The ADD command names the object that have been defined
(the name of the logical tape controller is TAPEA in this
example) and adds it to the configuration file.
6.4.2 Example 2: Defining and Adding a 3216 Physical Controller
Use COUP to define and add a 3216 controller to the system after
installing the controller. The following example defines and adds a
3216 controller (TAPEA) configured between processors 0 and 1 at
subchannel address %040.
> COUP
CONFIGURATION UTILITY PROGRAM - T9023D30 - (01MAR95) SYSTEM \TEST
COPYRIGHT COMPAQ COMPUTERS INCORPORATED 1987-1995
CONFIG $SYSTEM.SYS01.OSCONFIG
1) ASSUME CONTROLLER
2) SET PRODUCT 3216
3) SET PRIMARYCPU (CPU 0, ADDRESS %40)
4) SET BACKUPCPY (CPU 1, ADDRESS %40)
5) ADD TAPEA
The following are notes about the above example:
• The ASSUME command sets the object type so that
specification for it for each SET command that follows is not
necessary.
• The SET commands define the attributes that are wanted in the
CONTROLLERS paragraph of the SYSGEN CONFTEXT file.
• The ADD command names the object that have been defined
(the controller) and adds it to the configuration file.