1161 content change(s) across 7 bundle(s)
1161 sidecar metadata update(s)
7 new bundle(s) added
Bundles with content changes:
hvm_deployment_guide (NEW): 32 page(s)
- GUID-0F55384D-5632-4CDC-AA39-A21C1C089AFA
- GUID-28F18596-4902-4CD1-83F3-1411430C5534
- GUID-2DD9D39D-9031-4BB5-A4ED-A0179BEF5259
- GUID-34B1D00A-C42E-4691-8B4F-3B110E34FE7C
- GUID-3DA92E9D-0635-427A-BA9D-5A7E475B55DB
... and 27 more
hvm_release_notes_8_1_0 (NEW): 1 page(s)
- sd00007497en_us
hvm_release_notes_8_1_1 (NEW): 1 page(s)
- sd00007609en_us
hvm_release_notes_8_1_2 (NEW): 1 page(s)
- sd00007734en_us
hvm_user_manual_8_1_0 (NEW): 374 page(s)
- GUID-008AF6CD-E219-4D76-B175-B763E5C397CE
- GUID-02679208-A796-4A58-80AC-33DCF6A4899F
- GUID-034C2E21-6B14-4AAD-A582-2638A4C7D04C
- GUID-04410F73-1BA6-46D4-A7A4-E4706C5FD522
- GUID-0503F050-177F-4360-9B1A-49439AF366B8
... and 369 more
hvm_user_manual_8_1_1 (NEW): 376 page(s)
- GUID-008AF6CD-E219-4D76-B175-B763E5C397CE
- GUID-02679208-A796-4A58-80AC-33DCF6A4899F
- GUID-034C2E21-6B14-4AAD-A582-2638A4C7D04C
- GUID-04410F73-1BA6-46D4-A7A4-E4706C5FD522
- GUID-0503F050-177F-4360-9B1A-49439AF366B8
... and 371 more
hvm_user_manual_8_1_2 (NEW): 376 page(s)
- GUID-008AF6CD-E219-4D76-B175-B763E5C397CE
- GUID-02679208-A796-4A58-80AC-33DCF6A4899F
- GUID-034C2E21-6B14-4AAD-A582-2638A4C7D04C
- GUID-04410F73-1BA6-46D4-A7A4-E4706C5FD522
- GUID-0503F050-177F-4360-9B1A-49439AF366B8
... and 371 more
7.4 KiB
Installing HVM OS on host servers
Prerequisites
Ensure that before you download the HVM_Install_******.iso, you have the required license.
About this task
Use the HPE-Provided HVM OS ISO to install your hosts. Download HVM_Install_******.iso from My HPE Software Center.
The following example considers a simple active-backup network bond which does not require any advanced configurations on the network switches. It also assumes that the network ports are trunk ports and require the VLANs to be tagged at the host.
Procedure
-
Mount the HVM OS Install ISO to the DVD drive device on the host machine. You can also mount the ISO using the server's Out of Band Management console.
-
Boot the server from the DVD drive.
NOTE
To install the HVM OS, you must select the uploaded ISO image to boot the system. This will involve updating the boot order to select the device with the ISO mounted before other devices or manually selecting a boot device during the boot sequence. The exact steps to do this will vary depending on the specific manufacturer and system. Refer your system documentation for specific instructions.
-
Select HVM Install 24.04 when the boot menu appears.
-
Proceed through the installer.
NOTE
Use your keyboard’s Tab key to navigate the installer TUI.
-
In the Network configuration screen, create your network bond and add a VLAN.
-
Select Create bond.
NOTE
For details on Bonds, see Example Network Configurations.
-
Select the network interfaces to be added to the bond.
-
Under Bond mode, select active-backup.
-
Select [Create]
-
Your bond will show in the interface selection screen.
NOTE
To simplify future configurations, it is highly recommended to create a bond even if only one interface will be used.
-
Select your bond to configure it.
-
If your management network needs to be on a tagged VLAN, select Add a VLAN tag.
-
Add your Management VLAN ID.
-
A new interface with your VLAN ID will show, select it and select Edit IPv4.
NOTE
A static IP is required for successful configuration later on.
-
Select Manual for the IPv4 Method.
-
Enter your network configuration.
-
Select [Done] at the bottom.
-
-
-
Next configure the Storage.
-
Leave the default selection to Use an entire disk and Set up this disk as an LVM group selected and select [Done].
NOTE
The installer selects the disk automatically, check it selected the right one and change it if necessary.
-
In the Guided storage configuration screen, under Used Devices, select ubuntu-lv, open the Options menu, and select Edit.
-
Modify the Size to match the maximum disk size, then Save.
-
When you are back in the Storage Configuration page, select Done.
-
On the Confirm Destructive Action prompt, select Continue.
NOTE
This prompt might not appear at this stage.
-
-
In the Proxy Configuration screen, configure proxy settings if your environment requires a proxy. Enter the proxy details when prompted during the installation. If a proxy is not required, leave the Proxy address field blank and continue with the installation.
-
Next, in the Profile configuration screen, enter the required details and select Done.
-
After the HVM host reboots, login using the user created during installation either via the server's console or using SSH.
-
To make sure you have all the latest system packages, update your system:
sudo apt update && sudo apt upgrade -y
NOTE
All packages will be pulled from a repository curated and maintained by HPE.
-
Make sure to configure time synchronization (NTP) by following this KB Article: Configuring NTP for HVM host via /etc/systemd/timesyncd.conf.
NTP configuration is crucial in any system that needs to coordinate tasks between different services.
-
Configure locale settings and make further networking configurations using the hpe-vm console. See Configuring the HVM host using the hpe-vm console.
-
Repeat this process for all your host servers.

















