1831343 Members
3057 Online
110024 Solutions
New Discussion

NFS hangs on boot

 
SOLVED
Go to solution
N. Man
Advisor

NFS hangs on boot

Sorry, I'm a .net/web developer and I don't know to many things about Unix so please have patience with me.

I have a problem: I changed the IP address of the network card using "sam" and now the NFS hangs on boot.

Any ideas?

Thank you

5 REPLIES 5
sreekanthtm
Trusted Contributor
Solution

Re: NFS hangs on boot

Press Ctrl + c twice will break the state and the system will come up.
There will be nfs mount point(s) specified in ur /etc/fstab. While booting system will try to mount all the filesystems specified in /etc/fstab. In your case system is failing there. Check weather your server is able to communicate to the NFS server and mount the file system.

#mount :

eg : # server.com:/home/sree /home
V. Nyga
Honored Contributor

Re: NFS hangs on boot

LOL - sorry, but are you sure that you know what you're doing?
Do you want to learn hp-ux in one day?

You can go into single user mode and edit the /etc/fstab. Comment out all lines about NFS - then re-boot should work.

HTH
Volkmar
*** Say 'Thanks' with Kudos ***
N. Man
Advisor

Re: NFS hangs on boot

I found the problem ... I didn't change the IP address in the host file.
Kenan Erdey
Honored Contributor

Re: NFS hangs on boot

hi,

you can change ip adress with this command no need to change files manually: set_parms ip_address


Computers have lots of memory but no imagination
N. Man
Advisor

Re: NFS hangs on boot

Thank you ... that's good to know.