Operating System - HP-UX
1753913 Members
8464 Online
108810 Solutions
New Discussion

Re: Getting Status of a DLT Drive

 
SOLVED
Go to solution
Carlos Fernandez Riera
Honored Contributor

Re: Getting Status of a DLT Drive

박수정
Advisor

Re: Getting Status of a DLT Drive

Hi!

Chack your tape device and tape

1. Check your tape device!
# ioscan -kfnC tape

...
/dev/rmt/0m
/dev/rmt/1m
....

2. Check your tape device status
# mt -f /dev/rmt/0m stat
# mt -f /dev/rmt/1m stat

3. fbackup command test for each device
# fbackup -i /tmp -f /dev/rmt/0m
# fbackup -i /tmp -f /dev/rmt/1m