<?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: Automounter given error messages in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/automounter-given-error-messages/m-p/4748279#M43545</link>
    <description>Then I suggest GO check if your version of autofs package is dated.&lt;BR /&gt;&lt;BR /&gt;There are a number of autofs updates that mention memory leaks and other issues.&lt;BR /&gt;&lt;BR /&gt;Surely you know how to check and have access to RHN for the latest patches?&lt;BR /&gt;</description>
    <pubDate>Fri, 04 Feb 2011 16:25:39 GMT</pubDate>
    <dc:creator>Alzhy</dc:creator>
    <dc:date>2011-02-04T16:25:39Z</dc:date>
    <item>
      <title>Automounter given error messages</title>
      <link>https://community.hpe.com/t5/operating-system-linux/automounter-given-error-messages/m-p/4748275#M43541</link>
      <description>Hello Folks,&lt;BR /&gt;&lt;BR /&gt;I found lots of error messages on the server configured with autofs.Please find below the snips from the messages file.&lt;BR /&gt;&lt;BR /&gt;automount[27245]: mount(nfs): nfs: mount failure test.com:/xyz on /abc&lt;BR /&gt; kernel: cpu 2 cold: low 0, high 32, batch 16z&lt;BR /&gt; automount[27245]: failed to mount /xyz&lt;BR /&gt; kernel: cpu 3 hot: low 32, high 96, batch 16&lt;BR /&gt; kernel: cpu 3 cold: low 0, high 32, batch 16&lt;BR /&gt; kernel: Node 0 HighMem per-cpu: empty&lt;BR /&gt; automount[27264]: &amp;gt;&amp;gt; mount: Cannot allocate memory&lt;BR /&gt; kernel:&lt;BR /&gt; automount[27264]: mount(nfs): nfs: mount failure test.com:/abc on /rwx&lt;BR /&gt; kernel: Free pages:       20824kB (0kB HighMem)&lt;BR /&gt; automount[27264]: failed to mount /xyz&lt;BR /&gt; kernel: Active:367185 inactive:3456440 dirty:439593 writeback:0 unstable:0 free:5206 slab:245546 mapped:366021 pagetables:2120&lt;BR /&gt; kernel: Node 0 DMA free:11352kB min:0kB low:0kB high:0kB active:0kB inactive:0kB present:16384kB pages_scanned:22113665 all_unreclaimabl&lt;BR /&gt;e? yes&lt;BR /&gt; kernel: protections[]: 0 0 0&lt;BR /&gt; kernel: Node 0 Normal free:9472kB min:4184kB low:8368kB high:12552kB active:1468740kB inactive:13825760kB present:17547260kB pages_scann&lt;BR /&gt;ed:0 all_unreclaimable? no&lt;BR /&gt; kernel: protections[]: 0 0 0&lt;BR /&gt; kernel: Node 0 HighMem free:0kB min:128kB low:256kB high:384kB active:0kB inactive:0kB present:0kB pages_scanned:0 all_unreclaimable? no&lt;BR /&gt; automount[27293]: &amp;gt;&amp;gt; mount: Cannot allocate memory&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;any body has any suggestion in resolving this issue?&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Kaps</description>
      <pubDate>Thu, 03 Feb 2011 17:45:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/automounter-given-error-messages/m-p/4748275#M43541</guid>
      <dc:creator>Kaps_2</dc:creator>
      <dc:date>2011-02-03T17:45:37Z</dc:date>
    </item>
    <item>
      <title>Re: Automounter given error messages</title>
      <link>https://community.hpe.com/t5/operating-system-linux/automounter-given-error-messages/m-p/4748276#M43542</link>
      <description>You've got automounter error messages mixed in with kernel "OOM killer" diagnostic messages. The automounter has tried to run the appropriate "mount" command and got the error message "mount: Cannot allocate memory".&lt;BR /&gt;&lt;BR /&gt;The "OOM killer" diagnostics only appear when your system is critically low on memory, or if your RAM is so fragmented the OS cannot fulfill applications' memory requests any more.&lt;BR /&gt;&lt;BR /&gt;The memory shortage/fragmentation problem is causing the automounter errors. The root cause is probably an application that is probably using a lot of memory, and might be suffering from memory (or other resource, like filehandle) leaks.&lt;BR /&gt;&lt;BR /&gt;If the system still responds to commands, find the process using the most RAM, and then stop and restart it if possible. If that helps, monitor the memory usage of that process. (If possible, produce a graph of the memory usage over time.)&lt;BR /&gt;&lt;BR /&gt;With a constant level of workload, the memory usage of any program should eventually stabilize at some level. But if the program keeps allocating more and more memory without any apparent limit, it probably contains a memory leak bug. &lt;BR /&gt;&lt;BR /&gt;It would be best to get the bug fixed, but a common workaround is to schedule a periodic restart for the application that has a memory leak. That will allow the OS to reclaim the leaked memory before the situation becomes so bad the OS cannot work anymore and a reboot is required.&lt;BR /&gt;&lt;BR /&gt;MK</description>
      <pubDate>Fri, 04 Feb 2011 12:21:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/automounter-given-error-messages/m-p/4748276#M43542</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2011-02-04T12:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: Automounter given error messages</title>
      <link>https://community.hpe.com/t5/operating-system-linux/automounter-given-error-messages/m-p/4748277#M43543</link>
      <description>What does "free" show?  (avail memory low?)&lt;BR /&gt;&lt;BR /&gt;How long have you had autofs running ?&lt;BR /&gt;&lt;BR /&gt;What version of Linux?&lt;BR /&gt;&lt;BR /&gt;Do you have the latest patches?&lt;BR /&gt;&lt;BR /&gt;How much memory does your server have?</description>
      <pubDate>Fri, 04 Feb 2011 15:05:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/automounter-given-error-messages/m-p/4748277#M43543</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2011-02-04T15:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: Automounter given error messages</title>
      <link>https://community.hpe.com/t5/operating-system-linux/automounter-given-error-messages/m-p/4748278#M43544</link>
      <description>The server has 16GB of memory &amp;amp; its running&lt;BR /&gt;Red Hat Enterprise Linux AS release 4 (Nahant Update 4)</description>
      <pubDate>Fri, 04 Feb 2011 16:21:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/automounter-given-error-messages/m-p/4748278#M43544</guid>
      <dc:creator>Kaps_2</dc:creator>
      <dc:date>2011-02-04T16:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: Automounter given error messages</title>
      <link>https://community.hpe.com/t5/operating-system-linux/automounter-given-error-messages/m-p/4748279#M43545</link>
      <description>Then I suggest GO check if your version of autofs package is dated.&lt;BR /&gt;&lt;BR /&gt;There are a number of autofs updates that mention memory leaks and other issues.&lt;BR /&gt;&lt;BR /&gt;Surely you know how to check and have access to RHN for the latest patches?&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Feb 2011 16:25:39 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/automounter-given-error-messages/m-p/4748279#M43545</guid>
      <dc:creator>Alzhy</dc:creator>
      <dc:date>2011-02-04T16:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: Automounter given error messages</title>
      <link>https://community.hpe.com/t5/operating-system-linux/automounter-given-error-messages/m-p/4748280#M43546</link>
      <description>thanks for the same.</description>
      <pubDate>Fri, 04 Feb 2011 16:40:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/automounter-given-error-messages/m-p/4748280#M43546</guid>
      <dc:creator>Kaps_2</dc:creator>
      <dc:date>2011-02-04T16:40:33Z</dc:date>
    </item>
    <item>
      <title>Re: Automounter given error messages</title>
      <link>https://community.hpe.com/t5/operating-system-linux/automounter-given-error-messages/m-p/4748281#M43547</link>
      <description>However already updated autofs and nfsâ ¦.&lt;BR /&gt;&lt;BR /&gt; &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 04 Feb 2011 17:05:32 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/automounter-given-error-messages/m-p/4748281#M43547</guid>
      <dc:creator>Kaps_2</dc:creator>
      <dc:date>2011-02-04T17:05:32Z</dc:date>
    </item>
  </channel>
</rss>

