Vendor: Nutanix
Certifications: Nutanix Certifications
Exam Code: NCM-MCI-6.5
Exam Name: Nutanix Certified Master - Multicloud Infrastructure (NCM-MCI) v6.5
Updated: May 23, 2026
Q&As: 16
Note: Product instant download. Please sign in and click My account to download your product.
The NCM-MCI-6.5 Questions & Answers covers all the knowledge points of the real exam. We update our product frequently so our customer can always have the latest version of the brain dumps. We provide our customers with the excellent 7x24 hours customer service. We have the most professional expert team to back up our grate quality products. If you still cannot make your decision on purchasing our product, please try our free demo.
Experience
Pass4itsure.com exam material in PDF version.
Simply submit your e-mail address below to get
started with our PDF real exam demo of your
Nutanix NCM-MCI-6.5 exam.
Instant download
Latest update demo according to real exam
VCE
CORRECT TEXT
Task 8
Depending on the order you perform the exam items, the access information and credentials could change. Please refer to the other item performed on Cluster B if you have problems accessing the cluster.
The infosec team has requested that audit logs for API Requests and replication capabilities be enabled for all clusters for the top 4 severity levels and pushed to their syslog system using highest reliability possible. They have requested no other logs to be included.
Syslog configuration:
Syslog Name: Corp_syslog
Syslop IP: 34.69.43.123
Port: 514
Ensure the cluster is configured to meet these requirements.
A. Answer: See the for step by step solution.
Correct Answer: A
To configure the cluster to meet the requirements of the infosec team, you need to do the following steps:
Log in to Prism Central and go to Network > Syslog Servers > Configure Syslog Server. Enter Corp_syslog as the Server Name, 34.69.43.123 as the IP Address, and 514 as the Port. Select TCP as the Transport Protocol and enable RELP
(Reliable Logging Protocol). This will create a syslog server with the highest reliability possible. Click Edit against Data Sources and select Cluster B as the cluster. Select API Requests and Replication as the data sources and set the log level
to CRITICAL for both of them. This will enable audit logs for API requests and replication capabilities for the top 4 severity levels (EMERGENCY, ALERT, CRITICAL, and ERROR) and push them to the syslog server. Click Save.
Repeat step 2 for any other clusters that you want to configure with the same requirements.


To configure the Nutanix clusters to enable audit logs for API Requests and replication capabilities, and push them to the syslog system with the highest reliability possible, you can follow these steps:
Log in to the Nutanix Prism web console using your administrator credentials. Navigate to the "Settings" section or the configuration settings interface within Prism. Locate the "Syslog Configuration" or "Logging" option and click on it.
Configure the syslog settings as follows:
Syslog Name: Enter "Corp_syslog" as the name for the syslog configuration. Syslog IP: Set the IP address to "34.69.43.123", which is the IP address of the syslog system.
Port: Set the port to "514", which is the default port for syslog. Enable the option for highest reliability or persistent logging, if available. This ensures that logs are sent reliably and not lost in case of network interruptions.
Save the syslog configuration.
Enable Audit Logs for API Requests:
In the Nutanix Prism web console, navigate to the "Cluster" section or the cluster management interface.
Select the desired cluster where you want to enable audit logs. Locate the "Audit Configuration" or "Security Configuration" option and click on it. Look for the settings related to audit logs and API requests. Enable the audit logging feature and
select the top 4 severity levels to be logged.
Save the audit configuration.
Enable Audit Logs for Replication Capabilities:
In the Nutanix Prism web console, navigate to the "Cluster" section or the cluster management interface.
Select the desired cluster where you want to enable audit logs. Locate the "Audit Configuration" or "Security Configuration" option and click on it. Look for the settings related to audit logs and replication capabilities. Enable the audit logging
feature and select the top 4 severity levels to be logged.
Save the audit configuration.
After completing these steps, the Nutanix clusters will be configured to enable audit logs for API Requests and replication capabilities. The logs will be sent to the specified syslog system with the highest reliability possible.
ncli
https://portal.nutanix.com/page/documents/kbs/details?targetId=kA00e0000009CEECA2
CORRECT TEXT
Task 9
Part1
An administrator logs into Prism Element and sees an alert stating the following:
Cluster services down on Controller VM (35.197.75.196)
Correct this issue in the least disruptive manner. Part2
In a separate request, the security team has noticed a newly created cluster is reporting.
CVM [35.197.75.196] is using thedefaultpassword.
They have provided some new security requirements for cluster level security.
Security requirements:
Update the default password for the root user on the node to match the admin user password: Note: 192.168.x.x is not available. To access a node use the Host IP (172.30.0.x) from a CVM or the supplied external IP address.
Update the default password for the nutanix user on the CVM to match the admin user password.
Resolve the alert that is being reported.
Output the cluster-wide configuration of the SCMA policy to Desktop\Files\output.txt before changes are made.
Enable the Advance intrusion Detection Environment (AIDE) to run on a weekly basis for the cluster.
Enable high-strength password policies for the cluster.
Ensure CVMs require SSH keys for login instead of passwords. (SSH keys are located in the Desktop\Files\SSH folder).
Ensure the clusters meets these requirements. Do not reboot any cluster components.
A. Answer: See the for step by step solution.
Correct Answer: A
To correct the issue of cluster services down on Controller VM (35.197.75.196) in the least disruptive manner, you need to do the following steps:
Log in to Prism Element using the admin user credentials. Go to the Alerts page and click on the alert to see more details. You will see which cluster services are down on the Controller VM. For example, it could be cassandra, curator,
stargate, etc.
To start the cluster services, you need to SSH to the Controller VM using the nutanix user credentials. You can use any SSH client such as PuTTY or Windows PowerShell to connect to the Controller VM. You will need the IP address and the
password of the nutanix user, which you can find in Desktop\Files\SSH\nutanix.txt. Once you are logged in to the Controller VM, run the command:
cluster status | grep -v UP
This will show you which services are down on the Controller VM.
To start the cluster services, run the command:
cluster start
This will start all the cluster services on the Controller VM. To verify that the cluster services are running, run the command:
cluster status | grep -v UP
This should show no output, indicating that all services are up. To clear the alert, go back to Prism Element and click on Resolve in the Alerts page. To meet the security requirements for cluster level security, you need to do the following
steps:
To update the default password for the root user on the node to match the admin user password, you need to SSH to the node using the root user credentials. You can use any SSH client such as PuTTY or Windows PowerShell to connect to
the node. You will need the IP address and the password of the root user, which you can find in Desktop\Files\SSH\root.txt.
Once you are logged in to the node, run the command:
passwd
This will prompt you to enter a new password for the root user. Enter the same password as the admin user, which you can find in Desktop\Files\SSH\admin.txt. To update the default password for the nutanix user on the CVM to match the
admin user password, you need to SSH to the CVM using the nutanix user credentials. You can use any SSH client such as PuTTY or Windows PowerShell to connect to the CVM. You will need the IP address and the password of the nutanix
user, which you can find in Desktop\Files\SSH\nutanix.txt.
Once you are logged in to the CVM, run the command:
passwd
This will prompt you to enter a new password for the nutanix user. Enter the same password as the admin user, which you can find in Desktop\Files\SSH\admin.txt. To resolve the alert that is being reported, go back to Prism Element and click
on Resolve in the Alerts page.
To output the cluster-wide configuration of SCMA policy to Desktop\Files\output.txt before changes are made, you need to log in to Prism Element using the admin user credentials. Go to Security > SCMA Policy and click on View Policy
Details. This will show you the current settings of SCMA policy for each entity type. Copy and paste these settings into a new text file named Desktop\Files\output.txt. To enable AIDE (Advanced Intrusion Detection Environment) to run on a
weekly basis for the cluster, you need to log in to Prism Element using the admin user credentials. Go to Security > AIDE Configuration and click on Enable AIDE. This will enable AIDE to monitor file system changes on all CVMs and nodes in
the cluster. Select Weekly as the frequency of AIDE scans and click Save. To enable high-strength password policies for the cluster, you need to log in to Prism Element using the admin user credentials.
Go to Security > Password Policy and click on Edit Policy. This will allow you to modify the password policy settings for each entity type.
For each entity type (Admin User, Console User, CVM User, and Host User), select High Strength as the password policy level and click Save. To ensure CVMs require SSH keys for login instead of passwords, you need to log in to Prism
Element using the admin user credentials.
Go to Security > Cluster Lockdown and click on Configure Lockdown. This will allow you to manage SSH access settings for the cluster.
Uncheck Enable Remote Login with Password. This will disable password-based SSH access to the cluster.
Click New Public Key and enter a name for the key and paste the public key value from Desktop\Files\SSH\id_rsa.pub. This will add a public key for key-based SSH access to the cluster.
Click Save and Apply Lockdown. This will apply the changes and ensure CVMs require SSH keys for login instead of passwords.
Part1
Enter CVM ssh and execute:
cluster status | grep -v UP
cluster start
If there are issues starting some services, check the following:
Check if the node is in maintenance mode by running the ncli host ls command on the CVM. Verify if the parameter Under Maintenance Mode is set to False for the node where the services are down. If the parameter Under Maintenance
Mode is set to True, remove the node from maintenance mode by running the following command:
nutanix@cvm$ ncli host edit id=
You can determine the host ID by usingncli host ls. See the troubleshooting topics related to failed cluster services in the Advanced Administration Guide available from the Nutanix Portal'sSoftware Documentationpage. (Use the filters to
search for the guide for your AOS version). These topics have information about common and AOS-specific logs, such as Stargate, Cassandra, and other modules.
Check for any latest FATALs for the service that is down. The following command prints all the FATALs for a CVM. Run this command on all CVMs. nutanix@cvm$ for i in `svmips`; do echo "CVM: $i"; ssh $i "ls -ltr /home/nutanix/data/logs/
*.FATAL"; done
NCC Health Check: cluster_services_down_check (nutanix.com) Part2
Vlad Drac2023-06-05T13:22:00I'll update this one with a smaller, if possible, command Update the default password for the rootuser on the node to match the admin user password
echo -e "CHANGING ALL AHV HOST ROOT PASSWORDS.\nPlease input new password:
"; read -rs password1; echo "Confirm new password: "; read -rs password2; if [ "$password1" == "$password2" ]; then for host in $(hostips); do echo Host $host; echo $password1 | ssh root@$host "passwd --stdin root"; done; else echo "The
passwords do not match"; fi
Update the default password for the nutanix user on the CVM sudo passwd nutanix
Output the cluster-wide configuration of the SCMA policy ncli cluster get-hypervisor-security-config
Output Example:
nutanix@NTNX-372a19a3-A-CVM:10.35.150.184:~$ ncli cluster get-hypervisor-security- config
Enable Aide : false
Enable Core : false
Enable High Strength P... : false
Enable Banner : false
Schedule : DAILY
Enable iTLB Multihit M... : false
Enable the Advance intrusion Detection Environment (AIDE) to run on a weekly basis for the cluster.
ncli cluster edit-hypervisor-security-params enable-aide=true ncli cluster edit-hypervisor-security-params schedule=weekly
Enable high-strength password policies for the cluster. ncli cluster edit-hypervisor-security-params enable-high-strength-password=true
Ensure CVMs require SSH keys for login instead of passwords https://portal.nutanix.com/page/documents/kbs/details?targetId=kA0600000008gb3CAA


CORRECT TEXT Task 14 The application team has requested several mission-critical VMs to be configured for disaster recovery. The remote site (when added) will not be managed by Prism Central. As such, this solution should be built using the Web Console.
Disaster Recovery requirements per VM: Mkt01 RPO: 2 hours Retention: 5 snapshots Fin01 RPO: 15 minutes Retention: 7 days Dev01 RPO: 1 day Retention: 2 snapshots Configure a DR solution that meets the stated requirements. Any objects created in this item must start with the name of the VM being protected. Note: the remote site will be added later
A. Answer: See the for step by step solution.
Correct Answer: A
To configure a DR solution that meets the stated requirements, you can follow these steps:
Log in to the Web Console of the source cluster where the VMs are running. Click on Protection Domains on the left menu and click on Create Protection Domain. Enter a name for the protection domain, such as PD_Mkt01, and a description
if required.
Click Next.
Select Mkt01 from the list of VMs and click Next. Select Schedule Based from the drop-down menu and enter 2 hours as the interval. Click Next.
Select Remote Site from the drop-down menu and choose the remote site where you want to replicate the VM. Click Next.
Enter 5 as the number of snapshots to retain on both local and remote sites. Click Next. Review the protection domain details and click Finish. Repeat the same steps for Fin01 and Dev01, using PD_Fin01 and PD_Dev01 as the protection
domain names, and adjusting the interval and retention values according to the requirements.


zia
PakistanI took my exam yesterday and passed. Questions are valid. Customer support was great. Thanks for your help.
Jo
Indiahi guys this dumps is enough to pass the exam because i have passed the exam just with the help of this dumps, so you can do it.
Zwe Thu Ko
DenmarkTheir dumps is a very recent update. All the new questions are there! Recommend.
Branden
Sri LankaI passed. Good luck to you.
souam
MoroccoThere are many new questions in the dumps and the answers are accurate and correct. I finished my exam with high score this morning, thanks very much.
Octavio
IndiaBefore attending the exam, I have studied every question and answer. when i seated for exam, I felt confident in every question. At last, I passed the exam with high score without doubt.Thanks for this valid dumps.
zill
United KingdomWith the help of this dumps, i passed the exam perfectly. Thanks a lot.
Osman
FranceI have tested yet. I prepared my exam only with their materials. Recommend.
Tad
United StatesSimulation still valid..passed with a score of 917 :-D
Pin
CanadaThats it for this exam! Gave my test today and passed. Thank to the site. All the best!
All the products and all the demos on Pass4itsure.com are in PDF version which designed exactly according to the real exam questions and answers. We have free demos for almost all of our products and you can try our demos before buying.
All the latest Q&As are created directly correspond to the real questions and answers by professionals and ensured by experts to guarantee the accuracy. If you understand the knowledge points provided in our Q&As, you can pass the exam easily.
All the products are updated frequently but not on a fixed date. Our professional team pays a great attention to the exam updates and they always upgrade the content accordingly.
The free update offer is only valid for one year after you've purchased the products. If you still want to update your questions after one year, login your account in our site, and you can get the new one with 50% discounts.
After your order has been confirmed, you will be able to download the product instantly. You need to log in your account-click My Account-click the Invoice or Detail, then you will go to the download page. Click the download button to download the product.If it shows "Exam updating. Please download it later." It means there are latest updates for your exam and our expert team is revising the exam. We will send you it via email or you may download it later.
You can enjoy one year free update after your purchase.
Product validation period cannot be extended. But you can renew your product. Please login your account and click the 'Renew' button next to each expired product in your User Center. Renewal of expired product is 50% of the original price and you can use it for another one year.
For Lab user, Adobe Reader and AVI player are required.
Set WinZip as your primary decompress tools which you can download at http://www.winzip.com.
We currently only accepts payments with PayPal (www.paypal.com).
You may contact us to report the case and we will help you to reset your password.
We respect your privacy and, therefore, we do not sell or rent the personal information you provide to us to any third party you do not wish us to do so. Upon your request, we will not share your personal information with any unaffiliated third party. One of our highest priorities is to ensure your privacy and peace of mind by employing some of the most advanced online security in the industry. Every step of the way, we provide you with the state-of-the-art encryption of all data transmitted between your computer and our secure site.
We use the US dollar as the currency in most of our transaction and if you paid in other currency such as Pound, Euro or any other, they will be converted using our real –time currency exchange, so there may be different of your bill.
We do not charge any extra fee. But you may be charged the transaction fee by your bank. You can contact your bank to make sure. We do not take any extra money from our customers.
We offer some discounts to our customers. There is no limit to some special discount. You can check regularly of our site to get the coupons.
Yes. Our PDF of NCM-MCI-6.5 exam is designed to ensure everything which you need to pass your exam successfully. At Pass4itsure.com, we have a completely customer oriented policy. We invite the rich experience and expert knowledge of professionals from the IT certification industry to guarantee the PDF details precisely and logically. Our customers' time is a precious concern for us. This requires us to provide you the products that can be utilized most efficiently.
Yes. We provide 7/24 customer help and information on a wide range of issues. Our service is professional and confidential and your issues will be replied within 12 hous. Feel free to send us any questions and we always try our best to keeping our Customers Satisfied.
Yes, once there are some changes on NCM-MCI-6.5 exam, we will update the study materials timely to make sure that our customer can download the latest edition. The updates are provided free for 120 days.
Any Pass4itsure.com user who fails the corresponding exam has 30 days from the date of purchase of Exam on Pass4itsure.com for a full refund. We can accept and arrange a full refund requests only if your score report or any relevant filed be confirmed.

Home | Contact Us | About Us | FAQ | Guarantee & Policy | Privacy & Policy | Terms & Conditions | How to buy
Copyright © 2026 pass4itsure.com. All Rights Reserved

Printable PDF