<?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 RPC program not registered in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-program-not-registered/m-p/3841332#M779593</link>
    <description>I want to mount a file system on both the client and the server.&lt;BR /&gt;I have done:&lt;BR /&gt;on the server side:&lt;BR /&gt;&lt;BR /&gt;edit nfsconf.&lt;BR /&gt;nfs.server start&lt;BR /&gt;/etc/exports&lt;BR /&gt;exportfs -a&lt;BR /&gt;&lt;BR /&gt;on the client side:&lt;BR /&gt;nfsconf&lt;BR /&gt;nfs.client start&lt;BR /&gt;mount server:/mount /mount&lt;BR /&gt;showmount -a gives me RPC program not registered.&lt;BR /&gt;&lt;BR /&gt;if i try to mount it again it will tell me already mounted.&lt;BR /&gt;what have i done wrong ?</description>
    <pubDate>Thu, 10 Aug 2006 11:46:57 GMT</pubDate>
    <dc:creator>simon_164</dc:creator>
    <dc:date>2006-08-10T11:46:57Z</dc:date>
    <item>
      <title>RPC program not registered</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-program-not-registered/m-p/3841332#M779593</link>
      <description>I want to mount a file system on both the client and the server.&lt;BR /&gt;I have done:&lt;BR /&gt;on the server side:&lt;BR /&gt;&lt;BR /&gt;edit nfsconf.&lt;BR /&gt;nfs.server start&lt;BR /&gt;/etc/exports&lt;BR /&gt;exportfs -a&lt;BR /&gt;&lt;BR /&gt;on the client side:&lt;BR /&gt;nfsconf&lt;BR /&gt;nfs.client start&lt;BR /&gt;mount server:/mount /mount&lt;BR /&gt;showmount -a gives me RPC program not registered.&lt;BR /&gt;&lt;BR /&gt;if i try to mount it again it will tell me already mounted.&lt;BR /&gt;what have i done wrong ?</description>
      <pubDate>Thu, 10 Aug 2006 11:46:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-program-not-registered/m-p/3841332#M779593</guid>
      <dc:creator>simon_164</dc:creator>
      <dc:date>2006-08-10T11:46:57Z</dc:date>
    </item>
    <item>
      <title>Re: RPC program not registered</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-program-not-registered/m-p/3841333#M779594</link>
      <description>On the server give exportfs command make sure that the directory has been shared.&lt;BR /&gt;&lt;BR /&gt;From the client, give the command&lt;BR /&gt;showmount -e &lt;SERVERNAME&gt;&lt;BR /&gt;to make sure that the share is visible !!&lt;BR /&gt;&lt;BR /&gt;IF there are errors, check for the nfs process running, both on server and client.&lt;BR /&gt;&lt;/SERVERNAME&gt;</description>
      <pubDate>Thu, 10 Aug 2006 11:58:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-program-not-registered/m-p/3841333#M779594</guid>
      <dc:creator>Pupil_1</dc:creator>
      <dc:date>2006-08-10T11:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: RPC program not registered</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-program-not-registered/m-p/3841334#M779595</link>
      <description>Check your /etc/rc.config.d/nfsconf on the client and see what  START_MOUNTD is set to.&lt;BR /&gt;&lt;BR /&gt;If it is '0' then you need to make it '1'.&lt;BR /&gt;&lt;BR /&gt;START_MOUNTD=1&lt;BR /&gt;&lt;BR /&gt;Then umount your NFS mountpoint, stop and restart the nfs.client and then try mounting the NFS share again.</description>
      <pubDate>Thu, 10 Aug 2006 12:00:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-program-not-registered/m-p/3841334#M779595</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2006-08-10T12:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: RPC program not registered</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-program-not-registered/m-p/3841335#M779596</link>
      <description>I think the problem you are having is with the nfs deamons. Looks like they are not running. &lt;BR /&gt;&lt;BR /&gt;check for nfs processes running on the client.&lt;BR /&gt;&lt;BR /&gt;/sbin/init.d/nfs.client stop&lt;BR /&gt;/sbin/init.d/nfs.client start&lt;BR /&gt;showmount -e &lt;SERVERNAME&gt; (should not have any errors)&lt;BR /&gt;mount &lt;SERVERNAME&gt;:/&lt;SHARE&gt; /&lt;MOUNT point=""&gt;.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;use bdf to check that the nfs mount is available !!&lt;/MOUNT&gt;&lt;/SHARE&gt;&lt;/SERVERNAME&gt;&lt;/SERVERNAME&gt;</description>
      <pubDate>Thu, 10 Aug 2006 12:04:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-program-not-registered/m-p/3841335#M779596</guid>
      <dc:creator>Pupil_1</dc:creator>
      <dc:date>2006-08-10T12:04:52Z</dc:date>
    </item>
    <item>
      <title>Re: RPC program not registered</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-program-not-registered/m-p/3841336#M779597</link>
      <description>Dhanish / Patrick:&lt;BR /&gt;&lt;BR /&gt;START_MOUNTD=1 &lt;BR /&gt;showmount -e server : works fine&lt;BR /&gt;exportfs: works fine&lt;BR /&gt;the mount is shown in bdf.&lt;BR /&gt;but still the showmount command does not work. the problem is resolved when i start the nfs server.&lt;BR /&gt;if i start the nfs client alone there is no nfs running " ps -ef " how can i run them?&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Aug 2006 12:14:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-program-not-registered/m-p/3841336#M779597</guid>
      <dc:creator>simon_164</dc:creator>
      <dc:date>2006-08-10T12:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: RPC program not registered</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-program-not-registered/m-p/3841337#M779598</link>
      <description>Simon,&lt;BR /&gt;Only the server that is giving the data needs to run the nfsd (nfs.server deamon). This should be running when you share the data.&lt;BR /&gt;&lt;BR /&gt;On the client side, only the nfs.client needs to be running. This will handle the mount requests !! &lt;BR /&gt;&lt;BR /&gt;unmount /&lt;MNT pnt=""&gt;&lt;BR /&gt;ensure that the &lt;SHARE&gt; is shared (exportfs)&lt;BR /&gt;(should see the shared directory !!)&lt;BR /&gt;On the client, mount &lt;SERVERNAME&gt;:/&lt;DIR&gt; /&lt;MNT&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/MNT&gt;&lt;/DIR&gt;&lt;/SERVERNAME&gt;&lt;/SHARE&gt;&lt;/MNT&gt;</description>
      <pubDate>Thu, 10 Aug 2006 12:25:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-program-not-registered/m-p/3841337#M779598</guid>
      <dc:creator>Pupil_1</dc:creator>
      <dc:date>2006-08-10T12:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: RPC program not registered</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rpc-program-not-registered/m-p/3841338#M779599</link>
      <description>Dhanish:&lt;BR /&gt;The share is shared -- exportfs shows the files shared.&lt;BR /&gt;When i mount the share on the client, I have no errors everything works fine, I can even see the files and change them " the files that are shared" . However when i try to make from the client side:&lt;BR /&gt;&lt;BR /&gt;showmount : i get the error RPC...&lt;BR /&gt;showmount -a: same error&lt;BR /&gt;showmount -e: same error&lt;BR /&gt;showmount -e server: no error&lt;BR /&gt;&lt;BR /&gt;from the server side no errors at all.&lt;BR /&gt;</description>
      <pubDate>Thu, 10 Aug 2006 12:35:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rpc-program-not-registered/m-p/3841338#M779599</guid>
      <dc:creator>simon_164</dc:creator>
      <dc:date>2006-08-10T12:35:23Z</dc:date>
    </item>
  </channel>
</rss>

