svabonius
12 years agoLevel 2
Unload all tape devices
Hi guys!
I'm in the process of moving from EMC Networker to Symantec Netbackup. And boy is that a bit of a travel! - A good one though :)
One thing I'm missing is a command that does the following:
- Eject all tape drives in a given tape library
- Return tapes to their slots
Is this possible, or do I have to fiddle with robtest and the sorts?
Kind regards,
Jens Rohde
Fujitsu, Denmark
The "command" that unload a drive and return the tape to the slot is the reset function of the GUI or of the vmoprcmd CLI command.
From the GUΙ, you can select all drives -> right click and select reset.
From the CLI you have to do it one by one, but it is very easy to write a script that resets all drives
vmoprcmd -resetbyname drive_namePlease note that you cannot reset a drive that it is assigned to a backup or restore operation.