<?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: Cannot mount NFS file system! in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-mount-nfs-file-system/m-p/3568106#M227733</link>
    <description>&lt;BR /&gt;few reasons:&lt;BR /&gt;&lt;BR /&gt;* Network is not available between server and client&lt;BR /&gt;* Firewall is blocking NFS traffic&lt;BR /&gt;* Portmap service is not running on the client (which is more likely), for NFS mounts to work you should run portmap service first.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 22 Jun 2005 00:54:23 GMT</pubDate>
    <dc:creator>Gopi Sekar</dc:creator>
    <dc:date>2005-06-22T00:54:23Z</dc:date>
    <item>
      <title>Cannot mount NFS file system!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-mount-nfs-file-system/m-p/3568102#M227729</link>
      <description>Hi! &lt;BR /&gt;when I'm trying to mount nfs file system from another host db00 I get the following message&lt;BR /&gt;&lt;BR /&gt;NFS server db00 not responding still trying&lt;BR /&gt;&lt;BR /&gt;but all nfs daemons on both hosts are running.&lt;BR /&gt;What's the problem?</description>
      <pubDate>Tue, 21 Jun 2005 23:41:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-mount-nfs-file-system/m-p/3568102#M227729</guid>
      <dc:creator>Igor Sovin</dc:creator>
      <dc:date>2005-06-21T23:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot mount NFS file system!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-mount-nfs-file-system/m-p/3568103#M227730</link>
      <description>Diagnostic steps:&lt;BR /&gt;&lt;BR /&gt;1) Can you ping it? If ping is permitted and you can't ping it, check network connectivity. See that cables and switches are all properly configured. Check the lanadmin output.&lt;BR /&gt;&lt;BR /&gt;2) On the server tail -f /var/adm/syslog/syslog.log try the connect. If there are log entries, act on them, if not, go back to item 1.&lt;BR /&gt;&lt;BR /&gt;3) check the /etc/exports file on the server and see if it has host restrictions and if they effect the client having the problem.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 21 Jun 2005 23:54:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-mount-nfs-file-system/m-p/3568103#M227730</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2005-06-21T23:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot mount NFS file system!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-mount-nfs-file-system/m-p/3568104#M227731</link>
      <description>Please  try this &lt;BR /&gt;&lt;BR /&gt;1)First try to ping the server &lt;BR /&gt;2)check wheather you are ble to telnet &lt;BR /&gt;3)check /etc/exports file &lt;BR /&gt;4)use showmount to check the file system is exported &lt;BR /&gt;5)If the file system is exported stop&lt;BR /&gt;the nfs services in both system&lt;BR /&gt;/sbin/init.d/nfs.server stop&lt;BR /&gt;/sbin/init.d/nfs.clinet stop&lt;BR /&gt;&lt;BR /&gt;5)Start the services &lt;BR /&gt;&lt;BR /&gt;6)If not working reboot he sytem &lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;Binu</description>
      <pubDate>Wed, 22 Jun 2005 00:26:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-mount-nfs-file-system/m-p/3568104#M227731</guid>
      <dc:creator>Binu_5</dc:creator>
      <dc:date>2005-06-22T00:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot mount NFS file system!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-mount-nfs-file-system/m-p/3568105#M227732</link>
      <description>Check whethere there is a same mount available in client machine.&lt;BR /&gt;&lt;BR /&gt;1. Check ping connectivity&lt;BR /&gt;2. unmount if there is existing mount from db00 machine.&lt;BR /&gt;3. create new mount as,&lt;BR /&gt;&lt;BR /&gt;  mkdir /db00mount&lt;BR /&gt;  mount -v db00:/&lt;LOCAITON&gt; /db00mount&lt;BR /&gt;&lt;BR /&gt;Check with rpcinfo command to see the NFS problem.&lt;BR /&gt;&lt;BR /&gt;hth.&lt;/LOCAITON&gt;</description>
      <pubDate>Wed, 22 Jun 2005 00:34:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-mount-nfs-file-system/m-p/3568105#M227732</guid>
      <dc:creator>Muthukumar_5</dc:creator>
      <dc:date>2005-06-22T00:34:59Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot mount NFS file system!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-mount-nfs-file-system/m-p/3568106#M227733</link>
      <description>&lt;BR /&gt;few reasons:&lt;BR /&gt;&lt;BR /&gt;* Network is not available between server and client&lt;BR /&gt;* Firewall is blocking NFS traffic&lt;BR /&gt;* Portmap service is not running on the client (which is more likely), for NFS mounts to work you should run portmap service first.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Jun 2005 00:54:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-mount-nfs-file-system/m-p/3568106#M227733</guid>
      <dc:creator>Gopi Sekar</dc:creator>
      <dc:date>2005-06-22T00:54:23Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot mount NFS file system!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-mount-nfs-file-system/m-p/3568107#M227734</link>
      <description>Previosly nfs filesystem was mounted  from server. Everything was okay.&lt;BR /&gt;Then IP and subnet mask of host were changed.&lt;BR /&gt;and now I cant umount the nfs file system and bdf hangs with the message:&lt;BR /&gt;NFS server db00 not responding still trying&lt;BR /&gt;&lt;BR /&gt;I can ping server.&lt;BR /&gt;</description>
      <pubDate>Wed, 22 Jun 2005 01:06:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-mount-nfs-file-system/m-p/3568107#M227734</guid>
      <dc:creator>Igor Sovin</dc:creator>
      <dc:date>2005-06-22T01:06:36Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot mount NFS file system!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-mount-nfs-file-system/m-p/3568108#M227735</link>
      <description>the hostname of the client is still the same</description>
      <pubDate>Wed, 22 Jun 2005 01:09:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-mount-nfs-file-system/m-p/3568108#M227735</guid>
      <dc:creator>Igor Sovin</dc:creator>
      <dc:date>2005-06-22T01:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot mount NFS file system!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-mount-nfs-file-system/m-p/3568109#M227736</link>
      <description>Try the following on the client. Assumes that lan0 is valid/connected LAN card.&lt;BR /&gt;&lt;BR /&gt;# ifconfig lan0:1 &lt;OLD_SERVER_IP&gt; netmask &lt;OLD_SERVER_NETMASK&gt; up&lt;BR /&gt;# umount /mount/that/hangs&lt;BR /&gt;# ifconfig lan0:1 0.0.0.0&lt;/OLD_SERVER_NETMASK&gt;&lt;/OLD_SERVER_IP&gt;</description>
      <pubDate>Wed, 22 Jun 2005 01:26:20 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-mount-nfs-file-system/m-p/3568109#M227736</guid>
      <dc:creator>Ermin Borovac</dc:creator>
      <dc:date>2005-06-22T01:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot mount NFS file system!</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cannot-mount-nfs-file-system/m-p/3568110#M227737</link>
      <description>after server reboot, everything is ok.&lt;BR /&gt;thanks for advices</description>
      <pubDate>Wed, 22 Jun 2005 01:33:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cannot-mount-nfs-file-system/m-p/3568110#M227737</guid>
      <dc:creator>Igor Sovin</dc:creator>
      <dc:date>2005-06-22T01:33:15Z</dc:date>
    </item>
  </channel>
</rss>

