What is the most efficient way of enabling users to restore their files without administrator
intervention in multiple Files shares?
B
Explanation:
Nutanix Files allows users to restore their files from the snapshots taken by the protection policy. A
protection policy is a set of rules that defines how often snapshots are taken, how long they are
retained, and where they are replicated. A protection policy can be applied to one or more file
shares. To enable users to restore their files without administrator intervention, the administrator
must enable the Self Service Restore option for each share in the Files Console. This option adds a
hidden folder named .snapshot in each share, which contains all the snapshots taken by the
protection policy. Users can access this folder and browse the snapshots to find and restore their
files. The administrator can also configure the permissions and quota for the .snapshot
folder. Reference: Nutanix Files Administration Guide, page 75; Nutanix Files Self-Service Restore
Guide
What is the network requirement for a File Analytics deployment?
D
Explanation:
Nutanix File Analytics is a feature that provides insights into the usage and activity of file data stored
on Nutanix Files. File Analytics consists of a File Analytics VM (FAVM) that runs on a Nutanix cluster
and communicates with the File Server VMs (FSVMs) that host the file shares. The FAVM collects
metadata and statistics from the FSVMs and displays them in a graphical user interface (GUI). The
FAVM must be deployed on the same network as the FSVMs, which is the Client-side network. This
network is used for communication between File Analytics and FSVMs, as well as for accessing the
File Analytics UI from a web browser. The Client-side network must have DHCP enabled and must be
routable from the external hosts that access the file shares and File Analytics UI. Reference: Nutanix
Files Administration Guide, page 93; Nutanix File Analytics Deployment Guide
An administrator has been directed to configure Volumes to Nutanix's best practices for security.
What should the administrate! do to be compliant?
B
Explanation:
Nutanix Volumes is a feature that allows users to create and manage block storage devices (volume
groups) on a Nutanix cluster. Volume groups can be accessed by external hosts using the iSCSI
protocol. To secure volume groups from unauthorized access, Nutanix recommends configuring
CHAP (Challenge-Handshake Authentication Protocol) for each volume group in Prism Element.
CHAP is a security feature that authenticates iSCSI initiators and targets before allowing access to a
volume group. CHAP requires both the initiator and the target to have a shared secret (a password)
that is used to generate a challenge and a response during the authentication process. CHAP can
prevent unauthorized access to volume groups and protect data from malicious
attacks. Reference: Nutanix Volumes Administration Guide, page 25; Nutanix Volumes Security Guide
An administrator has been tasked with creating a distributed share on a single-node cluster, but has
been unable to successfully complete the task.
Why is this task failing?
D
Explanation:
A distributed share is a type of SMB share or NFS export that distributes the hosting of top-level
directories across multiple FSVMs, which improves load balancing and performance. A distributed
share cannot be created on a single-node cluster, because there is only one FSVM available. A
distributed share requires at least two nodes in the cluster to distribute the directories. Therefore,
the task of creating a distributed share on a single-node cluster will fail. Reference: Nutanix Files
Administration Guide, page 33; Nutanix Files Solution Guide, page 8
Refer to the exhibit.
What does the ‘’X’’ represent on the icon?
C
Explanation:
The “X” on the icon represents a distributed shared file, which is a file that belongs to a distributed
share or export. A distributed share or export is a type of SMB share or NFS export that distributes
the hosting of top-level directories across multiple FSVMs. The “X” indicates that the file is not
hosted by the current FSVM, but by another FSVM in the cluster. The “X” also helps to identify which
files are eligible for migration when using the Nutanix Files Migration Tool. Reference: Nutanix Files
Administration Guide, page 34; Nutanix Files Migration Tool User Guide, page 10
What is a prerequisite for deploying Smart DR?
D
Explanation:
Smart DR is a feature that allows share-level replication between active file server instances for
disaster recovery. To configure Smart DR, one of the prerequisites is to open TCP port 7515 on all
client network IPs (uni-directionally on the source and recovery file servers). This port is used for
communication between the FSVMs and the replication engine. Reference: Nutanix Files
Administration Guide, page 79; Nutanix Files Solution Guide, page 9
Which port is required between a CVM or Prism Central to insights,nutanix.com for Data Lens
configuration?
B
Explanation:
Data Lens is a SaaS that provides file analytics and reporting, anomaly detection, audit trails,
ransomware protection features, and tiering management for Nutanix Files. To configure Data Lens,
one of the network requirements is to allow HTTPS (port 443) traffic between a CVM or Prism Central
to insights.nutanix.com. This allows Data Lens to collect metadata and statistics from the FSVMs and
display them in a graphical user interface. Reference: Nutanix Files Administration Guide, page 93;
Nutanix Data Lens User Guide
An administrator needs to ensure maximum performance, throughput, and redundancy for the
company’s Oracle RAC on Linux implementation, while using the native method for securing
workloads.
Which configuration meets these requirements?
C
Explanation:
Volumes is a feature that allows users to create and manage block storage devices (volume groups)
on a Nutanix cluster. Volume groups can be accessed by external hosts using the iSCSI protocol. To
ensure maximum performance, throughput, and redundancy for Oracle RAC on Linux
implementation, while using the native method for securing workloads, the recommended
configuration is to use Volumes with MPIO (Multipath I/O) and a single vDisk (virtual disk). MPIO is a
technique that allows multiple paths between an iSCSI initiator and an iSCSI target, which improves
performance and availability. A single vDisk is a logical unit number (LUN) that can be assigned to
multiple hosts in a volume group, which simplifies management and reduces
overhead. Reference: Nutanix Volumes Administration Guide, page 13; Nutanix Volumes Best
Practices Guide
After configuring Smart DR, an administrator is unable see the policy in the Policies tab. The
administrator has confirmed that all FSVMs are able to connect to Prism Central via port 9440
bidirectional.
What is the possible reason for this issue?
B
Explanation:
Smart DR is a feature that allows share-level replication between active file server instances for
disaster recovery. To configure Smart DR, one of the prerequisites is to open TCP port 7575 for all
External/Client IPs of FSVMs on the Source and Target cluster. This port is used for communication
between the FSVMs and Prism Central. If this port is not open, Smart DR policies will not be visible in
the Policies tab in Prism Central. Reference: Nutanix Files Administration Guide, page 79; Nutanix
Files Solution Guide, page 9
An administrator needs to scale out an existing Files instance. Based on the Company’s
requirements, File instance has four FSVMs configured and needs to expand to six.
How many additional Client IP addresses and Storage IP addresses does the administrator require to
complete this task?
B
Explanation:
To scale out an existing Files instance, the administrator needs to add one Client IP and one Storage
IP for each additional FSVM. Since the Files instance needs to expand from four FSVMs to six FSVMs,
the administrator needs to add two Client IPs and two Storage IPs in total. The Client IPs are used for
communication between the FSVMs and the clients, while the Storage IPs are used for
communication between the FSVMs and the CVMs. Reference: Nutanix Files Administration Guide,
page 28; Nutanix Files Solution Guide, page 7
What are two ways to manage Objects? (Choose two.)
AC
Explanation:
There are two ways to manage Objects: PC (Prism Central) and API (Application Programming
Interface). PC is a web-based user interface that allows administrators to create, configure, monitor,
and manage Objects clusters, buckets, users, and policies. API is a set of S3-compatible REST APIs
that allows applications and users to interact with Objects programmatically. API can be used to
perform operations such as creating buckets, uploading objects, listing objects, downloading objects,
deleting objects, and so on. Reference: Nutanix Objects User Guide; Nutanix Objects API Reference
Guide
A Files administrator needs to generate a report listing the files matching those in the exhibit.
What is the most efficient way to complete this task?
A
Explanation:
The most efficient way to generate a report listing the files matching those in the exhibit is to use
Report Builder in File Analytics. Report Builder is a feature that allows administrators to create
custom reports based on various filters and criteria, such as file name, file type, file size, file owner,
file age, file access time, file modification time, file permission change time, and so on. Report
Builder can also export the reports in CSV format for further analysis or sharing. Reference: Nutanix
Files Administration Guide, page 97; Nutanix File Analytics User Guide
An existing Object bucket was created for backups with these requirements:
* WORM policy of one year
* Versioning policy of one year
* Lifecycle policy of three years
A recent audit has reported a compliance failure. Data that should be retained for three years has
been deleted prematurely.
How should the administrator resolve the compliance failure within Objects?
C
Explanation:
The administrator should resolve the compliance failure within Objects by modifying the existing
bucket WORM (Write-Once Read-Many) policy from one year to three years. WORM is a feature that
prevents anyone from modifying or deleting data in a bucket while the policy is active. WORM
policies help comply with strict data retention regulations that mandate how long specific data must
be stored. The administrator can extend the WORM retention period for a bucket at any time, but
cannot reduce it or delete it. By extending the WORM policy from one year to three years, the
administrator can ensure that data in the bucket is retained for the required duration and not deleted
prematurely. Reference: Nutanix Objects User Guide, page 17; Nutanix Objects Solution Guide, page
An administrator has discovered that File server services are down on a cluster.
Which service should the administrator investigation for this issue?
A
Explanation:
The service that the administrator should investigate for this issue is Minerva-nvm. Minerva-nvm is a
service that runs on each CVM and provides communication between Prism Central and Files
services. Minerva-nvm also monitors the health of Files services and reports any failures or alerts to
Prism Central. If Minerva-nvm is down on any CVM, it can affect the availability and functionality of
Files services on that cluster. Reference: Nutanix Files Administration Guide, page 23; Nutanix Files
Troubleshooting Guide
An administrator ha having difficulty enabling Data Lens for a file server.
What is the most likely cause of this issue?
C
Explanation:
The most likely cause of this issue is that the file server has been cloned. Cloning a file server is not a
supported operation and can cause various problems, such as Data Lens not being able to enable or
disable for the cloned file server. To avoid this issue, the administrator should use the scale-out
feature to add more FSVMs to an existing file server, or create a new file server from
scratch. Reference: Nutanix Files Administration Guide, page 28; Nutanix Files Troubleshooting
Guide, page 11