• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

The Tech Factors

All about your IT needs

  • Blog
  • About
  • Misc
  • Contact Us
You are here: Home / VMware / Adding a host to vCenter Server fails

Adding a host to vCenter Server fails

January 9, 2021 by virdih

In case you find some issues while adding a VMWARE ESXi host to vCenter Server and you get an error message “A General System error Occurred” or “vim.fault.NoPermission”. This issue occurs by inconsistent authorization setup on the ESXi Host. The name of this authorization file is “authorization.xml” and located at /etc/vmware/hostd

You can follow the below steps to resolve this issue:

STEP 1:

Rename the authorization file:

/etc/vmware/hostd/authorization.xml to /etc/vmware/hostd/authorization.xml.old.

[root@LOCALHOST:/etc/vmware/hostd] mv authorization.xml authorization.xml.old

STEP 2:

Restart the Host management services (daemon and vCenter Agent services)

/etc/init.d/hostd restart

/etc/init.d/vpxa restart

[root@LOCALHOST:~] /etc/init.d/hostd restart

watchdog-hostd: Terminating watchdog process with PID 2099575

hostd stopped.

hostd started.

[root@LOCALHOST:~] /etc/init.d/vpxa restart

vpxa is not running

vpxa started.

[root@LOCALHOST:~]

STEP 3:

Now Add permission for DCUI user:

esxcli system permission set -i dcui -r Admin

Filed Under: VMware Tagged With: thetechfactors

Primary Sidebar

Calendar

June 2025
S M T W T F S
1234567
891011121314
15161718192021
22232425262728
2930  
« Jan    

Archives

Featured Post

Adding a host to vCenter Server fails

January 9, 2021 By virdih

In case you find some issues while adding a VMWARE ESXi host to vCenter Server and you get an error message “A General System error Occurred” or “vim.fault.NoPermission”. This issue occurs by inconsistent authorization setup on the ESXi Host. The name of this authorization file is “authorization.xml” and located at /etc/vmware/hostd You can follow the […]

© 2016 | The Tech Factors
Sitemap