- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- tar: cannot open /dev/rmt/0m
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
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
09-05-2005 07:46 PM
09-05-2005 07:46 PM
Can I re-install device file for TAPE for the following command to resolve the issue.
# insf –e
Waiting for reply.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2005 07:49 PM
09-05-2005 07:49 PM
Re: tar: cannot open /dev/rmt/0m
ioscan -fnC tape
Mark Syder (like the drink but spelt different)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2005 08:08 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2005 01:27 PM
09-06-2005 01:27 PM
Re: tar: cannot open /dev/rmt/0m
In general, there are two reson that cause this error:
1. There isn't any tape in tape's drive (sometime, you forgot insert the tape :))
2. The tape's device file is not correct or hasn't installed on OS.
As above mentions, first you need to check the tape drive, does it work well (The power etc,...)? then need to check for the tape device file.
You can remove the old tape device file and reinstall again.
To remove the old device file, using:
#rm -f /dev/rmt/*
To reinstall tape device file, using:
#insf -eC tape
Check again and I sure it works!
Hope this helps
Best and regard,
Hoang Chi Cong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2005 02:21 PM
09-06-2005 02:21 PM
Re: tar: cannot open /dev/rmt/0m
Recreating the device file will not solve the issue here. This is either media or drive failure. Try this
#mt -t /dev/rmt/0mn status
#mt -t /dev/rmt/0mn fsf 1
What does it indicates ?
Regards,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2005 06:23 PM
09-06-2005 06:23 PM
Re: tar: cannot open /dev/rmt/0m
Rgds,
Mehul