Operating System - HP-UX
1833912 Members
2267 Online
110063 Solutions
New Discussion

Re: Interrupt the Startup process

 
SOLVED
Go to solution
Nikee Reddy
Regular Advisor

Interrupt the Startup process

Hello,

While system coming-up after the reboot, it hangs at the NFS mounting stage. I would like to intereupt the startup process. How can I do this? Any commands like CNTRL + C or D...?

Thanks,
Nikee
5 REPLIES 5
Sundar_7
Honored Contributor
Solution

Re: Interrupt the Startup process

You can use CNTL-\ to interrup the startup scripts.
Learn What to do ,How to do and more importantly When to do ?
Sanjay_6
Honored Contributor

Re: Interrupt the Startup process

Hi,

If this is connected to a 700/96 console, you can press the break key on the keyboard to break the boot sequence.

Hope this helps.

Regds
Thomas Lee_1
Advisor

Re: Interrupt the Startup process

To Sundar :
So will it just interrupt the current stuck
script, or whole set of RC?
Venkat Bala_2
Advisor

Re: Interrupt the Startup process

Hi! Nikee,

One of these should work depending on the terminal type of your console.

Ctrl+c
Shift+Del
Break

When you interrupt the startup process, you'll get the login prompt which means that the rest of the startup scripts would not run.

Hope this helps!!

-Venkat
Sundar_7
Honored Contributor

Re: Interrupt the Startup process

Thomas,

It will break out of the entire RC sequencer scripts.

You will get the login prompt. Here you get a chance to login as root, correct the problem and reboot the system again.

You should not continue to run the system after breaking the RC sequencer in between.

- Sundar.
Learn What to do ,How to do and more importantly When to do ?