- Community Home
- >
- Servers and Operating Systems
- >
- HPE BladeSystem
- >
- BladeSystem - General
- >
- Resetting Integrated Lights Out (iLO) and Onboard ...
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
11-08-2010 01:14 PM
11-08-2010 01:14 PM
Resetting Integrated Lights Out (iLO) and Onboard Administrator (OA) to factory default
Chuck needed to wipe some customer info from equipment:
********************
A customer is to return some hardware to HP. Within this return the customer has asked to have all information wiped from the OA on the c7000 enclosure and iLo on the BL460 / 490 blades.
Is there a documented process that I can share with our customer that explains the steps that accomplish this and what the outcome would be?
************
Ed had a method:
****************
Hi Chuck,
Page 112 of the OA user guide:
http://bizsupport1.austin.hp.com/bc/docs/support/SupportManual/c00705292/c00705292.pdf
The doc covers how to set the OA back to factory defaults EXCEPT the Administrator password.
That has to be done by:
Bottom of page 20 – same document. Uses a serial cable to set the Admin password back to what was on the tag.
There is a script you can run against the iLOs to take them back to factory default.
(it’s in the bottom area under this URL called *Recommended* HP Lights-Out XML Scripting Sample for Windows:
That link also has a lot of other handy iLO scripts.
Or…you can just run the following example…
It would look like this on the CLI for the OA:
HPONCFG all << end_marker
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="adminname" PASSWORD="password">
<RIB_INFO MODE="write">
<FACTORY_DEFAULTS/>
</RIB_INFO>
</LOGIN>
</RIBCL>
end_marker
You can take that script, copy and paste it and run it against the OA on the OA CLI (accessible by telnet or SSH) and it will take the iLOs back to factory. Obviously you would want to do this prior to blowing away the OA.
**********************
Great info and advice from Ed. Any other comments or suggestions?