1851080 Members
1749 Online
104056 Solutions
New Discussion

booting singlr user

 
Simon Levy
New Member

booting singlr user

I am new to hpux and am tring to boot an hpux machine to single user.
I know how to take a machine from multi user to single user but not from boot prom to single user.
Can any one help

Rgds,
Simon
6 REPLIES 6
Andreas Voss
Honored Contributor

Re: booting singlr user

Hi,

stop the boot auto sequence (press any key within 10 seconds),
Type: boot pri
Answer Interact with ISL ? with Yes
At ISL> prompt type: hpux -is

Regards
Victor BERRIDGE
Honored Contributor

Re: booting singlr user

When the system reboots you have 10 seconds to stop the sequence by typing on any key.
You will then be on manual boot =>
boot pri
It will ask : interact with IPL > yes
isl > hpux -is

Hope it helps
Victor
Carlos Fernandez Riera
Honored Contributor

Re: booting singlr user


init s ot init 0 (zero) ,works fine too
unsupported
Rita C Workman
Honored Contributor

Re: booting singlr user

Another way to go to single user....and avoid boot interupting process.

Logged in as root
#shutdown 0

This will take you down to single user, without the boot.

When all done...you can either use:
shutdown -ry 0 or
reboot or
init 3 (for me all users normal is init3; your shop may be 4...)

Regards,
Jayapal AP
Advisor

Re: booting singlr user

Hi simon,
U follow these steps.
STEP 1) While system boots in the intial Press Key and hold until U find an Prompt Bootadmin> Or ISL>. Once U find this go for step 2)
STEP 2) Type the following Command

BOOTADMIN> Boot isl (This brings u in ISL> Prompt

ISL>hpux -is boot (This will boot in single User mode).

I hope this will do.
Best of luck
Jayapal AP
Simon Levy
New Member

Re: booting singlr user

thank you all for your help.
This has done the trick


Cheers