NFS client subsystem hang up on boot

Hi, I have a Unix box running HP-UX 10.20 and it suddenly won't boot. Every time it goes down the boot checklist, it hangs on "NFS client subsystem" and just continues to say busy/wait. I have read something about the /etc/auto_master but don't quite understand what has to happen to fix it. Anyone?? Anyone??

Thank you.:stuck_out_tongue:

NFS depends on a few things such as rpc's portmapper. Is that started before hand?

Do you have NFS volumes you expect mounted at startup? Are these servers alive and accessible?

fixed it, thanks everybody

How? What was the root of the problem?

Log in as single user mode
edit /etc/rc.config.d/nfsconf

NFS_CLIENT=1
NFS_SERVER=1

Make them to

NFS_CLIENT=0
NFS_SERVER=0