Troubleshooting vRSLCM Deployment Failure in VCF

Last week while working in my VCF lab, I faced an issue with vRSLCM deployment. Deployment failed in step where SDDC Manager tries to configure vRSLCM NTP settings.

Started my troubleshooting with checking domainmanager.log on sddc manager appliance. I saw following log entries:

It turned out that vRSLCM appliance was unable to reach the NTP server which I am using throughtout my VCF deployment. Initially this issue looked strange to me as each and every component of my deployment was able to reach NTP server.

Later when I digged more into issue, I found that NTP server was not reachable from the “xreg-seg” that is created for an AVN enabled bringup. On performing traceroute, I found that packet was getting dropped at downlink interface of my T0 router.

This was a little weird to me as I had end to end working BGP setup in my lab. I then reached out to a good friend of mine Roshan who have very good exposure on VCF and NSX-T etc.

We discussed this issue and after brainstorming for 45 minutes, we discovered that the network on which NTP server was residing, was not advertised via BGP and that is why my T0 & T1 did not had visibility to that network and hence NTP server was unreachable.

I am using VYOS in my lab which acts as ToR for my VCF stack. The moment I advertised NTP subnet via BGP and retried task in SDDC Manager, issue was resolved.

vyos@mj-vyos# set protocols bgp 65001 address-family ipv4 network 10.84.x.x/24

And that’s it for this post.

I hope you enjoyed reading this post. Feel free to share this on social media if it is worth sharing 🙂

Leave a Reply