An administrator needs to periodically send information about cluster efficiency via email to a set of users.
What should be configured to accomplish this task?
Correct Answer:D
To periodically send information about cluster efficiency via email to a set of users, the administrator can follow these steps:
✑ Create a report in Prism Central that contains the relevant information about cluster efficiency.
✑ Add a schedule to the report to generate and send the report via email to the set of users at a specified frequency.
This will ensure that the users receive regular updates about the cluster efficiency without the need for manual intervention.
What is the minimum time a newly created Deduplication storage policy takes to apply to the VMs in the container?
Correct Answer:C
https://portal.nutanix.com/page/documents/details?targetId=Prism-Central- Guide-vpc_2023_3:mul-cluster-storage-policy-pc-c.html
An administrator needs to report on any alerts generated by a Nutanix cluster that affected the cluster's availability over the past 10 days.
Which method should be used to locate these events?
Correct Answer:C
Reference: https://portal.nutanix.com/page/documents/details?targetId=Prism-Central- Guide-Prism-v55:mulalerts-management-pc-c.html
In the event of a disk failure, which process will immediately ad automatically scans Cassandra to find all data previously hosted on the failed disk, and all disks in that node?
Correct Answer:A
Curator is the process that runs on every node in a Nutanix cluster and is responsible for data management tasks such as deduplication, compression, erasure coding, and replication factor compliance. Curator also handles disk failure recovery by scanning Cassandra to find all data previously hosted on the failed disk, and all disks in that node. Curator then rebuilds the data on other nodes in the cluster using the distributed storage fabric1.
In Files, how many FSVMs are deployed by default?
Correct Answer:C
According to the Nutanix Files Guide, Nutanix Files instances are composed of a set of VMs (called FSVMs). Files requires at least three FSVMs running on three nodes to satisfy a quorum for high availability. By default, Files deploys three FSVMs when you create a file server instance.
An administrator manages an AHV cluster that is dedicated to a dev/test environment. The administrator receiving complaints from users that they are unable to create new VMs on the cluster.
After the reviewing the cluster, the administrator finds that the memory resources are almost fully utilized, with many VMs over-provisioned on memory.
What option is the most efficient resolution to enable additional VMs to be created?
Correct Answer:A
Enable Memory Overcommit on the over-provisioned VMs is the most efficient resolution to enable additional VMs to be created. Memory overcommit allows VMs to use more memory than physically available on a host by compressing and swapping memory pages to storage1. This can improve memory utilization and increase VM density on a cluster1. However, memory overcommit is not supported when HA is configured to use reserved hosts, so you may need to disable HA reservation on the cluster before enabling memory overcommit1.