Posted on

Installing Windows 2019 server on HPE server

Entering Intelligent Provisioning on the HPE server you realize that you can only install from CD ROM. But you haven’t mounted the CD player on your server.

With your iso create a bootable usb using for example Rufus. Does not work!

Download the “USB Key Utility” from the HP site to create a bootable USB with HPE specifications. Does not work!

What to do ?

The solution is very simple but poorly documented.

Solution

From your computer, go to the ILO page of the HP server. To do this you need to connect the server’s ILO port (it is a particular ethernet port) to the network. Turning on the server, if a DHCP server is active in your network, when you turn on the machine you will see, at the bottom, the ip address assigned to ILO. If a DCHP server is not active you will have to put a static ip by going to the utilities (button F9).

On the case of your HPE server there is a sticker with the password to access the ILO. Connect from your computer with a web browser to the ILO IP. The user is “Administrator”. Log in.

In this example I am using ILO 5.

On the left click on “Remote Console”.

A page appears from which you can open server management consoles, using different technologies. I’m using HTML 5. After the console opens, you have a button with a circle at the top. You can select your iso file which will be mounted on the server CD / DVD.

At this point you can restart the machine. To do this, you can send the ALT + CTRL + DEL command via the Remote Console keyboard.

When you reboot the server your iso will be mounted on CD / DVD and you can start the installation via Intelligent Provisioning.

Posted on

HPE Proliant Bios allert yellow message on start up

When you power up your new HPE Proliant server you may see this message in yellow.

Important information available or errors detected. Press F1 to continue. F2 for more information.

Push F2 and understand that the system is all healthy.

Why does the server give you this alert message?

Perhaps you have simply installed an additional power supply but have not plugged the cord into the mains.

Posted on

Microsoft 365 Business Basic & Microsoft 365 Business Standard

Office

Microsoft 365 Business Basic

  • Email with a 50 GB mailbox .
  • Microsoft Teams.
  • Access web versions of Office apps: Outlook, Word, Excel, PowerPoint, OneNote)
  • 1 TB of OneDrive cloud storage per user.
  • Online meetings and video conferencing for up to 250 users.

Cost : 50,64 euro / year (+ VAT)

Microsoft 365 Business Standard

  • Email with a 50 GB mailbox .
  • Microsoft Teams.
  • Access web versions of Office apps: Outlook, Word, Excel, PowerPoint, OneNote
  • 1 TB of OneDrive cloud storage per user.
  • Online meetings and video conferencing for up to 250 users.
  • Desktop versions of Office apps: Outlook, Word, Excel, PowerPoint, OneNote (plus Access and Publisher for PC only – no macOS).
  • Use one license to cover fully installed, Office apps on five mobile devices, five tablets, and five PCs or Macs per user.

Cost : 126,48 euro / year (+ VAT)


Every version is compatible with Windows 10, Windows 8.1, Windows 7 Service Pack 1, and the two most recent versions of macOS. All languages included.



Documents : https://www.microsoft.com/en-us/microsoft-365/business

Posted on

Error “CredSSP” Error using rdp on Windows Server 2012 R2

Scenario

You are trying to connect via rdp to windows server 2012 r2 and you receive this error :

An authentication error has occurred.
The function is not supported.
Remote Computer: your hostname
This could be due to CredSSP encryption oracle remediation.

Solution

Download and install KB4103725 form Microsoft Update Catalog

After installing you need to restart the server.

Posted on

Fix Windows Update errors

Open Start, type: CMD
Right click CMD
Click Run as administrator

Type each of the following then hit Enter

taskkill /f /fi "SERVICES eq wuauserv" (Do this multiple times)
net stop cryptSvc
net stop bits
net stop msiserver
ren C:\Windows\SoftwareDistribution SoftwareDistribution.old
rmdir C:\Windows\SoftwareDistribution\DataStore
rmdir C:\Windows\SoftwareDistribution\Download

When complete, hit Enter, then restart, then try updating again.

If that does not work..

1. Open Start, type: CMD
Right click CMD
Click Run as administrator

Type each of the following then hit Enter

Run these codes:

Net Stop bits
Net Stop wuauserv
Net Stop appidsvc
Net Stop cryptsvc
Ren %systemroot%\SoftwareDistribution SoftwareDistribution.bak
Ren %systemroot%\system32\catroot2 catroot2.bak
Net Start bits
Net Start wuauserv
Net Start appidsvc
Net Start cryptsvc

After running these commands, check if your issue is fixed.