- Community Home
- >
- Storage
- >
- Data Protection and Retention
- >
- StoreEver Tape Storage
- >
- Re: tar command
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
Discussions
Discussions
Discussions
Forums
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
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
тАО11-19-2018 07:50 PM
тАО11-19-2018 07:50 PM
tar command
I am creating tar files on tape.
#export DEV_DAT=/dev/rmt0mn
#tar cvf $DEV_DAT /tmp/p.txt
#tar cvf $DEV_DAT /tooex
#tar cvf $DEV_DAT /runex
After this
#mt - f $DEV_DAT rew
#tar tvf $DEV_DAT --showing p.txt - OK
#tar tvf $DEV_DAT --showing all the files Exists in /tooex -OK
#tar tvf $DEV_DAT -- showing tar: blocksize=0; broken pipe?
It must show files exists in /runex
Guide , why /runex files are not stored on tape.
How can i do this ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-26-2018 08:05 AM
тАО11-26-2018 08:05 AM
Re: tar command
Dear Customer,
This looks like a restriction issue with UNIX, if any file at all goes to tape and can be read back, then you might have
to consult an UNIX/Linux Admin to undertand if any restrictions are assigned,
I am an HPE Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-26-2018 09:00 AM - edited тАО11-26-2018 09:04 AM
тАО11-26-2018 09:00 AM - edited тАО11-26-2018 09:04 AM
Re: tar command
HI
Is this continously happening ? have you tried multiple times and same response. If it has happened only once, then it could be problem while copying, either in media or tape drive . If it has happened multiple times, then while copying, i.e., tar cvf $DEV_DAT /runex ==> did you get similar error messge.
You may also attempt 'dd' ( disk dump ), specially for db files ; man pages would give you details
I AM A HPE Employee
I am a HPE Employee
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО11-30-2018 02:37 AM
тАО11-30-2018 02:37 AM
Re: tar command
Kindly respond to this .
In case it has been resolved, please mention
I am a HPE Employee