Operating System - HP-UX
1752781 Members
5922 Online
108789 Solutions
New Discussion

Kernel Build fails on 11i v3

 
EZ2007
Advisor

Kernel Build fails on 11i v3

I am trying to change the values of some kernel parameters with kctune and i am getting this error:

Building a new kernel for the configuration to be used at next boot...ld: Unsatisfied protected symbol "idle_transit_spu_from_handoff_to_ready" in file "/usr/conf/mod/pm_clock"
ld: Unsatisfied protected symbol "cmc_cmci_disable" in file "/usr/conf/mod/svc"
ld: Unsatisfied protected symbol "cmc_cmci_init" in file "/usr/conf/mod/svc"
3 errors.
failed.
ERROR: The kernel build failed.
Command Unsuccessful
press enter Key to continue


Any idea why the build is failing.
1 REPLY 1
Turgay Cavdar
Honored Contributor

Re: Kernel Build fails on 11i v3

Possibly missing dependency of patches. Check your patch install logs for errors. Also check for any unconfigured patch:
#/usr/sbin/swlist -l fileset -a state | /usr/bin/grep -v -e "#" -e "configured"