Reply to Message

View discussion in a popup

Replying to:
LFphant
Contributor
Contributor

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:

  1. Run the command to create a temporary JSON file:
    /bin/configstorecli config current get -c esx -g services -k hostd -outfile tmp.json
 
  1.  Run the command to edit the file:
    /bin/vi tmp.json
 
  1. Run the command to apply the file to the Database:
    /bin/configstorecli config current set -c esx -g services -k hostd -infile tmp.json

  2. Locate the section, and add the new line to the config (in addition to what is already there)

    {
       "plugins": {
          "vmsvc": {
             "allow_authd_ticket": true,
          }
       }
    }

  3. Run the command to restart hostd service:
    $ /etc/init.d/hostd restart

Then try the conversion again.