Wednesday 24 March 2021

VROPS 8 - Importing "Clean Executive Summary" Dashboard.

 1) Download the Dashboard  as a zip file (Clean-Executive-Summary-Dashboard-master.zip from the link.

https://vdc-download.vmware.com/sampleExchange/v1/downloads/5191

2) Extract the zip file and you should see 2 zip files. Extract them to separate folders.



2)  Login to vRealize Operations Manager and Select  "Dashboards" => "Manage Dashboards".



3) Select the three dots " ... " =>  " Import "



4) Browse to the Extracted folders as per step 2, and select the "dashboard.json" file.



5) Sort the Dashboards based on "Last Modified", you should see the "Clean Executive Summary" Dashboard.


6) Next Step is to Import the "View" provided in the zip file.  Select "Dashboard" => "View" => "Import". 


7) Select the Zip file and verify that the file imported successfully. You should see " Trend of ESXi Growth" view in the list.




8) Click on the Dashboard Tab and you should see the "Clean Executive Summary" Dashboard.






Sunday 9 August 2020

VRLCM VM Deployment fails on x-region network if no DHCP server for NSX VTEPs.

If you did not utilize a DHCP server during the deployment of vCloud Foundation, one of the issues you will face is that the VRLCM VM deployment fails in the x-region network. This is because the SDDC manager is not able to reach the VRLCM VM since the Host Overlay tunnel is not established.

The parameter sheet for Host-overlay is "N/A", and this is not the case for Edge-TEP parameters. Although, the sheet does not contain any information to add static Host TEP pools we had to manually configure the IP pools as a solution.

Thanks to my colleague Faisal who was able to assist in assigning the TEP IP's that are from the NSX-T Host Overlay VLAN range using the below procedure.

a) Login to NSX-T dashboard and create a new IP static pool for the host-tep pool.

b) Assign this newly created pool under the transport-node profile instead of DHCP.

c) Once done, configure the NSX for the vcenter managed vsphere cluster to assign the host-tep interfaces from the static pool.

1) Once the vCloud foundation is deployed on the NSX-T admin console, browse to Systems => Host Transport Nodes => Select your vCenter from the "Managed by" drop down and expand your vcenter and select the Management cluster. You will notice that the NSX VTEPs will be assigned a 169.254.0.0/16 IP address as shown below which is a link-local IPv4 address.These TEP IP Addresses need be to set to a range as per the VCF Deployment parameter sheet NSX-T Host Overlay network.

2) To create the IP pool,select "Networking" => " IP Address Pools" => "ADD IP ADDRESS POOL".


3) In the New Windows, select " ADD SUBNET" => IP Ranges.

4) Define your IP Ranges that you would like to utilize along with the other details as per your infrastructure and click Apply. Once done, click on Save in the next screen to save the IP Pool you created.

5) Now to assign the IP Pool to the NSX VTEPs, select "System" => "Profiles" => "Transport Node Profiles".  Select the " Transport Node Profile" and click on the Pencil icon to open the Edit Window.

6) In the Edit Transport Node Profile, Select the down arrow key next to "IP Assignment" and select " Use IP Pool". For "IP Pool" => Select the new IP Pool that was created and click Save.



7) Browse back to System => Nodes => Host Transport Nodes and select the vCenter under "Managed by". Select the NSX Cluster and click on " Configure NSX" and in the Pop-up screen, select the "Transport Node Profile" and click Apply.




8) Once the reconfiguration completes, you should see the VTEPs have the IPs assigned from your IP Pool.

9) Once the IPs are assigned, the SDDC manager will be able to reach the VRLCM VM and the deployment will succeed.