{"id":2452,"date":"2022-04-23T22:52:26","date_gmt":"2022-04-23T22:52:26","guid":{"rendered":"https:\/\/www.it-react.com\/?p=2452"},"modified":"2025-03-07T14:09:58","modified_gmt":"2025-03-07T14:09:58","slug":"reset-or-configure-hp-ilo-directly-from-esxi-host","status":"publish","type":"post","link":"https:\/\/www.it-react.com\/index.php\/2022\/04\/23\/reset-or-configure-hp-ilo-directly-from-esxi-host\/","title":{"rendered":"Reset or Configure HPE iLO directly from ESXi Host"},"content":{"rendered":"\n<p>Have you ever upgraded the ESXi software on HPE Servers and after reboot iLO did not come up anymore? Well, this is what happened to me after installation of ESXi software patches on a couple of HPE servers.  Even the ESXi patches were installed successfully and the ESXi hypervisor started correctly, the iLO interface couldn&#8217;t be reached anymore.  All the installation was done remotely, so there was no physical access to the servers. <\/p>\n\n\n\n<p>Luckily, on our servers there was installed a HPE customized ESXi image which has available the HPE ESXi utilities. We used one of these utilities ( <strong>HPONCFG<\/strong> ) to reboot the iLO and after that the iLO started to respond again. To see how can you achieve this and also to get more information about these tools, jump to <a class=\"effect1\" href=\"#HPONCFG Utility options\">HPONCFG Utility options<\/a>. If you also need to install these utilities, please read further.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>HPE ESXi utilities download <\/strong><\/h2>\n\n\n\n<p>If HPE Utilities are not installed, you can download the utilities bundle file from here : <a class=\"effect1\" href=\"https:\/\/support.hpe.com\/hpesc\/public\/swd\/detail?swItemId=MTX_8d510fc0ac364a2ebd54266208\">ESXi 6.5<\/a> and <a class=\"effect1\" href=\"https:\/\/support.hpe.com\/hpesc\/public\/swd\/detail?swItemId=MTX-702d3c7d8c4546a3b27d1458b5\">ESXi 6.7<\/a> and install it yourself.<\/p>\n\n\n\n<p>The HPE ESXi Utilities Offline bundle for VMware vSphere 6.x includes a few utilities for configuration of servers. <\/p>\n\n\n\n<p><strong>HPONCFG<\/strong> can be used to set up and reconfigure the iLO (Integrated Lights-Out) management controller of a server.<br><strong>BOOTCFG<\/strong> can be used to set up the boot configuration for the server. <br><strong>SSACLI<\/strong> can be used in the configuration of HPE Smart Array controllers and attached storage. <br>The <strong>TESTEVENT<\/strong> utility generates test WBEM indication and test SNMP trap. <br>The <strong>CONREP<\/strong> Utility enables server hardware configuration capture, set and duplication.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong><strong>HPE ESXi utilities<\/strong> installation<\/strong><\/h2>\n\n\n\n<p>To install the bundle from ESXi host, transfer the zip file onto the ESXi host local path, then execute the below command:  <\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">#<em><strong>esxcli software vib install -d &lt;ESXi local path&gt;&lt;bundle.zip&gt;<\/strong><\/em><\/pre>\n\n\n\n<p>After the bundle is installed, reboot the ESXi host for the updates to take effect.<\/p>\n\n\n\n<p>Note: The offline bundle can also be installed from VMware vCenter Update Manager as a patch.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"HPONCFG Utility options\"><strong>HPONCFG Utility options<\/strong><\/h2>\n\n\n\n<p>In this post I will focus only on HPONCFG utilty. To access the utility, ssh to ESXi host and browse to \/opt\/tools. Then execute the command bellow to see the options:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><strong>#cd<\/strong> <strong>\/opt\/tools<\/strong>\n<strong>#.\/hponcfg<\/strong>\n<\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"659\" height=\"416\" src=\"https:\/\/www.it-react.com\/wp-content\/uploads\/2022\/04\/grafik-4.png\" alt=\"\" class=\"wp-image-2534\" srcset=\"https:\/\/www.it-react.com\/wp-content\/uploads\/2022\/04\/grafik-4.png 659w, https:\/\/www.it-react.com\/wp-content\/uploads\/2022\/04\/grafik-4-300x189.png 300w\" sizes=\"auto, (max-width: 659px) 100vw, 659px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Reboot iLO from ESXi<\/strong><\/h2>\n\n\n\n<p> To reboot the iLO browse to \/opt\/tools and execute the command below:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><strong> #.\/hponcfg -b<\/strong>\n<\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"658\" height=\"163\" src=\"https:\/\/www.it-react.com\/wp-content\/uploads\/2022\/04\/grafik-5.png\" alt=\"\" class=\"wp-image-2552\" srcset=\"https:\/\/www.it-react.com\/wp-content\/uploads\/2022\/04\/grafik-5.png 658w, https:\/\/www.it-react.com\/wp-content\/uploads\/2022\/04\/grafik-5-300x74.png 300w\" sizes=\"auto, (max-width: 658px) 100vw, 658px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Reset iLO to factory defaults<\/strong><\/h2>\n\n\n\n<p> Browse to\/opt\/tools and execute the command below to reset the iLO configuration to factory defaults. Attention: iLO License will be also removed.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><strong>#.\/hponcfg -r<\/strong><\/pre>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Export the iLO configuration into a file<\/strong><\/h2>\n\n\n\n<p>Browse to \/opt\/hp\/tools and execute the command below to export the iLO configuration into a text file.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><strong>#.\/hponcfg<\/strong> <strong>-w iLO-config.txt<\/strong>\n<\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"660\" height=\"193\" src=\"https:\/\/www.it-react.com\/wp-content\/uploads\/2022\/04\/grafik-1.png\" alt=\"\" class=\"wp-image-2524\" srcset=\"https:\/\/www.it-react.com\/wp-content\/uploads\/2022\/04\/grafik-1.png 660w, https:\/\/www.it-react.com\/wp-content\/uploads\/2022\/04\/grafik-1-300x88.png 300w\" sizes=\"auto, (max-width: 660px) 100vw, 660px\" \/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Import the iLO configuration from a file<\/strong><\/h2>\n\n\n\n<p> Browse to \/opt\/hp\/tools and execute the command below to import the iLO configuration from text file. <\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><strong> #.\/hponcfg -f iLO-config.txt <\/strong>\n<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Export Network Configuration including Shared Network Port and VLAN ID settings of iLO<\/strong><\/h2>\n\n\n\n<p>I have noticed that if you are using the normal export of the iLO configuration into a file, you will not get the settings of Shared Network and VLAN ID. Use the following procedure to get this configuration as well.<br>Create a file get_network.xml that contains the text below. Replace iLO_user and iLO_password with your iLO credentials.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">&lt;!-- Sample file for Get Global command --&gt;\n&lt;RIBCL VERSION=\"2.0\"&gt;\n&lt;LOGIN USER_LOGIN=\"<strong>iLO_user<\/strong>\" PASSWORD=\"<strong>iLO_password<\/strong>\"&gt;\n&lt;RIB_INFO MODE=\"read\"&gt;\n&lt;GET_NETWORK_SETTINGS \/&gt;\n&lt;\/RIB_INFO&gt;&lt;\/LOGIN&gt;\n&lt;\/RIBCL&gt;<\/pre>\n\n\n\n<p>Then execute the command below to get the iLO configuration<\/p>\n\n\n\n<pre id=\"block-f9f802f0-956b-4c9e-b27f-eff9c3f805aa\" class=\"wp-block-preformatted\"><strong>root@server ~]# .\/hponcfg -f get_network.xml<\/strong><\/pre>\n\n\n\n<p>Here is the content of the file:<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">Firmware Revision = 1.94 Device type = iLO Driver name = hpilo\n&lt;GET_NETWORK_SETTINGS&gt;\n    &lt;ENABLE_NIC VALUE=\"Y\"\/&gt;\n    &lt;SHARED_NETWORK_PORT VALUE=\"Y\"\/&gt;\n    &lt;SHARED_NETWORK_PORT_VLAN VALUE=\"Y\"\/&gt;\n    &lt;SHARED_NETWORK_PORT_VLAN_ID VALUE=\"1010\"\/&gt;\n    &lt;SPEED_AUTOSELECT VALUE=\"Y\"\/&gt;\n    &lt;NIC_SPEED VALUE=\"10\"\/&gt;\n    &lt;FULL_DUPLEX VALUE=\"N\"\/&gt;\n    &lt;DHCP_ENABLE VALUE=\"N\"\/&gt;\n    &lt;DHCP_GATEWAY VALUE=\"Y\"\/&gt;\n    &lt;DHCP_DNS_SERVER VALUE=\"Y\"\/&gt;\n    &lt;DHCP_WINS_SERVER VALUE=\"Y\"\/&gt;\n    &lt;DHCP_STATIC_ROUTE VALUE=\"Y\"\/&gt;\n    &lt;DHCP_DOMAIN_NAME VALUE=\"Y\"\/&gt;\n    &lt;REG_WINS_SERVER VALUE=\"Y\"\/&gt;\n    &lt;REG_DDNS_SERVER VALUE=\"Y\"\/&gt;\n    &lt;PING_GATEWAY VALUE=\"N\"\/&gt;\n    &lt;MAC_ADDRESS VALUE=\"00:16:35:37:09:f2\"\/&gt;\n    &lt;IP_ADDRESS VALUE=\"192.168.1.101\"\/&gt;\n    &lt;SUBNET_MASK VALUE=\"255.255.255.0\"\/&gt;\n    &lt;GATEWAY_IP_ADDRESS VALUE=\"192.168.1.1\"\/&gt;\n    &lt;DNS_NAME VALUE=\"SERVERNAME-ILO\"\/&gt;\n    &lt;DOMAIN_NAME VALUE=\"\"\/&gt;\n    &lt;PRIM_DNS_SERVER VALUE=\"0.0.0.0\"\/&gt;\n    &lt;SEC_DNS_SERVER VALUE=\"0.0.0.0\"\/&gt;\n    &lt;TER_DNS_SERVER VALUE=\"0.0.0.0\"\/&gt;\n    &lt;PRIM_WINS_SERVER VALUE=\"0.0.0.0\"\/&gt;\n    &lt;SEC_WINS_SERVER VALUE=\"0.0.0.0\"\/&gt;\n    &lt;STATIC_ROUTE_1 DEST=\"0.0.0.0\"\n                    GATEWAY=\"0.0.0.0\"\/&gt;\n    &lt;STATIC_ROUTE_2 DEST=\"0.0.0.0\"\n                    GATEWAY=\"0.0.0.0\"\/&gt;\n    &lt;STATIC_ROUTE_3 DEST=\"0.0.0.0\"\n                    GATEWAY=\"0.0.0.0\"\/&gt;\n&lt;\/GET_NETWORK_SETTINGS&gt;<\/pre>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Configure iLO network using import file<\/strong><\/h2>\n\n\n\n<p>To set the iLO network, create a file set_network.xml that includes the text below  and then import it.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">&lt;RIBCL VERSION=\"2.1\"&gt;\n&lt;LOGIN USER_LOGIN=\"Administrator\" PASSWORD=\"password\"&gt;\n&lt;RIB_INFO MODE=\"write\"&gt;&lt;MOD_NETWORK_SETTINGS&gt;\n    &lt;ENABLE_NIC VALUE=\"Y\"\/&gt;\n    &lt;SHARED_NETWORK_PORT VALUE=\"Y\"\/&gt;\n    &lt;SHARED_NETWORK_PORT_VLAN VALUE=\"Y\"\/&gt;\n    &lt;SHARED_NETWORK_PORT_VLAN_ID VALUE=\"1010\"\/&gt;\n    &lt;DHCP_ENABLE VALUE=\"N\"\/&gt;\n    &lt;IP_ADDRESS VALUE=\"192.168.100.55\"\/&gt;\n    &lt;SUBNET_MASK VALUE=\"255.255.255.0\"\/&gt;\n    &lt;GATEWAY_IP_ADDRESS VALUE=\"192.168.100.1\"\/&gt;\n&lt;\/MOD_NETWORK_SETTINGS&gt;\n&lt;\/RIB_INFO&gt;\n&lt;\/LOGIN&gt;\n&lt;\/RIBCL&gt;<\/pre>\n\n\n\n<pre class=\"wp-block-preformatted\"><strong>[root@server ~]# .\/hponcfg -f set_network.xml<\/strong><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Reset admin password<\/strong><\/h2>\n\n\n\n<p>Create a new file reset_admin.xml with the following content and add your password in PASSWORD VALUE section.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\">&lt;RIBCL VERSION=\"2.1\"&gt;\n &lt;LOGIN USER_LOGIN=\"Administrator\" PASSWORD=\"password\"&gt;\n  &lt;USER_INFO MODE=\"write\"&gt;\n  &lt;MOD_USER USER_LOGIN=\u201dAdministrator\u201d&gt;\n  &lt;password value=\u201d<strong>newpassword<\/strong>\u201d\/&gt;\n  &lt;\/MOD_USER&gt;\n  &lt;\/USER_INFO&gt;\n &lt;\/LOGIN&gt;\n&lt;\/RIBCL&gt; <\/pre>\n\n\n\n<p>Load the above configuration to set a new administrator password, using the command below.<\/p>\n\n\n\n<pre class=\"wp-block-preformatted\"><strong>&nbsp;[root@server ~]# .\/hponcfg -f reset_admin.xml<\/strong><\/pre>\n\n\n\n<p> After that you shoud be able to access the iLO using the new password.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Add new user<\/strong><\/h2>\n\n\n\n<p>Create a new file file using command:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>#vi<\/strong> <strong>add_user.txt<\/strong><\/code><\/pre>\n\n\n\n<p>Then add the following text in the file:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>&lt;RIBCL VERSION=\"2.1\"&gt;\n &lt;LOGIN USER_LOGIN=\"Administrator\" PASSWORD=\"password\"&gt;\n &lt;USER_INFO MODE=\"write\"&gt;\n &lt;ADD_USER\n USER_NAME = \"admin\"\n USER_LOGIN = \"admin\"\n PASSWORD = \"<strong>test123<\/strong>\"&gt;\n &lt;ADMIN_PRIV value = \"Y\"\/&gt;\n &lt;REMOTE_CONS_PRIV value = \"Y\"\/&gt;\n &lt;RESET_SERVER_PRIV value = \"Y\"\/&gt;\n &lt;VIRTUAL_MEDIA_PRIV value = \"Y\"\/&gt;\n &lt;CONFIG_ILO_PRIV value = \"Y\"\/&gt;\n &lt;\/ADD_USER&gt;\n &lt;\/USER_INFO&gt;\n &lt;\/LOGIN&gt;\n&lt;\/RIBCL&gt;\n\n<\/code><\/pre>\n\n\n\n<p>Save the file and then import it back to iLO configuration with bellow command.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>#.\/hponcfg -f add_user.txt<\/strong><\/code><\/pre>\n\n\n\n<p>Now you should be able to log in with your new configured user.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong><strong>Update for ESXi v8<\/strong><\/strong><\/h2>\n\n\n\n<p>Starting with ESXi version 8, the above tools will not be available anymore. Instead, another tool will be provided by HPE and could be found at this location.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>#cd \/opt\/ilorest\/bin<\/strong><\/code><\/pre>\n\n\n\n<p>Start the tool ilorest by using the command:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>#.\/ilorest.sh<\/strong><\/code><\/pre>\n\n\n\n<p>You will get this prompt once the tool started:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"575\" height=\"83\" src=\"https:\/\/www.it-react.com\/wp-content\/uploads\/2024\/05\/grafik-1.png\" alt=\"\" class=\"wp-image-3088\" srcset=\"https:\/\/www.it-react.com\/wp-content\/uploads\/2024\/05\/grafik-1.png 575w, https:\/\/www.it-react.com\/wp-content\/uploads\/2024\/05\/grafik-1-300x43.png 300w\" sizes=\"auto, (max-width: 575px) 100vw, 575px\" \/><\/figure>\n\n\n\n<p>By entering help, you will get a list with all the commands available. I will use for now only iloreset to reboot the iLO-Board and then exit.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><strong>iLORest > iloreset<\/strong><\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"568\" height=\"86\" src=\"https:\/\/www.it-react.com\/wp-content\/uploads\/2024\/05\/grafik-3.png\" alt=\"\" class=\"wp-image-3090\" style=\"width:571px;height:auto\" srcset=\"https:\/\/www.it-react.com\/wp-content\/uploads\/2024\/05\/grafik-3.png 568w, https:\/\/www.it-react.com\/wp-content\/uploads\/2024\/05\/grafik-3-300x45.png 300w\" sizes=\"auto, (max-width: 568px) 100vw, 568px\" \/><\/figure>\n\n\n\n<p>Feel free to experiment with the rest of the commands.<br>More information about using the RESTful interface tool you can find <a href=\"https:\/\/servermanagementportal.ext.hpe.com\/docs\/redfishclients\/ilorest-userguide\/usage\/#MS-DOS\">here.<\/a><br><\/p>\n\n\n\n<p>I hope all this information will be helpful for you. Thanks for beeing here and see you at the next post.<\/p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity\"\/>\n\n\n\n<p><\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Have you ever upgraded the ESXi software on HPE Servers and after reboot iLO did not come up anymore? Well, this is what happened to me after installation of ESXi software patches on a couple of HPE servers. Even the ESXi patches were installed successfully and the ESXi hypervisor started correctly, the iLO interface couldn&#8217;t [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":2541,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"_FSMCFIC_featured_image_caption":"Photo by Nathan Dumlao on Unsplash","_FSMCFIC_featured_image_nocaption":"","_FSMCFIC_featured_image_hide":"","footnotes":""},"categories":[7,62,15],"tags":[37,81,80,26],"class_list":["post-2452","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-linux","category-network","category-vmware","tag-esxi","tag-hpe","tag-ilo","tag-vmware"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Reset or Configure HPE iLO directly from ESXi Host - IT-REACT<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.it-react.com\/index.php\/2022\/04\/23\/reset-or-configure-hp-ilo-directly-from-esxi-host\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Reset or Configure HPE iLO directly from ESXi Host - IT-REACT\" \/>\n<meta property=\"og:description\" content=\"Have you ever upgraded the ESXi software on HPE Servers and after reboot iLO did not come up anymore? Well, this is what happened to me after installation of ESXi software patches on a couple of HPE servers. Even the ESXi patches were installed successfully and the ESXi hypervisor started correctly, the iLO interface couldn&#8217;t [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.it-react.com\/index.php\/2022\/04\/23\/reset-or-configure-hp-ilo-directly-from-esxi-host\/\" \/>\n<meta property=\"og:site_name\" content=\"IT-REACT\" \/>\n<meta property=\"article:published_time\" content=\"2022-04-23T22:52:26+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-03-07T14:09:58+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.it-react.com\/wp-content\/uploads\/2022\/04\/nathan-dumlao-kEOLkJksbc8-unsplash-scaled-e1650755014730.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1080\" \/>\n\t<meta property=\"og:image:height\" content=\"299\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Ioan Penu\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Ioan Penu\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.it-react.com\\\/index.php\\\/2022\\\/04\\\/23\\\/reset-or-configure-hp-ilo-directly-from-esxi-host\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.it-react.com\\\/index.php\\\/2022\\\/04\\\/23\\\/reset-or-configure-hp-ilo-directly-from-esxi-host\\\/\"},\"author\":{\"name\":\"Ioan Penu\",\"@id\":\"https:\\\/\\\/www.it-react.com\\\/#\\\/schema\\\/person\\\/bf08cffeb4b02ee6baff5d56ab17c8f0\"},\"headline\":\"Reset or Configure HPE iLO directly from ESXi Host\",\"datePublished\":\"2022-04-23T22:52:26+00:00\",\"dateModified\":\"2025-03-07T14:09:58+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.it-react.com\\\/index.php\\\/2022\\\/04\\\/23\\\/reset-or-configure-hp-ilo-directly-from-esxi-host\\\/\"},\"wordCount\":784,\"commentCount\":3,\"publisher\":{\"@id\":\"https:\\\/\\\/www.it-react.com\\\/#\\\/schema\\\/person\\\/bf08cffeb4b02ee6baff5d56ab17c8f0\"},\"image\":{\"@id\":\"https:\\\/\\\/www.it-react.com\\\/index.php\\\/2022\\\/04\\\/23\\\/reset-or-configure-hp-ilo-directly-from-esxi-host\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.it-react.com\\\/wp-content\\\/uploads\\\/2022\\\/04\\\/nathan-dumlao-kEOLkJksbc8-unsplash-scaled-e1650755014730.jpg\",\"keywords\":[\"ESXi\",\"HPE\",\"iLO\",\"VMWare\"],\"articleSection\":[\"Linux\",\"Network\",\"VMWare\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.it-react.com\\\/index.php\\\/2022\\\/04\\\/23\\\/reset-or-configure-hp-ilo-directly-from-esxi-host\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.it-react.com\\\/index.php\\\/2022\\\/04\\\/23\\\/reset-or-configure-hp-ilo-directly-from-esxi-host\\\/\",\"url\":\"https:\\\/\\\/www.it-react.com\\\/index.php\\\/2022\\\/04\\\/23\\\/reset-or-configure-hp-ilo-directly-from-esxi-host\\\/\",\"name\":\"Reset or Configure HPE iLO directly from ESXi Host - IT-REACT\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.it-react.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/www.it-react.com\\\/index.php\\\/2022\\\/04\\\/23\\\/reset-or-configure-hp-ilo-directly-from-esxi-host\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/www.it-react.com\\\/index.php\\\/2022\\\/04\\\/23\\\/reset-or-configure-hp-ilo-directly-from-esxi-host\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/www.it-react.com\\\/wp-content\\\/uploads\\\/2022\\\/04\\\/nathan-dumlao-kEOLkJksbc8-unsplash-scaled-e1650755014730.jpg\",\"datePublished\":\"2022-04-23T22:52:26+00:00\",\"dateModified\":\"2025-03-07T14:09:58+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.it-react.com\\\/index.php\\\/2022\\\/04\\\/23\\\/reset-or-configure-hp-ilo-directly-from-esxi-host\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.it-react.com\\\/index.php\\\/2022\\\/04\\\/23\\\/reset-or-configure-hp-ilo-directly-from-esxi-host\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.it-react.com\\\/index.php\\\/2022\\\/04\\\/23\\\/reset-or-configure-hp-ilo-directly-from-esxi-host\\\/#primaryimage\",\"url\":\"https:\\\/\\\/www.it-react.com\\\/wp-content\\\/uploads\\\/2022\\\/04\\\/nathan-dumlao-kEOLkJksbc8-unsplash-scaled-e1650755014730.jpg\",\"contentUrl\":\"https:\\\/\\\/www.it-react.com\\\/wp-content\\\/uploads\\\/2022\\\/04\\\/nathan-dumlao-kEOLkJksbc8-unsplash-scaled-e1650755014730.jpg\",\"width\":1080,\"height\":299},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.it-react.com\\\/index.php\\\/2022\\\/04\\\/23\\\/reset-or-configure-hp-ilo-directly-from-esxi-host\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.it-react.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Reset or Configure HPE iLO directly from ESXi Host\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.it-react.com\\\/#website\",\"url\":\"https:\\\/\\\/www.it-react.com\\\/\",\"name\":\"it-react\",\"description\":\"Ctrl\u2022Alt\u2022Automate\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.it-react.com\\\/#\\\/schema\\\/person\\\/bf08cffeb4b02ee6baff5d56ab17c8f0\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.it-react.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/www.it-react.com\\\/#\\\/schema\\\/person\\\/bf08cffeb4b02ee6baff5d56ab17c8f0\",\"name\":\"Ioan Penu\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2a2a1b6be0f322a113eea11669895227e284c6091424d65be6c3c706c2822975?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2a2a1b6be0f322a113eea11669895227e284c6091424d65be6c3c706c2822975?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2a2a1b6be0f322a113eea11669895227e284c6091424d65be6c3c706c2822975?s=96&d=mm&r=g\",\"caption\":\"Ioan Penu\"},\"logo\":{\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/2a2a1b6be0f322a113eea11669895227e284c6091424d65be6c3c706c2822975?s=96&d=mm&r=g\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Reset or Configure HPE iLO directly from ESXi Host - IT-REACT","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.it-react.com\/index.php\/2022\/04\/23\/reset-or-configure-hp-ilo-directly-from-esxi-host\/","og_locale":"en_US","og_type":"article","og_title":"Reset or Configure HPE iLO directly from ESXi Host - IT-REACT","og_description":"Have you ever upgraded the ESXi software on HPE Servers and after reboot iLO did not come up anymore? Well, this is what happened to me after installation of ESXi software patches on a couple of HPE servers. Even the ESXi patches were installed successfully and the ESXi hypervisor started correctly, the iLO interface couldn&#8217;t [&hellip;]","og_url":"https:\/\/www.it-react.com\/index.php\/2022\/04\/23\/reset-or-configure-hp-ilo-directly-from-esxi-host\/","og_site_name":"IT-REACT","article_published_time":"2022-04-23T22:52:26+00:00","article_modified_time":"2025-03-07T14:09:58+00:00","og_image":[{"width":1080,"height":299,"url":"https:\/\/www.it-react.com\/wp-content\/uploads\/2022\/04\/nathan-dumlao-kEOLkJksbc8-unsplash-scaled-e1650755014730.jpg","type":"image\/jpeg"}],"author":"Ioan Penu","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Ioan Penu","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.it-react.com\/index.php\/2022\/04\/23\/reset-or-configure-hp-ilo-directly-from-esxi-host\/#article","isPartOf":{"@id":"https:\/\/www.it-react.com\/index.php\/2022\/04\/23\/reset-or-configure-hp-ilo-directly-from-esxi-host\/"},"author":{"name":"Ioan Penu","@id":"https:\/\/www.it-react.com\/#\/schema\/person\/bf08cffeb4b02ee6baff5d56ab17c8f0"},"headline":"Reset or Configure HPE iLO directly from ESXi Host","datePublished":"2022-04-23T22:52:26+00:00","dateModified":"2025-03-07T14:09:58+00:00","mainEntityOfPage":{"@id":"https:\/\/www.it-react.com\/index.php\/2022\/04\/23\/reset-or-configure-hp-ilo-directly-from-esxi-host\/"},"wordCount":784,"commentCount":3,"publisher":{"@id":"https:\/\/www.it-react.com\/#\/schema\/person\/bf08cffeb4b02ee6baff5d56ab17c8f0"},"image":{"@id":"https:\/\/www.it-react.com\/index.php\/2022\/04\/23\/reset-or-configure-hp-ilo-directly-from-esxi-host\/#primaryimage"},"thumbnailUrl":"https:\/\/www.it-react.com\/wp-content\/uploads\/2022\/04\/nathan-dumlao-kEOLkJksbc8-unsplash-scaled-e1650755014730.jpg","keywords":["ESXi","HPE","iLO","VMWare"],"articleSection":["Linux","Network","VMWare"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.it-react.com\/index.php\/2022\/04\/23\/reset-or-configure-hp-ilo-directly-from-esxi-host\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.it-react.com\/index.php\/2022\/04\/23\/reset-or-configure-hp-ilo-directly-from-esxi-host\/","url":"https:\/\/www.it-react.com\/index.php\/2022\/04\/23\/reset-or-configure-hp-ilo-directly-from-esxi-host\/","name":"Reset or Configure HPE iLO directly from ESXi Host - IT-REACT","isPartOf":{"@id":"https:\/\/www.it-react.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.it-react.com\/index.php\/2022\/04\/23\/reset-or-configure-hp-ilo-directly-from-esxi-host\/#primaryimage"},"image":{"@id":"https:\/\/www.it-react.com\/index.php\/2022\/04\/23\/reset-or-configure-hp-ilo-directly-from-esxi-host\/#primaryimage"},"thumbnailUrl":"https:\/\/www.it-react.com\/wp-content\/uploads\/2022\/04\/nathan-dumlao-kEOLkJksbc8-unsplash-scaled-e1650755014730.jpg","datePublished":"2022-04-23T22:52:26+00:00","dateModified":"2025-03-07T14:09:58+00:00","breadcrumb":{"@id":"https:\/\/www.it-react.com\/index.php\/2022\/04\/23\/reset-or-configure-hp-ilo-directly-from-esxi-host\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.it-react.com\/index.php\/2022\/04\/23\/reset-or-configure-hp-ilo-directly-from-esxi-host\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.it-react.com\/index.php\/2022\/04\/23\/reset-or-configure-hp-ilo-directly-from-esxi-host\/#primaryimage","url":"https:\/\/www.it-react.com\/wp-content\/uploads\/2022\/04\/nathan-dumlao-kEOLkJksbc8-unsplash-scaled-e1650755014730.jpg","contentUrl":"https:\/\/www.it-react.com\/wp-content\/uploads\/2022\/04\/nathan-dumlao-kEOLkJksbc8-unsplash-scaled-e1650755014730.jpg","width":1080,"height":299},{"@type":"BreadcrumbList","@id":"https:\/\/www.it-react.com\/index.php\/2022\/04\/23\/reset-or-configure-hp-ilo-directly-from-esxi-host\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.it-react.com\/"},{"@type":"ListItem","position":2,"name":"Reset or Configure HPE iLO directly from ESXi Host"}]},{"@type":"WebSite","@id":"https:\/\/www.it-react.com\/#website","url":"https:\/\/www.it-react.com\/","name":"it-react","description":"Ctrl\u2022Alt\u2022Automate","publisher":{"@id":"https:\/\/www.it-react.com\/#\/schema\/person\/bf08cffeb4b02ee6baff5d56ab17c8f0"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.it-react.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/www.it-react.com\/#\/schema\/person\/bf08cffeb4b02ee6baff5d56ab17c8f0","name":"Ioan Penu","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/2a2a1b6be0f322a113eea11669895227e284c6091424d65be6c3c706c2822975?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/2a2a1b6be0f322a113eea11669895227e284c6091424d65be6c3c706c2822975?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/2a2a1b6be0f322a113eea11669895227e284c6091424d65be6c3c706c2822975?s=96&d=mm&r=g","caption":"Ioan Penu"},"logo":{"@id":"https:\/\/secure.gravatar.com\/avatar\/2a2a1b6be0f322a113eea11669895227e284c6091424d65be6c3c706c2822975?s=96&d=mm&r=g"}}]}},"_links":{"self":[{"href":"https:\/\/www.it-react.com\/index.php\/wp-json\/wp\/v2\/posts\/2452","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.it-react.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.it-react.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.it-react.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.it-react.com\/index.php\/wp-json\/wp\/v2\/comments?post=2452"}],"version-history":[{"count":107,"href":"https:\/\/www.it-react.com\/index.php\/wp-json\/wp\/v2\/posts\/2452\/revisions"}],"predecessor-version":[{"id":3735,"href":"https:\/\/www.it-react.com\/index.php\/wp-json\/wp\/v2\/posts\/2452\/revisions\/3735"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.it-react.com\/index.php\/wp-json\/wp\/v2\/media\/2541"}],"wp:attachment":[{"href":"https:\/\/www.it-react.com\/index.php\/wp-json\/wp\/v2\/media?parent=2452"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.it-react.com\/index.php\/wp-json\/wp\/v2\/categories?post=2452"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.it-react.com\/index.php\/wp-json\/wp\/v2\/tags?post=2452"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}