- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Uncompress Problem
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-15-2004 03:49 AM
04-15-2004 03:49 AM
What am I doing wrong. Filesystem is 10GB, ulimit=unlimited.
Signed
Confused
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2004 03:51 AM
04-15-2004 03:51 AM
Re: Uncompress Problem
"Reality is just a point of view." (P. K. D.)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2004 03:53 AM
04-15-2004 03:53 AM
Re: Uncompress Problem
Should see largefiles
If not:
fsadm -o largefiles /mountpoint
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2004 03:55 AM
04-15-2004 03:55 AM
Re: Uncompress Problem
Probably the uncomressed file is more than 2GB and you are trying to uncompress it into a directory / mount point that will not support file size more than 2GB. you need to have the "largefiles" option set for the filesystem to copy / create file of more than 2 GB in that.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2004 03:56 AM
04-15-2004 03:56 AM
Re: Uncompress Problem
#bdf . and hit entre
Wherever we uncompress a file it needs more space because first it uncopress it successfully and than delete the *.Z file from system.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2004 03:59 AM
04-15-2004 03:59 AM
Re: Uncompress Problem
#fsadm -F vxfs /mountpoint (To check)
#fsadm -F vxfs -o largefiles /mountpoint (To set it to largefiles)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2004 04:00 AM
04-15-2004 04:00 AM
SolutionTake a look at this to implement "largefiles" for your filesystem.
http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000072837005
The itrc doc id is KBAN00000105
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-15-2004 04:36 AM
04-15-2004 04:36 AM
Re: Uncompress Problem
Have scheduled downtime to unmount the JournalFS and use the "fsadm -F vxfs -o largefiles /mountpoint" and mount command to correct the problem.
Have updated my "Hints and Tips" for future memory lapses.
Thanks again!
Roger