matt077
15 years agoLevel 5
Swapping Tape Drive while system is running
Can any one confirm this for me please
If i unplug a tape drive from a system which is still running and plug a new drive onto it, will netback up use the new one fine? (when unplugging the system will not be using that tape drive!)
System is running solaris 9 so once the tape drive swap as happend, if i use command devfsadm and add back into the netback, will it all work fine?
also how would i remove the serial number from netbackup of the old tape drive?
thanks
- #remove old drive
devfsadm -C -c tape
#install new drive
cfgadm -al | grep tape
cfgadm -al -c configure <cX:wwn>
#confirm device link points to new wwn
ls -l /dev/rmt/?cbn
#update drive serial
tpautoconf -report_disc
tpautoconf -replace_drive <name> -path </dev/rmt/X>
(just did all this myself recently)