das.config.vmacore.ssl.sslOptions parameter./var/run/log/vobd.log and /var/run/log/fdm.log, respectively.YYYY-MM-DDTHH:MM:SS.Z: [UserWorldCorrelator] #############us: [vob.uw.core.dumped] /opt/vmware/fdm/fdm/fdm(#######) /var/core/fdm-zdump.000YYYY-MM-DDTHH:MM:SS.Z: [UserWorldCorrelator] #############us: [esx.problem.application.core.dumped] An application (/opt/vmware/fdm/fdm/fdm) running on ESXi host has crashed (### time(s) so far). A core file may have been created at /var/core/fdm-zdump.000.YYYY-MM-DDTHH:MM:SS.Z error fdm[#######] [Originator@#### sub=Libs] error [ConfigStore:##########] [2000] Invalid type specified for: ssl_optionsYYYY-MM-DDTHH:MM:SS.Z info fdm[#######] [Originator@#### sub=Libs] info [ConfigStore:##########] ConfigStoreException: [context]#####################################+########################/##################+###[/context]VMware vSphere ESXi 8.0U2
This issue occurs if the advanced HA setting das.config.vmacore.ssl.sslOptions was configured on the cluster prior to the upgrade.
das.config.vmacore.ssl.sslOptions parameter, and save./opt/vmware/vpostgres/current/bin/psql -d VCDB -U postgresselect DAS_OPTIONS from VPX_COMPUTE_RESOURCE;sslOptions has been successfully removed from the ClusterConfig: /opt/vmware/fdm/fdm/prettyPrint.sh clusterconfig | grep -i "sslOptions"sslOptions parameter is still present in the output, reconfigure the vSphere HA task from the vCenter Server to force the configuration update and ensure the parameter is completely removed.sslOptions parameter is still present within the configstorecli for the fdm service:configstorecli config current get -c ha -g cluster -k fdm_servicesslOptions parameter and apply the correct settings by running the below commands:configstorecli config current get -c ha -g cluster -k fdm_service > /tmp/fdm_update.jsonvi) and completely delete the "ssl_options" line (and its value). vi /tmp/fdm_update.json{ "log": { "max_file_size": 0 }, "vmacore": { "ssl": { "another_setting": "example", "ssl_options": "386531328" } }}{ "log": { "max_file_size": 0 }, "vmacore": { "ssl": { "another_setting": "example" } }}configstorecli config current set -c ha -g cluster -k fdm_service -i /tmp/fdm_update.jsonsslOptions has been updated correctly by using the following command:configstorecli config current get -c ha -g cluster -k fdm_service