Operating System - HP-UX
1834648 Members
2833 Online
110069 Solutions
New Discussion

Path bundle installation fails

 
RCE
Occasional Contributor

Path bundle installation fails

Hi.

Need help.

During the installation of the following patch bundles, the system producing the error

- HWEnable11i(B.11.11.0612.458) ==>Hardware Enablement Patches for HP-UX 11i v1, December 2006
- GOLDQPK11i(B.11.11.0612.459) ==>Quality Pack Depot for 11i v1, December 2006

-----------
==> This is the error message coming in the swagent.log

WARNING: The rollback save area for patch fileset
"PHSS_31326.FC-TL-RUN,r=1.0" already exists and will be
preserved.
* Installing fileset "PHSS_31326.FC-TL-RUN,r=1.0" (34 of 84).
NOTE: Building a new kernel based on template file "/stand/system"
Generating module: krm...
ld: I/O error, file "/stand/build/mod_wk.d/krm/mod_conf.o": No such file or directory
Fatal error.
*** Error exit code 1

Stop.
make failure.
ERROR: The command "/usr/sbin/mk_kernel", which is used to rebuild
the kernel, has failed. Because kernel-related filesets were
installed, this command must be executed by "swinstall",
without failures, before the load can continue. Check the
above output for details about the failure.
NOTE: The Install Phase has suspended. Check the above output for
reasons.


* Aborting the Install Phase.

----------------------------------------------------------------------------------------------------

ld: I/O error, file "/stand/build/mod_wk.d/krm/mod_conf.o": No such file or directory

--> This file might get generated while building new kernel


Please help.

thanks in advance.

rce
2 REPLIES 2
Steven E. Protter
Exalted Contributor

Re: Path bundle installation fails

Shalom,

You are missing essential files from /stand

You need to restore them or get them from a working system that is on similar hardware.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Sundar_7
Honored Contributor

Re: Path bundle installation fails

I/O error...hmm, you could try cleaning up /stand/build and try the swinstall again

# rm -rf /stand/build
# mkdir /stand/build

Learn What to do ,How to do and more importantly When to do ?