ESXi Access to resource settings on the host is restricted to the server that is managing it

ESXi Access to resource settings on the host is restricted to the server that is managing it

When you are trying to Login to the Vsphere you may receive a message “The host is currently being managed by the vCenter Server with IP Address xx.xx.xx.xx. Changes to this host during the session may not be reflected in the vSphere Client sessions currently viewing the vCenter Server.“Soon after you click “OK” when you get the above message and you proceed to deploy OVA, you may get an error “Access to resource settings on the host is restricted to the server that is managing it: xx.xx.xx“. This scenario is applicable when you are connected directly to an ESXi host managed in vCenter Server.

To resolve the issue, you have to follow the below method which is just a workaround:

Procedure to resolve:

  1. You need to stop communication between the vCenter Server and the host by stopping the below services. To do so, you need to either login to the console or SSH to the ESXi host. (To enable SSH on your ESXi host, follow the article share at the end of the resolution step)
    /etc/init.d/vpxa stop
    /etc/init.d/hostd restart
    When these commands are executed, the ESXi host will stop communicating with the vCenter Server.
  2. Deploy the OVA Template.
  3. Once your OVA Template is deployed,  start the VPXA service to add the ESXi host back to vCenter Server.]

/etc/init.d/vpxa start
That’s all !

To enable SSH on Vsphere ESXi, follow the below article.
https://www.uccollabing.com/2016/05/12/enable-ssh-on-vsphere-esxi/

Hope this helps!

You may also like...

4 Responses

  1. A says:

    Thanks Avinash, got me out of a bind trying to import a large OVA I’d exported to a remote site with very slow comms. I can go to sleep now!

  2. Anon says:

    Thanks for posting this, was a big help.

  3. Rags says:

    Hello Avinash,
    This is absolutely perfect, worked well for me too.
    Thank you for the post.

  4. rm says:

    Helped me – thank you for this!

Leave a Reply

Your email address will not be published. Required fields are marked *