Change vCenter resources while it is offline.

Case: you want to change virtual vCenter resources while vCenter is on the same ESXi host its manage.

There is a default mechanism that will prohibit you from resource change when vCenter is not available. All changes should be made with vCenter – which have sense. But, what with vCenter itself if you need to change parameters and it is offline.

 

Resolution is described in kb2021618; https://kb.vmware.com/s/article/2021618

In short:

  1. /etc/init.d/vpxa stop
    /etc/init.d/hostd restart 
  2. do the necessary change
  3. /etc/init.d/vpxa start

 

During service restart you will be probably disconnected from vCenter client. Sorry 😉

No Comments

Leave a Reply

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

This site uses Akismet to reduce spam. Learn how your comment data is processed.

VMware
Adding vCenter inventory into VCF Automation

4. From tree, expand vCenter and run workflow: Add a vCenter instance. It might be required to disable option “Do you want to create a session per user to the vCenter?” 5. Under Administration -> Inventory, select vCenter and verify if Datacenters folder is visible Now you can run workflows …

VMware
VCF, backup configuration

Backup implementation for VMware component is fairly easy. Just the requirements is to configure SFTP server in proper way and make it network available to the VMware components. SDDC Manager and NSX Manager backup In VCF Operations it is possible to configure backup for SDDC Manager and NSX Manager. Go …

VMware
VCF Automation, fresh environment configuration with identity providers and access control.

Introduction Login Login as user admin to the Organization name: system or if selected manual: Check the connections (in Administration section), where you should see connection to the vCenter and NSX-t manager as those are provided automatically via VCF Operations: the same for VCF Instances: Also check your networking: Identity …