Discovery capability for a hybrid VMWare Cloud on AWS (SDDC)?

phil50
Tera Contributor

We have recently started leveraging VMware Cloud on AWS for our Software Defined Data Center environment.  We normally leverage Discovery to discovery the VMWare vCenter details and it works great.  However we are not able to complete the discovery process on the VMware VMC environment.

Any assistance would be greatly appreciated.

https://docs.vmware.com/en/VMware-Cloud-on-AWS/index.html

 

Regards,

Phil

6 REPLIES 6

Toff
Mega Contributor

Hi Phil, I have the same need as you.

No doc found, only Idea on community that I subscribe.

https://community.servicenow.com/community?id=view_idea&sysparm_idea_id=43e8cf851bc545d0ccc253da234bcbcb&sysparm_idea_table=x_snc_com_ideation_idea&sysparm_module_id=enhancement_requests

 

phil50
Tera Contributor

We were able to resolve the issue and we now have the VMWare Cloud (VMC) service being actively discovered.  The effort took surprisingly less effort but did require some pre-work to understand what the discovery process currently does for the default VMWare discovery.

Below are the key notes I used to implement this solution:

  • Current Process:
    • VMware on premises and VMware Cloud (VMC) leverage the same vCenter API.
    • Shazzam looks for open ports, specifically for VMware on-premises, 443 (https) and 5480 (vmapp_https)
    • Discovery uses port 5480 to look confirm VMware services are running
    • Then leverages port 443/https to launch and run the vCenter API for data
    • Runs VmWarevCenterDatacentersProbe for details
  • The issue is that the VMware Cloud environment blocks port 5480.  Therefore a work around is required.

Note: I did not have to modify the Functionality Definition as I used the existing vmapp port

 

Anitha17
Tera Contributor

Hi Phil, 

Good day. We got this requirement to implement the VMware Cloud discovery(AWS). Since you have already successfully completed this deployment, Can you please share step by step configuration steps to follow. 

Looking forward towards your kind response. Thanks in advance. 

Regards,

Anitha. 

Hi @phil50 ,

 

Thanks for these steps. I have followed your instructions but the probe results doesn't return anything. I do see a warning about nmap not being installed on the mid server. Is nmap required to be installed on the mid server for this discovery?