<?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: Problems with NFS in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-nfs/m-p/2694307#M843129</link>
    <description>Hi:&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/pfs_mount: retrying /cdrom &lt;BR /&gt;/usr/sbin/pfs_mount: giving up on /cdrom &lt;BR /&gt;&lt;BR /&gt;These messages indicate that your cdrom may not have the compatible protocol. Did you try a different using different cdrom?&lt;BR /&gt;</description>
    <pubDate>Tue, 02 Apr 2002 15:58:36 GMT</pubDate>
    <dc:creator>Giri Sekar.</dc:creator>
    <dc:date>2002-04-02T15:58:36Z</dc:date>
    <item>
      <title>Problems with NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-nfs/m-p/2694301#M843123</link>
      <description>Hi,&lt;BR /&gt;I have problems with a HP-UX 11.0 server , when I`ll try "ls -la" the next message appears "NFS server xxxxxx not responding still trying".&lt;BR /&gt;I don??t know what is the problem because I don??t have the NFS configured, I need to install applications and I don??t know if this problem is going to affect.&lt;BR /&gt;Could anyone help me?&lt;BR /&gt;Thanks,&lt;BR /&gt;Marta</description>
      <pubDate>Mon, 01 Apr 2002 07:28:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-nfs/m-p/2694301#M843123</guid>
      <dc:creator>Marta_3</dc:creator>
      <dc:date>2002-04-01T07:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-nfs/m-p/2694302#M843124</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;you need to login into the server and edit /etc/rc.config.d/nfsconf file. change variable NFS_SERVER=1 TO =0. Now issue command /etc/init.d/nfs.server stop&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;John.</description>
      <pubDate>Mon, 01 Apr 2002 08:20:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-nfs/m-p/2694302#M843124</guid>
      <dc:creator>John Carr_2</dc:creator>
      <dc:date>2002-04-01T08:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-nfs/m-p/2694303#M843125</link>
      <description>Also make sure that automounter is not active:&lt;BR /&gt;ps -ef | grep auto&lt;BR /&gt;If active, turn it of by /etc/rc.config.d/auto* setting its variable from 1 to 0 and try the stop command.&lt;BR /&gt;&lt;BR /&gt;Also have a look at /etc/exports but the answer form John Carr and looking similar for automounter should be more than enough to solve your problem.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Ceesjan</description>
      <pubDate>Mon, 01 Apr 2002 13:00:54 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-nfs/m-p/2694303#M843125</guid>
      <dc:creator>Ceesjan van Hattum</dc:creator>
      <dc:date>2002-04-01T13:00:54Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-nfs/m-p/2694304#M843126</link>
      <description>Hi Just do following.&lt;BR /&gt;&lt;BR /&gt;1. Login to your machine and execute following commands&lt;BR /&gt;&lt;BR /&gt;#/sbin/init.d/nfs.client stop&lt;BR /&gt;&lt;BR /&gt;Then edit the /etc/rc.config.d/nfsconf&lt;BR /&gt;&lt;BR /&gt;and change the entries for as per folloinf&lt;BR /&gt;&lt;BR /&gt;NFS_SERVER=0 (if it is 1)&lt;BR /&gt;NFS_CLIENT=0 (If itis 1)&lt;BR /&gt;&lt;BR /&gt;You do not have to do anything on NFS server as server might be serving other clients.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;-pap</description>
      <pubDate>Mon, 01 Apr 2002 14:20:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-nfs/m-p/2694304#M843126</guid>
      <dc:creator>pap</dc:creator>
      <dc:date>2002-04-01T14:20:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-nfs/m-p/2694305#M843127</link>
      <description>Hi, &lt;BR /&gt;Thanks for all your answers but it is possible that yesterday I didn??t word correctly.&lt;BR /&gt;I really need the nfs service active, because I have to use the mount daemon nfs_mountd to mount the cdrom,for example, the problem is that I don??t know what is the reason for the message "NFS server hostname not responding still trying".&lt;BR /&gt;The problem began when I??ll try to mount the cdrom, as follows:&lt;BR /&gt;&lt;BR /&gt;# /usr/sbin/pfs_mountd &amp;amp;&lt;BR /&gt;[1]     1495&lt;BR /&gt;# /usr/sbin/pfsd &amp;amp;&lt;BR /&gt;[2]     1497&lt;BR /&gt;# /usr/sbin/pfs_mount /cdrom&lt;BR /&gt;/usr/sbin/pfs_mount: pfs_mountd at hostname:/dev/dsk/c3t2d0 not responding: : RPC:&lt;BR /&gt; Timed out&lt;BR /&gt;/usr/sbin/pfs_mount: retrying /cdrom&lt;BR /&gt;/usr/sbin/pfs_mount: giving up on /cdrom&lt;BR /&gt;# NFS server hostname not responding still trying&lt;BR /&gt;NFS server hostname not responding still trying&lt;BR /&gt;NFS server hostname not responding still trying&lt;BR /&gt;&lt;BR /&gt;Other times, I have been able to mount the cdrom without this problem, but when I??ll try to execute anything from the CD, the message comes out.&lt;BR /&gt;Has anybody an idea?&lt;BR /&gt;Thanks in advanced,&lt;BR /&gt;Marta</description>
      <pubDate>Tue, 02 Apr 2002 06:59:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-nfs/m-p/2694305#M843127</guid>
      <dc:creator>Marta_3</dc:creator>
      <dc:date>2002-04-02T06:59:44Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-nfs/m-p/2694306#M843128</link>
      <description>Marta-&lt;BR /&gt;&lt;BR /&gt;Have you confirmed that the cabling, power, termination, etc are all intact and working?  That's a good place to start.&lt;BR /&gt;&lt;BR /&gt;Mark</description>
      <pubDate>Tue, 02 Apr 2002 13:52:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-nfs/m-p/2694306#M843128</guid>
      <dc:creator>Mark Vollmers</dc:creator>
      <dc:date>2002-04-02T13:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-nfs/m-p/2694307#M843129</link>
      <description>Hi:&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/pfs_mount: retrying /cdrom &lt;BR /&gt;/usr/sbin/pfs_mount: giving up on /cdrom &lt;BR /&gt;&lt;BR /&gt;These messages indicate that your cdrom may not have the compatible protocol. Did you try a different using different cdrom?&lt;BR /&gt;</description>
      <pubDate>Tue, 02 Apr 2002 15:58:36 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-nfs/m-p/2694307#M843129</guid>
      <dc:creator>Giri Sekar.</dc:creator>
      <dc:date>2002-04-02T15:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-nfs/m-p/2694308#M843130</link>
      <description>Hi&lt;BR /&gt;Check for any already running pfs daemons, kill them and restart the pfs daemons.&lt;BR /&gt;&lt;BR /&gt;Thanks.&lt;BR /&gt;Prashant.</description>
      <pubDate>Tue, 02 Apr 2002 16:09:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-nfs/m-p/2694308#M843130</guid>
      <dc:creator>Deshpande Prashant</dc:creator>
      <dc:date>2002-04-02T16:09:16Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with NFS</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-nfs/m-p/2694309#M843131</link>
      <description>Hi Marta,&lt;BR /&gt;&lt;BR /&gt;Here is the solution for your issue :&lt;BR /&gt;First stop the already started pfs daemons and then execute the following commands :&lt;BR /&gt;&lt;BR /&gt;&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;Now you can mount your Oracle cdrom without any NFS problem.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Magdi&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Apr 2002 10:15:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/problems-with-nfs/m-p/2694309#M843131</guid>
      <dc:creator>Magdi KAMAL</dc:creator>
      <dc:date>2002-04-03T10:15:22Z</dc:date>
    </item>
  </channel>
</rss>

