<?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: how to load hangcheck-timer module in LINUX 4.8 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-load-hangcheck-timer-module-in-linux-4-8/m-p/4691322#M42222</link>
    <description>/lib/modules/2.6.9-89.EL/kernel/drivers/char/hangcheck-timer.ko&lt;BR /&gt;/lib/modules/2.6.9-89.ELsmp/kernel/drivers/char/hangcheck-timer.ko&lt;BR /&gt;&lt;BR /&gt; uname -a&lt;BR /&gt;Linux PPCSG-RAC1 2.6.9-89.ELsmp #1 SMP Mon Apr 20 10:34:33 EDT 2009 i686 i686 i386 GNU/Linux&lt;BR /&gt;</description>
    <pubDate>Sun, 26 Sep 2010 00:09:35 GMT</pubDate>
    <dc:creator>Jojo Castro</dc:creator>
    <dc:date>2010-09-26T00:09:35Z</dc:date>
    <item>
      <title>how to load hangcheck-timer module in LINUX 4.8</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-load-hangcheck-timer-module-in-linux-4-8/m-p/4691320#M42220</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;Im setting up a RAC on LINUX 4.8 for 10G R2 DB.&lt;BR /&gt;As a pre-req, i must load hangcheck-timer on kernel. Unfortunately Im getting a problem loading a hangcheck-timer. My command is &lt;BR /&gt;&lt;BR /&gt;insmod hangcheck-timer hangcheck_tick=30 hangcheck_margin=180&lt;BR /&gt;&lt;BR /&gt;And getting this error.&lt;BR /&gt;&lt;BR /&gt;insmod: can't read 'hangcheck-timer': No such file or directory&lt;BR /&gt;&lt;BR /&gt;Can any body know how to solve this problem?&lt;BR /&gt;&lt;BR /&gt;Appreciate response.&lt;BR /&gt;&lt;BR /&gt;Thanks!</description>
      <pubDate>Sat, 25 Sep 2010 00:15:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-load-hangcheck-timer-module-in-linux-4-8/m-p/4691320#M42220</guid>
      <dc:creator>Jojo Castro</dc:creator>
      <dc:date>2010-09-25T00:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: how to load hangcheck-timer module in LINUX 4.8</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-load-hangcheck-timer-module-in-linux-4-8/m-p/4691321#M42221</link>
      <description>Does the "hangcheck-timer.ko" module exist on your system? ("find /lib/modules -name hangcheck-timer.ko")&lt;BR /&gt;&lt;BR /&gt;What's your kernel version? (Please show the "uname -a" output.)&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.rampant-books.com/art_hunter_rac_oracle%20linux_hangcheck_kernel_module.htm" target="_blank"&gt;http://www.rampant-books.com/art_hunter_rac_oracle%20linux_hangcheck_kernel_module.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Sat, 25 Sep 2010 09:58:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-load-hangcheck-timer-module-in-linux-4-8/m-p/4691321#M42221</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-09-25T09:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to load hangcheck-timer module in LINUX 4.8</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-load-hangcheck-timer-module-in-linux-4-8/m-p/4691322#M42222</link>
      <description>/lib/modules/2.6.9-89.EL/kernel/drivers/char/hangcheck-timer.ko&lt;BR /&gt;/lib/modules/2.6.9-89.ELsmp/kernel/drivers/char/hangcheck-timer.ko&lt;BR /&gt;&lt;BR /&gt; uname -a&lt;BR /&gt;Linux PPCSG-RAC1 2.6.9-89.ELsmp #1 SMP Mon Apr 20 10:34:33 EDT 2009 i686 i686 i386 GNU/Linux&lt;BR /&gt;</description>
      <pubDate>Sun, 26 Sep 2010 00:09:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-load-hangcheck-timer-module-in-linux-4-8/m-p/4691322#M42222</guid>
      <dc:creator>Jojo Castro</dc:creator>
      <dc:date>2010-09-26T00:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: how to load hangcheck-timer module in LINUX 4.8</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-load-hangcheck-timer-module-in-linux-4-8/m-p/4691323#M42223</link>
      <description>OK, so the module is there and matches your current kernel version.&lt;BR /&gt;&lt;BR /&gt;Try using the "modprobe" command instead of "insmod": i.e.&lt;BR /&gt;&lt;BR /&gt;modprobe hangcheck-timer hangcheck_tick=30 hangcheck_margin=180&lt;BR /&gt;&lt;BR /&gt;Or if you must use insmod for some reason, specify the complete pathname of the module file: i.e.&lt;BR /&gt;&lt;BR /&gt;insmod /lib/modules/2.6.9-89.ELsmp/kernel/drivers/char/hangcheck-timer.ko hangcheck_tick=30 hangcheck_margin=180&lt;BR /&gt;&lt;BR /&gt;Insmod is a very old and primitive command; modprobe is the newer, more user-friendly version. Modprobe will automatically know the path to the standard module directories and automatically searches for a module there so that you don't have to type the full path (or be in the correct directory). Modprobe also "knows" if a module requires some other module to be loaded first, and automatically loads that for you. &lt;BR /&gt;&lt;BR /&gt;The only reason to use insmod instead of modprobe would be if you're specifically trying to load a module from a non-standard location: for example, if you're debugging a kernel module and have just compiled a modified version and want to test it.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Sun, 26 Sep 2010 08:10:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-load-hangcheck-timer-module-in-linux-4-8/m-p/4691323#M42223</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-09-26T08:10:21Z</dc:date>
    </item>
    <item>
      <title>Re: how to load hangcheck-timer module in LINUX 4.8</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-load-hangcheck-timer-module-in-linux-4-8/m-p/4691324#M42224</link>
      <description>Hi Matti, now i know the reason why are you expert in this area. Hangcheck timer successfully loaded &lt;BR /&gt;&lt;BR /&gt;lsmod |grep hangcheck&lt;BR /&gt;hangcheck_timer         7897  0&lt;BR /&gt;&lt;BR /&gt;Also included the line options hangcheck-timer hangcheck_tick=30 hangcheck_margin=180&lt;BR /&gt; on /etc/modprobe.conf since this will be a permanent set-up. As for what if the systems reboot, i also included the line /sbin/modprobe hangcheck-timer on /etc/rc.d/rc.local. Can you verify if all this procedures are correct? Thanks!</description>
      <pubDate>Sun, 26 Sep 2010 23:04:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-load-hangcheck-timer-module-in-linux-4-8/m-p/4691324#M42224</guid>
      <dc:creator>Jojo Castro</dc:creator>
      <dc:date>2010-09-26T23:04:32Z</dc:date>
    </item>
    <item>
      <title>Re: how to load hangcheck-timer module in LINUX 4.8</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-load-hangcheck-timer-module-in-linux-4-8/m-p/4691325#M42225</link>
      <description>Those procedures look OK to me.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Mon, 27 Sep 2010 05:10:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-load-hangcheck-timer-module-in-linux-4-8/m-p/4691325#M42225</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2010-09-27T05:10:39Z</dc:date>
    </item>
  </channel>
</rss>

