<?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: Problem with Oracle installation in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-oracle-installation/m-p/2659671#M928985</link>
    <description>Hi,&lt;BR /&gt;Ensure that your host name resoultion is working fine , (can ping your hostname) , network is up otherwise pfs_mount will not working properly.</description>
    <pubDate>Thu, 07 Feb 2002 03:16:27 GMT</pubDate>
    <dc:creator>Printaporn_1</dc:creator>
    <dc:date>2002-02-07T03:16:27Z</dc:date>
    <item>
      <title>Problem with Oracle installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-oracle-installation/m-p/2659667#M928981</link>
      <description>I was trying to instal Oraccle in one server and I got the following case:&lt;BR /&gt;&lt;BR /&gt;I did &lt;BR /&gt;nohup /usr/sbin/pfs_mountd &amp;amp;&lt;BR /&gt;nohup /usr/sbin/pfsd &amp;amp;&lt;BR /&gt;&lt;BR /&gt;I create a /etc/pfs_fstab file with the following entry:&lt;BR /&gt;/dev/dsk/c2t0d0 /SD_CDROM pfs-rrip xlat=unix 0 0&lt;BR /&gt;&lt;BR /&gt;when I do pfs_mount /SD_CDROM the session hangs and i get the messsage&lt;BR /&gt;NFS server bccsback not responding still trying&lt;BR /&gt;&lt;BR /&gt;I did /sbin/init.d/nfs.server stop/start and nfs.client stop/start and I got the following&lt;BR /&gt;&lt;BR /&gt;umountall: umount : has failed.&lt;BR /&gt;umountall: diagnostics from umount&lt;BR /&gt;nfs umount: nfs_unmount: /SD_CDROM: is busy&lt;BR /&gt;umountall: umount : has failed.&lt;BR /&gt;umountall: diagnostics from umount&lt;BR /&gt;nfs umount: nfs_unmount: /cdrom: is busy&lt;BR /&gt;&lt;BR /&gt;Also I cannot kill the process 5101 &lt;BR /&gt;root  5101     1  0 13:25:38 ?         0:00 pfs_mountd.rpc&lt;BR /&gt;    root 26046     1  0 14:26:05 ?         0:00 /usr/sbin/pfsd&lt;BR /&gt;    root 16888 24445  1 14:42:19 pts/12    0:00 grep pfs&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Can you help pleasee?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Feb 2002 12:39:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-oracle-installation/m-p/2659667#M928981</guid>
      <dc:creator>George Nikoloudis_1</dc:creator>
      <dc:date>2002-02-06T12:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Oracle installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-oracle-installation/m-p/2659668#M928982</link>
      <description>george,&lt;BR /&gt;&lt;BR /&gt;Shut the system down and start over. I know it sounds harsh, but it's sometimes better to have a clean go at it.&lt;BR /&gt;&lt;BR /&gt;live free or die&lt;BR /&gt;harry</description>
      <pubDate>Wed, 06 Feb 2002 12:47:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-oracle-installation/m-p/2659668#M928982</guid>
      <dc:creator>harry d brown jr</dc:creator>
      <dc:date>2002-02-06T12:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Oracle installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-oracle-installation/m-p/2659669#M928983</link>
      <description>Hi George,&lt;BR /&gt;&lt;BR /&gt;you have to reboot the system and start all over again. Before you do run the pfs processes, make sure your NFS is enabled and working okay.&lt;BR /&gt;&lt;BR /&gt;Here is a link which might help you in setting up the pfs_mount and troubleshoot the problem if any,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://us-support3.external.hp.com/cki/bin/doc.pl/sid=8f9b38ec14db4f034f/screen=ckiDisplayDocument?docId=200000058961281" target="_blank"&gt;http://us-support3.external.hp.com/cki/bin/doc.pl/sid=8f9b38ec14db4f034f/screen=ckiDisplayDocument?docId=200000058961281&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;&lt;BR /&gt;regds&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Feb 2002 13:35:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-oracle-installation/m-p/2659669#M928983</guid>
      <dc:creator>Sanjay_6</dc:creator>
      <dc:date>2002-02-06T13:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Oracle installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-oracle-installation/m-p/2659670#M928984</link>
      <description>Hi,&lt;BR /&gt;check the flags in /etc/rc.config.d/nfsconf are set to 1 ( NFS_CLIENT &amp;amp; NFS_SERVER)&lt;BR /&gt;&lt;BR /&gt;DO&lt;BR /&gt;#/sbin/init.d/nfs.server stop&lt;BR /&gt;#/sbin/init.d/nfs.client start&lt;BR /&gt;#/sbin/init.d/nfs.server start&lt;BR /&gt;#/sbin/init.d/nfs.client start&lt;BR /&gt;#pfs_mount /SDROM&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 06 Feb 2002 13:40:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-oracle-installation/m-p/2659670#M928984</guid>
      <dc:creator>Ravi_8</dc:creator>
      <dc:date>2002-02-06T13:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with Oracle installation</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-oracle-installation/m-p/2659671#M928985</link>
      <description>Hi,&lt;BR /&gt;Ensure that your host name resoultion is working fine , (can ping your hostname) , network is up otherwise pfs_mount will not working properly.</description>
      <pubDate>Thu, 07 Feb 2002 03:16:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problem-with-oracle-installation/m-p/2659671#M928985</guid>
      <dc:creator>Printaporn_1</dc:creator>
      <dc:date>2002-02-07T03:16:27Z</dc:date>
    </item>
  </channel>
</rss>

