Install NSX Edge devices on bare metal using an ISO file in the interactive mode.

Prerequisites

Procedure

  1. Go to the Broadcom Support page. Select the VMware Cloud Foundation division on the top panel and go to the My Downloads panel.
  2. Search VMware NSX and select the appropriate product version.
  3. Locate and download the ISO file for NSX Edge for Bare Metal.
  4. Log in to the ILO of the bare metal.
  5. Click Launch in the virtual console preview.
  6. Select Virtual Media > Connect Virtual Media.
    Wait a few seconds for the virtual media to connect.
  7. Select Virtual Media > Map CD/DVD and browse to the ISO file.
  8. Select Next Boot > Virtual CD/DVD/ISO.
  9. Select Power > Reset System (warm boot).
    The installation duration depends on the bare metal environment.
  10. Choose Interactive Install.

    This operation takes several seconds to start.

  11. In the Configure the keyboard window, select Yes if the installer must auto-detect the keyboard or select No if the keyboard must not be detected by the console.
  12. Select English US as the language.
  13. In the Configure the network window, select the applicable primary network interface.
  14. Enter the host name that connects to the selected primary interface and click Ok.

    During power-on, the installer requests a network configuration mode. Select static IP address and provide one. If static IP address is not available, select DHCP.

    By default, the root login password is vmware, and the admin login password is default.

  15. In the Configure NSX appliance using kickstart window:
    • Enter the URL of the NSX kickstart config file if you want to automate NSX configuration on the bare metal server.
    • Leave the field blank if you want to manually configure NSX on the bare metal server.
  16. Select a disk size that meets the system requirements.
  17. In the Partition disks window, choose one of the following options:
    • Select Yes if you want to unmount existing partitions so that new partitions can be created on disks.
    • Select No if you want to use existing partitions.
  18. After the NSX Edge node starts, log in to the Edge node using the console or SSH (provided SSH is enabled at the time of install) with admin credentials.
    Note: After NSX Edge node starts, if you do not log in with admin credentials for the first time, the data plane service does not automatically start on the NSX Edge node.
  19. Run the get interface eth0 (without VLAN) to verify that the IP address was applied as expected.
    nsx-edge-1> get interface eth0 
    
    Interface: eth0
      Address: 192.168.110.37/24
      MAC address: 00:50:56:86:62:4d
      MTU: 1500
      Default gateway: 192.168.110.1
      Broadcast address: 192.168.110.255
      ...
    
    Note: When bringing up NSX Edge nodes on non-NSX managed host, verify that the minimum MTU setting is set to 1600 (instead of 1500) on the physical host switch for the data NIC.
  20. Troubleshoot connectivity problems.
    Note: If connectivity is not established, make sure the VM network adapter is in the proper network or VLAN.

    By default, the NSX Edge node datapath claims all virtual machine NICs except the management NIC (the one that has an IP address and a default route). If you incorrectly assigned a NIC as the management interface, follow these steps to assign management IP address to the correct NIC.

    1. Log in to the NSX Edge CLI and type the stop service dataplane command.
    2. (Static IP) Run the set interface <interface-name> ip <x.x.x.x/24> gateway <x.x.x.x> plane mgmt command.
    3. (DHCP) Run the set interface interface-name dhcp plane mgmt command.
    4. Type the start service dataplane command.
      The datapath fp-ethX ports used for the VLAN uplink and the tunnel overlay are shown in the get interfaces and get physical-port commands on the NSX Edge node.