In 2022, I had the opportunity to take the Nutanix Certified Expert — Multicloud Infrastructure (NCX-MCI) certification exam, and in this article, I would like to talk a little about the certification and give some tips for preparation.
Notice: This is a translated version of my original post, written in 2022 after I passed this exam. Since then, a few things have changed, but the overall process is still the same.
As I wrote a few months ago, Nutanix released a new training and certification related to Nutanix Cloud Clusters (NC2) – Nutanix Certified Professional – Cloud Integration.
To get Nutanix Certified Professional – Cloud Integration 6 status, and badge, you don’t need to take both exams, but just one of them. So, schedule an exam today using a discount code and take an exam after April 30.
It’s not a common situation, but it does happen sometimes, especially in test clusters.
To change the admin password we need to connect to the CVM, for example, using the nutanix user, and reset the password:
$ ncli user reset-password user-name=admin password=MyStrong@Passw0rd
Password of user 'admin' reset successfully
Please login again with new credentials.
The password should be strong and between 8 and 255 characters. It should differ by at least 4 characters from previous password and it should not be from last 5 passwords.
Now you can connect to Prism and use the password you just set.
I have previously written about how to connect VBR to a Nutanix cluster, as well as how to create backup tasks and restore.
In this article, we will talk about a very important VBR functionality – Instant Recovery, support for which was added with the release of Nutanix AOS 6.0 STS and AOS 6.5 LTS.
VMware ESXi 8.0 Update 2b is out and contains a lot of bug fixes. One of the fixes I want to mention is a bug in CBT:
Changed Block Tracking (CBT) might not work as expected on a hot extended virtual disk:
In vSphere 8.0 Update 2, to optimize the open and close process of virtual disks during hot extension, the disk remains open during hot extend operations. Due to this change, incremental backup of virtual disks with CBT enabled might be incomplete, because the CBT in-memory bitmap does not resize, and CBT cannot record the changes to the extended disk block. As a result, when you try to restore a VM from an incremental backup of virtual disks with CBT, the VM might fail to start.
As a workaround, there were two options: not to use hot extend and perform disk extend operations when the VM is powered off, or create periodically full backups to reset the CBT.
So, if you’re running ESXi version 8.0 Update 2, you should consider updating to the 8.0 Update 2b as soon as possible.