1753463 Members
4637 Online
108794 Solutions
New Discussion юеВ

NFS BUSY

 
SOLVED
Go to solution
venkat_7
Frequent Advisor

NFS BUSY

Hi,

My system is now booting now..the message says NFS is busy in booting time..how do i stop this and also i tried to enter singleuser mode i can't able to edit the particular file

Regards
venkat
11 REPLIES 11
Helen French
Honored Contributor

Re: NFS BUSY

Hi Venkat:

If you are not using NFS, then do this:

1) Edit /etc/rc.config.d/nfsconf and put'0' in the nfs server and client starts.

2) Rename the start and kill scripts from /sbin/rc2.d and rc3.d

HTH,
Shiju
Life is a promise, fulfill it!
Sridhar Bhaskarla
Honored Contributor

Re: NFS BUSY

Venkat,

Once you are in single user mode, disable both NFS_CLIENT and NFS_SERVER in your /etc/rc.config.d/nfsconf file. Also take out any NFS entries from /etc/fstab. You should be able to boot in multi user mode.

-Sri
You may be disappointed if you fail, but you are doomed if you don't try
S.K. Chan
Honored Contributor

Re: NFS BUSY

When the system boots up did you interrupt it (ESC key) which should bring to to ISL mode .. then "hpux -is" in ISL mode will bring it up in single-user-mode.
Uday_S_Ankolekar
Honored Contributor

Re: NFS BUSY

Hello,

If you are on console then you can skip this by pressing CTRL+SHIFT+PIPE ...(|) key.


And then go to /etc/rc.config.d and edit nfsconf file and change flag to zero infront NFS_CLIENT and NFS_SERVER and reboot again.

Goodluck,
-USA..
Good Luck..
venkat_7
Frequent Advisor

Re: NFS BUSY

i can't able to edit that particular file in single user mode..

Regards
venkat
S.K. Chan
Honored Contributor

Re: NFS BUSY

In single user mode, vg00 should be activated and just do a ..
# mount -a
and
# resize
to resize your term

Now you should be able to vi any file.
Uday_S_Ankolekar
Honored Contributor

Re: NFS BUSY


What's the error you are getting..??

Try mounting your file system and then edit the file.

# mountall

then vi /etc/rc.config.d/nfsconf

-USA..
Good Luck..
Helen French
Honored Contributor

Re: NFS BUSY

Hi Venkat:

When system boots enter 'hpux -is' at the boot console menu; that will bring you the single user mode. What type error you get when you try to edit the file ? Try this in single user mode:

# mount -a
# vi /etc/rc.config.d/nfsconf

HTH,
Shiju
Life is a promise, fulfill it!
Sandip Ghosh
Honored Contributor

Re: NFS BUSY

When you boot in single user mode vg00 will not be activated. So give vgchange -a y /dev/vg00. Then mount the /var /usr & /tmp. Then do a vi on /etc/fstab. Put a hash mark before the lines where it mounts from the other system. Then try to reboot.

Sandip
Good Luck!!!