ESX Virtualization

VMware ESXi, vSphere, VMware Backup, Hyper-V... how-to, videos....

Nakivo Backup and Replication - #1 Backup solution for Virtual, physical, cloud, NAS and SaaS

Menu
  • Certification
      • VCP-DCV vSphere 8
          • vcp2024-125.
        • Close
    • Close
  • VMware
    • Configuration Maximums
    • vSphere
      • vSphere 8.0
      • vSphere 7.0
      • vSphere 6.7
      • vSphere 6.5
      • vSphere 6.0
      • Close
    • VMworld
      • VMware EXPLORE 2024
      • VMware EXPLORE 2023
      • VMware EXPLORE 2022
      • VMworld 2019
      • VMworld 2018
      • VMworld 2017
      • VMworld 2016
      • VMworld 2015
      • VMworld 2014
      • VMworld 2013
      • VMworld 2012
      • VMworld 2011
      • Close
    • Close
  • Microsoft
    • Windows Server 2012
    • Windows Server 2016
    • Windows Server 2019
    • Close
  • Categories
    • Tips – VMware, Microsoft and General IT tips and definitions, What is this?, How this works?
    • Server Virtualization – VMware ESXi, ESXi Free Hypervizor, VMware vSphere Server Virtualization, VMware Cloud and Datacenter Virtualization
    • Backup – Virtualization Backup Solutions, VMware vSphere Backup and ESXi backup solutions.
    • Desktop Virtualization – Desktop Virtualization, VMware Workstation, VMware Fusion, VMware Horizon View, tips and tutorials
    • How To – ESXi Tutorials, IT and virtualization tutorials, VMware ESXi 4.x, ESXi 5.x and VMware vSphere. VMware Workstation and other IT tutorials.
    • Free – Free virtualization utilities, ESXi Free, Monitoring and free backup utilities for ESXi and Hyper-V. Free IT tools.
    • Videos – VMware Virtualization Videos, VMware ESXi Videos, ESXi 4.x, ESXi 5.x tips and videos.
    • Home Lab
    • Reviews – Virtualization Software and reviews, Disaster and backup recovery software reviews. Virtual infrastructure monitoring software review.
    • Close
  • Partners
    • NAKIVO
    • StarWind
    • Zerto
    • Xorux
    • Close
  • This Web
    • News
    • ESXi Lab
    • About
    • Advertise
    • Archives
    • Disclaimer
    • PDFs and Books
    • Close
  • Free
  • Privacy policy

VCP6-DCV Objective 1.1 – Configure and Administer Role-based Access Control

By Vladan SEGET | Last Updated: October 31, 2017

Shares

Today's VCP6-DCV goal is to talk about – VCP6-DCV Objective 1.1 – Configure and Administer Role-based Access Control. VMware VCP exam is a gold standard of VMware certification exams. VCP exam is the most known VMware exams, even if it's not the highest technical level.

But it's most recognized. By a future employer, by industry as a whole. We will cover VCP6-DCV exam certification based on VMware latest VMware VCP6-DCV blueprint.  Check VCP6-DCV page for all objectives.

VMware vSphere Knowledge

  • Identify common vCenter Server privileges and roles
  • Describe how permissions are applied and inherited in vCenter Server
  • View/Sort/Export user and group lists
  • Add/Modify/Remove permissions for users and groups on vCenter Server inventory objects
  • Create/Clone/Edit vCenter Server Roles
  • Determine the correct roles/privileges needed to integrate vCenter Server with other VMware products
  • Determine the appropriate set of privileges for common tasks in vCenter Server

 

—————————————————————————————————–

Identify common vCenter Server privileges and roles

There are roles and privileges. Role is a collection of privileges assigned to group or a user.

There are certain number of Out-of-the-box (predefined) roles when we look at the vSphere client > roles.

You can keep them, clone them, delete or edit.

VMware vSphere Default Roles - VCP6-DCV

Four different types of permissions

Not only vCenter server, like the ones above, but also Local permissions for ESXi. The full list:

  • Global Permissions – Global permissions are applied to a global root object that spans solutions. To assign permissions via global root allows to propate them to the other products relying on SSO (vCO, vROPS, vCD..)
  • vCenter Server Permissions – Hierarchical model. Permission gives you a certain number of priviledges. Imilar like in Microft's AD. You Select object > assign role to a group of users > to give them priviledges on that object.
  • Group Membership in vSphere.local Groups – The vsphere.local domain includes several predefined groups. Assign users from AD (if you're using AD) to one of those groups to be able to perform the corresponding actions.
    For some services that are not managed by vCenter Server directly, privileges are determined by membership to one of the vCenter Single Sign-On groups. For example, a user who is a member of the Administrator group can manage vCenter Single Sign-On. A user who is a member of the CAAdmins group can manage the VMware Certificate Authority, and a user who is in the LicenseService.Administrators group can manage licenses.

Domain Admin in the vSphere.local's administrator's group

Note: to be able to find the AD groups it's necessary to add Identity sources via:

Home > Administration > Single Sign-ON > Configuration > Identity sources.

ad-groups

The user [email protected] can perform tasks that are associated with services included with the Platform Services Controller.

  • ESXi Local Host Permissions – If you are managing a standalone ESXi host that is not managed by a vCenter Server system, you can assign one of the predefined roles to users.

Describe how permissions are applied and inherited in vCenter Server

The global permissions are assigned via web client only (SSO), via Home > Administration > Global permissions.

If you deselect the propagate to children the objects lying down the road won't be accessible by that particular user/group. (It's like when you manage NTFS permissions on Windows servers and you uncheck the heritage check box). Permissions are applicable directly and propagated to children by default.

vSphere Global Permissions management

If you click the “View Children” link, it'll show you the permission of all the childrend which permission will apply to (if “Propagate to children is selected).

  • Inheritance of Multiple Permissions – If user is member of more than one group? Then combined privileges within the roles apply. Example below showing user member of both groups.

1

  • Child permissions override Parent permissions – Permissions applied on a child object always override permissions that are applied on a parent object. See examples P. 119 of vSphere Security Guide.

Ex. Role 1 can power on VMs and Role 2 can take snapshots.
Group A is granted Role 1 on VM folder and permissions propagae to child objects
Group B is granted Role 2 on VM B

User 1, who belongs to groups A and B, logs on. Because Role 2 is assigned at a lower point in the hierarchy than Role 1, it overrides Role 1 on VM B. User 1 can power on VM A, but not take snapshots. User 1 can take snapshots of VM B, but not power it on.

2

  • User role overriding group role – if two permissions are defined on the same object.

Permissions are on the same object. One permission is granted to a group, the other to a user which at the same time is member of the group. Role 1 can power VMs Group A is granted Role 1 on VM folder and at the same time User 1 is granted No Access role on VM folder.

User 1, who belongs to group A, logs on. The No Access role granted to User 1 on VM Folder overrides the role assigned to the group. User 1 has no access to VM Folder or VMs A and B.

3

View/Sort/Export user and group lists

To check Global permissions you have to go an use Web client > Home > Administration > Global permissions.

You can be export to a CSV file or copy to the Clipboard selected or All items. You can also use CTRL+Click to copy to the clipboard.

4

Add/Modify/Remove permissions for users and groups on vCenter Server inventory objects

To modify/add permissions you must select an object > Manage > Permissions.

Than you can use the delete, edit or Add icons there…

6

Create/Clone/Edit vCenter Server Roles

To edit, create or clone vCenter roles it's necessary to use vSphere Web client > Administration > Roles OR Home > Roles. Default roles are:

  • Administrator
  • Read-Only
  • No Access

To clone role click the icon…

Clone, Edit, Add, Remove Role in vSphere 6

vSphere Security Guide (p. 121).

Determine the correct roles/privileges needed to integrate vCenter Server with other VMware products

Global permissions are applied to a global root object that spans solutions, for example, both vCenter Server and vCenter Orchestrator. Use global permissions to give a user or group privileges for all objects in all object hierarchies.

Global permissions are applied to a global root object that spans solutions, for example, both vCenter Server and vCenter Orchestrator. Use global permissions to give a user or group privileges for all objects in all object hierarchies. P. 122

Determine the appropriate set of privileges for common tasks in vCenter Server

  • Common tasks Required Privileges – p.127
  • All privileges – p.229

Tools:

  • vSphere Installation and Setup Guide
  • vSphere Security Guide
  • What’s New in the VMware vSphere® 6.0 Platform
  • vSphere Administration with the vSphere Client Guide
  • vSphere Client / vSphere Web Client
Shares
4.7/5 - (4 votes)

| Filed Under: How To, Server Virtualization Tagged With: VCP6-DCV Objective 1.1 - Configure and Administer Role-based Access Control

About Vladan SEGET

This website is maintained by Vladan SEGET. Vladan is as an Independent consultant, professional blogger, vExpert x16, Veeam Vanguard x9, VCAP-DCA/DCD, ESX Virtualization site has started as a simple bookmarking site, but quickly found a large following of readers and subscribers.

Connect on: Facebook. Feel free to network via Twitter @vladan.

Comments

  1. Bharani says

    July 20, 2015 at 10:49 pm

    The images are not loading on this page. I just see empty page in between the lines. Can you please check that. I have verified on Internet explorer and Chrome.

    • Vladan SEGET says

      July 20, 2015 at 11:24 pm

      The caching plugin WP Rocked is configured with “lazy loading” of all images. That’s why perhaps… Normally it loads the images as-you-scroll-down… I checked with Chrome and worked fine…

      Thanks anyway for the info…

      • Bharani says

        July 21, 2015 at 1:04 am

        Thanks for the prompt response. Yes its working fine in Chrome.

  2. Steve says

    July 29, 2016 at 9:15 pm

    Thanks for posting this. It would be convenient if you had a “previous/next” button on your pages so that people could just click through to the next objective.

  3. john says

    November 23, 2016 at 9:17 pm

    The pages numbers for the relating vSphere doc are all wrong.

Private Sponsors

Featured

  • Thinking about HCI? G2, an independent tech solutions peer review platform, has published its Winter 2023 Reports on Hyperconverged Infrastructure (HCI) Solutions.
  • Zerto: One Platform for Disaster Recovery, Backup & Cloud Mobility: Try FREE Hands-On Labs Today!
Click to Become a Sponsor

Most Recent

  • Veeam Backup & Replication v13 Beta: A Game-Changer with Linux
  • What is Veeam Data Cloud Vault and how it can help SMBs
  • Nakivo Backup and Replication – Malware Scan Feature
  • Zerto 10 U7 released with VMware NSX 4.2 Support
  • XorMon NG 1.9.0 Infrastructure Monitoring – now also with Veeam Backup Support
  • Heartbeat vs Node Majority StarWind VSAN Failover Strategy
  • Vulnerability in your VMs – VMware Tools Update
  • FREE version of StarWind VSAN vs Trial of Full version
  • Commvault’s Innovations at RSA Conference 2025 San Francisco
  • VMware ESXi FREE is FREE again!

Get new posts by email:

 

 

 

 

Support us on Ko-Fi

 

 

Buy Me a Coffee at ko-fi.com

Sponsors

Free Trials

  • DC Scope for VMware vSphere – optimization, capacity planning, and cost management. Download FREE Trial Here.
  • Augmented Inline Deduplication, Altaro VM Backup v9 For #VMware and #Hyper-V – Grab your copy now download TRIAL.

VMware Engineer Jobs

VMware Engineer Jobs

YouTube

…

Find us on Facebook

ESX Virtualization

…

Copyright © 2025 ·Dynamik-Gen · Genesis Framework · Log in