Operating System - HP-UX
1827293 Members
2564 Online
109717 Solutions
New Discussion

NFS server (pid930@/net) not responding.

 
SOLVED
Go to solution
Millicent Howze-Simmons
Frequent Advisor

NFS server (pid930@/net) not responding.

Has anyone seen this error. I am working on HP-UX 11.11 rp4440.

I performed a shutdown and when trying to come up I started receiving this message,
"NFS server (pid930@/net) not responding".

How I can I fix this and get my system back up?
4 REPLIES 4
melvyn burnard
Honored Contributor

Re: NFS server (pid930@/net) not responding.

posted in wrong forum, moved to more appropriate forum.
Also:
I have assigned points to 11 of 33 responses to my questions.
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Dave Olker
Neighborhood Moderator
Solution

Re: NFS server (pid930@/net) not responding.

Hi,

This message is coming from AutoFS/automount. AutoFS starts at boot time by default. However, if you do not use AutoFS you can disable it by setting the AUTOFS flag to 0 in the /etc/rc.config.d/nfsconf file.

As for why it's hanging - no idea. You'd have to collect data to figure that out. I'd be happy to suggest ways to determine why it's hanging, but only if you really need to use AutoFS. If you have no need for it and just want to turn it off then do that. If you need to use AutoFS then we can troubleshoot why it's hanging.

Regards,

Dave


I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
Millicent Howze-Simmons
Frequent Advisor

Re: NFS server (pid930@/net) not responding.

Thanks Dave,

I am going to look at my settings in nsfconf file. I will let you know in a few what haapens.
Millicent Howze-Simmons
Frequent Advisor

Re: NFS server (pid930@/net) not responding.

Dave!

I reset my NUM_NFSD and started
the NFS Daemon /usr/sbin/nfsd -a

and rebooted.

Thanks for direction.