Operating System - HP-UX
1834570 Members
3687 Online
110069 Solutions
New Discussion

Re: ERROR WHEN STARTING HP UX SERVER

 
CROIZE
New Member

ERROR WHEN STARTING HP UX SERVER

I have these messages when starting my server and don't know the origine of the problem. Is ti the network card ?
Thanks:
---------------------------
HP-UX Start-up in progress Status
----------------------------------------------------------------------------
-------
Recover editor crash............................................OK
Clean UUCP.......................................................OK
... ...OK
etc...
... ...OK
Configure HP Ethernet interfaces...........................OK
...
Configure LAN interfaces....................................FAILED
...
Start NFS core subsystem..................................Wait/Busy
13 REPLIES 13
Todd McDaniel_1
Honored Contributor

Re: ERROR WHEN STARTING HP UX SERVER

I would reboot to single then disable it and come up to multi and investigate it.

OR I believe you can hit slash or backslash and get past it...(ie kill the proc)
Unix, the other white meat.
Todd McDaniel_1
Honored Contributor

Re: ERROR WHEN STARTING HP UX SERVER

i also noticed your lan failed... thats probably why your NFS hung...


go to single and investigate.
Unix, the other white meat.
CROIZE
New Member

Re: ERROR WHEN STARTING HP UX SERVER

What do you meen by "single" ? I'm not a system administrator...
Todd McDaniel_1
Honored Contributor

Re: ERROR WHEN STARTING HP UX SERVER

single user mode...when the box gets to the 10 sec interupt "hit any key". hit any key to interupt and then type:

hpux -is

If youre not the SA, do you have root privileges on the box? Who ever is needs to investigate your failed LAN.
Unix, the other white meat.
CROIZE
New Member

Re: ERROR WHEN STARTING HP UX SERVER

OK, I'm not the SA, but I have all accounts on the server (including root account) and I have to investigate the problem myself.
Rita C Workman
Honored Contributor

Re: ERROR WHEN STARTING HP UX SERVER

Your lan obviously failed...could be card, could be cable, could be any number of things.

To bypass where it is just wait/busy do the following:
Hold down Shift & Cntl key and type | (the pipe character)
..this will get it to go past the one it's stuck on.

You might be able to bring the server up and check a few things out...or go back to single user if you prefer. Check the basics out on your lan...is it connected, is the card good, is the cable good...is the port configured properly (like correct lanspeed and correct subnet)...and so forth.

Best Wishes on your Search !
Rita
pap
Respected Contributor

Re: ERROR WHEN STARTING HP UX SERVER

Hi,

Do following.

1. boot the machine in to single user mode.
2. edit the file /etc/rc.config.d/nfsconf
put NFS_SERVER=0 (if it is 1)
put NFS_CLIENT=0 ( if it is 1)
3. save the file and reboot the machine in normal mode.
"Winners don't do different things , they do things differently"
Paula J Frazer-Campbell
Honored Contributor

Re: ERROR WHEN STARTING HP UX SERVER

Hi

Explanation of fault:- the lan is failing on boot but that is not stopping it, it is the nfs ( network file system) that is looking for remotely mounted file systems and as the lan is not working so it it is not finding them.

As PAP stated interupt the boot process go into single user mode and disable the NFS system.

Reboot and then investigate the lan failure - cable, card?

After lan is fixed then re-enable NFS and reboot.

HTH

Paula
If you can spell SysAdmin then you is one - anon
Steven E. Protter
Exalted Contributor

Re: ERROR WHEN STARTING HP UX SERVER

I once got this when there was a misplaced dot in the /etc/rc.config.d/netconf file

You can also get strangeness if you keep a backup of netconf in /etc/rc.config.d

If your system doesn't hang forever, you're lucky.

SEP0
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
iminus
Frequent Advisor

Re: ERROR WHEN STARTING HP UX SERVER

It's probably because of your network setting problem.
1. Go check your "/etc/rc.config.d/netconf" file, make sure it is set correctly.
2. Probably you want to run "ifconfig lan0" to test your network card.
hope it helps
CROIZE
New Member

Re: ERROR WHEN STARTING HP UX SERVER

Thanks for all your answers but I just can't boot the server in single mode.
What is the procedure ?
John Carr_2
Honored Contributor

Re: ERROR WHEN STARTING HP UX SERVER

Hi

login as root

etc/shutdown -hy now

power system off

power system on

press any key on console in first 10 seconds to interrupt boot process

type SEA

this will list bootable devices listed Po, P1 ..

type bo Px ( where Px is the boot disk )

interact with IPL (Y/N) select Y

type hpux -is

this will boot you into single user mode giving you a hash key as the prmopt

John.
Joe_403
New Member

Re: ERROR WHEN STARTING HP UX SERVER

This thread saved my butt. Thanks guys.