A customer wishes to host a new range of applications with high-performance requirements, specifically, low latency. The current vSAN platform is based on ReadyNode hardware and uses a vSAN 7.0 U2 hybrid topology configuration. Which would satisfy the customer's requirement?
-
A
Deploy the application on a new cluster with vSAN 8.0 ESA using a new hardware design
-
B
Deploy the new applications on the existing cluster with a RAID-6 VM storage policy and an additional stripe width of 4
-
C
Deploy the application on a new cluster with vSAN 8.0 OSA using the existing hybrid configuration
-
D
Perform an in-place upgrade from vSAN 7.0 U2 OSA to vSAN 8.0 ESA
Reveal answer details
Close answer details
Correct answerA
ExplanationExplanation: Deploying the application on a new cluster with vSAN 8.0 ESA using a new hardware design is the correct answer because it will satisfy the customer's requirement for low latency. vSAN 8.0 ESA is a new architecture that uses a storage pool configuration where all disks are treated as capacity disks and use a new algorithm to distribute data across them. This improves the I/O flow, reduces the write amplification, and eliminates the cache tier bottleneck. Using a new hardware design with all-flash disks or NVMe disks will further enhance the performance and latency of the application, as these disks have faster read and write speeds than hybrid disks. Deploying the new applications on the existing cluster with a RAID-6 VM storage policy and an additionalstripe width of 4, deploying the application on a new cluster with vSAN 8.0 OSA using the existing hybrid configuration, and performing an in-place upgrade from vSAN 7.0 U2 OSA to vSAN 8.0 ESA are not valid or optimal solutions for this scenario. Deploying the new applications on the existing cluster with a RAID-6 VM storage policy and an additional stripe width of 4 will increase the resiliency and availability of the data, but it will also increase the network traffic, disk space consumption, and parity calculation overhead, which will negatively affect the latency and performance of the application. Deploying the application on a new cluster with vSAN 8.0 OSA using the existing hybrid configuration will not improve the latency significantly, as vSAN 8.0 OSA still uses the same disk group configuration as vSAN 7.0 U2 OSA, where one disk is designated as a cache disk and the rest are capacity disks. The cache disk can still become a bottleneck for high-performance applications, especially if it is not an SSD or NVMe disk. Performing an in-place upgrade from vSAN 7.0 U2 OSA to vSAN 8.0 ESA is not possible, as vSAN ESA requires a different hardware design than vSAN OSA. The existing disk groups need to be deleted and all disks need to be erased before switching to vSAN ESA. References: [VMware vSAN Specialist v2 Exam Preparation Guide], page 6 What's New in VMware vSAN 8.0
Question 2
Multiple choice
An administrator wants to assign a storage policy to a workload on a two-node vSAN OSA cluster consisting of three disk groups each with nested fault domains. The virtual machine must be protected against a disk or disk group failure. Which two storage policies meet these requirements? (Choose two.)
-
A
-
B
-
C
-
D
-
E
Reveal answer details
Close answer details
Correct answersC, E
ExplanationExplanation: To protect a virtual machine against a disk or disk group failure, the storage policy must have a failure tolerance method (FTM) of RAID-1 or RAID-6 and a failure to tolerate (FTT) value of at least 1. RAID-1 mirrors the data across multiple disk groups, while RAID-6 uses erasure coding to stripe the data and parity information across multiple disk groups. RAID-5 is not suitable for this scenario, as it can only tolerate one disk failure per stripe. FTT 2 or 3 would require more disk groups than available in the cluster. Therefore, the correct options are C and E. References: 1, page 8 2, section 3.1
A six-node vSAN ESA cluster contains multiple virtual machines, and a vSAN storage policy with the rule "Failures to tolerate" set to "1 failure - RAID-5 (Erasure Coding)" is assigned. A vSAN administrator has changed the rule in the assigned policy to "2 failures - RAID-6 (Erasure Coding)". What is the result of this change?
-
A
No changes occur until the policy is reapplied.
-
B
The changes are queued for 60 minutes.
-
C
The policy change is rejected immediately.
-
D
The updated policy is serially applied to the virtual machines.
Reveal answer details
Close answer details
Correct answerD
ExplanationExplanation: The updated policy is serially applied to the virtual machines is the correct answer because changing the rule in the assigned policy will trigger a policy compliance check and a resynchronization of the affected objects. The policy change will not be rejected, queued, or ignored, as it is a valid and supported operation. However, the policy change will not be applied in parallel, as that would cause too much network and disk traffic. Instead, the policy change will be applied one virtual machine at a time, starting with the most critical ones, until all virtual machines are compliant with the new policy. References: VMware vSAN Specialist v2 Exam Preparation Guide, page 9
An administrator is troubleshooting a vSAN performance issue. In the vSAN performance monitor there is a high latency on the vSAN cluster. What is a possible cause of this?
-
A
The Virtual Machines are using PVSCSI controllers.
-
B
Erasure Coding is disabled in the storage policy.
-
C
There is congestion in one or more disk groups.
-
D
Jumbo frames are not enabled on the VMkernel adapters.
Reveal answer details
Close answer details
Correct answerC
ExplanationExplanation: A possible cause of high latency on the vSAN cluster is that there is congestion in one or more disk groups. Congestion is a measure of how busy the storage devices are in handling I/O requests. When congestion is high, it means that the storage devices are overloaded and cannot process the requests fast enough, resulting in increased latency and reduced throughput. Congestion can be caused by various factors, such as insufficient cache capacity, disk failures, network issues, or heavy workload. The other options are not likely to cause high latency on the vSAN cluster. The Virtual Machines can use PVSCSI controllers without affecting latency, as they are optimized for high performance. Erasure Coding is a space efficiency feature that does not impact latency significantly. Jumbo frames are not required for vSAN, and enabling them does not guarantee lower latency. References: vSAN Performance Monitor; [vSAN Congestion Explained]
A vSAN administrator has an existing cluster where each ESXi host has the following: Disk group #1 with one cache device and three capacity devices. Disk group #2 with one cache device and two capacity devices. What must the vSAN administrator do to expand disk group #2 to have three capacity devices?
-
A
Create a new disk group with a single capacity device and then migrate the existing capacity devices
-
B
Add the new capacity device to the disk group and vSAN will automatically rebalance
-
C
Put the entire ESXi host in maintenance mode, evacuate all data, then add the new capacity device
-
D
Put the disk group in maintenance mode, evacuate all data, then add the new capacity device
Reveal answer details
Close answer details
Correct answerB
ExplanationExplanation: To expand disk group #2 to have three capacity devices, the vSAN administrator should add the new capacity device to the disk group and vSAN will automatically rebalance. This action allows the administrator to increase the storage capacity of the disk group without disrupting any ongoing operations or evacuating any data. vSAN will automatically distribute data across all devices in the disk group to balance performance and utilization. The other options are not correct. Creating a new disk group with a single capacity device and then migrating the existing capacity devices is not necessary, as it would require more steps and resources than adding a device to an existing disk group. Putting the entire ESXi host or the disk group in maintenance mode and evacuating all data is not required, as it would cause downtime and data movement that could be avoided by adding a device to an existing disk group. References: Add Devices to the Disk Group Expanding a vSAN Cluster
What is the purpose of host rebuild reserve in vSAN?
-
A
Reserves space for internal operations
-
B
Reserves space in case of single host failure
-
C
Stores vSphere HA heartbeats
-
D
Allocates capacity for vCLS
Reveal answer details
Close answer details
Correct answerB
ExplanationExplanation: The host rebuild reserve is a feature that allows vSAN to reserve space in the cluster for vSAN to be able to repair in case of a single host failure. This reservation is set to one host worth of capacity, which means that if one host in the vSAN cluster fails and no longer contributes storage, there is still sufficient capacity remaining in the cluster to rebuild and re-protect all vSAN objects. This feature prevents the creation of new VMs or powering on VMs if such operations consume the reserved space. By default, the host rebuild reserve is disabled, but it can be enabled in the vSAN Services configuration. The other options are not related to the hostrebuild reserve. References: vSAN Capacity Management in v7.0U1 Configure Reserved Capacity
A vSAN administrator has a vSAN cluster that is using vSphere Lifecycle Manager (vLCM) to manage hypervisor, server drivers, and firmware. All hosts in the cluster are compliant according to the vLCM image. A 10GB NIC on the servers is experiencing issues, and the vSAN administrator determines a new network driver will resolve the problem. Unfortunately, the required NIC driver is a newer version compared to the driver provided by the most recent Vendor Add-on. Which action should the vSAN administrator take to ensure the latest network driver is installed on the NIC before remediation?
-
A
Make sure the vLCM image is configured to use the most recent version of the Vendor Add-on
-
B
Add an individual component to the vLCM image that has the updated NIC driver
-
C
Remove theVendor Add-on from the vLCM image, and then manually install the network driver on the servers
-
D
Modify the vLCM image to omit the NIC Driver, and then manually update the servers with the required NIC driver
Reveal answer details
Close answer details
Correct answerB
ExplanationExplanation: To ensure the latest network driver is installed on the NIC before remediation, the vSAN administrator should add an individual component to the vLCM image that has the updated NIC driver. This action allows the administrator to override the driver provided by the vendor add-on and use a newer version that is compatible with the ESXi version and the hardware device. The administrator can add an individual component to the vLCM image by importing it from a ZIP file or selecting it from the vLCM depot. The other options are not correct. Making sure the vLCM image is configured to use the most recent version of the vendor add-on will not help, as the required NIC driver is a newer version than the one provided by the vendor add-on. Removing the vendor add-on from the vLCM image or modifying the vLCM image to omit the NIC driver will not ensure the latest network driver is installed on the NIC, as these actions will leave the NIC without any driver update. Manually installing or updating the network driver on the servers is not recommended, as it might cause inconsistency and non-compliance in the vLCM image. References: vSphere Lifecycle Manager Image Components [Add an Individual Component to an Image]
An administrator is tasked to create a Kerberos secured NFS v4.1 file share. Which information is minimally required during the configuration of the File Service?
-
A
Organizational Unit, User Account, Password
-
B
Active Directory Domain, User Account, Password
-
C
Kerberos Server, User Account, Password
-
D
Active Directory Domain. Organizational Unit, User Account. Password
Reveal answer details
Close answer details
Correct answerB
ExplanationExplanation: To create a Kerberos secured NFS v4.1 file share, the administrator needs to provide the following information during the configuration of the File Service: Active Directory Domain: The domain name of the Active Directory server that provides Kerberos authentication service for the NFS server and clients. For example, example.com. User Account: The user name of the Active Directory account that has permissions to join the NFS server to the domain and create service principal names (SPNs) for the NFS server. For example, [email protected]. Password: The password of the Active Directory account that is used for authentication. For example, P@ssw0rd. These information are required to enable Kerberos security for NFS 4.1 and allow the NFS server to obtain a Kerberos ticket from the Active Directory server. The administrator also needs to specify the NFS share name, path, and access permissions1 References: 1: VMware vSphere Storage Guide, page 118
What is the purpose of the TRIM/UNMAP process?
-
A
-
B
Repairs internal cache errors
-
C
Deletes orphaned snapshots
-
D
Reveal answer details
Close answer details
Correct answerD
ExplanationExplanation: The purpose of the TRIM/UNMAP process is to reclaim disk space that is no longer used by the guest operating system or the virtual machine. TRIM and UNMAP are commands that allow the guest operating system to inform the underlying storage layer that certain blocks are no longer in use and can be freed up. This process helps to improve storage efficiency and utilization,especially for thin-provisioned disks that grow dynamically as data is written to them. The other options are not correct. The TRIM/ UNMAP process does not collect vSAN log files, repair internal cache errors, or delete orphaned snapshots. These are different tasks that are performed by other tools or processes. References: Enabling TRIM/UNMAP Commands for VMware Cloud on AWS Clusters Reclaiming guest OS storage in VMware vSAN 6.7 U1 with TRIM/UNMAP process
Question 10
Single choice
A customer has deployed a new vSAN cluster with the following configuration: 5 x vSAN ReadyNodes All Flash 12 TB Raw Storage vSAN 8 is deployed with ESA. New VMs are configured with a RAID-5 VM policy. Which statement is accurate?
-
A
vSAN will use a 2+1 RAID-5 data placement scheme with parity will be used
-
B
RAID 5 will provide an FTT=2 level of protection in this case
-
C
vSAN will use a 4+1 RAID-5 data placement scheme with parity will be used
-
D
vSAN will spread the components across all of the disk groups
Reveal answer details
Close answer details
Correct answerC
ExplanationExplanation: vSAN will use a 4+1 RAID-5 data placement scheme with parity will be used is the correct answer because vSAN 8 ESA uses adaptive RAID-5 erasure coding that depends on the number of hosts in the cluster. If the cluster has 6 or more hosts, vSAN will use a 4+1 RAID-5 scheme, where the data is written as a stripe of 4 data bits and 1 parity bit across 5 hosts. This provides a failure tolerance of 1 (FTT=1) and a space efficiency of 1.25x. If the cluster has less than 6 hosts (3 to 5), vSAN will use a 2+1 RAID-5 scheme, where the data is written as a stripe of 2 data bits and 1 parity bit across 3 hosts. This also provides a failure tolerance of 1 (FTT=1) but a space efficiency of 1.5x. In this case, the cluster has 5 hosts, so vSAN will use the 4+1 RAID-5 scheme. The other options are incorrect for the following reasons: A, vSAN will use a 2+1 RAID-5 data placement scheme with parity will be used, is incorrect because vSAN will only use this scheme if the cluster has less than 6 hosts but more than 2 hosts. In this case, the cluster has 5 hosts, so vSAN will use the 4+1 RAID-5 scheme. B, RAID 5 will provide an FTT=2 level of protection in this case, is incorrect because RAID 5 can only provide an FTT=1 level of protection, regardless of the number of hosts or the data placement scheme. To achieve an FTT=2 level of protection, vSAN would need to use RAID 6 erasure coding, which requires at least 6 hosts in the cluster. D, vSAN will spread the components across all of the disk groups, is incorrect because vSAN will not necessarily spread the components across all of the disk groups in the cluster. vSAN will only spread the components across as many disk groups as needed to meet the storage policy requirements and to balance the load and capacity. In this case, vSAN will only need to spread the components across 5 disk groups for each stripe of RAID-5 data. References: VMware vSAN Specialist v2 Exam Preparation Guide, page 11 Adaptive RAID-5 Erasure Coding with the Express Storage Architecture in vSAN 8
Question 11
Single choice
An administrator must choose between deploying a virtual witness or a physical witness for a vSAN Stretched Cluster. The administrator eventually decides to use a virtual witness. What is a benefit of selecting this approach?
-
A
Increased vSAN datastore capacity
-
B
Shared metadata between separate clusters
-
C
Reduced vSphere licensing
-
D
Additional compute capacity for running VMs
Reveal answer details
Close answer details
Correct answerC
ExplanationExplanation: The correct answer is C, reduced vSphere licensing. This is because using a virtual witness appliance instead of a physical witness host can save on vSphere licensing costs, as the virtual witness appliance does not consume a vSphere license. The virtual witness appliance is a preconfigured virtual machine that runs ESXi and is distributed as an OVA file. It can be deployed on any ESXi host that has network connectivity to both data sites of the stretched cluster. The virtual witness appliance does not run any virtual machines other than itself and only hosts witness components of virtual machine objects. The other options are incorrect for the following reasons: A, increased vSAN datastore capacity, is incorrect because using a virtual witness appliance does not affect the vSAN datastore capacity. The witness appliance does not store any customer data, only metadata, such as the size and UUID of vSAN object and components. The witness appliance also does not contribute any storage devices to the vSAN datastore. B, shared metadata between separate clusters, is incorrect because using a virtual witness appliance does not enable sharing metadata between separate clusters. The witness appliance is dedicated to one stretched cluster and cannot serve as a witness for multiple clusters. The witness appliance maintains consistency between the two data sites of the stretched cluster by hosting witness components that act as tie-breakers in case of a site failure or network partition. D, additional compute capacity for running VMs, is incorrect because using a virtual witness appliance does not provide additional compute capacity for running VMs. The witness appliance does not run any VMs other than itself and does not participate in any compute operations of the stretched cluster. The witness appliance only hosts witness components that consume minimal CPU and memory resources. References: VMware vSAN Specialist v2 Exam Preparation Guide, page 11 Deploying a vSAN Witness Appliance
Question 12
Single choice
What is the minimum required number of hosts to provide data redundancy for a vSAN stretched cluster using dual-site mirroring and local protection with 1 failure - RAID-1 (Mirroring)?
-
A
-
B
-
C
-
D
Reveal answer details
Close answer details
Correct answerD
ExplanationExplanation: The minimum required number of hosts to provide data redundancy for a vSAN stretched cluster using dual-site mirroring and local protection with 1 failure - RAID-1 (Mirroring) is six hosts. This is because a vSAN stretched cluster requires at least three hosts per site, and each site must have enough hosts to tolerate one host failure. Therefore, the minimum configuration is three hosts per site, plus one witness host at a third site, for a total of six hosts. References: [VMware vSAN Specialist v2 EXAM 5V0- 22.23], page 14
|