HPE Morpheus VM Essentials Software
1856467 Members
3333 Online
104113 Solutions
New Discussion

Bond Creation post VME install

 
mouradb
Regular Visitor

Bond Creation post VME install

have several vLAN presented to 2 Nic Interfaces, I need to create a Bond and add these two nics to it, can we do this after we installed VME rather then reinstalling everything from scratch?

 

3 REPLIES 3
controles
Trusted Contributor

Re: Bond Creation post VME install

Hi, In VME (HPE Morpheus VM Essentials), network bonding is not created or modified by the VME Manager after installation. If the server was initially installed with single NIC interfaces and later a bonded configuration is required, the bond must be created at the host operating system level. VME Manager only consumes existing network configurations and does not create or change Linux bonds or bridges. For Linux-based nodes, the supported approach is: - Configure the bond on the node using standard OS networking tools. - Create or update the bridge on top of the bonded interface if required. - Restart networking services as needed. - Once the bond and bridge exist on the node, VME Manager can make use of them. Reinstalling VME is not required, but networking changes must be handled outside of VME Manager and carefully validated to avoid connectivity loss. Hope this helps clarify the behavior.
Carlos Parra Solano- Infrastructure Consultant
Arnout_Verbeken
HPE Pro

Re: Bond Creation post VME install

Another supported way is to use hpe-vm tool to create the bond (and vlan tagging if needed).

Keep however in mind that tagging in the OS (with netplan or hpe-vm) is only needed for management network.  You should add your compute networks (vlans) from within the manager (during cluster creation or afterwards via "Infrastructure - Networks).

But bonds should always be created in the OS.  hpe-vm tool is most easy.  Or you use netplan (/etc/netplan and adapt files)



I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
controles
Trusted Contributor

Re: Bond Creation post VME install

To complement the previous responses, VME does not automatically create or modify network bondings after installation when the system was initially deployed using a single NIC. This behavior is expected and consistent with VME’s design scope.

VME primarily focuses on system monitoring, inventory, and lifecycle management, while network constructs such as bonding, LACP, and VLAN configuration are intended to be handled at the OS and network layer. As mentioned earlier, these configurations must be applied manually when required.

From a best‑practice perspective, especially in production environments, network bonding and redundancy should be defined and validated prior to onboarding the server into VME. This ensures predictable connectivity and avoids post‑installation network changes.

Aligning network design upfront and treating VME as a management and visibility platform leads to more consistent and supportable deployments.

Carlos Parra Solano- Infrastructure Consultant