- Community Home
- >
- Servers and Operating Systems
- >
- HPE ProLiant
- >
- Servers - General
- >
- Setting HP iLO Name
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
12-07-2020 02:25 AM - last edited on 01-04-2021 09:54 AM by Parvez_Admin
12-07-2020 02:25 AM - last edited on 01-04-2021 09:54 AM by Parvez_Admin
Setting HP iLO Name
you can make use of RIBCL scrpting language and perform those changes without connecting to each blade. From OA CLI interface run hponcfg tool
To change server names:
OA> hponcfg bay_number << EOF <RIBCL VERSION="2.0"> <LOGIN PASSWORD="user" USER_LOGIN="password"> <SERVER_INFO MODE="write"> <SERVER_NAME value="NewServerName"/> </SERVER_INFO> </LOGIN> </RIBCL> EOF
To change iLO names (iLO of the blade is reset automatically at the successful application of RBCL script):
OA> hponcfg bay_number <<EOF <RIBCL VERSION="2.0"> <LOGIN USER_LOGIN="user" PASSWORD="password"> <RIB_INFO MODE="write"> <MOD_NETWORK_SETTINGS> <DNS_NAME value=" NewILOName" /> </MOD_NETWORK_SETTINGS> </RIB_INFO> </LOGIN> </RIBCL> EOF
- Tags:
- answer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2020 06:01 PM
12-07-2020 06:01 PM
Re: Setting HP iLO Name
Hi,
Understand. But do you have any query?
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
