- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- tar error
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
12-26-2001 05:54 AM
12-26-2001 05:54 AM
tar error
Just came across a stange error of "tar: en dof tape ; tar: to continue enter device file name to continue".
This error I am getting just I starts a backup and also this is the 3rd media I am trying on. The media I am using is of 12 GB whereas data to backed up is just of 2 gb .
what may be the cause of it?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2001 06:00 AM
12-26-2001 06:00 AM
Re: tar error
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2001 06:01 AM
12-26-2001 06:01 AM
Re: tar error
Silly question but did you rewind the tapes first?
Are the tapes new or re-used? At times my used tapes need to have mediainit run on them again (mediainit /dev/rmt/#m).
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2001 06:07 AM
12-26-2001 06:07 AM
Re: tar error
Yes I have tried with "rewind" and "mediainit" but still the same error.
confused?"?//??/?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2001 06:22 AM
12-26-2001 06:22 AM
Re: tar error
You cannot use a DDS2 tape in a DDS1 device.
Also hate to gripe, but...
This member has assigned points to 12 of 89 responses to his/her questions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2001 07:32 AM
12-26-2001 07:32 AM
Re: tar error
Try replacing the drive. Seems like the drive is defective.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-26-2001 07:47 AM
12-26-2001 07:47 AM
Re: tar error
Are you specifying a target (destination) file or are you taking the default /dev/rmt/0m?
Try to create a small tar file on the tape, ie: tar cvf /dev/rmt/#m /etc/profile
Any errors in syslog.log?
You may need hardware support.
Darrell
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-27-2001 11:54 AM
12-27-2001 11:54 AM
Re: tar error
could it be you are trying to backup so-called "sparse files"?
Those need less space on the file-system than their "ls -l" size would make you expect. Use "ls -s" instead, this will show the *real* size (in 512byte blocks, though).
In that case, try using GNU-tar, IIRC it has an option to backup sparse-files...
HTH,
Wodisch