Operating System - HP-UX
1838576 Members
3964 Online
110128 Solutions
New Discussion

Re: NFS client Subsystem FAIL

 
Francisco Díaz
Occasional Advisor

NFS client Subsystem FAIL

Hi. I have installed HP-UX 11.0 on HP 9000 D class. When the machine turn on, appears the next message in the check section: NFS client subsystem FAIL.
I view the /etc/rc.log file, and appears this:

Start NFS client subsystem
Output from "/sbin/rc2.d/S430nfs.client start":
----------------------------------------
starting NFS CLIENT networking
starting up the rpcbind
rpcbind already started,
using pid: 572
starting up the BIO daemons
/usr/sbin/biod 4
starting up the Status Monitor daemon
/usr/sbin/rpc.statd
starting up the Lock Manager daemon
/usr/sbin/rpc.lockd
starting up the Automount daemon
/usr/sbin/automount -f /etc/auto_master

FAILURE CODE: 1
mounting remote NFS file system....
"/sbin/rc2.d/S430nfs.client start" FAILED....

I recently known this S.O. and I don??t understand this problem...

Help me!!!


Thanks!!
5 REPLIES 5
Helen French
Honored Contributor

Re: NFS client Subsystem FAIL

Was that a cold install or upgrade? I would start looking at the NFS mounts. Check which remote file systems are you trying to mount? any entries in /etc/fstab? Is the NFS server to which you are trying connect is running? Is it running NFS services there? Are you able to communicate with that server?
Life is a promise, fulfill it!
Francisco Díaz
Occasional Advisor

Re: NFS client Subsystem FAIL

is a Cold Install
Helen French
Honored Contributor

Re: NFS client Subsystem FAIL

Again, if you are not using the NFS server/client functions, then turn it off by editing /etc/rc.config.d/nfsconf file. Replace 1 with 0 on these entries:

NFS_SERVER=0
NFS_CLIENT=0

This will disable the services. You can stop and start the services:

# /sbin/init.d/nfs.client stop
# /sbin/init.d/nfs.servcer stop

From next reboot, you will not get those messages.
Life is a promise, fulfill it!
Steven E. Protter
Exalted Contributor

Re: NFS client Subsystem FAIL


I would recommend going to itrc.hp.com and doing the following:

1) Download and install the December 2002 Gold Quality Pack for 11.00 or 11.11 whichever you use.

Then.

2) itrc.hp.com patches
hp-ux patches
Search for NFS patches.

Build yourself a nice depot and get the ones that are relavent to your system and install those.

If you are going to be a heavy NFS user you are going to need to stay current on NFS patches.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Francisco Díaz
Occasional Advisor

Re: NFS client Subsystem FAIL

I can??t use the graphics interface and I couldn't install netscape...because this problem deny the access.