1826614 Members
2698 Online
109695 Solutions
New Discussion

auto boot of server

 
SOLVED
Go to solution
VIRENDER SINGH_1
Occasional Contributor

auto boot of server


Hi all,

I am using hp 9000 series servers(hp rp 3440).
OS :hp-ux 11i

RAC is implemented.
Normally on weekends we take shutdown for complete system and on startup one of our server in not booting automatically.

Please tell how and what parameters i have to set for auto boot of the server.

thanks.




4 REPLIES 4
Torsten.
Acclaimed Contributor

Re: auto boot of server

Check "setboot".

Example:

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

Autoboot is ON (enabled)
Autosearch is ON (enabled)


see man setboot

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
VK2COT
Honored Contributor
Solution

Re: auto boot of server

Hello,

Firstly, check the current settings on that
server:

# setboot -v

You should get results similar to this:

Primary bootpath : 0/1/1/0.1.0
Alternate bootpath : 0/1/1/0.0.0
Autoboot is OFF (disabled)
Autosearch is ON (enabled)
...

Note the "Autoboot is ON (enabled)".
In your case, it is probably set to
OFF.

To enable:

# setboot -b on

Cheers,

VK2COT
VK2COT - Dusan Baljevic
VIRENDER SINGH_1
Occasional Contributor

Re: auto boot of server

# setboot -v
Primary bootpath : 0/1/1/0.0.0
Alternate bootpath : 0/0/2/0.3.0

Autoboot is ON (enabled)
Autosearch is OFF (disabled)

TEST CURRENT SUPPORTED DEFAULT NEXT BOOT
---- ------- --------- ------- ---------
all on yes on on
SELFTESTS on yes on on
early_cpu on yes on on
late_cpu on yes on on
FASTBOOT on yes on on
full_memory on yes on on
PDH on yes on on
CEC on yes on on
SUDHAKAR_18
Trusted Contributor

Re: auto boot of server

#setboot -b on
#setboot -s on

Try this & revert.

Regds,
SHR