Duplicate Administrator role in 'Roles' under 'Administration' in vCenter Server
User created duplicate system-defined role.
Pending Resolution
Workaround:
Updat permissions for all users in the VCDB:
/opt/vmware/vpostgres/current/bin/psql -d VCDB -U postgres
VCDB=# select * from vpx_access;
Removed extra Administrator role:
1. Open https://<vc-ip>/invsvc/mob3?moid=authorizationService&method=AuthorizationService.GetRoles to list all roles. Find out the role with name "Administrator" and copy its ID
2. Open https://<vc-ip>/invsvc/mob3?moid=authorizationService&method=AuthorizationService.DeleteRole
roleId = -880782715
Call the API via "Invoke Method". It should print return value "true".
Administrator cannot do administrative tasks.