Deploying and Configuring vCenter Flashcards
Explain what vCenter is used for.
vCenter acts as a central administration point for ESXi hosts and virtual machines. With vCenter, you can pool and manage the resources of multiple hosts. vCenter is deployed as a virtual appliance. You deploy vCenter Server Appliance on an ESXi hosts in your infrastructure.
What is the vCenter Server Appliance?
is a preconfigured Linux-based virtual machine, which is optimized for running vCenter and the vCenter components
What software comes packaged in the vCenter Server Appliance?
– Photon OS
– PostgreSQL database
– vCenter services
What are some services included in the vCenter Server Appliance?
– vCenter Server
– vSphere Client
– License Service
– Content Library
– vSphere Lifecycle manager
All vCenter services are installed on a single VM
What components make up the vCenter architecture?
vSphere Client - use this client to connect to vCenter and manage your ESXi hosts centrally. When vCenter manages an ESXi host, you should always use vCenter and the vSphere Client to manage that host
vCenter database - the vCenter database is a critical component. The database stores inventory items, security roles, performance data, and other critical information for vCenter
Managed hosts - you can use vCenter to manage ESXi hosts and the VMs running on ESXi hosts
Explain vCenter Single Sign-On.
vCenter Single Sign-On allows vSphere components to communicate with each other through a secure token mechanism. vCenter Single Sign-On can authenticate users using built-in or external identity providers
What are the built-in identity providers used by vCenter Single Sign-On?
vCenter uses the vsphere.local domain as the defualt identity source. You can configure vCenter to use Active Directory as the identity source using LDAP, LDAPS, OpenLDAP or OpenLDAPS
What external identity provider is supported with vCenter Single Sign-On?
Active Directory Federation Services (AD FS)
How does vCenter Single Sign-On work using vCenter as the identity provider?
1) the user logs in to the vSphere Client
2) vCenter Single Sign-On authenticates credentials against a directory service (for example, Active Directory)
3) a SAML token is sent back to the user’s browser
4) the SAML token is sent to vCenter, and the user is granted/denied access
What is Enhanced Linked Mode and what are some of the benefits?
Enhanced Link Mode allows you to log in to the vSphere Client and manage the inventories of all the vCenter instances in the group.
– you can link up to 15 vCenter instances in one vCenter Single Sign-On domain
– you can log in to all linked vCenter instances simultaneously with a singler username and password
– you can view and search the inventories of all linked vCenter instances in the vSphere Client
– you can replicate roles, permissions, licenses, tags, and policies (such as storage policies across linked vCenter instances)
How does communication happen with ESXi and vCenter?
the vSphere Client is the primary method to manage ESXi hosts. you can use the VMware Host Client to communicate directly with an individual ESXi host.
vCenter provides direct access to the ESXi host through a vCenter agent called virtual provisioning X agent (vpxa). The vpxa process is automatically installed on the host and started when the host is added to the vCenter inventory. The vCenter service (vpxd) communicates with the ESXi host daemon (hostd) through the vCenter agent (vpxa)
Clients that communicate directly with the host, and bypass vCenter, converse with hostd. The hostd process runs directly on the ESXi host and manages most of the operations on the ESXi host. The hostd process is aware of all VMs that are registered on the ESXi host, the storage volumes visible to the ESXi host, and the status of all VMs
In vCenter 8.0, how many hosts per vCenter instance are allowed?
2,500
In vCenter 8.0, how many powered-on VMs per vCenter instance are allowed?
40,000
In vCenter 8.0, how many registered VMs per vCenter instance are allowed?
45,000
In vCenter 8.0, how many powered-on VMshosts per cluster are allowed?
96