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
Forums
Discussions
Discussions
Discussions
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
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
02-17-2006 07:16 AM
02-17-2006 07:16 AM
# mount newPC_LA:/tesnfs/yahoo /nfs
nfs mount: get_fh: newPC_LA:: RPC: Program not registered
nfs mount: get_fh: newPC_LA:: RPC: Program not registered
nfs mount: retry: retrying(1) for: /nfs after 5 seconds
nfs mount: retry: giving up on: /nfs
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2006 07:23 AM
02-17-2006 07:23 AM
SolutionLooks like NFS server is not started at server end.
On server check:
nfs.core and nfs.server are started.
Check all nfs daemons if they are running.
See if the intended filesystems are there in /etc/exports and then exported. If not use "exportfs -a".
On client side:
See if nfs.core and nfs.client are started.
Also check whether /etc/rc.config.d/nfsconf is updated properrly.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2006 07:46 AM
02-17-2006 07:46 AM
Re: nfs
isn't running mountd. Are you sure NFS server has been enabled on the
server?
If it's not running then issue the comand to start it
/sbin/init.d/nfs.server start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2006 08:03 AM
02-17-2006 08:03 AM
Re: nfs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-17-2006 08:09 AM
02-17-2006 08:09 AM
Re: nfs
NFS_SERVER=1
START_MOUNTD=1
BOTH of those must be set to '1' for the NFS server to function properly.
Once that is done, do the following on the NFS SERVER:
# /sbin/init.d/nfs.server stop
# /sbin/init.d/nfs.core stop
# /sbin/init.d/nfs.core start
# /sbin/init.d/nfs.server start
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2006 10:21 AM
02-19-2006 10:21 AM
Re: nfs
it seems nfs service not started on nfs server. Do the following step on the server
#ps -ef |grep nfsd
if it not running..
#vi /etc/rc.config.d
NFS_SERVER = 1
START_MOUNTD = 1
save and come out
#/sbin/init.d/nfs.server stop
#/sbin/init.d/nfs.server start
#ps -ef |grep nfsd
check the output..
cheers
indrajit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2006 03:44 PM
02-19-2006 03:44 PM
Re: nfs
Hi,
Pls run
#rpcinfo
in the nfs server and check if the rpc ports are open and the entries for nfs is present in it.
This will confirm the running of rpc and nfs services in the server,
Regards,
Siva.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2006 04:41 PM
02-19-2006 04:41 PM
Re: nfs
# ps -ef | grep nfs
If you are not having any process then you are not started nfs process well.
check,
# /etc/rc.config.d/nfsconf file for configuration and startup nfs.server and nfs.core in /sbin/init.d/ for server side and nfs.client in client side.
--
Muthu