- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- tar: cannot open /dev/rmt/om
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
02-06-2007 09:44 PM
02-06-2007 09:44 PM
tar: cannot open /dev/rmt/om
I am running through this error message after the tape is been detected on Hp-Unix server( rx2620) when ever i try the command
tar cvf /dev/rmt/om
it gives me this error.any help please
Regards
Mamadou
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2007 10:13 PM
02-06-2007 10:13 PM
Re: tar: cannot open /dev/rmt/om
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2007 10:15 PM
02-06-2007 10:15 PM
Re: tar: cannot open /dev/rmt/om
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2007 10:25 PM
02-06-2007 10:25 PM
Re: tar: cannot open /dev/rmt/om
You are not using exact syntax.
tar --> achives the tape file.Commonly we used tar command for backup.we can also use fbackup.
tar -cvf /dev/rmt/0m /backup
c --> create
v --> echoes filenames to screen
f --> designates file where achive will be written
/dev/rmt/0m --> Backup media [Tape here]
/backup --> Target whose backup is required.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2007 10:30 PM
02-06-2007 10:30 PM
Re: tar: cannot open /dev/rmt/om
as melvyn states: /dev/rmt/0m
You should also specify what you want backing up.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=730843
You can check your tape device files with:
ioscan -fnC tape
Please also read:
http://forums1.itrc.hp.com/service/forums/helptips.do?#33 on how to reward any useful answers given to your questions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2007 11:36 PM
02-06-2007 11:36 PM
Re: tar: cannot open /dev/rmt/om
Please assign points if your query is solved.