- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- File size
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
04-18-2002 10:05 AM
04-18-2002 10:05 AM
When I try and tar a directory, tar keeps stopping after the output tar is a little over 2GB and says
Tar: end of tape
Tar: to continue, enter device/file name when ready or null string to quit
The EMC is set up in 8 GB luns with about 5 luns per logical partition, so the partitions are about 40 GB any idea why the file can't be over 2GB?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2002 10:07 AM
04-18-2002 10:07 AM
Re: File size
The tar command itself cannot handle nor create files > 2Gb.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2002 10:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2002 10:11 AM
04-18-2002 10:11 AM
Re: File size
http://hpux.cs.utah.edu/hppd/hpux/Gnu/tar-1.13.25/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2002 10:12 AM
04-18-2002 10:12 AM
Re: File size
Tar is limited to 2 Gb , you can use GNU tar which is better than tar or cpio , fbackup they will help u go moer than 2 GB.
Manoj Srivastava
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2002 10:13 AM
04-18-2002 10:13 AM
Re: File size
The standard HP-UX 'tar' does not support the archival of files larger than 2GB or files that have user/group IDs greater than 60K.
A far superior version is the gnu version:
http://hpux.cs.utah.edu/hppd/hpux/Gnu/tar-1.13.25/
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2002 10:14 AM
04-18-2002 10:14 AM
Re: File size
If the archive will go to this system or another HP-UX system, I'd recommend you use fbackup which CAN handle files > 2 Gb.
Another option would be to use the GNU tar command - gtar. Can pick it up at
http://www.gnu.org/software/tar/tar.html
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2002 10:17 AM
04-18-2002 10:17 AM
Re: File size
but as Patrick mentionned if the file system is not large file enable e.g.:
/dev/r5vg01/lvol4 /data/mnt1 vxfs rw,suid,largefiles,delaylog,datainlog 0 2
then whatever utility you use will fail...
All the best
Victor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2002 10:23 AM
04-18-2002 10:23 AM
Re: File size
Also what are the reasons that it is set to not enabled instead of enabled?
Any pros or cons?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2002 10:25 AM
04-18-2002 10:25 AM
Re: File size
Tar can not be used to backup file size larget than 2 GB.
IF you have large size file then try to compress it and make it less than 2 GB if you can make it. This is the only way to backup a file more than 2 GB size using tar.
-pap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2002 10:26 AM
04-18-2002 10:26 AM
Re: File size
-pap
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2002 10:31 AM
04-18-2002 10:31 AM
Re: File size
Nope enabling now will not harm existing data.
The default is no largefiles & that's why it probably got set that way.
Go ahead & set it & you can TRY tar but > 2GB is NOT supported & not reliable.
Check fbackup out do a man fbackup.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2002 10:32 AM
04-18-2002 10:32 AM
Re: File size
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2002 10:32 AM
04-18-2002 10:32 AM
Re: File size
You can convert a filesystem that does not have largefiles enabled to one that does without problem.
You can choose to enable largefiles or not. Consider that you may not want some filesystems to hold largefiles because you want to be able to use the old, standard utilities for backup. This would apply to the vg00 filesystems that you want Ignite to process.
The HP-UX Large Files White Paper is worth reading if you have not already done so:
http://docs.hp.com/hpux/onlinedocs/os/lgfiles4.pdf
Regards!
...JRF...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2002 10:34 AM
04-18-2002 10:34 AM
Re: File size
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-18-2002 10:40 AM
04-18-2002 10:40 AM
Re: File size
JRF's response pretty well summed it up.
Rgds,
Jeff