- Community Home
- >
- Servers and Operating Systems
- >
- HPE BladeSystem
- >
- BladeSystem - General
- >
- iLO Scripting question
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2012 06:28 AM
02-21-2012 06:28 AM
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:
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.