Files
hvm-docs/corpus/hvm_deployment_guide/GUID-ADC37453-056E-43C8-8177-8211A44790FD.md
hvm-docs-refresh 8743fff510 weekly refresh: 2026-05-22T17:39Z — 1161 content change(s) across 7 bundle(s)
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
2026-05-22 17:39:22 +00:00

4.4 KiB
Raw Permalink Blame History

Configuring the HVM host using the hpe-vm console

About this task

The hpe-vm console is an utility built by HPE to simplify host management tasks like setting up the timezone, configure the networks and bootstrapping the VM Essentials manager. Use it to configure important settings in the network bond and to configure the iSCSI storage networks, if iSCSI storage is applicable.

Procedure

  1. Open the hpe-vm console utility by running: sudo hpe-vm.

    hpe-vm console-1

  2. Select Configure Network. You are presented with a menu where you can make all the needed network configuration changes without any manual editing using the host's CLI.

    hpe-vm console-2

  3. Adjust bond configuration.

    For the active-backup bond to perform interface failover, the mii-monitor-interval needs to be configured as described in this KB article Setting active/backup bond type parameters with the hpe-vm cli tool. You can do this from the hpe-vm console.

    1. Navigate to Device Type and select bond.

      hpe-vm console-3

    2. Select your bond.

      hpe-vm console-4

    3. Navigate to the Bond section and select in the parameters option.

      hpe-vm console-5

    4. Enter the following values and then select .

      hpe-vm console-6

      • Mii-monitor-interval: 100
      • up delay: 200
      • down delay: 200
    5. Select to navigate away from the bond menu

      hpe-vm console-7

    6. Select .

      hpe-vm console-8

    7. Select Confirm in the pop-up notification.

  4. Next, configure the iSCSI interfaces, if applicable.

    iSCSI interfaces are just ethernet adapters so you can configure them from the same hpe-vm console.

    1. Make sure ethernet is selected under Device type.

    2. Select Add.

      hpe-vm console-9

    3. Under Device ID, enter the interface name and select .

      hpe-vm console-10

      NOTE

      The interface name can be obtained by running ip a at the hosts CLI.

    4. Select on the addresses row to configure the IP Address.

      hpe-vm console-11

      NOTE

      iSCSI traffic is not usually routed, you wont need to configure other network parameters unless your specific network requires it.

      Switch ports for iSCSI traffic are usually untagged access ports.

    5. Set the MTU to 9000

      hpe-vm console-12

      NOTE

      Most iSCSI storage networks use Jumbo Frames for performance, this configuration needs to be consistent across the network.

    6. Select and then from the main network configuration menu.

    7. Repeat this process for the second interface.

      TIP

      It is not advised to bond storage interfaces as the storage layer at the host handles multipathing to the storage array.

      NOTE

      • Do not use the same subnet for both storage interfaces, this might cause storage access problems.
      • iSCSI networks should not be routable and do not need a gateway.