Operating System - HP-UX
1847585 Members
2963 Online
110265 Solutions
New Discussion

Re: Server will not reboot.

 
Brian Ham
Advisor

Server will not reboot.

At init 1 the server starts to reboot but gives tons of messages
/sbin/rc[64] many (like 100) service names : not found.

Any ideas?
2 REPLIES 2
A. Clay Stephenson
Acclaimed Contributor

Re: Server will not reboot.

You need to be very clear. Did you issue an "init 1" command explicitly or did you cold boot the box and it is hung in run state 1?

If the former then shutdown and boot the box. If the latter, you can generally issue a Ctrl-\ to kill the particular command that rc is hanging on and allow the boot to continue. You can then examine /etc/rc.log.
If it ain't broke, I can fix that.
Brian Ham
Advisor

Re: Server will not reboot.

The answer was:

Inside the /etc/rc.config.d there was a file named ^?

I was able to find the process id associated to that file and remove it.