Operating System - HP-UX
1836243 Members
1768 Online
110096 Solutions
New Discussion

cant boot server after moving to a different network

 
SOLVED
Go to solution
keith_10
New Member

cant boot server after moving to a different network

I recently moved my B2000 server from one network to another and now it hangs at the NFS server startup.

How do you get by this? Better yet, I need to changed the ip address. How can I accomplish this?

Thanks,

Keith
4 REPLIES 4
James A. Donovan
Honored Contributor

Re: cant boot server after moving to a different network

Boot your server to single-user mode. Then run:

/sbin/set_parms ip_address

After changing your IP info, reboot. Your problem with the NFS server will probably go away.
Remember, wherever you go, there you are...
keith_10
New Member

Re: cant boot server after moving to a different network

I got the ip address changed (thanks, Jim!), but it still hangs on startup of nfs client subsystem.

How would I go about disabling nfs? Or does anyone have any other ideas?

Thanks,

Keith
James A. Donovan
Honored Contributor
Solution

Re: cant boot server after moving to a different network

Hard to say what could be wrong with NFS. But to disable it:
1. reboot into single-user mode
2. init 1
3. vi /etc/rc.config.d/nfsconf
4. Set NFS_SERVER=0 and NFS_CLIENT=0
5. init 3 or reboot

NFS will not start and at that point you can start diagnosing the problem further.
Remember, wherever you go, there you are...
Bruce Regittko_1
Esteemed Contributor

Re: cant boot server after moving to a different network

Hi,

NFS server will hang on startup if there is a discrepancy between the hostname and/or ip address in /etc/rc.config.d/netconf and /etc/hosts. Either run set_parms hostname to finish off your migration or edit these files manually.

--Bruce
www.stratech.com/training