1753721 Members
5069 Online
108799 Solutions
New Discussion юеВ

Re: single user mode?

 
SOLVED
Go to solution
fizan
Super Advisor

single user mode?

I want to know how to boot into single user mode on a pa-risc & itanium processor.

what are the filesystem will mounted in single user mode?


Thanks
3 REPLIES 3
Ganesan R
Honored Contributor
Solution

Re: single user mode?

Hi,

You should interupt the booting when it ask you to press any key within 10 secs.

It will take you to menu, where you need to give this command.

Menu> bo pri

It will ask, do you want to interact with IPL Y/N ?

Give "Y" . It will take you to ISL prompt. In ISL give this command.

ISL>hpux -is

This will boot the system into single user mode.

Only root and stand will be mounted in single user mode. You can manually mount other filesystems if you need.

This steps are for PA-RISC systems. For itanium steps are different to boot into single user mode.
Best wishes,

Ganesh.
Ganesan R
Honored Contributor

Re: single user mode?

Hi,

These are the steps to boot the integrity servers into single user mode.

Boot the system to the EFI manager screen.

EFI Boot manager screen:
-----------------------------------------------------------------------------------------

EFI Boot Manager ver 1.10 [14.57] Firmware ver 2.31

Please select a boot option

HP-UX Primary Boot: 0/1/1/1.2.0
EFI Shell [Built-in]
Boot option maintenance menu
Security/Password Menu


Use | and | to change option(s). Use Enter to select an option
-----------------------------------------------------------------------------------------

If a primary HP-UX boot option is available - select it by pressing enter


-----------------------------------------------------------------------------------------
(c) Copyright 1990-2003, Hewlett Packard Company.
All rights reserved

HP-UX Boot Loader for IPF -- Revision 1.73

Press Any Key to interrupt Autoboot
AUTO ==> boot :IINSTALL
Seconds left till autoboot - 9
Type 'help' for help
-----------------------------------------------------------------------------------------

>> Interrupt the auto-boot sequence by pressing the SPACE bar.
This will bring you to the HPUX> prompt.

For HP-UX Single user mode:

HPUX> boot vmunix -is
Best wishes,

Ganesh.
fizan
Super Advisor

Re: single user mode?

Thanks Ganesh,..