Operating System - HP-UX
1826071 Members
3948 Online
109690 Solutions
New Discussion

URGENT: How do I turn off fast boot? HPUX 11.00?

 
SOLVED
Go to solution
Pamela Hammitt
Advisor

URGENT: How do I turn off fast boot? HPUX 11.00?

I'm trying to ignite a disk to rebuild it, but I can't break into the boot process with esc?

Pam
6 REPLIES 6
Pete Randall
Outstanding Contributor

Re: URGENT: How do I turn off fast boot? HPUX 11.00?

Pam,

Try, with the system up, running "fastboot -t FASTBOOT=off".


Pete

Pete
Pete Randall
Outstanding Contributor
Solution

Re: URGENT: How do I turn off fast boot? HPUX 11.00?

Pam,

Oops, make that "setboot -t FASTBOOT=off".


Pete

Pete
melvyn burnard
Honored Contributor

Re: URGENT: How do I turn off fast boot? HPUX 11.00?

Well this is done at the BCH prompt if I recall, and has nothing to do with the OS

Generally you turn the systenm on, and while watching the console you interrupt the boot sequence and get into BCH.
Then you use the config menu and disable FASTBOOT

Ths may differ slightly, dependant on your model of 9000 server
My house is the bank's, my money the wife's, But my opinions belong to me, not HP!
Pete Randall
Outstanding Contributor

Re: URGENT: How do I turn off fast boot? HPUX 11.00?

You might also want to turn off autoboot:

setboot -b off


Pete

Pete
Jeff Schussele
Honored Contributor

Re: URGENT: How do I turn off fast boot? HPUX 11.00?

Hi Pam,

Well....Pete's right & Mel's kind of right.
Setboot will indeed do this, but it can be done at the BCH as well. It IS a function of the OS - not just the BCH.
But as Mel points out, not *all* 9000 systems / OS versions have this option for setboot. All relatively current systems do, however.

My 2 cents,
Jeff
PERSEVERANCE -- Remember, whatever does not kill you only makes you stronger!
Pamela Hammitt
Advisor

Re: URGENT: How do I turn off fast boot? HPUX 11.00?

Thanks