1834462 Members
3088 Online
110067 Solutions
New Discussion

can not boot

 
vofsky
Frequent Advisor

can not boot

Could anyone give me a hand?We have a J6750 but today it can not start.It halted when NFS core Subsystem start,it indicates NFS core Subsystem busy and then os halted.I enter the single user mode but I can not use vi command and I have mount -a and found nothing in the /usr/bin/ directory but rsh,sh,posix...,So how can I do next?Thank you in advance!
5 REPLIES 5
RAC_1
Honored Contributor

Re: can not boot

When it comes to NFS part do a SHIFT + DEL
That will skip NFS part and boot.

Do you have NFS mounts in /etc/fstab? If yes check if those servers are accessible, can you mount manually after boot and after startinf NFS processes?
There is no substitute to HARDWORK
Karthik S S
Honored Contributor

Re: can not boot

Boot into single user mode.

Do the following,

mountall should mount all the required file systems.
TERM=vt100 (if it doesn't work try vt220 or ansi)
export TERM

I am not sure if your /usr/bin comes from a NFS share.
review /etc/fstab if it contains any NFS mounts.

Post /etc/fstab

-Karthik S S

For a list of all the ways technology has failed to improve the quality of life, please press three. - Alice Kahn
Steven E. Protter
Exalted Contributor

Re: can not boot

NFS problems are commonly triggered by network configuration mistakes.

/etc/rc.config.d/netconf

If you have recently made changes check the syntax. Even a misplaced dot once did this to me.

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
Kent Ostby
Honored Contributor

Re: can not boot

To break past the hang, you can also type:

shift-cntl-|

To check the integrity of the netconf config file, type:

. /etc/rc.config.d/netconf

If anything is printed other then a return to the prompt then there is a syntax error )(look for missing quote marks as a common thing) and the file should be modified.

Best regards,

Kent Ostby
"Well, actually, she is a rocket scientist" -- Steve Martin in "Roxanne"
Bill Hassell
Honored Contributor

Re: can not boot

NFS subsystem hangs are very common when rebooting if your network configurastion is incorrect (IP address, hostname too long, bad subnet mask, etc). It is best to always leave the file /etc/rc.config.c/nfsconf with all the =1 lines changed to =0

Also, you can use vi in single user mode. In single user mode, most of the mountpoints are not mounted. Just issue the commands:

mount /var
mount /tmp
mount /usr

and now vi will work just fine.


Bill Hassell, sysadmin