- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: DLKM not initialized?
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2001 08:38 AM
12-03-2001 08:38 AM
DLKM not initialized?
vmunix: WARNING: modpath: DLKM is not initialized
What do I need to do to get this error not to show up? I don't know where this error is coming from or what causes this error. Can someone shed some light?
Thanks,
Denise
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2001 08:42 AM
12-03-2001 08:42 AM
Re: DLKM not initialized?
Hi,
This could be due to current version of Kernel is not matching with symbolic table smtab.
Have a look at the follwoing link
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=9d7a94510fc3d6cfd0/screen=ckiDisplayDocument?docId=200000034823867
Good Luck,
-USA..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2001 08:46 AM
12-03-2001 08:46 AM
Re: DLKM not initialized?
You need to recompile your kernel and reboot to get rid of this message.
Backup /stand/system and /stand/vmunix
#/usr/lbin/sysadm/system_prep -s /stand/system
#mk_kernel -o /stand/vmunix
#kmupdate
#shutdown -r now (no reboot)
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2001 08:47 AM
12-03-2001 08:47 AM
Re: DLKM not initialized?
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.
to solve the problem .
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2001 08:51 AM
12-03-2001 08:51 AM
Re: DLKM not initialized?
Rebuild the kernel either using SAM or manually
If you build kernel mannually, run the kmupdate command before rebooting the system.
Thanks.
Prashant.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2001 09:04 AM
12-03-2001 09:04 AM
Re: DLKM not initialized?
I guess the kernel was modified recently and kmupdate command was not run?
The best way to sort this out would be to redo the kernel change using SAM. That takes care of all the steps involved.
HTH
raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-03-2001 10:06 AM
12-03-2001 10:06 AM