Operating System - HP-UX
1752781 Members
6067 Online
108789 Solutions
New Discussion юеВ

modpath: DLKM is not initialized

 
SOLVED
Go to solution
J├╢rn
Advisor

modpath: DLKM is not initialized

I got this two messages in the syslog-file:

"vmunix: WARNING: modpath: DLKM is not initialized"
&
"vmunix: WARNING: modadm: DLKM is not initialized"

What does this two messages mean? And how can i eliminate this two errors?
2 REPLIES 2
T G Manikandan
Honored Contributor
Solution

Re: modpath: DLKM is not initialized

The current kernel is not matching the symbol table (DKLM)

you need to rebuild the kernel

Just do
#cd /stand/build
#/usr/lbin/sysadm/system_prep -s /stand/build/system

#/usr/sbin/mk_kernel -s /stand/build/system
#mv /stand/system /stand/system.prev
#mv /stand/build/system /stand/system
#kmupdate /stand/build/vmunix_test
#shutdown -r


Thanks
T G Manikandan
Honored Contributor