Operating System - HP-UX
1833452 Members
3308 Online
110052 Solutions
New Discussion

Re: Error while installing patch PHKL_35091 at 11.11PA

 
moc
Occasional Advisor

Error while installing patch PHKL_35091 at 11.11PA

Hello,

While I try to install the patch PHKL_35091 at 11.11PA machine, its installed but, not able to rebuild the kernel, it results not configured and only installed the patch PHKL_35091.

The error I got as follows.

NOTE: Building a new kernel based on template file "/stand/system"
Generating module: krm...
Compiling /stand/build/conf.c...
Loading the kernel...
ld: Unsatisfied symbol "streams_selwakeup" in file /usr/conf/lib/libuipc.a[sys_socket.o]
1 errors.
*** 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.

Please help me.

Thanks in Advance,
moc.
7 REPLIES 7
Hemmetter
Esteemed Contributor

Re: Error while installing patch PHKL_35091 at 11.11PA

Hi Moc,

did you download and install all depend patches as well?

PHKL_35091 has the following dependencies:

PHCO_27120, PHCO_33205, PHKL_30398, PHKL_33367, PHNE_34938

rgds
HGH
moc
Occasional Advisor

Re: Error while installing patch PHKL_35091 at 11.11PA

Hello Hemmetter,

Thank you for your quick response.

Already installed the following patches in my machine.

PHCO_27120, PHCO_33205, PHKL_30398, PHKL_33367, PHNE_34938

Please help me.

Hemmetter
Esteemed Contributor

Re: Error while installing patch PHKL_35091 at 11.11PA

Hi Moc,

Do you install all the patches at once or one by one?


Can you check for "not configured" filesets on your system?

# swlist -l fileset -a state | grep installed


rgds
HGH
Jaime Bolanos Rojas.
Honored Contributor

Re: Error while installing patch PHKL_35091 at 11.11PA

moc,

To be honest with you, never seen that error before, if the above sugestions did not work for you, my best recommendation is to open a case with HP so they can pursuit that further.

Regards,

Jaime.
Work hard when the need comes out.
Fabio Ettore
Honored Contributor

Re: Error while installing patch PHKL_35091 at 11.11PA

Hi moc,

the unsatisfied symbol needs to be satisfied to rebuild the kernel, sorry the play with words... :-)

You need to reinstall the Arpa transport patch which contains the file

/usr/conf/lib/libuipc.a[sys_socket.o]

So steps are:

1- download and install last ARPA transport patch PHNE_34672 (don't use the reinstall=true option on swinstall) and reboot;

2- install PHKL_35091 and reboot.

That should solve your problem.

Best regards,
Fabio
WISH? IMPROVEMENT!
moc
Occasional Advisor

Re: Error while installing patch PHKL_35091 at 11.11PA

Hai Hemmetter,

I have checked the "not configured" filesets on my system,
They are,

# swlist -l fileset -a state |grep installed

PHKL_32927.CORE2-KRN installed
PHKL_35091.CORE2-KRN installed
PHKL_35091.PAUX-ENG-A-MAN installed
PHNE_34672.C-INC installed
PHNE_34672.CORE-KRN installed
PHNE_34672.CORE2-KRN installed
PHNE_34672.NET-KRN installed
PHNE_34672.NET-PRG installed
PHNE_34672.NET-RUN installed
PHNE_34672.NET-RUN-64 installed
PHNE_34672.NET2-KRN installed
PHNE_34672.NMS2-KRN installed
PHNE_34672.NW-ENG-A-MAN installed
PHNE_34672.SYS-ADMIN installed


And, The patches PHCO_27120, PHCO_33205, PHKL_30398, PHKL_33367 are already present in my machine and I have installed only PHNE_34938 patch.

Hai Fabio Ettore,

Thanks for your Reply. And, I have tried to install PHNE_34672 patch, it denotes it is installed and not configured.
You can find it from the above swlist result.

Please help me.

Thanks in Advance,
moc.

Fabio Ettore
Honored Contributor

Re: Error while installing patch PHKL_35091 at 11.11PA

Hi moc,

I suggest you to do the following:

1- configure all 'installed' filesets by the command below:

swconfig \*

and re-try

swlist -l fileset -a state |grep installed

to check if each fileset is configured. If so then you don't need to install PHKL_35091 which is already on the system. I just suggest to do a reboot to check also the kernel will be rebuilt fine.

2- if action above doesn't solve your problem and you still see the same 'unsatisfied symbol' then download and (re)install last ARPA transport patch PHNE_34672 (don't use the reinstall=true option on swinstall) and reboot.

If the reboot is ok you don't need to do further as the kernel is rebuilt and the patch PHKL_35091 is already on the system.

Best regards,
Fabio
WISH? IMPROVEMENT!