Operating System - HP-UX
1834571 Members
3249 Online
110069 Solutions
New Discussion

How to interrup a process in HP-UX startup

 
SOLVED
Go to solution
RogerVI
Regular Advisor

How to interrup a process in HP-UX startup

I installed HP-UX 11i in a worstation very long ago. In the process of startup this worstation there are several programs that delay so much, por example the mail daemon (in the console appears "delay" or "bussy". I suppose that it is due to a miss configuration of lan. I wish to stop or interrup this programs because they are not necessary for me. I don´t remember what key to press.
What key is pressed for stop a particular process in the rc ?

I aprecciate you help.
Roger
6 REPLIES 6
Rajeev  Shukla
Honored Contributor

Re: How to interrup a process in HP-UX startup

I remember interupting the boot sequence by either del key or break key. But really if you dont need that process to start everytime, you could remove it from the /sbin/init.d, rename it or remove the link in /sbin/rc?.d/ repending on the run level it is trying to start.
Patrick Wallek
Honored Contributor
Solution

Re: How to interrup a process in HP-UX startup

|

should do the trick.
Patrick Wallek
Honored Contributor

Re: How to interrup a process in HP-UX startup

|

should do the trick.

NOTE: That is the 'pipe' symbol.
Bob E Campbell
Honored Contributor

Re: How to interrup a process in HP-UX startup

If you look in /etc/rc.config.d you will see the environment files that control the init scripts behavior.

Without making any recommendations I will mention that for example the mailservs file can be modified to not start sendmail in any future boot.

A little cleaner, if less satisfying, than the interrupt.
RogerVI
Regular Advisor

Re: How to interrup a process in HP-UX startup

Thank you very much
Roger
Bob E Campbell
Honored Contributor

Re: How to interrup a process in HP-UX startup

Oh! I should have mentioned that you can boot directly to "init S" or single user mode. At that point you could manually run the scripts and have all sorts of fun.

You have to manually interact with the ISL or EFI in order to do this. The details should be documented for your specific model but in general you hit a key during the 10 second countdown and enter the boot command "hpux -is".

Bob