- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Ignite UX Gzip Error
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
05-27-2007 06:38 PM
05-27-2007 06:38 PM
Ignite UX Gzip Error
Pls find the error below,and suggestion please.
# ./make_sys_image -s local -d /image
* Preparing to create a system archive.
* Testing for necessary pax patch.
* Passed pax tests.
WARNING: CLEAN_LEVEL set to 2: (see -l option for make_sys_image(1M))
While this command is executing at clean level 2, the system
should be as quiet as possible. The host and/or networking
information on the system are temporarily set to newconfig
values. After the command is complete these files are
returned to their previous state.
Creating keepsafe archive with file /stand/system
Creating your system file in the file /var/tmp/make_sys_image.hwsys.a14178
Appending file /.profile to keepsafe archive
.Appending file /etc/rc.config.d/hpfcmsconf to keepsafe archive
.Appending file /etc/rc.config.d/netconf to keepsafe archive
.Appending file /etc/rc.config.d/netdaemons to keepsafe archive
.Appending file /etc/rc.config.d/namesvrs to keepsafe archive
.Appending file /etc/rc.config.d/mailservs to keepsafe archive
.Appending file /etc/rc.config.d/xfs to keepsafe archive
.Appending file /etc/hosts to keepsafe archive
.Appending file /etc/group to keepsafe archive
.Appending file /etc/mail/sendmail.cw to keepsafe archive
.Appending file /etc/netgroup to keepsafe archive
.Appending file /etc/ntp.conf to keepsafe archive
.Appending file /etc/vue/config/Xsession.d/0070.recs to keepsafe archive
.Appending file /var/adm/sw/security/_ACL to keepsafe archive
.Appending file /var/adm/sw/security/_OWNER to keepsafe archive
.Appending file /var/adm/sw/security/_PROD_DFLT_ACL to keepsafe archive
.Appending file /var/adm/sw/security/_SOC_DFLT_ACL to keepsafe archive
.Appending file /var/adm/sw/security/secrets to keepsafe archive
.Appending file /var/adm/sw/security/secrets.pag to keepsafe archive
Appending file /var/adm/sw/security/secrets.dir to keepsafe archive
Appending file /var/adm/sw/security/_LOCK_FILE to keepsafe archive
* Archiving contents of IGSRV11 via tar to
/image/IGSRV11.gz.
gzip: stdout: File too large
ERROR: The gzip command failed (exit status 1).
* Clean up: Do not interrupt; restoring files, kernel, and transition
links.
# gunzip -V
gzip 1.3.12
Copyright (C) 2007 Free Software Foundation, Inc.
Copyright (C) 1993 Jean-loup Gailly.
This is free software. You may redistribute copies of it under the terms of
the GNU General Public License <>.
There is NO WARRANTY, to the extent permitted by law.
Written by Jean-loup Gailly.
Regds
Ganesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2007 06:48 PM
05-27-2007 06:48 PM
Re: Ignite UX Gzip Error
http://www1.itrc.hp.com/service/patch/mainPage.do
Search for gzip patches. There is a gzip patch that permits files up to 8 GB to be gzipped.
Be cautious though because older versions of Ignite will not be able to unpack the images.
If your file exceeds 8 GB it needs to be excluded from the image.
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
05-27-2007 07:13 PM
05-27-2007 07:13 PM
Re: Ignite UX Gzip Error
I cannot not able to find any patches while searching for gzip patches .
Thanks
Ganesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2007 07:26 PM
05-27-2007 07:26 PM
Re: Ignite UX Gzip Error
gzip had issues of size limit but that has been fix in 1.3.x versions..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2007 07:32 PM
05-27-2007 07:32 PM
Re: Ignite UX Gzip Error
I had 10Gb free space in /image .
Ganesh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-27-2007 07:38 PM
05-27-2007 07:38 PM
Re: Ignite UX Gzip Error
You have replaced your gunzip version with the gnu gunzip version.
This itself may be a problem as Ignite was not written to work with this version of gzip.
gnu gzip/gunzip does not have an 2 GB limit but it does have a different and possbily incompatible set of command line options.
whence gzip
what
Please post.
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
05-27-2007 07:51 PM
05-27-2007 07:51 PM
Re: Ignite UX Gzip Error
/usr/contrib/bin/gzip
# what /usr/contrib/bin/gzip
/usr/contrib/bin/gzip:
#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2007 12:31 AM
05-28-2007 12:31 AM
Re: Ignite UX Gzip Error
Does your filesystem support largefiles?
regards,
Sandy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2007 05:37 AM
05-28-2007 05:37 AM
Re: Ignite UX Gzip Error
> gzip 1.3.12
> # whence gzip
> /usr/contrib/bin/gzip
That's all nice, but how do you know that
make_sys_image is using _that_ gzip?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-28-2007 06:59 PM
05-28-2007 06:59 PM
Re: Ignite UX Gzip Error
Please look this thread. It might help you.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=611148
Regards,
Rasheed Tamton.