1753834 Members
8251 Online
108806 Solutions
New Discussion юеВ

ignite : gzip failed

 
Rodolph
Advisor

ignite : gzip failed

hello ,
here the message when i try to make an archive :
gzip : stdout file too large
the gzip command failed.
12 REPLIES 12
Stefan Farrelly
Honored Contributor

Re: ignite : gzip failed

Check /var/adm/syslog/syslog.log I think youve filled up either /tmp or /var/tmp. You will need to increase it in order to make your ignite image.
Im from Palmerston North, New Zealand, but somehow ended up in London...
T G Manikandan
Honored Contributor

Re: ignite : gzip failed

I have two questions to you

1.What version of gzip you are using?
2.Is your filesystem enabled for largefiles.
I suppose the filesize is going above the 2GB limit.

Post back


Thanks
T G Manikandan
Honored Contributor

Re: ignite : gzip failed

The link has the solution


http://bizforums.itrc.hp.com/cm/QuestionAnswer/0,,0x63db35067c18d6118ff40090279cd0f9,00.html

you cah check the gzip version using

/usr/contrib/bin/gzip -V

you can install latest package of gzip from

http://hpux.cs.utah.edu/hppd/hpux/Gnu/gzip-1.3.3/
Rodolph
Advisor

Re: ignite : gzip failed

my gzip version is 1.2.4a
Domenico_5
Respected Contributor

Re: ignite : gzip failed

hi

could we have other information about your file?

Like size and so on...


regards
Cheryl Griffin
Honored Contributor

Re: ignite : gzip failed

gzip 1.2.4 or greater is fine for 2gig files (largefiles).

Check your root shell. Root shell must be /sbin/sh.
# grep root /etc/passwd

Use vipw to correct it.
# vipw

Cheryl
"Downtime is a Crime."
Rodolph
Advisor

Re: ignite : gzip failed

my root shell is /sbin/sh ,
my version of gzip is 1.2.4,
how can i see if i'm in large file with fsadm ?
Cheryl Griffin
Honored Contributor

Re: ignite : gzip failed

Try fstyp:
# fstyp -v /dev/vg01/lvol1

f_flag: 16 = largefiles
f_flag: 0 = no_largefiles

Cheryl
"Downtime is a Crime."
Rodolph
Advisor

Re: ignite : gzip failed

Here the result of fstyp -v ..
root:/var/tmp# fstyp -v /dev/vg00/lvol3
vxfs
version: 3
f_bsize: 8192
f_frsize: 1024
f_blocks: 274432
f_bfree: 238729
f_bavail: 223809
f_files: 62272
f_ffree: 59680
f_favail: 59680
f_fsid: 1073741827
f_basetype: vxfs
f_namemax: 254
f_magic: a501fcf5
f_featurebits: 0
f_flag: 0
f_fsindex: 6
f_size: 274432