Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Stop flexVDI Agent

    Code Block
    # service flexvdi-agent stop


  2. Unregister the host: remove the file that stores the registration key.

    Code Block
    # rm /etc/flexvdi/flexvdi-agent-key


  3. Then you can run flexvdi-config and register the Host with the flexVDI Manager.
  4. Finally, start Start flexvdi-agent again, so that it loads the new configuration

    Code Block
    # service flexvdi-agent start


  5. Login each host, run flexvdi-config, and run the "Manager->Refresh keys" option.
Q: Connecting to host with ssh is slow (10 seconds). Creating new guests takes 10 seconds too. flexVDI-Client  fails to connect to stopped guests with a timeout.

...