- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- ProLiant Servers (ML,DL,SL)
- >
- ILO ADMINISTRATOR PASSWORD RESET FROM CMD
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
Discussions
Discussions
Discussions
Forums
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
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
ā07-11-2017 01:33 PM
ā07-11-2017 01:33 PM
How can i reset the ILO password for ProLiant DL380 G7 linux without downtime from commandline.Can you share the steps to reset the ILO administrator password and also steps to configure the ILO as well.
Solved! Go to Solution.
- Tags:
- Password reset
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-12-2017 01:34 AM
ā07-12-2017 01:34 AM
SolutionHi m8,
Could you check if you have hponcfg application installed on your system?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-16-2017 07:40 AM
ā07-16-2017 07:40 AM
Re: ILO ADMINISTRATOR PASSWORD RESET FROM CMD
Just want on help if hponcfg was not installed how can i install it and configure my new ilo.
Thanks for your the responce.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā07-17-2017 01:26 AM - edited ā07-17-2017 01:27 AM
ā07-17-2017 01:26 AM - edited ā07-17-2017 01:27 AM
Re: ILO ADMINISTRATOR PASSWORD RESET FROM CMD
Hi,
If you will not have it below is the link to download it.
http://h20564.www2.hpe.com/hpsc/swd/public/detail?swItemId=MTX_5ab6295f49964f16a699064f29
Thanks,
Piotr
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā11-07-2018 04:35 AM
ā11-07-2018 04:35 AM
Re: ILO ADMINISTRATOR PASSWORD RESET FROM CMD
Thank you for sharing.
I noticed that procedure is for ESXi , How about if we have RHEL 7.3 on Bare Metal (HP Proliant DL380p Gen8) ?
Here below the iLo config file, I want to put a password = "Passwd123!"
Can you pleaase assist with the new xml file ?
<!-- HPONCFG VERSION = "5.3.0" -->
<!-- Generated 11/7/2018 11:4:22 -->
<RIBCL VERSION="2.1">
<LOGIN USER_LOGIN="Administrator" PASSWORD="password">
<DIR_INFO MODE="write">
<MOD_DIR_CONFIG>
<DIR_AUTHENTICATION_ENABLED VALUE = "N"/>
<DIR_LOCAL_USER_ACCT VALUE = "Y"/>
<DIR_SERVER_ADDRESS VALUE = ""/>
<DIR_SERVER_PORT VALUE = "636"/>
<DIR_OBJECT_DN VALUE = ""/>
<DIR_OBJECT_PASSWORD VALUE = ""/>
<DIR_USER_CONTEXT_1 VALUE = ""/>
<DIR_USER_CONTEXT_2 VALUE = ""/>
<DIR_USER_CONTEXT_3 VALUE = ""/>
</MOD_DIR_CONFIG>
</DIR_INFO>
<RIB_INFO MODE="write">
<MOD_NETWORK_SETTINGS>
<SPEED_AUTOSELECT VALUE = "Y"/>
<NIC_SPEED VALUE = "10"/>
<FULL_DUPLEX VALUE = "N"/>
<IP_ADDRESS VALUE = "xxx.xxx.xxx.xxx"/>
<SUBNET_MASK VALUE = "255.255.255.0"/>
<GATEWAY_IP_ADDRESS VALUE = "xxx.xxx.xxx.xxx"/>
<DNS_NAME VALUE = "ILOCZJ809082Y"/>
<PRIM_DNS_SERVER value = "xxx.xxx.xxx.xxx"/>
<DHCP_ENABLE VALUE = "N"/>
<DOMAIN_NAME VALUE = ""/>
<DHCP_GATEWAY VALUE = "N"/>
<DHCP_DNS_SERVER VALUE = "N"/>
<DHCP_STATIC_ROUTE VALUE = "N"/>
<DHCP_WINS_SERVER VALUE = "N"/>
<REG_WINS_SERVER VALUE = "Y"/>
<PRIM_WINS_SERVER value = "0.0.0.0"/>
<STATIC_ROUTE_1 DEST = "0.0.0.0" GATEWAY = "0.0.0.0"/>
<STATIC_ROUTE_2 DEST = "0.0.0.0" GATEWAY = "0.0.0.0"/>
<STATIC_ROUTE_3 DEST = "0.0.0.0" GATEWAY = "0.0.0.0"/>
</MOD_NETWORK_SETTINGS>
</RIB_INFO>
<USER_INFO MODE="write">
</USER_INFO>
</LOGIN>
</RIBCL>
https://www.linkedin.com/in/mzakour/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā11-07-2018 07:14 AM
ā11-07-2018 07:14 AM
Re: ILO ADMINISTRATOR PASSWORD RESET FROM CMD
@Zakour wrote:Thank you for sharing.
I noticed that procedure is for ESXi , How about if we have RHEL 7.3 on Bare Metal (HP Proliant DL380p Gen8) ?
Here below the iLo config file, I want to put a password = "Passwd123!"
Can you pleaase assist with the new xml file ?
Download the current HPE Lights-Out XML PERL Scripting Sample for Linux and use the 'change_password.xml' file https://support.hpe.com/hpsc/swd/public/detail?swItemId=MTX_76bfa460792d4f7cbc0aac234e This file contains a large XML library of iLO settings
If you use the included perl script to remotely (over the network) to change the password you will need to provide a valid username / password in the LOGIN USER_LOGIN field to access iLO.
To use locally from the host OS you need to download 'hponcfg' which is a tool from the scripting toolkit. The standalone version of the 'hponcfg' can be found here https://support.hpe.com/hpsc/swd/public/detail?swItemId=MTX_4fe891d8669c4c4fbfba2a06f4