Operating System - HP-UX
1834934 Members
2746 Online
110071 Solutions
New Discussion

Re: swinstall problem - /usr/lbin/sw/install_clean failed

 
SOLVED
Go to solution
Betty Fessler
Frequent Advisor

swinstall problem - /usr/lbin/sw/install_clean failed

* Installing fileset "Mozilla.MOZ-PA11,r=1.7.13.01.00" (3 of 3).
* Running install clean command /usr/lbin/sw/install_clean.
NOTE: tlinstall is searching filesystem - please be patient
ERROR: Can't read mount table
ERROR: The command "/usr/lbin/sw/install_clean" failed. Check the
above output for details about the failure.
NOTE: The Install Phase has suspended. Check the above output for
reasons.
6 REPLIES 6
JASH_2
Trusted Contributor

Re: swinstall problem - /usr/lbin/sw/install_clean failed

Betty,

To be honest, if you had posted "the above output", it would be easier! Have you checked the filesystem usage as it stands, even though it is a clean up, it could be that the compressions are failing due to lack of disk space.

Just a guess, so look at the logs and let us know.

Regards,

JASH
If I can, I will!
Betty Fessler
Frequent Advisor

Re: swinstall problem - /usr/lbin/sw/install_clean failed

Filesystem kbytes used avail %used Mounted on
/dev/vg00/lvol3 4194304 4012512 181792 96% /

I think its because we've lost a disk in the array and the system hasn't been rebooted since it was taken out of /etc/fstab.
JASH_2
Trusted Contributor

Re: swinstall problem - /usr/lbin/sw/install_clean failed

Betty,

It does look like it is a space issue. You might do well in getting the disk you lost replaced and reconfigured into your vg00.

Regards,

JASH
If I can, I will!
Robert-Jan Goossens_1
Honored Contributor

Re: swinstall problem - /usr/lbin/sw/install_clean failed

Hi Betty,

Sound like there is a discrepancy between the /etc/fstab and the /etc/mnttab. Did you remove a filesystem from the fstab after the disk failure?

Regards,
Robert-Jan
Robert-Jan Goossens_1
Honored Contributor
Solution

Re: swinstall problem - /usr/lbin/sw/install_clean failed

Betty Fessler
Frequent Advisor

Re: swinstall problem - /usr/lbin/sw/install_clean failed

I had to reboot first then I was able to do the swinstall. removing /etc/mnttab and doing a mount -a did not get rid of the entry for the bad disk even though I had commented it out of /etc/fstab. Thanks everyone for your help.