3.1.2 Configuring NOAM Guests Role Based On Resource Profile and Configure Network (VMware)

This procedure configures networking on VMs.
  1. To create the NOAM1 VM from the OVA image, perform the following steps:
    1. Browse to the library or repository where the OVA image is placed.
    2. Deploy the OVA Image by using vSphere Client or vSphere Web Client.
    3. Name the NOAM1 VM and select the data store.
  2. Configure resources for the NOAM1 VM using the vSphere Client or vSphere Web Client, by referring to the DSR Cloud Benchmarking Guide for the required DSR NOAM resource profile.
  3. To power ON NOAM1, use the vSphere Client or vSphere Web Client.
  4. To configure NOAM1, perform the following steps:
    1. Access the NOAM1 VM console through the vSphere Client or vSphere Web Client.
    2. Login as the admusr user.
    3. Set the <ethX> device.
      $ sudo netAdm add --device=<ethX> --address=<IP Address in External management Network> --netmask=<Netmask> --onboot=yes --bootproto=none

      Note:

      Here, ethX is the interface associated with the XMI network.
    4. Add the default route for ethX.
      $ sudo netAdm add --route=default -–gateway=<gateway address for the External management network> --device=<ethX>
    5. Ping the XMI gateway for network verification.
      $ ping –c3 <Gateway of External Management Network>

    Note:

    To configure NOAM2, repeat the above 4 steps.