1835199 Members
2090 Online
110077 Solutions
New Discussion

FastBoot

 
SOLVED
Go to solution
KPS
Super Advisor

FastBoot

Hi,

I'm trying to figure out the syntax to turn FastBoot off on a server I have running HP-UX 11.11.

Could someone provide the syntax as well as let me know where this gets set?
(Ie: Which run level or is it in the GSP?)


Thanks,
-Ken
4 REPLIES 4
aparna challagulla
Valued Contributor
Solution

Re: FastBoot

hi Ken,

From the command line
#setboot -t FASTBOOT=off

HTH
aparna

If you don't have time to do it right you must have time to do it over
T G Manikandan
Honored Contributor

Re: FastBoot

As you are running 11.11 you can use setboot and its options to enable/disable fastboot.

check the man pages of setboot
James Murtagh
Honored Contributor

Re: FastBoot

Hi Ken,

From the setboot manpage it looks like the syntax is simply :

# setboot -t FASTBOOT=off

You can use "setboot -v" to see if this is supported by your hardware. It is only supported on systems that have a boot console handler (BCH - rp7400 etc). If your system has a BCH but the option is inaccessable I suspect you will need a firmware upgrade to activate it. It will be set in stable storage on the cpu.

Cheers,

James.
G. Vrijhoeven
Honored Contributor

Re: FastBoot

Hi Ken,

With setboot -v you can check the fastboot setting.

to adjust it use setboot -t FASTBOOT=on
check te manpage.

I only use fastboot during installation, not afterwards to make sure the system has no HW problems.

Gideon