vSphere Client > Hamburger Menu > Administration > Licenses > Assets. Check if a valid license is assigned to the vCenter server and ESXi hosts alongside expiration.NSX Manager > Licenses. Check if valid license is assigned to NSX Manager and if they are valid./var/log/proton/nsxapi.log suggests that the NSX Manager is currently in Grace Period with start time and duration along with logs indicating a connection issue between Compute Manager and NSX Manager2026-05-22T14:34:37.594Z INFO LicenseModeCheckTimer LicenseModeCheckTask 6039 SYSTEM [nsx@6876 comp="nsx-manager" level="INFO" subcomp="manager"] Check license group vc.vcf, mode GRACE_PERIOD, startTime <unix time>, duration <duration>2026-06-13T06:56:48.628Z WARN LogicalSwitchStateOperationScheduler2 VcConnectionImpl 5949 FABRIC [nsx@6876 comp="nsx-manager" level="WARNING" subcomp="manager"] Retry attempts 2 exhausted for loginByCertificateAsExtension
2026-06-13T06:56:48.628Z WARN LogicalSwitchStateOperationScheduler2 CmObjectFinderImpl 5949 FABRIC [nsx@6876 comp="nsx-manager" level="WARNING" subcomp="manager"] Error occurred while getting dvpg info for cm ########-####-####-####-############, managed object ManagedObjectReference: type = VmwareDistributedVirtualSwitch, value = dvs-####, serverGuid = null, Local ids null with query VDS
com.vmware.vim.vmomi.client.exception.ConnectionException: https://sdkTunnel:####/sdk/vimService invocation failed with "java.net.UnknownHostException: "<vCenter FQDN>" /var/log/syslog indicates that the NSX Manager is unable to resolve the IP for vCenter FQDN (Note: Check on all 3 Manager nodes):2026-06-14T05:00:57.460Z NSX 5949 SYSTEM [nsx@6876 comp="nsx-manager" level="WARNING" subcomp="manager"] Unable to find ip addresses for <vCenter FQDN>
API: POST https://<nsx-mgr>/api/v1/licenses/vcf/action/sync makes the banner disappear temporarily but does not fix the issue. VMware NSX
LicenseSynchronizeVCTask is a periodic timer that runs on a specific NSX Manager node to verify entitlements with vCenter.NON_ENTITLED.To permanently resolve the banner, identify and fix the DNS resolution failure on the specific NSX Manager node and ensure it is able to resolve vCenter FQDN.
adminst ennslookup <vcenter-fqdn> and nslookup <vcenter-ip-address>. Ensure the vCenter's FQDN/IP is resolvable from all the NSX managers. /etc/resolv.conf file.Note :- If the correct DNS server IPs are mentioned in /etc/resolv.conf, ensure that the NSX manager is able to reach the DNS server. Contact the DNS administrator team from the customer side to validate the DNS servers have proper forward and reverse lookup IPs for the vCenter server.