- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- About the tape drive
Categories
Company
Local Language
Forums
Discussions
Knowledge Base
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2003 06:28 AM
05-16-2003 06:28 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2003 06:31 AM
05-16-2003 06:31 AM
Re: About the tape drive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2003 06:35 AM
05-16-2003 06:35 AM
SolutionAny error like "no tape in media" or "device if offline" or "I/O error" means the tape is not loaded - its has been unloaded and now someone was manually remove it and insert a tape.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2003 06:37 AM
05-16-2003 06:37 AM
Re: About the tape drive
for example if your tape drive is /dev/rmt/0mn then
mt -t /dev/rmt/0mn status
This should give you the status of the drive even if there is no tape inside the drive.
you can check the tape device is claimed or not by ioscan
run ioscan -fnC tape to get the device name
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2003 06:42 AM
05-16-2003 06:42 AM
Re: About the tape drive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2003 11:11 AM
05-16-2003 11:11 AM
Re: About the tape drive
Try to power off the tape drive, then power it back on.
I have had tapes get stuck before for several reasons. Namely hung processes reading/writing, but it could be a bad tape as well. You may want to reboot the system as well as power off and on the tape drive.
Use the following after the tape drive has been powered off/on, and the system freshly booted.
First, lets make sure you have a tape drive. To ensure this, type:
ioscan | grep -i tape
This should return a line something like..
10/0/15/0.3.0 tape HP C1537A
Now, if you list the contents of /dev/rmt, do you have all your drivers?
ls /dev/rmt
0m 0mnb c2t3d0BESTn c2t3d0DDSb stape_config
0mb c2t3d0BEST c2t3d0BESTnb c2t3d0DDSn
0mn c2t3d0BESTb c2t3d0DDS c2t3d0DDSnb
If you have devices, you need to check the status of the device. Use this command.
mt -t /dev/rmt/0m status
It should return something like:
Drive: HP C1537A
Format:
Status: [0]
File: 0
Block: 0
In this case, file 0 and block 0 mean I have a tape in the device.
If you have a physically bad tape, the above will error. Try a different tape before using. NOTE: With 4mm tapes, certain vendors do not have proper working tape access panels, so they jam open or closed.
Regards,
Shannon