Cluster Protect Functionality Quiz
48 Questions
0 Views

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to lesson

Podcast

Play an AI-generated podcast conversation about this lesson

Questions and Answers

What is the primary function of Cluster Protect during failure events?

  • To recover multiple Prism Element clusters simultaneously
  • To provide redundancy for all services running in a cluster
  • To recover a Prism Element cluster using backups from AWS S3 buckets (correct)
  • To automatically convert unprotected VMs into protected states
  • What is the maximum number of entities a single Recovery Plan can recover in Cluster Protect?

  • 500 entities
  • 1000 entities (correct)
  • 1500 entities
  • 700 entities
  • Which services are protected by Cluster Protect?

  • Nutanix Kubernetes Engine and Reporting Template
  • Nutanix Files and LCM
  • Identity and Access Management and Networking (correct)
  • Catalog and VM templates
  • What is a requirement for enabling Cluster Protect functionality?

    <p>AOS version must be 6.8 or higher</p> Signup and view all the answers

    How many NC2 clusters can be protected by one Prism Central in Cluster Protect?

    <p>Five clusters</p> Signup and view all the answers

    Which of the following services continues to run but is not protected by Cluster Protect?

    <p>Nutanix Kubernetes Engine</p> Signup and view all the answers

    What happens if a failure is not AZ-wide and Prism Central remains unaffected?

    <p>The impacted cluster can be restored from the existing Prism Central</p> Signup and view all the answers

    Which of the following is NOT a service protected by Cluster Protect?

    <p>NCM Self-Service</p> Signup and view all the answers

    What is the required prefix for the S3 bucket name used to store UVM data?

    <p>nutanix-clusters-</p> Signup and view all the answers

    What must be done to the S3 buckets to ensure they are secure?

    <p>Block public access by default.</p> Signup and view all the answers

    Which command is used to disable cluster protection for an NC2 cluster?

    <p>nutanix@pcvm$ clustermgmt-cli unprotect-cluster -u cluster_uuid</p> Signup and view all the answers

    What are the requirements for the license tier to use Cluster Protect?

    <p>AOS Ultimate or NCI Ultimate</p> Signup and view all the answers

    What must be true about the subnets used for Prism Central and UVM?

    <p>They must be different subnets.</p> Signup and view all the answers

    What feature is used to back up Prism Central configurations to an S3 bucket?

    <p>Point-in-Time Backup</p> Signup and view all the answers

    What should you verify to ensure replication to the S3 bucket was successful?

    <p>Check the Prism Central protection status.</p> Signup and view all the answers

    Which statement is true about the installation of Nutanix Guest Tools (NGT)?

    <p>NGT must be installed on all UVMs.</p> Signup and view all the answers

    What happens if a cluster is already protected by the Cluster Protect feature?

    <p>No new DR policy can be created.</p> Signup and view all the answers

    What is essential for the S3 bucket used for Prism Central backups?

    <p>Must have mandatory configurations as listed in the guide.</p> Signup and view all the answers

    After disabling the Prism Central backup, what should be done next?

    <p>Run the command to disable cluster protection.</p> Signup and view all the answers

    How many IP addresses should be kept outside the DHCP pool for MST purposes?

    <p>At least 3 IP addresses</p> Signup and view all the answers

    Which of the following activities should NOT be done with the S3 buckets?

    <p>Store unrelated data.</p> Signup and view all the answers

    Which configuration setting should not be changed during Prism Central deployment?

    <p>Microservices Platform (MSP) settings</p> Signup and view all the answers

    What must be done if the AWS account is already added in the NC2 console?

    <p>Re-run the CloudFormation script.</p> Signup and view all the answers

    Which choice is not allowed for clusters protected by the Cluster Protect feature?

    <p>To hibernate the clusters.</p> Signup and view all the answers

    What is the first step required after recreating NC2 clusters and redeploying Prism Central?

    <p>Redeploy Multicloud Snapshot Technology</p> Signup and view all the answers

    Which command is used to list NC2 clusters registered with the recovery Prism Central?

    <p>nutanix@pcvm$ nuclei cluster.list</p> Signup and view all the answers

    What must be enabled before recovering UVM and Volume Groups data?

    <p>Disaster Recovery</p> Signup and view all the answers

    Which command is used to create a Recovery Plan for restoring UVM data?

    <p>nutanix@pcvm$ clustermgmt-cli create-recovery-plan -o UUID_OldPE -n UUID_NewPE</p> Signup and view all the answers

    What should you do after executing the recovery plans?

    <p>Access Prism Central to view the recovery plan execution results</p> Signup and view all the answers

    Which type of technology must be redeployed before recovering data?

    <p>Multicloud Snapshot Technology</p> Signup and view all the answers

    What information must be provided to the command for redeploying Multicloud Snapshot Technology?

    <p>IP addresses and PC-Subnet</p> Signup and view all the answers

    What is the command to list all subnets associated with the protected Prism Elements?

    <p>nutanix@pcvm$ clustermgmt-cli list-recovery-info -u UUID_OldPE</p> Signup and view all the answers

    What is the purpose of the command clustermgmt-cli finalize-recovery -u UUID_OldPE?

    <p>To remove category values and protection policies associated with old clusters</p> Signup and view all the answers

    Which command would you use to create a recovery plan on a Prism Central VM?

    <p>clustermgmt-cli create-recovery-plan</p> Signup and view all the answers

    What flag is necessary for specifying the old cluster UUID when creating a recovery plan?

    <p>--old_cluster_uuid</p> Signup and view all the answers

    Which statement is true about the deployment of the Cloud Snap Engine?

    <p>The S3 bucket name must be provided when deploying it.</p> Signup and view all the answers

    What must be done after recovering NC2 clusters according to the procedure?

    <p>Manually turn on all UVMs.</p> Signup and view all the answers

    In the command for creating a recovery plan, which output format is the default?

    <p>default</p> Signup and view all the answers

    What is not a valid flag for the clustermgmt-cli deploy-cloudSnapEngine command?

    <p>-z</p> Signup and view all the answers

    Which of the following is a requirement for the backup and recovery of Prism Central configuration on NC2 clusters running AOS 6.8 or later?

    <p>Point-in-Time Backup option on the Prism Central UI</p> Signup and view all the answers

    What is required to delete an MST using the delete-cloudSnapEngine command?

    <p>Force delete flag is optional.</p> Signup and view all the answers

    Which command retrieves a list of recovery information for a specific cluster?

    <p>clustermgmt-cli list-recovery-info</p> Signup and view all the answers

    What does the verbose flag do in the list-recovery-info command?

    <p>Provides detailed JSON output.</p> Signup and view all the answers

    What must be specified to successfully execute the protect-cluster command?

    <p>Cluster UUID must be provided.</p> Signup and view all the answers

    What format options are available when using the delete-cloudSnapEngine command?

    <p>Supported formats include default and JSON.</p> Signup and view all the answers

    In the finalize-recovery command, what is the purpose of the cluster UUID?

    <p>It identifies the old NC2 cluster to complete recovery.</p> Signup and view all the answers

    When using the protect-cluster command, what is the default retention count for local snapshots?

    <p>2</p> Signup and view all the answers

    Which option is not a part of the list-recovery-info command?

    <p>--local_snapshot_count</p> Signup and view all the answers

    Study Notes

    Cluster Protect Configuration

    • Nutanix Cloud Clusters (NC2) on AWS utilize local NVMe storage, mitigating data loss risks from Availability Zone (AZ) failures or bare-metal node termination.

    Protected Entities

    • VM configurations and snapshots (e.g., VM disks, volume groups)
    • Prism Central configuration data
    • Flow Network Security policies
    • Disaster Recovery (DR) configurations (protection policies, recovery plans, VM categories)
    • Data snapshots from EBS volumes attached to the cluster

    AOS 6.8 or Later Enhancements

    • When using AOS 6.8 or later, virtual Trusted Platform Module (vTPM) enabled AHV UVMs can be protected and recovered, storing snapshots in an S3 bucket.

    Cluster Protect Setup

    • Requires two Amazon S3 buckets: one for UVM and volume group data, and another for Prism Central configuration.
    • Requires AOS Ultimate or NCI Ultimate licensing tier.
    • Uses point-in-time backup feature in Prism Central UI for Prism Central configuration.

    Prerequisites for Cluster Protect

    • AOS version 6.8 or higher
    • Prism Central Version pc.2024.1 or higher
    • AOS Ultimate or NCI Ultimate licensing tier
    • Separate subnets for UVMs and Prism Central/Multicloud Snapshot Technology (MST)

    Limitations of Cluster Protect

    • Cluster Protect and protection policies cannot be used concurrently on the same cluster.
    • Protected clusters must reside in the same Availability Zone.
    • Clusters cannot be hibernated or terminated while protected by Cluster Protect.
    • Cannot be used with Flow Virtual Networking.
    • Recovered VDI clusters might consume more storage than initial.
    • Maximum of five clusters and 1000 entities (VMs/Volume Groups) can be protected.
    • Supported data sizes of up to 100 TB with a Multicloud Snapshot Technology

    Studying That Suits You

    Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

    Quiz Team

    Related Documents

    Description

    Test your knowledge on Cluster Protect and its features. This quiz covers various aspects such as its primary function during failure events, the entities that can be recovered, and the requirements for enabling Cluster Protect. Assess your understanding of the services and configurations associated with this crucial recovery tool.

    More Like This

    Cluster A Personality Disorder Quiz
    31 questions
    CLUSTER 1
    10 questions

    CLUSTER 1

    MesmerizingRuthenium avatar
    MesmerizingRuthenium
    Use Quizgecko on...
    Browser
    Browser