1831482 Members
3387 Online
110025 Solutions
New Discussion

boot problem

 
sanjeev gupta_1
Occasional Contributor

boot problem

hi
system loaded hp-ux10.2 facing booting problem.
it hauls at message "trying nfs",before that is shows nis client and server fail
regards
sanjeev gupta

4 REPLIES 4
Stefan Farrelly
Honored Contributor

Re: boot problem


Your server cant talk to a remote server which its tring to mount. Solutions;
1. Make sure the remote server is up, pingable to your server and nfs running.
2. Reboot your server in single user mode, disable the nfs mounts (comment out of /etc/fstab) then reboot and find out why you cant nfs mount then.
Im from Palmerston North, New Zealand, but somehow ended up in London...
Thayanidhi
Honored Contributor

Re: boot problem

Did you change anything with network configuration?
If you are getting the prompt press ^C
when it says tring..... Then disable or test appropriate connectivity between NFS server.

Also try linkloop/ping to NFS server
Attitude (not aptitude) determines altitude.
harry d brown jr
Honored Contributor

Re: boot problem

sanjeev,

boot into single user mode, turn off nfs, boot normally, then test to make sure you have network connectivity.

live free or die
harry
Live Free or Die
PIYUSH D. PATEL
Honored Contributor

Re: boot problem

Hi,

Boot the server in single user mode

ISL>hpux -is
Then edit etc/rc.config.d/nfsconf

and change the line; NFS_CLIENT from 1 to 0.
set NFS_SERVER to 0.

Also in /etc/fstab.....disable the remote mounts.

Then reboot the server. Check for the network connections to the remote server whether it is getting accessed or not. After you are getting the connectivity with the remote server, again put back the original settings.

Piyush