Operating System - HP-UX
1826398 Members
3426 Online
109692 Solutions
New Discussion

Re: how to check auto boot is set to true?

 
SOLVED
Go to solution
bullz
Super Advisor

how to check auto boot is set to true?

Hello Experts,

Just i would like find whether auto-boot? is set to true?

If not how to set auto-boot?=true

My server model is shown below.
bash-4.0# model
9000/800/rp3440

6 REPLIES 6
Turgay Cavdar
Honored Contributor
Solution

Re: how to check auto boot is set to true?

Type "setboot" command to see autoboot is On or OFF.To change the value:
setboot -b on|off
Raj D.
Honored Contributor

Re: how to check auto boot is set to true?

Bultz,

You can check with the below command :
# setboot


To set:
# setboot -a on

Cheers,
Raj.
" If u think u can , If u think u cannot , - You are always Right . "
Raj D.
Honored Contributor

Re: how to check auto boot is set to true?

correction:
# To make auto boot on:

# setboot -b on

Cheers,
Raj.
" If u think u can , If u think u cannot , - You are always Right . "
Raj D.
Honored Contributor

Re: how to check auto boot is set to true?

Bullz,
For further details:
Check this out:
http://docs.hp.com/en/B3921-90010/setboot.1M.html


Cheers.
Raj.

" If u think u can , If u think u cannot , - You are always Right . "
Lijeesh N G_1
Respected Contributor

Re: how to check auto boot is set to true?

Hi,

==>Use setboot command from OS.

Eg.
# setboot
Primary bootpath : 0/1/1/0.1.0
HA Alternate bootpath :
Alternate bootpath : 0

Autoboot is ON (enabled) <<<==This means its on

==>To set autoboot OFF, use,
# setboot -b off

# setboot
Primary bootpath : 0/1/1/0.1.0
HA Alternate bootpath :
Alternate bootpath : 0

Autoboot is OFF (disabled) <<==Now it is OFF

==>To set autoboot OFF,use,
# setboot -b on

# setboot
Primary bootpath : 0/1/1/0.1.0
HA Alternate bootpath :
Alternate bootpath : 0

Autoboot is ON (enabled)<<<===Now it is on

Regards,
LIJEESH N G
bullz
Super Advisor

Re: how to check auto boot is set to true?

Thanks all... I got what want is. :)