Operating System - HP-UX
1834163 Members
2468 Online
110064 Solutions
New Discussion

Can't go to single mode while rebooting.

 
SOLVED
Go to solution
presage112
Advisor

Can't go to single mode while rebooting.

hi ,
I'm seeking the help to go to single mode while rebooting to do a restore from a tape drive, because pressing ESC or SPACE at reboot time doesn't work.

also the option go to single mode from SAM doesn't let me do SEA. so I can locate the tape drive.


OS ver HP-UX 11.0
7 REPLIES 7
Bharat Katkar
Honored Contributor
Solution

Re: Can't go to single mode while rebooting.

Hi,
If you are only interested in locating the tape drive then you do it in normal run level (2 or 3) also as below:

# ioscan -fnC tape

This will list the tape devices in your System.

Way's to go to single user mode are:

# init 1
or
# init S
or
# init s

See man init for more info.

You have to go to PDC prompt for SEA command as you mentioned in your question. For that you have to reboot the System with :
# shutdown -r -y 0
and on console wait for the message to appear
" Press any key to halt the boot process "
After pressing any key you go to PDC prompt there you can type SEA to search for potential boot devices.

Main menu> sea

Now from here if you wish to go to single user mode then:
Main menu> bo
Interact with IPL> yes
ISL> hpux -is

This will boot the system into sinlge user maintenance mode without even asking for root password.

Hope this helps.

Regards,



You need to know a lot to actually know how little you know
Steven E. Protter
Exalted Contributor

Re: Can't go to single mode while rebooting.

If this is a serial console, you need to go into configuration mode and choose a normal TERM type like vt100.

Or just reset the settings to default. The default settings will allow you to use the space bar, which you need.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
KapilRaj
Honored Contributor

Re: Can't go to single mode while rebooting.

I think u hv set autoboot ON. and the system is not waiting for a user response while booting. The two options for you are ..

1. Pull out the Boot disk !( Problematic)
2. Use setboot and set the primary and secondary boot path to a non-existant device and reboot the system. next time when system tries to boot it will fail and will come to IPL

Regds,

Kaps
Nothing is impossible
Camel_1
Valued Contributor

Re: Can't go to single mode while rebooting.

what model of server you are using, for most of the server, go to IPC and type hpux -is

presage112
Advisor

Re: Can't go to single mode while rebooting.

thanks all

Steven E Protter ,how can i reset the system to the default settings.

thanks .
Naveej.K.A
Honored Contributor

Re: Can't go to single mode while rebooting.

hi,
if you got a conventional HP console,
press d and power on the console.
It should reset the values to the default

regds
Naveej
practice makes a man perfect!!!
Heiner E. Lennackers
Respected Contributor

Re: Can't go to single mode while rebooting.

It sounds to me like you have SECUREd the IPL. This disables the possibility to stop the boot process to get into the IPL. You can use Kapil Raj's solution to get into the IPL and desecure the ipl again.
if this makes any sense to you, you have a BIG problem