Posted On April 24, 2019

Windows 2016: HP Proliant Server iLO 5

kimconnect 0 comments
blog.KimConnect.com >> Windows >> Windows 2016: HP Proliant Server iLO 5

Integrated Lights Out (iLO) Remote Server Management Tools is easy to use. Following is an illustration of an experience in playing around with this stuff… to enter Safe Mode on Windows 2016.

Note: to enter safemode with Windows 2012 & 2016, there are other ways such as (1) Press Shift > click Restart –OR– (2) run: Shutdown.exe /r /o. For the purpose of this document, those are no fun to include.

Use any client OS and browser of your choice > navigate to the internal FQDN or IP address of the iLO interface of the target HP server

Double-click on the miniaturized image representing the server > select HTML5 mode to stream the console rendering via that protocol

Allow POST to pass initialization

Press F8 at the Window Boot Manager screen to specify an Advanced Boot Option

In this case, we want to move the down-arrow cursor and highlight “Safe Mode” > press Enter

That’s it.

Leave a Reply

Your email address will not be published. Required fields are marked *

Related Post

Troubleshooting Active Directory Replication Issues

How to Check Domain Controller Syncronization Check replication summary [TEST-DC02]: PS C:\Users\testadmin\Documents> Repadmin /replsummary Replication…

How to increase the database size limit on Exchange 2003 SP2

Connect to the Server that is running Exchange 2003 SP2 Click Start > Run >…

Run mmc with elevated domain administrator permissions

Method 1: Create a link with this path C:\Windows\System32\runas.exe /profile /env /user:[domain]\[user] "cmd /c mmc…