Operating System - HP-UX
1835030 Members
3781 Online
110073 Solutions
New Discussion

Re: vmunix: WARNING: modpath: DLKM is not initialized

 
Edgar_10
Frequent Advisor

vmunix: WARNING: modpath: DLKM is not initialized

Hi,

System kernal changes were made, the server rebooted and I performed a synchronization of volume groups within an XP256 disk array yesterday but now the above messages are writing to the syslog.log file. In addition the below error is also written:
vmunix: WARNING: ioctl: DLKM is not initialized


Any ideas/advice on resolving this?
3 REPLIES 3
eran maor
Honored Contributor

Re: vmunix: WARNING: modpath: DLKM is not initialized

Hi

This is usally the result of not running kmupdate after kernel generation.

The following should correct the issue (this will require a reboot of the
system)

1. Change directories to /stand/build:
cd /stand/build

2. Create a new system file to be used for kernel generation:
/usr/lbin/sysadm/system_prep -s system

3. Create the new kernel:
mk_kernel -s ./system

4. Run kmupdate to update the Dynamically Linked Kernel Module information:
kmupdate /stand/build/vmunix_test

5. Reboot the system:
shutdown -r 0 (don't use reboot !!!)


please try it and give us the feedback
love computers
T G Manikandan
Honored Contributor

Re: vmunix: WARNING: modpath: DLKM is not initialized

Edgar_10
Frequent Advisor

Re: vmunix: WARNING: modpath: DLKM is not initialized

Hi All,

I rebuilt the kernel via SAM,shutdown the server & no DLKM error messages were subsequently written to the syslog!

Thanks for the help,most appreciated!!