Operating System - HP-UX
1827108 Members
3636 Online
109714 Solutions
New Discussion

How do I install lsof for 11i?

 
SOLVED
Go to solution
SM_3
Super Advisor

How do I install lsof for 11i?

# file lsof_4.66.gz
lsof_4.66.gz: PA-RISC1.1 shared executable dynamically linked
#

thanks
6 REPLIES 6
Sridhar Bhaskarla
Honored Contributor

Re: How do I install lsof for 11i?

What if you do 'gunzip lsof_4.66.gz' and then
run 'file lsof_4.66' ?

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
SM_3
Super Advisor

Re: How do I install lsof for 11i?

# gunzip lsof_4.66.gz

gunzip: lsof_4.66.gz: not in gzip format
# file lsof_4.66.gz
lsof_4.66.gz: PA-RISC1.1 shared executable dynamically linked
#
SM_3
Super Advisor

Re: How do I install lsof for 11i?

Sridhar
was that the info you wanted?
Paul Sperry
Honored Contributor

Re: How do I install lsof for 11i?

Sound like you have a corrupt file.

Try doing the gunzip on the attached file
Sridhar Bhaskarla
Honored Contributor
Solution

Re: How do I install lsof for 11i?

Hi,

Just move lsof_4.66.gz to lsof.

#cp lsof_4.66.gz lsof
#./lsof /some_mountpoint

see if it works?.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
SM_3
Super Advisor

Re: How do I install lsof for 11i?

you've done it again Sridhar!