<?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: NFS Client - need error messages in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-client-need-error-messages/m-p/2905943#M936307</link>
    <description>Magic answers, thanks!&lt;BR /&gt;&lt;BR /&gt;Share and Enjoy! Ian</description>
    <pubDate>Mon, 17 Feb 2003 15:39:50 GMT</pubDate>
    <dc:creator>Ian Dennison_1</dc:creator>
    <dc:date>2003-02-17T15:39:50Z</dc:date>
    <item>
      <title>NFS Client - need error messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-client-need-error-messages/m-p/2905940#M936304</link>
      <description>I have a need to monitor when an NFS Client sees the relevant server go down (ie the mount point becomes unavailable).&lt;BR /&gt;&lt;BR /&gt;Have tried this in 10.20 and 11.00 but cannot get any messages appearing in syslog.log or in dmesg.&lt;BR /&gt;&lt;BR /&gt;Any ideas anyone? Ian</description>
      <pubDate>Mon, 17 Feb 2003 10:24:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-client-need-error-messages/m-p/2905940#M936304</guid>
      <dc:creator>Ian Dennison_1</dc:creator>
      <dc:date>2003-02-17T10:24:02Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Client - need error messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-client-need-error-messages/m-p/2905941#M936305</link>
      <description>Even if the NFS server goes down youre not going to get an error unless someone/some program tries to acces it - then you get an NFS not repsonding error.&lt;BR /&gt;&lt;BR /&gt;All I can think of is you write a monitor job which runs say every min or two and does a df/bdf | grep &lt;NFS mountpoint=""&gt; 2&amp;gt;&amp;amp;1  &lt;BR /&gt;then grep -i "not responding". If the nfs server is down or not available you will get this error, then you can email or run logger to write something to syslog or whatever to raise the alarm.&lt;/NFS&gt;</description>
      <pubDate>Mon, 17 Feb 2003 11:39:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-client-need-error-messages/m-p/2905941#M936305</guid>
      <dc:creator>Stefan Farrelly</dc:creator>
      <dc:date>2003-02-17T11:39:11Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Client - need error messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-client-need-error-messages/m-p/2905942#M936306</link>
      <description>Hi!&lt;BR /&gt;Try something simple like:&lt;BR /&gt;&lt;BR /&gt;/sbin/mount | grep /&lt;NFS_DIR&gt;  &amp;gt;/dev/null&lt;BR /&gt;if [ $? -eq 0 ]; then&lt;BR /&gt;  echo "/&lt;NFS_DIR&gt; mounted"&lt;BR /&gt;else&lt;BR /&gt;  /mount -F nfs server:/&lt;NFS_DIR&gt; &lt;NFS_DIR&gt;&lt;BR /&gt;if [ $? -eq 0 ]; then&lt;BR /&gt;    echo "server1: mounted /&lt;NFS_DIR&gt;"&lt;BR /&gt;  else&lt;BR /&gt;    echo "Cannot mount /&lt;NFS_DIR&gt;"&lt;BR /&gt;&lt;BR /&gt;# Program to notify by e-mail: &lt;BR /&gt;# notify.me $MYERRORCODE&lt;BR /&gt; &lt;BR /&gt; exit 1&lt;BR /&gt;fi&lt;BR /&gt;&lt;BR /&gt;Regards,stan&lt;/NFS_DIR&gt;&lt;/NFS_DIR&gt;&lt;/NFS_DIR&gt;&lt;/NFS_DIR&gt;&lt;/NFS_DIR&gt;&lt;/NFS_DIR&gt;</description>
      <pubDate>Mon, 17 Feb 2003 12:58:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-client-need-error-messages/m-p/2905942#M936306</guid>
      <dc:creator>Stanimir</dc:creator>
      <dc:date>2003-02-17T12:58:07Z</dc:date>
    </item>
    <item>
      <title>Re: NFS Client - need error messages</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-client-need-error-messages/m-p/2905943#M936307</link>
      <description>Magic answers, thanks!&lt;BR /&gt;&lt;BR /&gt;Share and Enjoy! Ian</description>
      <pubDate>Mon, 17 Feb 2003 15:39:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-client-need-error-messages/m-p/2905943#M936307</guid>
      <dc:creator>Ian Dennison_1</dc:creator>
      <dc:date>2003-02-17T15:39:50Z</dc:date>
    </item>
  </channel>
</rss>

