<?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 Oracle Installation in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/2787635#M833872</link>
    <description>Hi,&lt;BR /&gt;  I have mounted Oracle CD using,&lt;BR /&gt;&lt;BR /&gt;1. nohup /usr/sbin/pfs_mountd &amp;amp; &lt;BR /&gt;2. nohup /usr/sbin/pfsd &amp;amp; &lt;BR /&gt;3. /usr/sbin/pfs_mount -t rrip -x unix /dev/dsk/c4t2d0 /SD_CDROM &lt;BR /&gt;&lt;BR /&gt;But while running "orainst" it hangs and gives following mesg.&lt;BR /&gt;&lt;BR /&gt;NFS server f1fa not responding still trying&lt;BR /&gt;&lt;BR /&gt;Any idea to come out.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 16 Aug 2002 09:44:18 GMT</pubDate>
    <dc:creator>Ash_4</dc:creator>
    <dc:date>2002-08-16T09:44:18Z</dc:date>
    <item>
      <title>Oracle Installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/2787635#M833872</link>
      <description>Hi,&lt;BR /&gt;  I have mounted Oracle CD using,&lt;BR /&gt;&lt;BR /&gt;1. nohup /usr/sbin/pfs_mountd &amp;amp; &lt;BR /&gt;2. nohup /usr/sbin/pfsd &amp;amp; &lt;BR /&gt;3. /usr/sbin/pfs_mount -t rrip -x unix /dev/dsk/c4t2d0 /SD_CDROM &lt;BR /&gt;&lt;BR /&gt;But while running "orainst" it hangs and gives following mesg.&lt;BR /&gt;&lt;BR /&gt;NFS server f1fa not responding still trying&lt;BR /&gt;&lt;BR /&gt;Any idea to come out.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Aug 2002 09:44:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/2787635#M833872</guid>
      <dc:creator>Ash_4</dc:creator>
      <dc:date>2002-08-16T09:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/2787636#M833873</link>
      <description>for pfs_mount you need to have NFS services started.&lt;BR /&gt;&lt;BR /&gt;You can do this through SAM</description>
      <pubDate>Fri, 16 Aug 2002 09:46:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/2787636#M833873</guid>
      <dc:creator>Alan Casey</dc:creator>
      <dc:date>2002-08-16T09:46:15Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/2787637#M833874</link>
      <description>To manually start NFS:&lt;BR /&gt;&lt;BR /&gt;nfs must be running on the system for PFS to work, even if the&lt;BR /&gt;system is standalone.  To check to see if nfs is running,&lt;BR /&gt;use the command:&lt;BR /&gt;&lt;BR /&gt;     rpcinfo -p&lt;BR /&gt;&lt;BR /&gt;and look for nfs and mountd in the last column.&lt;BR /&gt;&lt;BR /&gt;If you do not find them, then make sure the following variables are&lt;BR /&gt;set in the /etc/rc.config.d/nfsconf file:&lt;BR /&gt;&lt;BR /&gt;     NFS_CLIENT=1&lt;BR /&gt;     NFS_SERVER=1&lt;BR /&gt;     NUM_NFSD=4&lt;BR /&gt;     START_MOUNTD=1&lt;BR /&gt;&lt;BR /&gt;If you modified nfsconf, issue the following two commands to&lt;BR /&gt;restart the nfs server:&lt;BR /&gt;&lt;BR /&gt;     /sbin/init.d/nfs.server start&lt;BR /&gt;     /sbin/init.d/nfs.client start&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Aug 2002 09:50:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/2787637#M833874</guid>
      <dc:creator>Alan Casey</dc:creator>
      <dc:date>2002-08-16T09:50:37Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/2787638#M833875</link>
      <description>Go back and check Stefan's comments in your previous thread:&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x278193e260b0d611abdb0090277a778c,00.html" target="_blank"&gt;http://forums.itrc.hp.com/cm/QuestionAnswer/1,,0x278193e260b0d611abdb0090277a778c,00.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;If you apply the Rockridge Extension patches, then you don't have to mess with pfs_mount - which, judging from the hundreds of questions posted about it, is a real pain to use.  With the patches applied, you just use a regular mount/umount - much simpler.&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Fri, 16 Aug 2002 09:57:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/2787638#M833875</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2002-08-16T09:57:02Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/2787639#M833876</link>
      <description>Hi Alan Casey,&lt;BR /&gt;As you have suggested, nfs is already running.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Aug 2002 09:59:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/2787639#M833876</guid>
      <dc:creator>Ash_4</dc:creator>
      <dc:date>2002-08-16T09:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/2787640#M833877</link>
      <description>Hiya,&lt;BR /&gt;&lt;BR /&gt;I assume the name of your server is f1fa?&lt;BR /&gt;&lt;BR /&gt;You need to make sure NFS is running - make sure rpcbind is running (ps -ef | grep rpcbind) and if it isn't, start it using /sbin/init.d/ scripts. Then make sure NFS itself is running by changing the /etc/rc.config.d/nfsconf to make everything the various configs to =1 from =0, then start NFS using /sbin/init.d/nfs* scripts.&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;James</description>
      <pubDate>Fri, 16 Aug 2002 10:03:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/2787640#M833877</guid>
      <dc:creator>James Beamish-White</dc:creator>
      <dc:date>2002-08-16T10:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/2787641#M833878</link>
      <description>hi everybody,&lt;BR /&gt;Hello James ,&lt;BR /&gt;I have checked as u suggested n found&lt;BR /&gt;rpcbind is not running.&lt;BR /&gt;&lt;BR /&gt;how can i start it.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Aug 2002 10:14:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/2787641#M833878</guid>
      <dc:creator>Ash_4</dc:creator>
      <dc:date>2002-08-16T10:14:15Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/2787642#M833879</link>
      <description>Just run /usr/sbin/rpcbind&lt;BR /&gt;&lt;BR /&gt;If you have done hardening as suggested in the bastion host document, this file may have been renamed and you'll need to rename it back.&lt;BR /&gt;&lt;BR /&gt;Cheers!&lt;BR /&gt;James</description>
      <pubDate>Fri, 16 Aug 2002 10:17:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/2787642#M833879</guid>
      <dc:creator>James Beamish-White</dc:creator>
      <dc:date>2002-08-16T10:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/2787643#M833880</link>
      <description>... you may need to restart your NFS services after you've got rpcbind running. Not sure there though.&lt;BR /&gt;&lt;BR /&gt;Cheers!&lt;BR /&gt;James&lt;BR /&gt;&lt;BR /&gt;PS: You may want to start awarding points too, you have some helpful answers above which you have not thanked with point awards.</description>
      <pubDate>Fri, 16 Aug 2002 10:21:09 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/2787643#M833880</guid>
      <dc:creator>James Beamish-White</dc:creator>
      <dc:date>2002-08-16T10:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/2787644#M833881</link>
      <description>hi james,&lt;BR /&gt;/usr/sbin/rcpbind doesnot exists.&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Aug 2002 11:01:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/2787644#M833881</guid>
      <dc:creator>Ash_4</dc:creator>
      <dc:date>2002-08-16T11:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/2787645#M833882</link>
      <description>?!?!?!?  What version of HP are you running?&lt;BR /&gt;&lt;BR /&gt;James</description>
      <pubDate>Fri, 16 Aug 2002 11:09:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/2787645#M833882</guid>
      <dc:creator>James Beamish-White</dc:creator>
      <dc:date>2002-08-16T11:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/2787646#M833883</link>
      <description>..and can you do "ls -ld /usr/sbin/*rpc*" and post the output please?&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;James</description>
      <pubDate>Fri, 16 Aug 2002 11:10:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/2787646#M833883</guid>
      <dc:creator>James Beamish-White</dc:creator>
      <dc:date>2002-08-16T11:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/2787647#M833884</link>
      <description>Hp-UX 10.20</description>
      <pubDate>Fri, 16 Aug 2002 11:11:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/2787647#M833884</guid>
      <dc:creator>Ash_4</dc:creator>
      <dc:date>2002-08-16T11:11:15Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/2787648#M833885</link>
      <description>-r-xr-xr-x   1 bin        bin          12288 Jun 10  1996 grpck&lt;BR /&gt;-r-xr-xr-x   1 bin        bin         407435 May 27  1998 pfs_mountd.rpc&lt;BR /&gt;-r-xr-xr-x   1 bin        bin         366282 May 27  1998 pfsd.rpc&lt;BR /&gt;-r-xr-xr-x   1 bin        bin          24576 Jun 10  1996 rarpc&lt;BR /&gt;-r-xr--r--   1 bin        bin         106496 Oct  7  1998 rpc.lockd&lt;BR /&gt;-r-xr--r--   1 bin        bin          36864 Oct  7  1998 rpc.mountd&lt;BR /&gt;-r-xr--r--   1 bin        bin          53248 Oct  7  1998 rpc.pcnfsd&lt;BR /&gt;-r-xr--r--   1 bin        bin          86016 Apr 14  1998 rpc.rexd&lt;BR /&gt;-r-xr-xr-x   1 bin        bin          20480 Apr 14  1998 rpc.rquotad&lt;BR /&gt;-r-xr--r--   1 bin        bin          49152 Oct  7  1998 rpc.statd</description>
      <pubDate>Fri, 16 Aug 2002 11:13:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/2787648#M833885</guid>
      <dc:creator>Ash_4</dc:creator>
      <dc:date>2002-08-16T11:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/2787649#M833886</link>
      <description>Ah! Sorry, assumptions of being on 11...&lt;BR /&gt;&lt;BR /&gt;rpcbind does not seem to exist on 10.20. Can you try to run "rpcinfo -p" and see if gets a valid response?&lt;BR /&gt;&lt;BR /&gt;Cheers!&lt;BR /&gt;James&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Aug 2002 11:22:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/2787649#M833886</guid>
      <dc:creator>James Beamish-White</dc:creator>
      <dc:date>2002-08-16T11:22:17Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/2787650#M833887</link>
      <description># out put of rpcinfo -p&lt;BR /&gt; program vers proto   port&lt;BR /&gt;    100000    2   tcp    111  portmapper&lt;BR /&gt;    100000    2   udp    111  portmapper&lt;BR /&gt;    100024    1   udp    604  status&lt;BR /&gt;    100024    1   tcp    606  status&lt;BR /&gt;    100021    1   tcp    610  nlockmgr&lt;BR /&gt;    100021    1   udp   1031  nlockmgr&lt;BR /&gt;    100021    3   tcp    614  nlockmgr&lt;BR /&gt;    100021    3   udp   1032  nlockmgr&lt;BR /&gt;    100020    1   udp   1033  llockmgr&lt;BR /&gt;    100020    1   tcp    619  llockmgr&lt;BR /&gt;    100021    2   tcp    622  nlockmgr&lt;BR /&gt;    100068    2   udp   1037  cmsd&lt;BR /&gt;    100068    3   udp   1037  cmsd&lt;BR /&gt;    100068    4   udp   1037  cmsd&lt;BR /&gt;    100068    5   udp   1037  cmsd&lt;BR /&gt;    100083    1   tcp   1036  ttdbserver&lt;BR /&gt; 536870913    1   udp    750&lt;BR /&gt; 536870913    1   tcp    752&lt;BR /&gt;    100005    1   udp    784  mountd&lt;BR /&gt;    100005    1   tcp    786  mountd&lt;BR /&gt;    100003    2   udp   2049  nfs&lt;BR /&gt;1342177279    3   tcp   1124&lt;BR /&gt;1342177279    1   tcp   1124</description>
      <pubDate>Fri, 16 Aug 2002 11:23:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/2787650#M833887</guid>
      <dc:creator>Ash_4</dc:creator>
      <dc:date>2002-08-16T11:23:59Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/2787651#M833888</link>
      <description>This shows that RPC is running and communicating. It may be you need a patch - I suggest taking a look at PHNE_22288 and seeing if it, or it's latest superceding patch fixes your problem.&lt;BR /&gt;&lt;BR /&gt;It seems like your configuration is fine for RPC on 10.20, so I think I've come to the end of my knowledge on this. Anyone else got any ideas?&lt;BR /&gt;&lt;BR /&gt;Cheers!&lt;BR /&gt;James</description>
      <pubDate>Fri, 16 Aug 2002 11:34:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/2787651#M833888</guid>
      <dc:creator>James Beamish-White</dc:creator>
      <dc:date>2002-08-16T11:34:48Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/2787652#M833889</link>
      <description />
      <pubDate>Fri, 16 Aug 2002 11:39:04 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/2787652#M833889</guid>
      <dc:creator>Alan Casey</dc:creator>
      <dc:date>2002-08-16T11:39:04Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/2787653#M833890</link>
      <description>Thanks Alan,&lt;BR /&gt;   As you said above info. is provided by HP May I know Where can i found this doc. on net.&lt;BR /&gt;</description>
      <pubDate>Fri, 16 Aug 2002 11:58:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/2787653#M833890</guid>
      <dc:creator>Ash_4</dc:creator>
      <dc:date>2002-08-16T11:58:56Z</dc:date>
    </item>
    <item>
      <title>Re: Oracle Installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/2787654#M833891</link>
      <description>Hi Ash,&lt;BR /&gt;&lt;BR /&gt;I found it on the Oracle website at:&lt;BR /&gt;&lt;A href="http://metalink.oracle.com/" target="_blank"&gt;http://metalink.oracle.com/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Doc ID:  Note:1012147.7 &lt;BR /&gt;&lt;BR /&gt;You need a login for this site.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Alan</description>
      <pubDate>Fri, 16 Aug 2002 12:01:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/oracle-installation/m-p/2787654#M833891</guid>
      <dc:creator>Alan Casey</dc:creator>
      <dc:date>2002-08-16T12:01:35Z</dc:date>
    </item>
  </channel>
</rss>

