Installing and Configuring Windows Server 2019 and Project Honolulu
Update 4.13.2018 – Project Honolulu released officially as Windows Admin Center
With the release of the newest technical preview of Windows Server 2019, you can now go out and pull down the latest code available for the upcoming release of the Windows Server OS. For now, the technical preview is a GUI-less offering (server core) of the new Server OS. Update Thanks to comment from “Vinicius” below – “the preview for 2019 IS available with the Server with desktop experience installation option. On the Insiders page, select the vNext LTSC preview.”ย This is available through the Microsoft Windows Insiders program. You can read more and sign up for the Insiders program here: https://insider.windows.com/en-us/. After signing up, you can gain access to the latest releases of technical previews and such. With the new release of Windows Server 2019 Technical Preview, Microsoft has also released Project Honolulu which is the new management platform being developed for the Server platform. Let’s take a look at Installing and Configuring Windows Server 2019 and Project Honolulu.
Installing and Configuring Windows Server 2019 and Project Honolulu
Windows Server 2019 Technical Preview and Project Honolulu Download –ย https://www.microsoft.com/en-us/software-download/windowsinsiderpreviewserver
From the Windows Insider’s site, there are two options that you can gain access to Windows Server 2019. The official build number that is listed on the site is “Build 17623”. The new build is available via an ISO installer as well as a VHDX hard disk that can be used in Hyper-V. I have installed both, in VMware (used a Windows Server 2016 VM) and installed from ISO, as well as Hyper-V (using the VHDX file). Either work well depending on which platform you prefer. In my home lab, I wanted to go through the motions on both platforms, so used both in deploying a Windows Server 2019 VM.
Installing Windows Server 2019 via the ISO method in VMware
Let’s first take a look at the ISO method of installing Windows Server 2019 in VMware.ย I used the following for the virtual machine:
- Windows Server 2016 x64 bit VM
- ESX 6.5 hardware compatibility level
Below are the very straightfoward (and familiar) screenshots of the Windows Server 2019 17623 build via an ISO mounted to a VMware VM.
The above was a very straightforward process as you can see.ย The screens look identical at least at this point and build version to previous Windows Server builds.
Installing Windows Server 2019 in Hyper-V 2016
With Hyper-V all you need to do is download theย VHDXย file and copy this to the datastore you want to run the Hyper-V virtual machine from.ย I copied it to a FreeNAS volume that is connected via iSCSI to a couple of Hyper-V hosts.ย Details of my Hyper-V environment:
- Windows Server 2016 Hyper-V
- Nested inside ESXi 6.5 VMs
- Connected via iSCSI to FreeNAS datastore
The process to use the downloaded VHDX file is the same as creating any Hyper-V virtual machine.ย However, we will connect the hard disk to the downloaded hard disk file from Microsoft insiders.ย First, we name the VM.
Next, I selectedย Generation 2 for the generation version.
Disregard the anemic settings you see below.ย I am running this VM in a nested instance of Hyper-V running inside my ESXi cluster in the home lab.ย Here, I am simply running very low memory on the VM as I don’t have a lot of memory assigned to the host itself.
Next, select the networking configuration for the new Windows Server 2019 Hyper-V virtual machine.
The next screen contains the configuration we are most interested in.ย On theย Connect Virtual Hard Disk configuration, select theย Use an existing virtual hard disk option.ย Below, you see the downloadedย VHDX file that I am pointing to that was copied over from the download.
Finally, we complete theย New Virtual Machine Wizard.
The Hyper-V virtual machine boots.ย As you can see, the technical preview is running Server Core.
Install Project Honolulu in Windows Server 2019
Update 4.13.2018 – Project Honolulu released officially as Windows Admin Center
What is Project Honolulu?ย Microsoft’s description of the utility is found here:ย ย https://docs.microsoft.com/en-us/windows-server/manage/honolulu/honolulu
Honolulu is a locally deployed, browser-based, management tool set that enables on-premises administration of Windows Servers with no Azure or cloud dependency. Honolulu gives IT Admins full control over all aspects of their Server infrastructure, and is particularly useful for management on private networks that are not connected to the Internet.
Honolulu is the modern evolution of โin-box” management tools, like Server Manager and MMC. It is complementary to System Center and Operations Management Suite, and is not intended to replace these products and services.
The cool thing that we can do is install Project Honoluluย locallyย on our Windows Server 2019 server core installation.ย To do that we simply need to copy over the Project Honolulu installation MSI package and run the installer via the command line.
The command to install Project Honolulu in Windows Server 2019 as found on Microsoft’s page documenting the process:ย ย https://docs.microsoft.com/en-us/windows-server/manage/honolulu/deployment-guide
msiexec /i <HonoluluInstallerName>.msi /qn /L*v log.txt SME_PORT=6513 SSL_CERTIFICATE_OPTION=generate
As you can see in the above command, we specify the log file.ย This is valuable to see the installation status and troubleshooting any issues with the install.ย Initially, my installation seemed to fail without progress.ย However, a reboot of the server and then trying it again seemed to work for me.
Project Honolulu running on Windows Server 2019 Technical Preview
In taking Project Honolulu for a spin with Windows Server 2019, I really liked the “dashboard” feel to the interface.ย Microsoft has done a good job with the intuitive layout, functions, and feel to the app.ย Everything in the Preview release 1803 (latest available) was well arranged and responsive.ย Also, the dashboard has a really niceย search feature that allows quickly finding the item you are looking for.ย It reminds me of the search in WHM in front of cPanel.ย You can start typing and it immediately starts searching for the item you are looking for.ย I did find that it wasn’t searching sub-items underneath the main features in the dashboard.ย However, hopefully this search feature will be improved as the product matures toward GA.ย Below are screenshots from Project Honolulu loaded in Windows Server 2019.
Thoughts
Microsoft is definitely continuing to evolve the Windows Server platform with more modern approaches in IT infrastructure.ย The Microsoft Windows Insider’s program is a great service to be a part of as it enables getting your hands on beta products and technical previews and such of Windows Server and other products.ย I had funย Installing and Configuring Windows Server 2019 and Project Honolulu and it was nice to see the direction things are heading with server administration and methodologies.ย Look for more posts on Windows Server 2019 and Project Honolulu as the products mature and we have updates on releases, etc.