- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- using tar on files larger that 2gb
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
тАО09-09-2004 09:21 AM
тАО09-09-2004 09:21 AM
I use this command to write files to tape,
#tar cvf
This doesn't work on files larger that 2gb because tar doesn't support this.
what are the implications of changing the block size? will this allow me to write the larger files to tape?
TIA
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-09-2004 09:23 AM
тАО09-09-2004 09:23 AM
Re: using tar on files larger that 2gb
Also you can use GNU tar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-09-2004 09:27 AM
тАО09-09-2004 09:27 AM
Re: using tar on files larger that 2gb
http://hpux.connect.org.uk/hppd/hpux/Gnu/tar-1.14/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-09-2004 09:30 AM
тАО09-09-2004 09:30 AM
Re: using tar on files larger that 2gb
Changing the block size will have no effect on the limitation of tar.
Try the patch PHCO_29229. It should allow upto 8GB. This is for 11.0.. Search for 'tar' in itrc's patch website.
Or try gtar as indicated above.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-09-2004 09:35 AM
тАО09-09-2004 09:35 AM
Re: using tar on files larger that 2gb
# dd if=/file of=- | rsh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-09-2004 09:50 AM
тАО09-09-2004 09:50 AM
Re: using tar on files larger that 2gb
where dd if=/file of=-
what is the output of=- ?
I'm not sure what to replace at -
many thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-09-2004 09:54 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-09-2004 09:54 AM
тАО09-09-2004 09:54 AM
Re: using tar on files larger that 2gb
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-09-2004 09:57 AM
тАО09-09-2004 09:57 AM
Re: using tar on files larger that 2gb
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-09-2004 10:00 AM
тАО09-09-2004 10:00 AM
Re: using tar on files larger that 2gb
8 gig 11i tar patch
http://www2.itrc.hp.com/service/cki/patchDocDisplay.do?patchId=PHCO_28992
Pre 11.11, go with gnutar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-09-2004 10:02 AM
тАО09-09-2004 10:02 AM
Re: using tar on files larger that 2gb
Patch Name: PHCO_28992
Patch Description: s700_800 11.11 tar(1) cumulative patch
http://www2.itrc.hp.com/service/patch/patchDetail.do?BC=patch.breadcrumb.main|patch.breadcrumb.search|&patchid=PHCO_28992&context=hpux:800:11:11
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-09-2004 10:06 AM
тАО09-09-2004 10:06 AM
Re: using tar on files larger that 2gb
Sundar has given me the best solution for my task at hand!
"Only Sundar has the answer!"
Thanks to all again
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-09-2004 10:08 AM
тАО09-09-2004 10:08 AM