I am receiving the following error after attaching and remediating a host profile on an ESXi 6.5d host.
Host profile apply failed with error. Cannot execute command to configure or query coredump file.
I performed the following to attempt to address the issue:
Entered maintenance mode.
Detached Host Profile.
Connected via SSH.
Ran the following to reset coredump file location:
esxcli system coredump partition set -u
esxcli system coredump partition get
esxcli system coredump partition set -s -e true
esxcli system coredump partition get
Rebooted host.
Removed from maintenance mode.
I still receive an error - "Host profile apply failed with error. Cannot execute command to configure or query coredump file.", even-though the coredump file is active and configured and the host profile is no longer attached.
Any suggestions?