- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Image Failure gzip: File too large
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
тАО08-05-2004 01:41 AM
тАО08-05-2004 01:41 AM
Image Failure gzip: File too large
gzip: stdout: File too large
How would I change the filesystem to accept large files?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-05-2004 01:54 AM
тАО08-05-2004 01:54 AM
Re: Image Failure gzip: File too large
normally with the command fsadm -F xvfs -o largefiles /mountpoint.
HTH,
Gideon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-05-2004 01:54 AM
тАО08-05-2004 01:54 AM
Re: Image Failure gzip: File too large
see man fsadm
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-05-2004 01:55 AM
тАО08-05-2004 01:55 AM
Re: Image Failure gzip: File too large
This is the command to change an in place filesystem
-F vxfs -o largefiles /dev/vg00/lvol
You might have to get a newer version of gzip too, but I doubt that.
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
тАО08-05-2004 01:56 AM
тАО08-05-2004 01:56 AM
Re: Image Failure gzip: File too large
you can change your FS for largefile option with (OnlineJFS)
fsadm -F vxfs -o largefiles
Regards
Franky
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-05-2004 02:00 AM
тАО08-05-2004 02:00 AM
Re: Image Failure gzip: File too large
If this is an NFS thing then you need the following.
For the client to accept the largefiles from the server, the server must do a reexport of the fs directory, and then the
client must retake the file system.
Like this on a JFS server
1. fsadm -F vxfs -o largefiles /igdir
fsadm -F vxfs /igdir
( to verify the change)
2. exportfs -i /igdir
3.The client system
unmount /nfs3_igdir
mount servername:/igdir /nfs3_igdir
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-05-2004 02:02 AM
тАО08-05-2004 02:02 AM
Re: Image Failure gzip: File too large
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО08-05-2004 02:06 AM
тАО08-05-2004 02:06 AM
Re: Image Failure gzip: File too large
This can be done on alle filesystems ( vxfs) that are >2 GB.
Regards,
Gideon