Operating System - HP-UX
1753360 Members
5019 Online
108792 Solutions
New Discussion юеВ

Re: reboot the server start in user single mode.

 
SOLVED
Go to solution
Eduard Pinales
Advisor

reboot the server start in user single mode.

why reboot the server and start in user single mode. ?
6 REPLIES 6
Pete Randall
Outstanding Contributor

Re: reboot the server start in user single mode.

Because you don't want to share?


Pete

Pete
Eduard Pinales
Advisor

Re: reboot the server start in user single mode.

is always, the server start up in user single mode. and i don't want that.
Mounaam
Trusted Contributor
Solution

Re: reboot the server start in user single mode.

Check the runlevel value of entry init in file /etc/inittab
Eduard Pinales
Advisor

Re: reboot the server start in user single mode.

OK. i checked the file /etc/inittab, and after what i going to do?
Patrick Wallek
Honored Contributor

Re: reboot the server start in user single mode.

Do you know what you are looking for in the /etc/inittab file?

You should see a line like this as the first line in the file:

init:3:initdefault:

The '3' in the line above indicates the default run level to boot into. If yours is a '1' then that is why you are going to single-user mode.

Change it to a '3' and then reboot and see what happens.
Tim Nelson
Honored Contributor

Re: reboot the server start in user single mode.

Slight correction.
>>The '3' in the line above indicates the default run level to boot into. If yours is a '1' then that is why you are going to single-user mode.


An 's' would indicate single user mode. '1' would indicate run-level 1.