- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: 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
04-18-2005 08:17 AM
04-18-2005 08:17 AM
tar cannot open /dev/rmt/0m
/ ioscan -fnC tape
Class I H/W Path Driver S/W State H/W Type Description
=====================================================================
tape 0 0/0/1/0.0.0 stape CLAIMED DEVICE QUANTUM DLT7000
/dev/rmt/0m /dev/rmt/0mn /dev/rmt/c0t0d0BEST /dev/rmt/c0t0d0BESTn
/dev/rmt/0mb /dev/rmt/0mnb /dev/rmt/c0t0d0BESTb /dev/rmt/c0t0d0BESTnb
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2005 08:21 AM
04-18-2005 08:21 AM
Re: tar cannot open /dev/rmt/0m
Are you sure the scsi address of the tape device had not changed? it shoud be 0.
you could also look at errors in 'dmesg' output. - and in the syslog.log-
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2005 09:16 AM
04-18-2005 09:16 AM
Re: tar cannot open /dev/rmt/0m
1. to remove special file for the tape:
rmsf -H 0/0/1/0.0.0
2. to recreate special file:
insf â
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2005 07:38 PM
04-18-2005 07:38 PM
Re: tar cannot open /dev/rmt/0m
Just see the new device file and hardware path. It was surely connected to different path ID. Just check and see the hardware path now should not be 0/0/1/0.0.0. Possibally SCSI ID has changed.
Share with us for our knowledge and close the thread having asign points as your problem is allready resolved.
With Regards,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2005 02:32 AM
04-19-2005 02:32 AM
Re: tar cannot open /dev/rmt/0m
After ioscan, the h/w pathe is still 0/0/1/0.0.0. There are still probelms.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2005 02:39 AM
04-19-2005 02:39 AM
Re: tar cannot open /dev/rmt/0m
This means it is a capacity issue. Your media is not supporting the expected storing capacity. What did your backup up files sized in total ? What is the total size of the files now you are backing up ?
This error means you are backing up data that require capacity of more than one media.
Check for capacity / Compression settings. Some DIP switch might have go have changed during mechanical problem rectification.
Just a thought.
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2005 02:46 AM
04-19-2005 02:46 AM
Re: tar cannot open /dev/rmt/0m
how are you running your backup?
Interactively or batch?
Problem could be that the terminal connected to the job was no longer available (logged off).
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2005 03:16 AM
04-19-2005 03:16 AM
Re: tar cannot open /dev/rmt/0m
How to check the terminal ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2005 03:22 AM
04-19-2005 03:22 AM
Re: tar cannot open /dev/rmt/0m
You will need to run the job interactively so that you can respond to the additional tape prompts, or figure out why your job now needs more tapes.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-19-2005 03:25 AM
04-19-2005 03:25 AM
Re: tar cannot open /dev/rmt/0m
was just an idea! If you kick of your tar froma terminal and then log off, where is the job going to write its question regrading the second tape?
May be worthwhile running via cron and capturing both output streams.
Devender's idea is more likely.
Regards