1833696 Members
3185 Online
110062 Solutions
New Discussion

DLKM

 
James Odak
Valued Contributor

DLKM

hmm what is DLKM?
i am seeing some messages in a file
/var/adm/msgbuff

they read

WARNING: modpath: DLKM is not initialized
WARNING: modadm: DLKM is not initialized
repeated each a few time


any ideas?
6 REPLIES 6
Vikas Khator
Honored Contributor

Re: DLKM

Wild guess :

DLKM - Dynamically Loaded Kernel Module
Keep it simple
Stefan Farrelly
Honored Contributor

Re: DLKM


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.
This can be verified with the following command:

echo mod_initialized/D | adb -k /stand/vmunix /dev/mem

You can resolve this issue by using the following procedure:

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
Note: Do not use reboot.
Im from Palmerston North, New Zealand, but somehow ended up in London...
Antoanetta Naghiu
Esteemed Contributor

Re: DLKM

Guys, this is the duplicate of another post already closed. Take a look below.
Kristopher March
Regular Advisor

Re: DLKM

I've been recieving the DLKM error for some time now. I finally ran this suggested command:
echo mod_initialized/D | adb -k /stand/vmunix /dev/mem
With the output being:
mod_initialized:
mod_initialized: 0

What does that mean?

Thanks in advance!
"This ain't no burger flippin job!"
Bill McNAMARA_1
Honored Contributor

Re: DLKM

post up the output of

kmadmin -s

and kmadmin -S

you may need to install/register the DKLM again.

This can be done via SAM. (easier) or kmadmin -L

Later,
Bill
It works for me (tm)
Kristopher March
Regular Advisor

Re: DLKM

After running the kmadmin -s command I get the following:

No module is registered.
Does DLKM need to be re-installed?

"This ain't no burger flippin job!"