Operating System - HP-UX
1855729 Members
8103 Online
104103 Solutions
New Discussion

Re: error messages from vmunix

 
bassey essien_1
Frequent Contributor

error messages from vmunix

I recently generated new vmunix_test kernel file to include a new driver.it was successful, but i noticed these error messages in the dmesg and syslog. it reads "modpath:
DLKM is not initialized" even after reboot.
What does these mean, and how do i get rid of it.
thanks.
3 REPLIES 3
Steffi Jones_1
Esteemed Contributor

Re: error messages from vmunix

Hi Bassey,

here are the steps to clear it up:

1. cd /stand/build

2. /usr/lbin/sysadm/system_prep -s system

3. mk_kernel -s system

4. kmupdate /stand/build/vmunix_test

5. shutdown -r 0

Steffi Jones

CHRIS_ANORUO
Honored Contributor

Re: error messages from vmunix

Hi Bassey,

If you are not comfortable with command line kernel updates, use SAM that will do most of the work for you.
When We Seek To Discover The Best In Others, We Somehow Bring Out The Best In Ourselves.
James R. Ferguson
Acclaimed Contributor

Re: error messages from vmunix

Bassey:

Normally this error indicates that the current
version of the kernel does not match the current version of the symbol table 'symtab' in /stand/dlkm.

...JRF...