1833883 Members
1827 Online
110063 Solutions
New Discussion

Tape drive problem

 
SOLVED
Go to solution
peterchu
Super Advisor

Tape drive problem

The tape device (DDS4) is working properly previously , now when I use it, ( mt offl) , it pop the message "/dev/st0: No such device or address" , it seems can't detect it , could suggest how can I connect it except reboot it ? thx.
2 REPLIES 2
tony j. podrasky
Valued Contributor
Solution

Re: Tape drive problem

Did you reboot the system without the DDS
connected, or turned on?

o Try the following command: .
What did it report?

o Check /var/boot.log and see if there are
any entries against st0.

o Check /var/messages and see if there are
any entries against st0.

If there are NO OTHER SCSI single ended
devices on the bus, OR they are not in use,
you can try to restart the controller.

o Find the name of the controller that
the DDS4 is on. Check an old copy of
/var/messages if you don't know.

o Make sure that the DDS4 is online.

o

o Do a ./[your_controller's_name] stop

You should get an "OK" in the status field.

o Do a ./[your_controller's name] start.

You should get an "OK" in the status field.

o Do a .

You should see a report as to its status.

regards,
tonyp
REMEMBER: Once you eliminate your #1 problem, #2 gets a promotion.
peterchu
Super Advisor

Re: Tape drive problem

I reboot the server and can eject it now , thx.