BladeSystem - General
1751836 Members
5378 Online
108782 Solutions
New Discussion

BL460c Gen9 iLO Script question

 
chuckk281
Trusted Contributor

BL460c Gen9 iLO Script question

Mike was looking for a script to update a number of servers:

 

***************

 

I have a customer that needs to change the boot mode on 100 BL460c Gen9 blades from Legacy BIOS to UEFI.  Is there a script that will do this or does anyone have one that we could use?

 

**********

 

Reply from Ana:

 

***********

 

You can try a scrip with the HP RESTful Interface Tool, here is a sample provided by Jack

 

REMOTE:

hprest set BootMode=Uefi --selector HpBios. --url iLOipaddress --u iLOuser --p  iLOpassword --commit

 

LOCAL:

hprest login

hprest set BootMode=Uefi --selector HpBios. --commit

 

************

 

Comments?