<?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: NFS server not responding in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding/m-p/2422129#M767028</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I hope it is resolved but it not try this i hope it will help.&lt;BR /&gt;&lt;BR /&gt;1)modify the /pfs_fstab file with the following :&lt;BR /&gt;/dev/dsk/c2t2d0 /SD_CDROM pfs-rrip xlat=unix 0 0&lt;BR /&gt;&lt;BR /&gt;2)Load pfs background processes&lt;BR /&gt;#nohup /usr/sbin/pfs_mountd &amp;amp;&lt;BR /&gt;#nohup /usr/sbin/pfsd &amp;amp;&lt;BR /&gt;3)Check if process running&lt;BR /&gt;&lt;BR /&gt;4) mount cdrom&lt;BR /&gt;#pfs_mount -o xlat=unix /dev/rdks/c2t2d0 /SD_CDROM&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Ahmed&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Tue, 09 May 2000 08:18:11 GMT</pubDate>
    <dc:creator>Ahmed Ibrahim_1</dc:creator>
    <dc:date>2000-05-09T08:18:11Z</dc:date>
    <item>
      <title>NFS server not responding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding/m-p/2422126#M767025</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I'm trying to mount an Oracle CD-ROM on a stand-alone&lt;BR /&gt;HPUX 11 server.&lt;BR /&gt;&lt;BR /&gt;I know that the oracle CD format is Rockridge and that&lt;BR /&gt;I have to use pfs_mount. I'm following the steps below.&lt;BR /&gt;&lt;BR /&gt;1. Ensure NFS is running&lt;BR /&gt;   # rpcinfo -p&lt;BR /&gt;   (NFS and mountd are running)&lt;BR /&gt;2. create /etc/pfs_fstab file with entry:&lt;BR /&gt;   /dev/dsk/c2t2d0 /SD_CDROM pfs-rrip xlat=unix 0&lt;BR /&gt;3. Load pfs background processes&lt;BR /&gt;   # pfs_mountd &amp;amp;&lt;BR /&gt;   # pfsd&amp;amp;&lt;BR /&gt;4. Ensure the processes are running&lt;BR /&gt;   # ps -ef|grep pfs&lt;BR /&gt;5. Try to mount the CD-ROM&lt;BR /&gt;   # pfs_mount /SD_CDROM&lt;BR /&gt;&lt;BR /&gt;NFS server tngtest1 not responding still trying&lt;BR /&gt;NFS server tngtest1 not responding still trying&lt;BR /&gt;NFS server tngtest1 not responding still trying&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;.&lt;BR /&gt;That goes on forever and I have to kill the session&lt;BR /&gt;without the CD-ROM to be mounted.&lt;BR /&gt;Any help will be appreciated.&lt;BR /&gt;Thanks&lt;BR /&gt;Achilleas Nikolaou</description>
      <pubDate>Wed, 26 Apr 2000 05:50:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding/m-p/2422126#M767025</guid>
      <dc:creator>Achilleas Nikolaou_1</dc:creator>
      <dc:date>2000-04-26T05:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: NFS server not responding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding/m-p/2422127#M767026</link>
      <description>Hi  ,&lt;BR /&gt;1.If you want to mount CD on ur own system you dont need to use nfs .&lt;BR /&gt;2.So you can use mount -F CDFS -o ro /dev/dsk/c??? /cdorm .</description>
      <pubDate>Thu, 27 Apr 2000 18:13:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding/m-p/2422127#M767026</guid>
      <dc:creator>Kondala Raju</dc:creator>
      <dc:date>2000-04-27T18:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: NFS server not responding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding/m-p/2422128#M767027</link>
      <description>Thanks.&lt;BR /&gt;&lt;BR /&gt;However, I need to use pfs that uses nfs in order to mount the Oracle CD since &lt;BR /&gt;it is in Rockridge format.</description>
      <pubDate>Wed, 03 May 2000 01:30:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding/m-p/2422128#M767027</guid>
      <dc:creator>Achilleas Nikolaou_1</dc:creator>
      <dc:date>2000-05-03T01:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: NFS server not responding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding/m-p/2422129#M767028</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I hope it is resolved but it not try this i hope it will help.&lt;BR /&gt;&lt;BR /&gt;1)modify the /pfs_fstab file with the following :&lt;BR /&gt;/dev/dsk/c2t2d0 /SD_CDROM pfs-rrip xlat=unix 0 0&lt;BR /&gt;&lt;BR /&gt;2)Load pfs background processes&lt;BR /&gt;#nohup /usr/sbin/pfs_mountd &amp;amp;&lt;BR /&gt;#nohup /usr/sbin/pfsd &amp;amp;&lt;BR /&gt;3)Check if process running&lt;BR /&gt;&lt;BR /&gt;4) mount cdrom&lt;BR /&gt;#pfs_mount -o xlat=unix /dev/rdks/c2t2d0 /SD_CDROM&lt;BR /&gt;&lt;BR /&gt;Regards&lt;BR /&gt;&lt;BR /&gt;Ahmed&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 09 May 2000 08:18:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding/m-p/2422129#M767028</guid>
      <dc:creator>Ahmed Ibrahim_1</dc:creator>
      <dc:date>2000-05-09T08:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: NFS server not responding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding/m-p/2422130#M767029</link>
      <description>Hi!&lt;BR /&gt;Start /usr/sbin/pfs_mountd.rpc also.&lt;BR /&gt;A simple way which I use to mount the Oracle CDROM is,&lt;BR /&gt;&lt;BR /&gt;#/usr/sbin/pfs_mountd.rpc &amp;amp;&lt;BR /&gt;#/usr/sbin/pfs_moutd &amp;amp;&lt;BR /&gt;#/usr/sbin/pfsd &amp;amp;&lt;BR /&gt;#/usr/sbin/pfs_mount /dev/dsk/c0t0d0 /cdrom&lt;BR /&gt;&lt;BR /&gt;This should solve your problem.(NOte that I have not used /etc/pfs_fstab)&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;- Karunanidhi.S</description>
      <pubDate>Tue, 09 May 2000 14:43:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding/m-p/2422130#M767029</guid>
      <dc:creator>S. Karunanidhi</dc:creator>
      <dc:date>2000-05-09T14:43:59Z</dc:date>
    </item>
    <item>
      <title>Re: NFS server not responding</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding/m-p/2422131#M767030</link>
      <description>Greetings,&lt;BR /&gt;&lt;BR /&gt;PFS uses rpc to function so does NFS. For PFS to function correctly you don't need NFS running, however you need mountd rpc daemon running. It can be started either from nfsconf (in /etc/rc.config.d dir) or from /etc/inetd.conf file but not from both places. &lt;BR /&gt;You should not start pfs_mountd.rpc manually as suggested in one of the response. pfs_mountd and pfsd startd their rpc counterparts.&lt;BR /&gt;&lt;BR /&gt;I suggest creating pfs startup/shutdown scripts. This way you can circumvent any problems when starting pfs daemons. You can also start/stop pfs just by executing pfs start or pfs stop.&lt;BR /&gt;I noticed when I start pfs_mount command (see below) with  soft and intr options,it can be interrupted.&lt;BR /&gt;pfs_mount -t rrip -x unix -o retry=3,soft,intr /dev/dsk/cxtydz /CDROM&lt;BR /&gt;Note retry has been changed from default value of 10000 to 3. This try mount operation three times.&lt;BR /&gt;&lt;BR /&gt;NY&lt;BR /&gt;</description>
      <pubDate>Mon, 15 May 2000 13:32:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/nfs-server-not-responding/m-p/2422131#M767030</guid>
      <dc:creator>Navied Yousuf</dc:creator>
      <dc:date>2000-05-15T13:32:55Z</dc:date>
    </item>
  </channel>
</rss>

