- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: problem with backup on dat
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-2006 12:31 AM
09-05-2006 12:31 AM
problem with backup on dat
tar cv /cdr/OldCdrStorage/bo2gcg02.2005*.tar.gz /dev/rmt/0m
when I have this prompt
Tar: end of tape
Tar: to continue, enter device/file name when ready or null string to quit.
I wrote /dev/rmt/0m
but I had this error
sh: /dev/rmt/0m: Execute permission denied.
I checked and the dat it's not broken on unwritable.
The machine is an rp5470 with ho 11i
Anyone can tell me where is the error?
BR
Paola
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2006 12:41 AM
09-05-2006 12:41 AM
Re: problem with backup on dat
are you sure you have the tar command the correct way ?
tar cvf /dev/rmt/0m /cdr/OldCdrStorage/bo2gcg02.2005*.tar.gz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2006 12:45 AM
09-05-2006 12:45 AM
Re: problem with backup on dat
you may miss typed the commands
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2006 03:44 AM
09-05-2006 03:44 AM
Re: problem with backup on dat
The "enter" would have terminated the tar, then the the shell would have tried to execute "/dev/rmt/0m, giving the error.
or, could you have hit "enter" more than once after the initial tar command. It have buffered it and caused the same problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2006 03:55 AM
09-05-2006 03:55 AM
Re: problem with backup on dat
The command as you typed it will create a tar that includes the files /cdr/OldCdrStorage/bo2gcg02.2005*.tar.gz and the contents of /dev/rmt/0m to the default tape device, which is /dev/rmt/0m. I don't think that is what you wanted.
Either remove the /dev/rmt/0m from the end of the command (ie. tar cv /cdr/OldCdrStorage/bo2gcg02.2005*.tar.gz) or do a tar -cvf /dev/rmt/0m /cdr/OldCdrStorage/bo2gcg02.2005*.tar.gz.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2006 04:06 AM
09-05-2006 04:06 AM
Re: problem with backup on dat
The device comes before your file name. Look like the command is incorrect.
sp,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-06-2006 02:49 AM
09-06-2006 02:49 AM
Re: problem with backup on dat
could you please update this thread and if you happy with the answers, please read:
http://forums1.itrc.hp.com/service/forums/helptips.do?#28