How does an administrator enable debug logging for a single user in VMware Dynamic Environment Manager?
Answer : C
To enable debug logging for a single user in VMware Dynamic Environment Manager, the administrator needs to create an empty FlexDebug.txt file in the same folder as the standard log file for this user.This will trigger FlexEngine to switch to debug logging for this particular user1.Debug logging is useful for troubleshooting purposes, as it provides more detailed information about the FlexEngine operations and actions1.
The other options are not correct because:
Updating the FlexEngine registry to DEBUG will not enable debug logging for a single user, but for all users who log on to the same computer.This option can only be set through Group Policy settings and applies to all users1.Moreover, this option is not recommended, as it can cause performance issues and disk space consumption due to the large size of the log files1.
Creating an empty FlexDebug.log file in the log folder will not enable debug logging for a single user, as the file name must be exactly FlexDebug.txt.The file extension must be .txt, not .log1.
Configuring the FlexEngine GPO to DEBUG will not enable debug logging for a single user, but for all users who are affected by the GPO.This option can only be set through Group Policy settings and applies to all users1.Moreover, this option is not recommended, as it can cause performance issues and disk space consumption due to the large size of the log files1.
Enabling debug logging for a single user in VMware Dynamic Environment Manager1
An administrator is configuring load-balancing settings in Horizon Console for a RDSH Farm. Which two check boxes can be selected to influence the load balancing behavior? (Choose two.)
Answer : B, C
Load balancing is a feature that allows administrators to distribute the load of published desktop and application sessions across multiple RDS hosts in a farm. Load balancing can improve the performance and availability of the sessions and the hosts. Horizon offers two ways of configuring load balancing for RDS hosts: using load balancing settings in Horizon Console or using custom load balancing scripts.
The load balancing settings in Horizon Console allow administrators to define how Horizon calculates the server load index, which indicates the load on each RDS host. The server load index can range from 0 to 100, where 0 represents no load and 100 represents full load. A server load index of -1 indicates that load balancing is disabled. Horizon uses the server load index to determine which RDS host is the best candidate for placing a new session request.
The load balancing settings in Horizon Console include the following check boxes that can be selected to influence the load balancing behavior:
The use custom script setting for customized RDSH load balancing: This setting allows administrators to override the default behavior of the load balancing settings and control the placement of new sessions by writing and configuring custom load balancing scripts. The custom scripts must write the server load index to a specific registry key on each RDS host. Horizon will use the value from the registry key instead of calculating it from the other settings.
The Include Session Count setting to include the session count on the RDSH for load balancing: This setting allows administrators to include the number of sessions (connected, pending, and disconnected) on each RDS host as a factor in calculating the server load index. By default, Horizon uses the following formula to calculate the server load index based on the session count: (connected sessions + pending sessions + disconnected sessions)/ (maximum session count). If the maximum session count is configured as unlimited, Horizon falls back to using the absolute number of total sessions.
The other options are not check boxes that can be selected in the load balancing settings in Horizon Console:
The floating dynamic host profile setting, created in the vSphere profile section: This option is not related to load balancing for RDS hosts, but rather to dynamic environment manager for instant-clone desktops. A dynamic host profile is a vSphere profile that contains configuration settings for instant-clone desktops, such as network settings, domain join settings, and customization scripts. A floating dynamic host profile is a type of dynamic host profile that applies to floating desktop pools, where users are assigned a random desktop from a pool at each login.
The Horizon DRS setting for fully automated vSphere load balancing: This option is not related to load balancing for RDS hosts, but rather to distributed resource scheduler (DRS) for vSphere clusters. DRS is a feature that monitors and balances the CPU and memory resources across multiple ESXi hosts in a cluster. DRS can also migrate virtual machines between hosts using vMotion to optimize resource utilization and performance. Horizon DRS is an extension of DRS that integrates with Horizon and provides additional capabilities, such as affinity rules, maintenance mode, and power management. Horizon DRS can be configured with different automation levels, such as fully automated, partially automated, or manual.
An IT support center has been tasked with helping with Horizon desktop user issues.
What is the minimal level of Horizon Console access they would need to perform this action?
Answer : A
The minimal level of Horizon Console access that the IT support center would need to help with Horizon desktop user issues is the Help Desk Administrators role. This role allows the IT support center to view and troubleshoot user sessions, reset user passwords, send messages to users, and perform other help desk tasks. The Help Desk Administrators role can be assigned to users or groups on any access group that contains the desktop pools or farms that the IT support center needs to support.
The other options are not the minimal level of Horizon Console access for this scenario:
Local Administrators: This role allows full administration rights on a specific access group and its sub-access groups. This role can perform all the tasks of the Help Desk Administrators role, as well as create, edit, and delete desktop pools, farms, applications, entitlements, and other objects. This role is more than what the IT support center needs to help with user issues.
Global Help Desk Administrators: This role allows full administration rights on all access groups in the Horizon environment. This role can perform all the tasks of the Local Administrators role, as well as create, edit, and delete access groups and global entitlements. This role is more than what the IT support center needs to help with user issues.
Inventory Administrators: This role allows limited administration rights on a specific access group and its sub-access groups. This role can view and manage desktop pools, farms, applications, entitlements, and other objects, but cannot create or delete them. This role can also perform some help desk tasks, such as viewing user sessions and sending messages to users, but cannot reset user passwords or troubleshoot sessions. This role is not sufficient for what the IT support center needs to help with user issues.
Administrators: This role allows full administration rights on all access groups in the Horizon environment, as well as global settings, licensing, roles and permissions, events configuration, and other system-wide settings. This role can perform all the tasks of the other roles, as well as configure and manage the Horizon infrastructure. This role is more than what the IT support center needs to help with user issues.
A new Horizon environment has gone into production. External sessions are being disconnected after a random period of time.
The following information has been documented by the administrator:
. Internal and external users are able to connect to their desktops.
. External sessions connect via Unified Access Gateway.
. Users are immediately able to reconnect but are disconnected again in a few minutes.
. Due to limited amount of public IP addresses, all traffic flows through a load balancer.
. Internal sessions, connected directly to the desktops, are not impacted.
. While the session remains connected, all expected functionality works properly.
What could be a cause of this issue?
Answer : A
The disconnections of external sessions while internal sessions remain stable suggest an issue with the network infrastructure external to the Horizon environment, specifically with the load balancer placed in front of the Unified Access Gateway (UAG) appliances. Misconfigurations such as improper session persistence settings can lead to sessions being disconnected or improperly routed, causing the observed random disconnections.
An administrator wants to deploy a RDS farm which can be patched in a rolling process with zero downtime. Which of the following statements is true in this scenario?
Answer : B
Instant clones are a type of virtual machines that are created by cloning a running parent VM in memory, without requiring a full disk copy. This allows for faster provisioning and updating of RDS hosts in a farm. Instant clones can be patched in a rolling process with zero downtime by using the push-image operation, which replaces the existing instant clones with new ones that have the latest patches applied. The push-image operation can be performed on a per-farm basis or on multiple farms at once. The push-image operation preserves the user sessions and data on the existing instant clones until they are logged off or disconnected, and then deletes them. The new instant clones inherit the same settings and assignments as the old ones. Therefore, to deploy a RDS farm that can be patched in a rolling process with zero downtime, the administrator should create an instant-clone RDS desktop farm.Reference:Instant Clones for RDSH in VMware Horizon 7.1and [VMware Horizon 8.x Professional Course]
An administrator needs to enable Session Collaboration in the VMware Horizon environment. What will be used as a requirement to enable Session Collaboration?
Answer : D
Collaboration is a feature that allows users to invite other users to join an existing Windows or Linux remote desktop session with both screen sharing and audio out features enabled. A remote desktop session that is shared in this way is called a collaborative session. The user that shares a session with another user is called the session owner, and the user that joins a shared session is called a session collaborator. A Horizon administrator must enable the Session Collaboration feature for the desktop pool or farm that contains the remote desktops that support collaboration.
One of the requirements to enable Session Collaboration is to use the VMware Blast display protocol for the remote desktops. VMware Blast is a protocol that provides high-performance, high-quality graphics and multimedia delivery over LAN or WAN networks. VMware Blast supports Session Collaboration by allowing multiple users to view and interact with the same remote desktop session simultaneously. Other display protocols, such as PCoIP or RDP, do not support Session Collaboration and will not allow users to share or join collaborative sessions.
Therefore, to enable Session Collaboration in the VMware Horizon environment, the administrator needs to use the BLAST protocol as a requirement.Reference:Configuring Session Collaboration,Sharing Remote Desktop Sessions, and [VMware Horizon 8.x Professional Course]
What are the steps to create a custom role?
Answer : A
Roles and permissions are a way of controlling the access and actions of administrators and users in Horizon. By default, Horizon provides two predefined roles: Administrators and Read Only Administrators. However, a high-level administrator can create custom roles with specific privileges to suit different needs and scenarios. To create a custom role, the administrator needs to follow these steps:
In the navigation pane under the Settings section, click on Administrators > Roles and Permissions.
In the Roles and Permissions page, click on Add.
In the Add Role pane, enter a name for the role in the Role Name text box.
In the Privileges section, select the checkboxes for the privileges that you want to assign to the role. You can expand or collapse the categories to view or hide the sub-privileges. You can also use the Select All or Deselect All buttons to select or clear all the privileges in a category.
Click on Save to create the custom role.
The custom role will appear in the Roles and Permissions page, where you can edit or delete it as needed. You can also assign the custom role to users or groups in the Users and Groups page.Reference: [Create Custom Roles] and [VMware Horizon 8.x Professional Course]