<?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: REPOSTED: Cannot mount remote file systems in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/reposted-cannot-mount-remote-file-systems/m-p/2523623#M23985</link>
    <description>Hi Clarence,&lt;BR /&gt;&lt;BR /&gt;You state "nfs mount: get_fh: lxmits::RPC: Program not registered." &lt;BR /&gt;&lt;BR /&gt;This means that the Remote Procedure Call ( RPC ) is not registred to reply to incomming requests asking for services to be staisfied.&lt;BR /&gt;&lt;BR /&gt;Check the following daemons if they are running :&lt;BR /&gt;&lt;BR /&gt;1. /usr/sbin/rpcbind&lt;BR /&gt;2. /usr/sbin/rpc.lockd&lt;BR /&gt;3. /usr/sbin/rpc.statd&lt;BR /&gt;4. /usr/sbin/rpc.mountd&lt;BR /&gt;&lt;BR /&gt;Check also the output of the command :&lt;BR /&gt;&lt;BR /&gt;#rpcinfo&lt;BR /&gt;&lt;BR /&gt;and fetch if there are entries for the service :&lt;BR /&gt;1. rpcbind&lt;BR /&gt;2. status&lt;BR /&gt;3. nlockmgr&lt;BR /&gt;4. mountd&lt;BR /&gt;5. nfs&lt;BR /&gt;&lt;BR /&gt;Check lso if the patch "HP DCE/9000 1.7 runtime cumulative patch" is installed.&lt;BR /&gt;&lt;BR /&gt;HTH.&lt;BR /&gt;&lt;BR /&gt;Magdi</description>
    <pubDate>Fri, 24 Aug 2001 15:30:56 GMT</pubDate>
    <dc:creator>Magdi KAMAL</dc:creator>
    <dc:date>2001-08-24T15:30:56Z</dc:date>
    <item>
      <title>REPOSTED: Cannot mount remote file systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reposted-cannot-mount-remote-file-systems/m-p/2523620#M23982</link>
      <description>The following msg below is re-posted as it was unknowingly declared closed and solved after the points were assigned. My humble apologies. Wld appreciate if someone cld assist me.&lt;BR /&gt;&lt;BR /&gt;Hi &lt;BR /&gt;&lt;BR /&gt;                                                    I have a filesystem created on Linux RedHat 7.0 called /xpt. &lt;BR /&gt;                                                    I'm trying to import it into my HP D370 server. However, when I run SAM -&amp;gt; Networking and Communications -&amp;gt; Mounted Remote File Systems &lt;BR /&gt;                                                    and try to have the directory mounted, I get the following error: &lt;BR /&gt;                                                    "nfs mount: get_fh: lxmits::RPC: Program not registered." &lt;BR /&gt;                                                    What does this error mean and how to overcome it? &lt;BR /&gt;&lt;BR /&gt;A possible solution was given as issue:&lt;BR /&gt;&lt;BR /&gt;showmount -e &lt;NFS server=""&gt;&lt;BR /&gt;&lt;BR /&gt;I can see the exported NFS but cannot see the contents of the directory. Any help?&lt;/NFS&gt;</description>
      <pubDate>Wed, 02 May 2001 05:19:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reposted-cannot-mount-remote-file-systems/m-p/2523620#M23982</guid>
      <dc:creator>Clarence J</dc:creator>
      <dc:date>2001-05-02T05:19:02Z</dc:date>
    </item>
    <item>
      <title>Re: REPOSTED: Cannot mount remote file systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reposted-cannot-mount-remote-file-systems/m-p/2523621#M23983</link>
      <description>Which version of NFS does the linux box support? Use the following command to determine this:&lt;BR /&gt;&lt;BR /&gt;rpcinfo -u &lt;LINUXBOXIP&gt; mountd&lt;BR /&gt;&lt;BR /&gt;The output should be something like: "Version X ready.....". Then, try to mount the filesystem using the "vers=X" parameter, eg:&lt;BR /&gt;&lt;BR /&gt;mount -F nfs -o vers=2 linuxbox:/remotefs /localmount&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;Vincent&lt;/LINUXBOXIP&gt;</description>
      <pubDate>Wed, 02 May 2001 06:42:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reposted-cannot-mount-remote-file-systems/m-p/2523621#M23983</guid>
      <dc:creator>Vincent Stedema</dc:creator>
      <dc:date>2001-05-02T06:42:28Z</dc:date>
    </item>
    <item>
      <title>Re: REPOSTED: Cannot mount remote file systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reposted-cannot-mount-remote-file-systems/m-p/2523622#M23984</link>
      <description>mount -F nfs -o vers=2 linuxbox:/remotefs /localmount &lt;BR /&gt;works!  I have been able to mount from HP-UX to linux but not vice-versa until I tried the above command.   I am using Redhat 7.1 with 2.4.7 kernel.  Excellent!  Thanks!</description>
      <pubDate>Fri, 24 Aug 2001 03:36:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reposted-cannot-mount-remote-file-systems/m-p/2523622#M23984</guid>
      <dc:creator>John Read</dc:creator>
      <dc:date>2001-08-24T03:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: REPOSTED: Cannot mount remote file systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reposted-cannot-mount-remote-file-systems/m-p/2523623#M23985</link>
      <description>Hi Clarence,&lt;BR /&gt;&lt;BR /&gt;You state "nfs mount: get_fh: lxmits::RPC: Program not registered." &lt;BR /&gt;&lt;BR /&gt;This means that the Remote Procedure Call ( RPC ) is not registred to reply to incomming requests asking for services to be staisfied.&lt;BR /&gt;&lt;BR /&gt;Check the following daemons if they are running :&lt;BR /&gt;&lt;BR /&gt;1. /usr/sbin/rpcbind&lt;BR /&gt;2. /usr/sbin/rpc.lockd&lt;BR /&gt;3. /usr/sbin/rpc.statd&lt;BR /&gt;4. /usr/sbin/rpc.mountd&lt;BR /&gt;&lt;BR /&gt;Check also the output of the command :&lt;BR /&gt;&lt;BR /&gt;#rpcinfo&lt;BR /&gt;&lt;BR /&gt;and fetch if there are entries for the service :&lt;BR /&gt;1. rpcbind&lt;BR /&gt;2. status&lt;BR /&gt;3. nlockmgr&lt;BR /&gt;4. mountd&lt;BR /&gt;5. nfs&lt;BR /&gt;&lt;BR /&gt;Check lso if the patch "HP DCE/9000 1.7 runtime cumulative patch" is installed.&lt;BR /&gt;&lt;BR /&gt;HTH.&lt;BR /&gt;&lt;BR /&gt;Magdi</description>
      <pubDate>Fri, 24 Aug 2001 15:30:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reposted-cannot-mount-remote-file-systems/m-p/2523623#M23985</guid>
      <dc:creator>Magdi KAMAL</dc:creator>
      <dc:date>2001-08-24T15:30:56Z</dc:date>
    </item>
    <item>
      <title>Re: REPOSTED: Cannot mount remote file systems</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/reposted-cannot-mount-remote-file-systems/m-p/2523624#M23986</link>
      <description>Hi Clarence,&lt;BR /&gt;&lt;BR /&gt;On your linux machine do&lt;BR /&gt;chkconfig --list |egrep "nfs|portmap"&lt;BR /&gt;By default the init level is 3, so the above command should say on for on for nfs,nfslock and portmap(this would start daemons on reboots).&lt;BR /&gt;&lt;BR /&gt;But in any case you can start them manually&lt;BR /&gt;/etc/rc.d/init.d/portmap start&lt;BR /&gt;/etc/rc.d/init.d/nfslock start&lt;BR /&gt;/etc/rc.d/init.d/nfs start&lt;BR /&gt;&lt;BR /&gt;Also update your /etc/exports on your linux machine to&lt;BR /&gt;&lt;BR /&gt;/exported/dir   hphost(rw)&lt;BR /&gt;&lt;BR /&gt;once you save the file, run exportfs -a&lt;BR /&gt;&lt;BR /&gt;now on your hp machine&lt;BR /&gt;you should be able to mount the filesystem.&lt;BR /&gt;&lt;BR /&gt;BTW, This is an excellent HOW-TO to set up your linux box as an NFS-Server, If it is a trusted environment, you can skipt the /etc/hosts.allow and /etc/hosts.deny section.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.linuxdoc.org/HOWTO/NFS-HOWTO/server.html#SERVERINTRO" target="_blank"&gt;http://www.linuxdoc.org/HOWTO/NFS-HOWTO/server.html#SERVERINTRO&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;-HTH&lt;BR /&gt;Ramesh</description>
      <pubDate>Fri, 24 Aug 2001 15:52:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/reposted-cannot-mount-remote-file-systems/m-p/2523624#M23986</guid>
      <dc:creator>linuxfan</dc:creator>
      <dc:date>2001-08-24T15:52:57Z</dc:date>
    </item>
  </channel>
</rss>

