Operating System - HP-UX
1748165 Members
3967 Online
108758 Solutions
New Discussion юеВ

Re: make_net_recovery problems

 
SOLVED
Go to solution
Velda
Advisor

Re: make_net_recovery problems

GRRRR
That is me being frustrated.
It did not work.
Broke at the same place, with the same massage.
Any ideas?
Torsten.
Acclaimed Contributor

Re: make_net_recovery problems

What is your ignite version (check with swlist)?

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Velda
Advisor

Re: make_net_recovery problems

On a client machine :
--------------
GZIP version :
>gzip -V
gzip 1.3.5 (HP-UX fixlevel 1)
(2002-09-30)
--------------
>swlist -l product|grep Ignite
Ignite-UX C.7.6.98 HP-UX System Installation Services
--------------
Can there be a problem because I only did a fsadm, and not remounted, or re-exported the mountpoint?
Also I am thinking of excluding /var/opt/ignite from vg00. Maybe it will help.
Velda
Advisor

Re: make_net_recovery problems

also I caught it while working, and it is pulling a 1.3.5 gzip :
------------------------
>ps -axf|grep zip
root 1992 1989 244 15:00:55 pts/0 9:52 /usr/contrib/bin/gzip
------------------------
Velda
Advisor

Re: make_net_recovery problems

I also changer /etc/fstab and added "largefiles" for this mountpoint, and umoun+mount for it.
After this fsadm showed that largefiles is OK and active.
I have run out on ideas!
Dennis Handly
Acclaimed Contributor

Re: make_net_recovery problems

>gzip: stdout: File too large
>ERROR: The gzip command failed (exit status 1).

What version of ignite do you have?
The only way that old version of gzip will work on large files is with non-evil cats:
cat file | gzip | cat > file.gz
Velda
Advisor

Re: make_net_recovery problems

Dear Sir,
Thank you for the question.
The version of gzip is 1.3.5, which should be able to deal with files > 2G (at least according to ITRC forum comments).
Ignite version is given in my previous post :
>swlist -l product|grep Ignite
Ignite-UX C.7.6.98 HP-UX System Installation Services
Dennis Handly
Acclaimed Contributor

Re: make_net_recovery problems

>The version of gzip is 1.3.5, which should be able to deal with files > 2G

Ah yes, it is using largefile options.

>/usr/contrib/bin/gzip

Do you have another gzip in /usr/local/bin/ that is older? And you are invoking the wrong one?
Velda
Advisor

Re: make_net_recovery problems

No other gzip in /usr/local/bin, I checked this out.
How can I check from where is make_net_recovery pulling the gzip it uses?
PS I even looked up when it was running and it is pulling gzip from /usr/conrib/bin, and see this :
---------------------
myserver:/usr/contrib/bin>./gzip -V
gzip 1.3.5 (HP-UX fixlevel 1)
---------------------
So this should be OK.
And I am totally flummoxed...
Dennis Handly
Acclaimed Contributor

Re: make_net_recovery problems

>How can I check from where is make_net_recovery pulling the gzip it uses?

Try using tusc to trace it:
tusc -fp -ea -o tusc.out make_net_recovery ...