<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: modld message in syslog in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/modld-message-in-syslog/m-p/2782973#M77691</link>
    <description>Mina,&lt;BR /&gt;&lt;BR /&gt;kernel modules are typically loaded using the kmadmin(1M) command. A simple "kmadmin -L bla" causes your error message.&lt;BR /&gt;&lt;BR /&gt;First, try to find out who calls kmadmin. Check with ll -u when the file was accessed the last time.&lt;BR /&gt;&lt;BR /&gt;To find the calling process you may temporarily replace /usr/sbin/kmadmin with a shell script that e.g. writes "ps -el" output to a file... in this list you should be able to find the calling process.&lt;BR /&gt;&lt;BR /&gt;Regards...&lt;BR /&gt; Dietmar.</description>
    <pubDate>Fri, 09 Aug 2002 10:10:50 GMT</pubDate>
    <dc:creator>Dietmar Konermann</dc:creator>
    <dc:date>2002-08-09T10:10:50Z</dc:date>
    <item>
      <title>modld message in syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/modld-message-in-syslog/m-p/2782972#M77690</link>
      <description>Hi,&lt;BR /&gt;My syslog.log is full of following error message&lt;BR /&gt;"vmunix: NOTICE: modld: Attempt to load unregistered module"&lt;BR /&gt;&lt;BR /&gt;I am not sure which module is causing this error message. Can anybody help me in finding how to get rid of this message?&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;Mina</description>
      <pubDate>Fri, 09 Aug 2002 08:56:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/modld-message-in-syslog/m-p/2782972#M77690</guid>
      <dc:creator>Mina_2</dc:creator>
      <dc:date>2002-08-09T08:56:43Z</dc:date>
    </item>
    <item>
      <title>Re: modld message in syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/modld-message-in-syslog/m-p/2782973#M77691</link>
      <description>Mina,&lt;BR /&gt;&lt;BR /&gt;kernel modules are typically loaded using the kmadmin(1M) command. A simple "kmadmin -L bla" causes your error message.&lt;BR /&gt;&lt;BR /&gt;First, try to find out who calls kmadmin. Check with ll -u when the file was accessed the last time.&lt;BR /&gt;&lt;BR /&gt;To find the calling process you may temporarily replace /usr/sbin/kmadmin with a shell script that e.g. writes "ps -el" output to a file... in this list you should be able to find the calling process.&lt;BR /&gt;&lt;BR /&gt;Regards...&lt;BR /&gt; Dietmar.</description>
      <pubDate>Fri, 09 Aug 2002 10:10:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/modld-message-in-syslog/m-p/2782973#M77691</guid>
      <dc:creator>Dietmar Konermann</dc:creator>
      <dc:date>2002-08-09T10:10:50Z</dc:date>
    </item>
    <item>
      <title>Re: modld message in syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/modld-message-in-syslog/m-p/2782974#M77692</link>
      <description>use kmadmin -s&lt;BR /&gt;to show installed/configured modules.&lt;BR /&gt;&lt;BR /&gt;modules need to be registered with the kernel before they can be loaded.&lt;BR /&gt;&lt;BR /&gt;The following is a procedure:&lt;BR /&gt;cd /opt/YourSoft/dlkm/dlkm_name&lt;BR /&gt; /usr/sbin/kmadmin -U dlkm_name  (UNLOAD)&lt;BR /&gt; /usr/sbin/kminstall -d dlkm_name (DELETE)&lt;BR /&gt; /usr/sbin/kmadmin ???s  (STATUS)&lt;BR /&gt;&lt;BR /&gt;Install DLKM ( replace $dlkm by module name )&lt;BR /&gt; cd /opt/YourSoft/dlkm/dlkm_name&lt;BR /&gt; /usr/sbin/kminstall -a dlkm_name (INSTALL)&lt;BR /&gt; /usr/sbin/config -M dlkm_name ???u (COMPILE, LOAD)&lt;BR /&gt; /usr/sbin/kmadmin -s&lt;BR /&gt;&lt;BR /&gt;Is there any more information?&lt;BR /&gt;&lt;BR /&gt;Try kmsystem | more&lt;BR /&gt;to view all drivers (static + dynamic)&lt;BR /&gt;on your box.&lt;BR /&gt;&lt;BR /&gt;What is the content of your&lt;BR /&gt;/stand/dlkm/mod_register &lt;BR /&gt;file?&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Aug 2002 10:43:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/modld-message-in-syslog/m-p/2782974#M77692</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2002-08-09T10:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: modld message in syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/modld-message-in-syslog/m-p/2782975#M77693</link>
      <description>you didn't happen to install the box via ignite by any chance did you?&lt;BR /&gt;I'm having serious problems with ignite and dlkms...&lt;BR /&gt;&lt;BR /&gt;Are you on 11i also or 11.00?&lt;BR /&gt;&lt;BR /&gt;Later,&lt;BR /&gt;Bill</description>
      <pubDate>Fri, 09 Aug 2002 10:44:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/modld-message-in-syslog/m-p/2782975#M77693</guid>
      <dc:creator>Bill McNAMARA_1</dc:creator>
      <dc:date>2002-08-09T10:44:57Z</dc:date>
    </item>
    <item>
      <title>Re: modld message in syslog</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/modld-message-in-syslog/m-p/2782976#M77694</link>
      <description>Thanks for your suggestions.&lt;BR /&gt;The kmadmin was being done by a child process of dtlogin for the module gvid_info. &lt;BR /&gt;kmsystem | grep gvid_info shows -&lt;BR /&gt;gvid_info    0.1.0   Y     Y      AUTO&lt;BR /&gt;kmadmin -Q gvid_info says-&lt;BR /&gt;kmadmin: gvid_info: Not found&lt;BR /&gt;&lt;BR /&gt;Could not find /stand/dklm/mod_register file. We are working on 11i.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 12 Aug 2002 08:18:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/modld-message-in-syslog/m-p/2782976#M77694</guid>
      <dc:creator>Mina_2</dc:creator>
      <dc:date>2002-08-12T08:18:16Z</dc:date>
    </item>
  </channel>
</rss>

