Replacing External Tape Drive CRUs Online

Deleting and Adding a Tape Drive
Using SCF:
To delete the drive, enter:
-> STOP TAPE $Tape1
;stops the tape drive
-> STATUS $Tape1
;verifies drive is in the stopped state
-> DELETE $Tape1
;removes drive from configuration list
-> INFO $Tape1
;verifies drive has been removed
To add the drive back, enter:
-> ADD TAPE $Tape1, SENDTO STORAGE, LOCATION (1,1,55)
-> INFO $Tape1