Operating System - HP-UX
1832757 Members
3030 Online
110045 Solutions
New Discussion

NFS mount fails; RPC: Program not registered

 
SOLVED
Go to solution
Andreas D. Skjervold
Honored Contributor

NFS mount fails; RPC: Program not registered

Hi
After my last reboot one NFS filesystem will not mount:
/etc/fstab entry:
ccb4tap1:/home /ccb4tap1/home nfs rw,hard 0 0

fails with:
nfs mount: get_fh: ccb4tap1:: RPC: Program not registered
nfs mount: get_fh: ccb4tap1:: RPC: Program not registered
nfs mount: retry: retrying(1) for: /ccb4tap1/home after 5 seconds
nfs mount: retry: giving up on: /ccb4tap1/home

Andreas
Only by ignoring what everyone think is important, can you be aware of what everyone ignores!
6 REPLIES 6
Stefan Farrelly
Honored Contributor
Solution

Re: NFS mount fails; RPC: Program not registered


I think the filesystems in /etc/fstab are mounted before all the necessary NFS daemons are started. Are the nfs daemons now all running ? /sbin/init.d/nfs.client start
Then try a mount -a
Did it mount ? if not is the remote server pingable ? and does it have nfs server running ?
Im from Palmerston North, New Zealand, but somehow ended up in London...
Robin Wakefield
Honored Contributor

Re: NFS mount fails; RPC: Program not registered

Hi Andreas,

Looks like ccb4tap1 isn't running the NFS daemons. Try "/sbin/init.d/nfs.server start" on that system, assuming it's HPUX.

Rgds, Robin
Andreas D. Skjervold
Honored Contributor

Re: NFS mount fails; RPC: Program not registered

Hi Robin and Stefan
nfs.server start did the trick.

I had ruled out this possibility as the filesystem was already mounted on another server (although I hadn't tried to remount this after my problem occured),
and since my /etc/exports looked right; how could i know... (Now I know!)
Guess my nfs.server had got a litle hickup.

Thanks

Andreas
Only by ignoring what everyone think is important, can you be aware of what everyone ignores!
Andreas D. Skjervold
Honored Contributor

Re: NFS mount fails; RPC: Program not registered

A small question guys;

How do you manage to reply on my message so quick?
Do you have some monitoring on the forum pages or are you just refreshing all the time?

Andreas
Only by ignoring what everyone think is important, can you be aware of what everyone ignores!
Stefan Farrelly
Honored Contributor

Re: NFS mount fails; RPC: Program not registered


Just refreshing im afraid. I wish there was something faster/easier to pick up new questions !
Im from Palmerston North, New Zealand, but somehow ended up in London...
Andreas D. Skjervold
Honored Contributor

Re: NFS mount fails; RPC: Program not registered

Couldn't agree more!

So long
Only by ignoring what everyone think is important, can you be aware of what everyone ignores!