1827769 Members
2847 Online
109969 Solutions
New Discussion

iLO Scripting question

 
chuckk281
Trusted Contributor

iLO Scripting question

David had an iLO scripting question:

 

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

 

How would a customer script the following GUI process:

Administration > Security > Encryption > Enforce AES/3DES Encryption to 'Enabled'

 

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

 

From Ken:

 

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

 

Download the ZIP of sample scripts from:

 

http://h20000.www2.hp.com/bizsupport/TechSupport/SoftwareDescription.jsp?lang=en&cc=us&prodTypeId=18964&prodSeriesId=1146658&prodNameId=1135772&swEnvOID=1005&swLang=8&taskId=135&swItem=MTX-4b72daed6e554cefad65364462&mode=3

 

 

In the file Mod_Global_Settings.xml

 

<ENFORCE_AES value="Y"/>

 

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

 

Also from Dan:

 

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

 

Use one of the following to apply said script:

CPQLOCFG from outside the machine – requires credentials in the XML

HPONCFG from Linux/Windows inside the machine – credentials must be present but don’t have to be valid.

HPONCFG from the OA CLI like so hponcfg ALL << end_marker

               Then paste in the script and then write end_marker on a line by itself.

 

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

 

Have you done this? Please share.