- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ERROR: The gzip command failed (exit status 161)
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
02-17-2003 05:21 AM
02-17-2003 05:21 AM
On the client side is B.11.22 U ia64 installed, on the Serverside is B.11.11 U 9000/800 installed.
The error appears not permanetnt,sometime it works - sometime not.
Its just a testinstallation because new ia64
hardware. Does someone know this problem?
Thanks
whith regards
Willi
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2003 05:33 AM
02-17-2003 05:33 AM
Re: ERROR: The gzip command failed (exit status 161)
May be your problem arise, when ignite is
trying to use old gzip-command, that not support files > 2Gb. Try to replace your
default /usr/bin/gzip /after backup,of course/
with gnu-gzip, downloaded from
www.gzip.org,
for example.
Regards,Stan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2003 05:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2003 11:10 AM
02-17-2003 11:10 AM
Re: ERROR: The gzip command failed (exit status 161)
Your problem could be the target filesystem of the Ignite image does not have largefiles set on it. Check /etc/fstab on the server that actaully owns the filesystem the ignite image is writing to. It should have largefiles turned on and the newfs command must have been run with the -o largefiles option, otherwise its either redo the fs or find another filesystem to store it on.
You may have BOTH problems.
When you transfer files to an fs that does not have largefiles enabled, it works great up to 2G and then stops like a truck hitting a very, very solid wall.
There are certain issues to be familiar with concerning itanium and ignite, but this is not your problem here.
Regards,
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
02-18-2003 01:18 AM
02-18-2003 01:18 AM
Re: ERROR: The gzip command failed (exit status 161)
the problem is fixed.
Indeed, it had something to do with ulimit. Ulimit was restricted for tcsh.I had no problem with sh as loginshell for root.