Operating System - HP-UX
1748169 Members
4172 Online
108758 Solutions
New Discussion юеВ

Re: Single User Mode and Remote Console

 
SOLVED
Go to solution
Hakki Aydin Ucar
Honored Contributor

Single User Mode and Remote Console

if you go to Single user mode ,remote console can be accessible ? If I go to Single User mode with init -S OR shutdown , Service Processor (GSP or MP)can be accessible.
Any advise ?
4 REPLIES 4
Matti_Kurkela
Honored Contributor
Solution

Re: Single User Mode and Remote Console

Yes it will.

In fact, the GSP or MP will be accessible even if you turn the system off, as long as the power cords are still connected.

The older models with a GSP may have an actual physical power switch which cannot be turned on by GSP if turned off manually, but with the newer models equipped with a MP it should always be possible to switch the system on remotely.

MK
MK
Johnson Punniyalingam
Honored Contributor

Re: Single User Mode and Remote Console

Single user mode via remote Console can be accessible ?

Yes,

Connect remote Console MP >co
System Login screen will appear
Login:- root
password
(what ever you doing you are under Remote Console Login )

# shutdown ry 0
Intterupt any Key to go to ISL
ISL>hpux -is

(if you want go to GSP or MP) any point

Press + b
Problems are common to all, but attitude makes the difference
Michal Kapalka (mikap)
Honored Contributor

Re: Single User Mode and Remote Console

hi,

the MP/GSP is exactly for this purposse, as Matti already mentioned the GSP/MP will be accessible if you shutdown the server, if the power will be distributed to the power supplies.

mikap
Turgay Cavdar
Honored Contributor

Re: Single User Mode and Remote Console

Check "man init". It says that:

S|s
Enter the single-user environment. When this level change occurs, the logical system console /dev/syscon is changed to the terminal from which the command was executed.

This means that if you type "init s" from the terminal pts2 then syscon changed to this terminal.

Man also says that:
Transitioning into run level S from a higher run level does not terminate other system activity and does not result in a "single-user state"; this operation should not be done.