3.1.2 Configuring NOAM Guests Role Based On Resource Profile and Configure Network (VMware)
This procedure configures networking on VMs.
- To create the NOAM1 VM from the OVA image, perform the following steps:
- Browse to the library or repository where the OVA image is placed.
- Deploy the OVA Image by using vSphere Client or vSphere Web Client.
- Name the NOAM1 VM and select the data store.
- 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.
- To power ON NOAM1, use the vSphere Client or vSphere Web Client.
- To configure NOAM1, perform the following steps:
- Access the NOAM1 VM console through the vSphere Client or vSphere Web Client.
- Login as the admusr user.
- 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. - Add the default route for
ethX.
$ sudo netAdm add --route=default -–gateway=<gateway address for the External management network> --device=<ethX>
- Ping the XMI gateway for network
verification.
$ ping –c3 <Gateway of External Management Network>
Note:
To configure NOAM2, repeat the above 4 steps.