<?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: How to register RPC programs? in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-register-rpc-programs/m-p/2440196#M7067</link>
    <description>Dear Kofi,&lt;BR /&gt;&lt;BR /&gt;   Please check your NFS deamons&lt;BR /&gt;&lt;BR /&gt;   In HP-UX &lt;BR /&gt;&lt;BR /&gt;   #ps -ef|grep nfsd&lt;BR /&gt;&lt;BR /&gt;  if it does't show any nfs deamons &lt;BR /&gt;&lt;BR /&gt;  configure it through the following&lt;BR /&gt;&lt;BR /&gt; 1.Edit /etc/rc.config.d/nfsconf &amp;amp; make&lt;BR /&gt;  &lt;BR /&gt;   NFS_CLIENT=1&lt;BR /&gt;   NFS_SERVER=1&lt;BR /&gt; 2./sbin/init.d/nfs.server start&lt;BR /&gt;   /sbin/init.d/nfs.client start&lt;BR /&gt;&lt;BR /&gt;    &lt;BR /&gt;  &lt;BR /&gt;  &lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Sat, 26 Aug 2000 03:55:44 GMT</pubDate>
    <dc:creator>R.Mahendran_1</dc:creator>
    <dc:date>2000-08-26T03:55:44Z</dc:date>
    <item>
      <title>How to register RPC programs?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-register-rpc-programs/m-p/2440192#M7063</link>
      <description>When I reboot the NIS+ server machine (Solaris), it display a message like following:&lt;BR /&gt;&lt;HOSTNAME&gt;: RPC programs not registered, ...&lt;BR /&gt;&lt;BR /&gt;That host is the one which have trouble to login NIS+ users (as I posted days before).&lt;BR /&gt;How to make the RPC programs registered?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance.&lt;/HOSTNAME&gt;</description>
      <pubDate>Fri, 25 Aug 2000 23:55:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-register-rpc-programs/m-p/2440192#M7063</guid>
      <dc:creator>Ben Li</dc:creator>
      <dc:date>2000-08-25T23:55:16Z</dc:date>
    </item>
    <item>
      <title>Re: How to register RPC programs?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-register-rpc-programs/m-p/2440193#M7064</link>
      <description>RPC programs are registered by virtue of being listed in the /etc/rpc file (its the equivalent of /etc/services file for inet services)&lt;BR /&gt;&lt;BR /&gt;you can verify that rpc services are properly set up on your machine with &lt;BR /&gt;&lt;BR /&gt;# rpcinfo -p hostname&lt;BR /&gt;&lt;BR /&gt;it should report all the programs that are registered... if a program that should be registered is not, eg. nisplus, then you might want to look at your set up of nisplus.&lt;BR /&gt;&lt;BR /&gt;Good luck</description>
      <pubDate>Sat, 26 Aug 2000 00:13:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-register-rpc-programs/m-p/2440193#M7064</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-08-26T00:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to register RPC programs?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-register-rpc-programs/m-p/2440194#M7065</link>
      <description>When I run the rpcinfo -p command, it comes like below. I don't know how to see this.&lt;BR /&gt;&lt;BR /&gt;program vers proto   port  service&lt;BR /&gt;    100000    4   tcp    111  rpcbind&lt;BR /&gt;    100000    3   tcp    111  rpcbind&lt;BR /&gt;    100000    2   tcp    111  rpcbind&lt;BR /&gt;    100000    4   udp    111  rpcbind&lt;BR /&gt;    100000    3   udp    111  rpcbind&lt;BR /&gt;    100000    2   udp    111  rpcbind&lt;BR /&gt;    100024    1   udp    856  status&lt;BR /&gt;    100024    1   tcp    857  status&lt;BR /&gt;    100021    1   tcp    862  nlockmgr&lt;BR /&gt;    100021    1   udp    863  nlockmgr&lt;BR /&gt;    100021    3   tcp    864  nlockmgr&lt;BR /&gt;    100021    3   udp    865  nlockmgr&lt;BR /&gt;    100021    4   tcp    866  nlockmgr&lt;BR /&gt;    100021    4   udp    867  nlockmgr&lt;BR /&gt;    100020    1   udp   4045  llockmgr&lt;BR /&gt;    100020    1   tcp   4045  llockmgr&lt;BR /&gt;    100021    2   tcp    868  nlockmgr&lt;BR /&gt;    100068    2   udp  49176&lt;BR /&gt;    100068    3   udp  49176&lt;BR /&gt;    100068    4   udp  49176&lt;BR /&gt;    100068    5   udp  49176&lt;BR /&gt;    100083    1   tcp  49153&lt;BR /&gt; 536870913    1   udp    696&lt;BR /&gt; 536870913    1   tcp    697&lt;BR /&gt;1342177279    4   tcp  49451&lt;BR /&gt;1342177279    1   tcp  49451&lt;BR /&gt;1342177279    3   tcp  49451&lt;BR /&gt;1342177279    2   tcp  49451&lt;BR /&gt;#</description>
      <pubDate>Sat, 26 Aug 2000 01:11:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-register-rpc-programs/m-p/2440194#M7065</guid>
      <dc:creator>Ben Li</dc:creator>
      <dc:date>2000-08-26T01:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to register RPC programs?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-register-rpc-programs/m-p/2440195#M7066</link>
      <description>You will note that on the list you do  not have rpc.nisd listed as a registered program which means that it is not running.&lt;BR /&gt;&lt;BR /&gt;On the solaris box, check the /etc/rc2.d/S71rpc file to see if all the conditions required for NIS+ are met.  I seem to remember you are required to have a file called /etc/.UNCONFIGURED&lt;BR /&gt; &lt;BR /&gt;then run:&lt;BR /&gt;&lt;BR /&gt;/etc/rc2.d/S71rpc stop ; /etc/rc2.d/S71rpc start &lt;BR /&gt;&lt;BR /&gt;it should then start rpc.nisd  (check with ps command) and rpcinfo -p should also display it.&lt;BR /&gt;&lt;BR /&gt;Good luck</description>
      <pubDate>Sat, 26 Aug 2000 01:40:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-register-rpc-programs/m-p/2440195#M7066</guid>
      <dc:creator>Kofi ARTHIABAH</dc:creator>
      <dc:date>2000-08-26T01:40:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to register RPC programs?</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/how-to-register-rpc-programs/m-p/2440196#M7067</link>
      <description>Dear Kofi,&lt;BR /&gt;&lt;BR /&gt;   Please check your NFS deamons&lt;BR /&gt;&lt;BR /&gt;   In HP-UX &lt;BR /&gt;&lt;BR /&gt;   #ps -ef|grep nfsd&lt;BR /&gt;&lt;BR /&gt;  if it does't show any nfs deamons &lt;BR /&gt;&lt;BR /&gt;  configure it through the following&lt;BR /&gt;&lt;BR /&gt; 1.Edit /etc/rc.config.d/nfsconf &amp;amp; make&lt;BR /&gt;  &lt;BR /&gt;   NFS_CLIENT=1&lt;BR /&gt;   NFS_SERVER=1&lt;BR /&gt; 2./sbin/init.d/nfs.server start&lt;BR /&gt;   /sbin/init.d/nfs.client start&lt;BR /&gt;&lt;BR /&gt;    &lt;BR /&gt;  &lt;BR /&gt;  &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 26 Aug 2000 03:55:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/how-to-register-rpc-programs/m-p/2440196#M7067</guid>
      <dc:creator>R.Mahendran_1</dc:creator>
      <dc:date>2000-08-26T03:55:44Z</dc:date>
    </item>
  </channel>
</rss>

