<?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: Can't mount remote path in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-mount-remote-path/m-p/3006918#M127670</link>
    <description>Is NFS Client turned on remote host? NFS Server on local host?&lt;BR /&gt;&lt;BR /&gt;cat /etc/rc.config.d/nfsconf&lt;BR /&gt;ps -ef |grep nfs&lt;BR /&gt;&lt;BR /&gt;Also, a gotcha is that sometimes servers access the NFS Mount point by another IP Address (if you have 2 IP Addresses on the server). Be sure that both can be resolved to a hostname on the local host.&lt;BR /&gt;&lt;BR /&gt;Share and Enjoy! Ian</description>
    <pubDate>Wed, 25 Jun 2003 10:54:46 GMT</pubDate>
    <dc:creator>Ian Dennison_1</dc:creator>
    <dc:date>2003-06-25T10:54:46Z</dc:date>
    <item>
      <title>Can't mount remote path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-mount-remote-path/m-p/3006916#M127668</link>
      <description>I have export the local path to remote host , but when remote host mount to the path , it pop up the error "localhost: RPC_PROG_NOT_REGISTERED " , what is the possible reason ? thx</description>
      <pubDate>Wed, 25 Jun 2003 10:51:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-mount-remote-path/m-p/3006916#M127668</guid>
      <dc:creator>juno2</dc:creator>
      <dc:date>2003-06-25T10:51:10Z</dc:date>
    </item>
    <item>
      <title>Re: Can't mount remote path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-mount-remote-path/m-p/3006917#M127669</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;Are the nfs deamons running on the remote host ?&lt;BR /&gt;&lt;BR /&gt;# ps -ef | grep nfs&lt;BR /&gt;&lt;BR /&gt;# /sbin/init.d/nfsclient start&lt;BR /&gt;&lt;BR /&gt;Hope it helps,&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.</description>
      <pubDate>Wed, 25 Jun 2003 10:54:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-mount-remote-path/m-p/3006917#M127669</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-06-25T10:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: Can't mount remote path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-mount-remote-path/m-p/3006918#M127670</link>
      <description>Is NFS Client turned on remote host? NFS Server on local host?&lt;BR /&gt;&lt;BR /&gt;cat /etc/rc.config.d/nfsconf&lt;BR /&gt;ps -ef |grep nfs&lt;BR /&gt;&lt;BR /&gt;Also, a gotcha is that sometimes servers access the NFS Mount point by another IP Address (if you have 2 IP Addresses on the server). Be sure that both can be resolved to a hostname on the local host.&lt;BR /&gt;&lt;BR /&gt;Share and Enjoy! Ian</description>
      <pubDate>Wed, 25 Jun 2003 10:54:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-mount-remote-path/m-p/3006918#M127670</guid>
      <dc:creator>Ian Dennison_1</dc:creator>
      <dc:date>2003-06-25T10:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: Can't mount remote path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-mount-remote-path/m-p/3006919#M127671</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;There are 2 possible things to check:&lt;BR /&gt;1. The "portmap" process.&lt;BR /&gt;2. The nfs services.&lt;BR /&gt;&lt;BR /&gt;Try to reload them - than retry to mount.&lt;BR /&gt;&lt;BR /&gt;Lior./</description>
      <pubDate>Wed, 25 Jun 2003 10:55:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-mount-remote-path/m-p/3006919#M127671</guid>
      <dc:creator>Lior Mishkovsky</dc:creator>
      <dc:date>2003-06-25T10:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: Can't mount remote path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-mount-remote-path/m-p/3006920#M127672</link>
      <description>thx all, does both the host need to start the nfs ?</description>
      <pubDate>Wed, 25 Jun 2003 11:00:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-mount-remote-path/m-p/3006920#M127672</guid>
      <dc:creator>juno2</dc:creator>
      <dc:date>2003-06-25T11:00:58Z</dc:date>
    </item>
    <item>
      <title>Re: Can't mount remote path</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/can-t-mount-remote-path/m-p/3006921#M127673</link>
      <description>Juno2,&lt;BR /&gt;&lt;BR /&gt;On both servers nfs should be running.&lt;BR /&gt;&lt;BR /&gt;local host nfs client + nfs server&lt;BR /&gt;remote host nfs client&lt;BR /&gt;&lt;BR /&gt;locale ---&amp;gt; export dir&lt;BR /&gt;&lt;BR /&gt;remote ---&amp;gt; import dir&lt;BR /&gt;&lt;BR /&gt;Juno, Please take some time and assign points to those who have given anwers to your questions.&lt;BR /&gt;&lt;BR /&gt;Kind regards,&lt;BR /&gt;&lt;BR /&gt;Robert-Jan.</description>
      <pubDate>Wed, 25 Jun 2003 13:58:33 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/can-t-mount-remote-path/m-p/3006921#M127673</guid>
      <dc:creator>Robert-Jan Goossens</dc:creator>
      <dc:date>2003-06-25T13:58:33Z</dc:date>
    </item>
  </channel>
</rss>

