- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: tar foo
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
10-27-2004 12:34 AM
10-27-2004 12:34 AM
get the following error message near the end
of the last files in the directory:
tar cvf dir.tar dir
.
.
rw-rw---- 202/101 209723392 Oct 27 05:11 2004 edcr1p.tmp/vault_sces_index.dbf
Tar: end of tape
Tar: to continue, enter device/file name when ready or null string to quit.
If I try to look at the tar I get:
tar tvf dir.tar
Tar: error! blocksize changed
Total size of the directory is 2.5gig:
2587692 edcr1p/
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2004 12:44 AM
10-27-2004 12:44 AM
SolutionPatch Name: PHCO_28992 s700_800 11.11 tar(1) cumulative patch
http://www2.itrc.hp.com/service/cki/patchDocDisplay.do?patchId=PHCO_28992
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2004 12:45 AM
10-27-2004 12:45 AM
Re: tar foo
Do you have the tar patch that allowslarger files?
http://www2.itrc.hp.com/service/patch/mainPage.do
Is the filesystem you are writing to set up for largefiles?
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2004 12:46 AM
10-27-2004 12:46 AM
Re: tar foo
Check out patch:
http://www2.itrc.hp.com/service/patch/patchDetail.do?BC=patch.breadcrumb.main|patch.breadcrumb.search|patch.breadcrumb.patchDetail{PHCO_28992,hpux:800:11:11}|&patchid=PHCO_28992&context=hpux:800:11:11
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2004 12:57 AM
10-27-2004 12:57 AM
Re: tar foo
test if you have largefiles enabled.
Check which volume you use, then:
'fstyp -v /dev/vg??/lvol? |grep -i f_flag'
If f_flag = 0 then you have 2 GB max,
if f_flag = 16 then you have 8 GB max
Regards
Volkmar
P.S.
First solution could be, to give a second file name, so tar file will be splitted.