9710 (StorageTek) Addendum for NonStop Servers

Addendum tot he StorageTek 9710 for the Tandem Environment
Configuring the 5155/5159 Digital Linear Tape FRU for the Himalaya S-series Servers
7-19
The Following example specifies that a maximum of 32
concurrent file opens allowed for the tape drive $TAPE1:
->ALTER TAPE $TAPE1, NUMOPENERS 32
For more information on the ALTER and INFO commands, see the
SCF Reference Manual for the Storage Subsystem.
Example 3: Deleting a Tape Drive From the System
Use the SCF DELETE TAPE command to delete a tape drive from
the system configuration database.
Before issuing the DELETE command, use the SCF STATUS
command to verify that the tape drive is in the stopped state. For
example:
->STATUS TAPE $TAPE0
STORAGE - Status $TAPE $TAPE0
Ldev State SubState Primary Backup DeviceState
PID PID
20 STOPPED 0, 30 1, 30
If the STATUS command shows that the tape drive is not in the
STOPPED state, use the SCF STOP command to place the tape
drive in the STOPPED state. For example:
->STOP TAPE $TAPE0
The following example removes tape drive $TAPE0 form the
system configuration:
->DELETE TAPE $TAPE0