- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: NFS issue on RHEL 5.3
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-30-2010 12:09 AM
тАО03-30-2010 12:09 AM
# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 5.3 (Tikanga)
I want to mount one of the NFS mountpoint on my Linux server.
showmount тАУe NFSserver is giving me a reply properly.
But, rpcinfo giving me an error.
# rpcinfo -p localhost
rpcinfo: can't contact portmapper: RPC: Remote system error - Connection refused
when I checked the server first time, NFS related RPMs were not installed on server. I tried to install via YUM.
But still I doubt, some of the RPMs are missing.
# rpm -qa | grep -i nfs
nfs-utils-lib-1.0.8-7.2.z2
nfs-utils-1.0.9-40.el5
nfs-utils-lib-1.0.8-7.2.z2
nfs4-acl-tools-0.3.1-1.el5.1
nfs-utils-lib-devel-1.0.8-7.2.z2
system-config-nfs-1.3.23-1.el5.0.1
# cd /etc/init.d
# ls -l | grep -i nfs
-rwxr-xr-x 1 root root 4668 Jan 21 2009 nfs
-rwxr-xr-x 1 root root 3465 Jan 21 2009 nfslock
Could someone tell me the list of RPMs which require mount NFS filesystem on my Linux server.
Your help is much appreciated.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-30-2010 01:16 AM
тАО03-30-2010 01:16 AM
Re: NFS issue on RHEL 5.3
Portmapper is in the 'portmap' package.
Connection refused means it's either not listening on given IP (not running belongs in this category too), or your firewall is blocking it.
Regards,
Goran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-30-2010 01:28 AM
тАО03-30-2010 01:28 AM
Re: NFS issue on RHEL 5.3
To make the port to listen, NFS demon need to be started right?
I feel that, few NFS startup scripts are missing. Is it due the missing NFS rpms?
Working servers
---------------------
# ls -l | grep -i nfs
-rwxr-xr-x 1 root root 2509 Jun 21 2004 nfs
-rwx------ 1 root root 1101 Jun 28 2005 nfsboot
-rwxr--r-- 1 root root 1726 May 23 2005 nfslock
-rwxr--r-- 1 root root 4320 May 23 2005 nfsserver
Preset server
--------------------
# ls -l | grep -i nfs
-rwxr-xr-x 1 root root 4668 Jan 21 2009 nfs
-rwxr-xr-x 1 root root 3465 Jan 21 2009 nfslock
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-30-2010 03:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-30-2010 04:07 AM
тАО03-30-2010 04:07 AM
Re: NFS issue on RHEL 5.3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО03-30-2010 04:44 AM
тАО03-30-2010 04:44 AM