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
08-25-2000 07:47 AM
08-25-2000 07:47 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2000 09:59 AM
08-25-2000 09:59 AM
Re: DLKM
DLKM - Dynamically Loaded Kernel Module
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2000 10:15 AM
08-25-2000 10:15 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-25-2000 10:19 AM
08-25-2000 10:19 AM
Re: DLKM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2002 06:48 AM
01-22-2002 06:48 AM
Re: DLKM
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!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2002 06:53 AM
01-22-2002 06:53 AM
Re: DLKM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-22-2002 07:00 AM
01-22-2002 07:00 AM
Re: DLKM
No module is registered.
Does DLKM need to be re-installed?