- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Created an account just to say this worked perfectly. Thank you.
Noting the steps from that link in case it breaks:
(First SSH to your host)
Steps to configure the settings:
- Run the command to create a temporary JSON file:
/bin/configstorecli config current get -c esx -g services -k hostd -outfile tmp.json
- Run the command to edit the file:
/bin/vi tmp.json
- Run the command to apply the file to the Database:
/bin/configstorecli config current set -c esx -g services -k hostd -infile tmp.json - Locate the section, and add the new line to the config (in addition to what is already there)
{
"plugins": {
"vmsvc": {
"allow_authd_ticket": true,
}
}
} - Run the command to restart hostd service:
$ /etc/init.d/hostd restart
Then try the conversion again.