A brownfield import into VCF 9.0 will fails with a generic "LCMVSPHERECONFIG1000095" error. You may see something similar to the following in the /var/log/vrlcm/vmware_vrlcm.log
####-##-##T##:##:##.###Z INFO vrlcm[1619] [pool-3-thread-50] [c.v.v.l.p.a.s.Task] -- Injecting task failure event. Error Code : 'LCMVSPHERECONFIG1000095', Retry : 'true', Causing Properties : '{ CAUSE :: ipPool === primaryVip === dns === network === vmwareSystemUserPassword YXYXYXYX vcPassword YXYXYXYX netmask === cluster === vcUsername === datastore === vCenterHost === gateway === vmwareSystemUserPassword YXYXYXYX deployOption === resourcePool === folderName === adminPassword YXYXYXYX internalClusterCidr === vmNamePrefix === additionalVips === domain === }'java.lang.Exception: Failed to create services platform cluster
You may also see a "Validating configuration error":
ERR:INIT0001 - Validating configuration error.
During an nslookup of the FQDNs for both the Fleet and OPs appliances locally, an error is received for the loopback address:
127.0.0.1#53: connection refused
VCF 9.0.x
The workflow for import requires that all DNS resolution be working.
Using "vi", comment out the "127.0.0.1#53" entry in the "/etc/resolv.conf" on both the Fleet and Ops appliances.
Before:
# See man:systemd-resolved.service(8) for details about the supported modes of# operation for /etc/resolv.conf.
127.0.0.1:53DNS-Server1DNS-Server2
After:
# See man:systemd-resolved.service(8) for details about the supported modes of# operation for /etc/resolv.conf.
#127.0.0.1:53DNS-Server1DNS-Server2
Restart the workflow from the Ops appliance UI.