An administrator is preparing for a firmware upgrade on a host and wants to manually migrate VMs before executing the LCM upgrade. However, one VM is unable to migrate while others migrate successfully.
Which action would fix the issue?
Answer : A
Which storage attributes do Storage Policies manage?
Answer : B
Storage Policies in Nutanix allow administrators to configure data protection and performance settings at the storage container level.
Replication Factor (RF) defines the number of copies of data stored across nodes for fault tolerance.
Encryption ensures that data at rest is protected via Nutanix-native encryption methods.
Option A (Storage Containers and Volume Groups) refers to storage organization, not policies.
Option C (Shares and Object Stores) applies to file and object storage services, not VM storage policies.
Option D (Data Protection and Security) is a broad term but does not define specific policy attributes.
References:
Nutanix Prism Element Storage Policies and Replication Factor (RF)
Nutanix Bible Storage Fabric and Data Resiliency
Nutanix KB Enabling Encryption in Storage Policies
An administrator using a dark site deployment for LCM is attempting to upgrade to the latest BIOS.
After completing an inventory scan, the administrator does not see the expected BIOS version available for upgrade.
What is the most likely reason the latest BIOS is not shown?
Answer : B
In a dark site deployment, LCM does not automatically fetch updates from the internet. The administrator must manually upload compatibility bundles.
Option B (The latest compatibility bundle has not been uploaded) is correct:
The compatibility bundle contains firmware mappings, allowing LCM to detect the correct BIOS version.
Option A is incorrect:
AOS does not need to be upgraded first for a BIOS update.
Option C is incorrect:
The BMC firmware does not always need updating before BIOS updates.
Option D is incorrect:
In a dark site deployment, LCM does not rely on an internet connection, so webserver access is not required.
References:
Nutanix LCM Guide Using Compatibility Bundles in Dark Sites
Nutanix KB Troubleshooting Firmware Updates in Dark Site Deployments
An administrator wants to ensure that DR snapshots are protected from inadvertent or malicious deletion without notification.
What would be the best way to accomplish this?
Answer : A
The Nutanix ECA course addresses data protection mechanisms, including how to safeguard disaster recovery (DR) snapshots from inadvertent or malicious deletion. Ensuring that DR snapshots are protected while providing notification requires a policy-based approach to control and monitor deletion actions. The ECA course emphasizes the use of Approval Policies in Prism Central to enforce oversight on critical operations like snapshot deletion.
Extract from Nutanix Enterprise Cloud Administration (ECA) Course Documents:
Module: Data Protection, Section: Approval Policies 'Approval Policies in Prism Central allow administrators to enforce review and approval for operations such as snapshot deletion. By creating an Approval Policy for DR snapshots, administrators can ensure that deletion requests are reviewed by designated approvers, preventing unauthorized or accidental deletions and providing notifications to relevant stakeholders.'
Module: Prism Central Management, Section: Policy Engine 'To protect critical resources like DR snapshots, an Approval Policy can be applied to require approval for deletion actions. This ensures that no snapshot is deleted without explicit authorization, and notifications are sent to approvers to maintain oversight.'
Explanation of Options:
A. Create and Apply an Approval Policy This is the correct answer. An Approval Policy in Prism Central is the best way to protect DR snapshots from inadvertent or malicious deletion. The policy requires designated approvers to review and authorize snapshot deletion requests, ensuring oversight and preventing unauthorized actions. Notifications are sent to approvers, meeting the requirement for awareness of deletion attempts. The ECA course highlights: 'Approval Policies are ideal for protecting critical data assets, such as DR snapshots, by enforcing a mandatory review process before deletion.'
B. Create and Apply an Alert Policy This is incorrect. Alert Policies in Nutanix are used to notify administrators of system events or thresholds (e.g., high CPU usage or disk failures) but do not prevent actions like snapshot deletion. While an Alert Policy could notify administrators after a deletion occurs, it does not provide proactive protection or require approval, failing to meet the question's requirements. The ECA course states: 'Alert Policies are reactive and designed to notify administrators of events, not to control or prevent actions like snapshot deletion.'
C. Assign DR Admin Role to users This is incorrect. Assigning a DR Admin Role grants users permissions to manage DR operations, including snapshot deletion, but does not add protection or notification mechanisms. In fact, it could increase the risk of deletion by granting more users access. The ECA course notes: 'The DR Admin Role provides administrative privileges for data protection tasks but does not enforce approval workflows or protect against unauthorized deletions.'
D. Create a Playbook to alert on event This is incorrect. Playbooks in Nutanix Flow or Prism Central are used to automate responses to events (e.g., scaling resources or sending alerts), but they are not designed to prevent snapshot deletion or enforce approval workflows. A Playbook could alert administrators after a deletion event, but it lacks the proactive control provided by an Approval Policy. The ECA course clarifies: 'Playbooks are suited for automated remediation or notifications but cannot enforce approval for actions like snapshot deletion.'
Additional Context from ECA:
Approval Policy Workflow: In Prism Central, an Approval Policy can be created under Policies > Approval Policies, specifying DR snapshots as the target resource and defining approvers. When a user attempts to delete a protected snapshot, the request is queued for approval, and notifications are sent to approvers via email or Prism Central's interface.
Use Case: For DR snapshots, which are critical for recovery, Approval Policies ensure that only authorized personnel can approve deletions, reducing the risk of data loss.
Supporting Reference from Web Results:
The Nutanix Bible (https://www.nutanix.com/go/the-nutanix-bible) supports the ECA documentation: 'Approval Policies in Prism Central provide granular control over operations like snapshot deletion, ensuring critical DR resources are protected through mandatory approval workflows.'
An administrator is tasked with protection of a business critical application. The application is running on a Linux VM and is using a custom DB that require application consistent snapshots for data integrity.
An administrator has written a pre_freeze and post_thaw scripts and placed them under /usr/local/sbin/.
During protection domain scheduled run an alert is generated:
Execution of the PostThaw Script Failed
Which two resolution steps could an administrator conduct to fix the issue? (Choose two.)
Answer : C, D
To resolve issues with application-consistent snapshots (script execution failures), two critical actions are needed:
NGT Service Status: From the ECA materials:
''The Nutanix Guest Tools (NGT) service is responsible for executing pre-freeze and post-thaw scripts for application-consistent snapshots. If NGT is not running, these scripts will not execute.''
Script Validation:
''Before relying on scheduled snapshot runs, execute pre-freeze and post-thaw scripts manually to ensure they complete successfully. This helps to rule out script logic or permission issues.''
Ownership or log review of the script path itself (A and B) are secondary and typically not root-cause resolution steps.
The team leads of a development environment want to limit developer access to a specific set of VMs.
What is the most efficient way to enable the team leads to directly manage these VMs?
Answer : C
The most efficient way to allow team leads to manage a specific set of VMs is by creating a Project (Option C) in Prism Central and assigning the team leads to that Project.
Nutanix Projects allow administrators to control VM access based on groups and permissions, ensuring that users only manage VMs assigned to their project.
Option A (Role Mapping) applies more broadly to roles but does not restrict access to specific VM groups.
Option B (VPC Admin) is related to network segmentation, not VM access control.
Option D (Security Policies) are used for network and firewall rules, not VM access control.
References:
Nutanix Prism Central Projects and Role-Based Access Control (RBAC)
Nutanix Bible Multi-Tenancy and Project-Based Access Control
Nutanix KB Setting Up Role-Based Access Control (RBAC) for Prism Central
An administrator has been tasked with developing a Prism Central Recovery Plan for 50 workloads that will be assigned new IP addresses and will need to utilize a new DNS server upon instantiation of workloads in the Disaster Recovery (DR) location.
What is the best way to accomplish this?
Answer : B
For workloads requiring new IP addresses and DNS server settings during DR recovery, using custom scripting within the Recovery Plan is the recommended and supported method.
From the Nutanix Enterprise Cloud Administration (ECA) course materials:
''Recovery Plans support scripting within the Recovery Sequence to enable administrators to perform post-recovery customization tasks, such as updating IP addresses, configuring DNS, or applying application-specific settings.''
''This scripting capability provides a flexible, automated approach to ensure that VMs are correctly reconfigured to operate within the DR environment's network and DNS settings.''
This avoids the need for manual reconfiguration post-recovery or adjusting settings in production prior to failover.