Operating System - HP-UX
1834931 Members
3176 Online
110071 Solutions
New Discussion

Re: mk_kernel fails with errors

 
Gnananandhan
Frequent Advisor

mk_kernel fails with errors

Hi Experts,
The mk_kernel commands fails with following errors. Any ideas on how to resolve, it is an 11.11 OS.


WARNING: No such device, tunable, or cdio evp.
Ignoring the following line.
evp
Generating module: krm...
Generating module: fob...
Compiling conf.c...
Loading the kernel...
ld: Unsatisfied symbol "lvm_flush" in file /usr/conf/lib/libshutdown-pdk.a[machdep.o]
ld: Unsatisfied symbol "lv_install" in file conf.o
ld: Unsatisfied symbol "lvm_readahead_info" in file /usr/conf/lib/libufs.a[ufs_vnops.o]
ld: Unsatisfied symbol "pstat" in file /usr/conf/lib/libscall-pdk.a[scall_stubs.o]
ld: Unsatisfied symbol "lvm_shutdown" in file /usr/conf/lib/libshutdown-pdk.a[machdep.o]
ld: Unsatisfied protected symbol "lv_install" in file "conf.o"
6 errors.
*** Error exit code 1

Stop.
config: make did an exit(1)
#


thanks,
Gnana A.
If there is a better way to do it, find it !
6 REPLIES 6
Steve Steel
Honored Contributor

Re: mk_kernel fails with errors

Hi

Add this to system

Patch Name: PHCO_25870

Patch Description: s700_800 11.11 cumulative SAM patch

Creation Date: 02/03/15

Post Date: 02/04/04

Hardware Platforms - OS Releases:
s700: 11.11
s800: 11.11
Cannot build a kernel using /usr/sbin/config.
The standard output of the command is shown
below:
/usr/ccs/bin/ld: Unsatisfied symbols:
lvm_readahead_info (data)
lvm_flush (data)
lvm_shutdown (data)
Stop.
config: make did an exit(1)


Steve steel
If you want truly to understand something, try to change it. (Kurt Lewin)
Gnananandhan
Frequent Advisor

Re: mk_kernel fails with errors

Hi steve,
I have installed PHCO_25870 , still the same error.

thanks
If there is a better way to do it, find it !
Martin Johnson
Honored Contributor

Re: mk_kernel fails with errors

make sure all your patches are configured:

swlist -l fileset -a state


Marty
Helen French
Honored Contributor

Re: mk_kernel fails with errors

This document may help you (TKB #2200233009):

http://support1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000059361608

Life is a promise, fulfill it!
Sanjay_6
Honored Contributor

Re: mk_kernel fails with errors

Hi,

Do check_patches and take a look at the report in /tmp. The report filename would be check_patches.report . The report should help you isolate the problem.

Hope this helps.

Regds
Gnananandhan
Frequent Advisor

Re: mk_kernel fails with errors

Hi all,

Thanks for all your responses.
I solved the the problem, by doing the following
1. Configured all software.
2. Moved libraries from a backup.
3. Rebuild the kernel.

Thanks,
Gnana A.
If there is a better way to do it, find it !