<?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 issue on RHEL 5.3 in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/nfs-issue-on-rhel-5-3/m-p/5232567#M51982</link>
    <description>Hi.&lt;BR /&gt;&lt;BR /&gt;In RH 5.3 the /etc/init.d/nfs script shall start the NFS server related processes.&lt;BR /&gt;&lt;BR /&gt;Does it nt do that for you? Likewise, if you install the 'portmap' package, you'll get "/etc/init.d/portmap".&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Goran&lt;BR /&gt;</description>
    <pubDate>Tue, 30 Mar 2010 10:17:24 GMT</pubDate>
    <dc:creator>Goran Koruga</dc:creator>
    <dc:date>2010-03-30T10:17:24Z</dc:date>
    <item>
      <title>NFS issue on RHEL 5.3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-issue-on-rhel-5-3/m-p/5232564#M51979</link>
      <description>Hello Gurus,&lt;BR /&gt;&lt;BR /&gt;# cat /etc/redhat-release&lt;BR /&gt;Red Hat Enterprise Linux Server release 5.3 (Tikanga)&lt;BR /&gt;&lt;BR /&gt;I want to mount one of the NFS mountpoint on my Linux server.&lt;BR /&gt;&lt;BR /&gt;showmount –e NFSserver is giving me a reply properly.&lt;BR /&gt;&lt;BR /&gt;But, rpcinfo giving me an error.&lt;BR /&gt;&lt;BR /&gt;# rpcinfo -p localhost&lt;BR /&gt;rpcinfo: can't contact portmapper: RPC: Remote system error - Connection refused&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;when I checked the server first time, NFS related RPMs were not installed on server. I tried to install via YUM.&lt;BR /&gt;But still I doubt, some of the RPMs are missing.&lt;BR /&gt;&lt;BR /&gt;# rpm -qa | grep -i nfs&lt;BR /&gt;nfs-utils-lib-1.0.8-7.2.z2&lt;BR /&gt;nfs-utils-1.0.9-40.el5&lt;BR /&gt;nfs-utils-lib-1.0.8-7.2.z2&lt;BR /&gt;nfs4-acl-tools-0.3.1-1.el5.1&lt;BR /&gt;nfs-utils-lib-devel-1.0.8-7.2.z2&lt;BR /&gt;system-config-nfs-1.3.23-1.el5.0.1&lt;BR /&gt;&lt;BR /&gt;# cd /etc/init.d&lt;BR /&gt;# ls -l | grep -i nfs&lt;BR /&gt;-rwxr-xr-x 1 root root  4668 Jan 21  2009 nfs&lt;BR /&gt;-rwxr-xr-x 1 root root  3465 Jan 21  2009 nfslock&lt;BR /&gt;&lt;BR /&gt;Could someone tell me the list of RPMs which require mount NFS filesystem on my Linux server.&lt;BR /&gt;&lt;BR /&gt;Your help is much appreciated.&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Mar 2010 07:09:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-issue-on-rhel-5-3/m-p/5232564#M51979</guid>
      <dc:creator>bullz</dc:creator>
      <dc:date>2010-03-30T07:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: NFS issue on RHEL 5.3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-issue-on-rhel-5-3/m-p/5232565#M51980</link>
      <description>Hello.&lt;BR /&gt;&lt;BR /&gt;Portmapper is in the 'portmap' package.&lt;BR /&gt;&lt;BR /&gt;Connection refused means it's either not listening on given IP (not running belongs in this category too), or your firewall is blocking it.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Goran</description>
      <pubDate>Tue, 30 Mar 2010 08:16:44 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-issue-on-rhel-5-3/m-p/5232565#M51980</guid>
      <dc:creator>Goran Koruga</dc:creator>
      <dc:date>2010-03-30T08:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: NFS issue on RHEL 5.3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-issue-on-rhel-5-3/m-p/5232566#M51981</link>
      <description>Yes, I agree that port is not listening.&lt;BR /&gt;&lt;BR /&gt;To make the port to listen, NFS demon need to be started right?&lt;BR /&gt;&lt;BR /&gt;I feel that, few NFS startup scripts are missing. Is it due the missing NFS rpms?&lt;BR /&gt;&lt;BR /&gt;Working servers&lt;BR /&gt;---------------------&lt;BR /&gt;&lt;BR /&gt;# ls -l | grep -i nfs&lt;BR /&gt;-rwxr-xr-x   1 root root  2509 Jun 21  2004 nfs&lt;BR /&gt;-rwx------   1 root root  1101 Jun 28  2005 nfsboot&lt;BR /&gt;-rwxr--r--   1 root root  1726 May 23  2005 nfslock&lt;BR /&gt;-rwxr--r--   1 root root  4320 May 23  2005 nfsserver&lt;BR /&gt;&lt;BR /&gt;Preset server&lt;BR /&gt;--------------------&lt;BR /&gt;&lt;BR /&gt;# ls -l | grep -i nfs&lt;BR /&gt;-rwxr-xr-x 1 root root  4668 Jan 21  2009 nfs&lt;BR /&gt;-rwxr-xr-x 1 root root  3465 Jan 21  2009 nfslock&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Mar 2010 08:28:18 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-issue-on-rhel-5-3/m-p/5232566#M51981</guid>
      <dc:creator>bullz</dc:creator>
      <dc:date>2010-03-30T08:28:18Z</dc:date>
    </item>
    <item>
      <title>Re: NFS issue on RHEL 5.3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-issue-on-rhel-5-3/m-p/5232567#M51982</link>
      <description>Hi.&lt;BR /&gt;&lt;BR /&gt;In RH 5.3 the /etc/init.d/nfs script shall start the NFS server related processes.&lt;BR /&gt;&lt;BR /&gt;Does it nt do that for you? Likewise, if you install the 'portmap' package, you'll get "/etc/init.d/portmap".&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Goran&lt;BR /&gt;</description>
      <pubDate>Tue, 30 Mar 2010 10:17:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-issue-on-rhel-5-3/m-p/5232567#M51982</guid>
      <dc:creator>Goran Koruga</dc:creator>
      <dc:date>2010-03-30T10:17:24Z</dc:date>
    </item>
    <item>
      <title>Re: NFS issue on RHEL 5.3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-issue-on-rhel-5-3/m-p/5232568#M51983</link>
      <description>Well spoted "Goran Koruga". I wish to give more than 10 pts, but unfortunate no option :(</description>
      <pubDate>Tue, 30 Mar 2010 11:07:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-issue-on-rhel-5-3/m-p/5232568#M51983</guid>
      <dc:creator>bullz</dc:creator>
      <dc:date>2010-03-30T11:07:40Z</dc:date>
    </item>
    <item>
      <title>Re: NFS issue on RHEL 5.3</title>
      <link>https://community.hpe.com/t5/operating-system-linux/nfs-issue-on-rhel-5-3/m-p/5232569#M51984</link>
      <description>Resolved.</description>
      <pubDate>Tue, 30 Mar 2010 11:44:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/nfs-issue-on-rhel-5-3/m-p/5232569#M51984</guid>
      <dc:creator>bullz</dc:creator>
      <dc:date>2010-03-30T11:44:27Z</dc:date>
    </item>
  </channel>
</rss>

