Category: SERVICES
-
Changing the time zone on a Nutanix cluster
We must first check the cluster’s current time zone. nutanix@NTNX-20SM57030209-A-CVM:200.86.244..11:~$ ncli cluster info Then we check all the cluster nodes to ensure they are all in the same time zone. nutanix@NTNX-20SM57030209-A-CVM:200.86.244..11:~$ allssh date================== 200.86.244..12 =================Tue Sep 24 12:13:22 -03 2024================== 200.86.244..13 =================Tue Sep 24 12:13:23 -03 2024================== 200.86.244..14 =================Tue Sep 24 12:13:24 -03 2024================== 200.86.244..15…
-
Clone disk between VMs on Nutanix cluster
How to move the disks from one VM to another VM In some scenarios, you may want to move the disks from one VM to another VM. In such cases, you may add VM disk to the Image service as described in the How to make Image from VM disk section or you can also…
-
Changing the Storage Container VM
When creating a virtual machine in the wrong storage container, with this command you can place your virtual machine in the correct storage container. Syntax Command: acli vm.update_container [VM NAME] container=[destination container] wait=false Command examples: acli vm.update_container nxctic002 container=SelfServiceContainer wait=false acli vm.update_container exchange03 container=CONT_RF2_GEN_WORKLOADS wait=false
-
How to list SSD and HDD capacity and usage of Nutanix cluster
With this command, we can immediately list the total storage capacity of Nutanix separated by SSD and HDD (or other) tier. ncli storagetier ls
-
What and when did the last update occur?
This document is under development We need to know when we updated each product and its previous versions AOS, AHV, NCC, Foundation and firmware components (BIOS, BMC, SATA drives, NICs, etc): lcm_upgrade_status nutanix@NTNX–A-CVM:200.150.108.3:~$ lcm_upgrade_statusRunning python version – Python 3.9.18 Ongoing upgrades in current batch:No upgrade is in progress Finished upgrades: Up to 5 previously finished…
-
Nutanix CVM: What time is it? Ask to NTP Server
If the health check doesn’t pass, the cluster operation may be at risk of various symptoms or impacts. Some examples:
-
Follow the Leader – Nutanix Cluster Services
It happened to me when I was looking for a solution to the problem when we were using the LCM (update service). When you request the inventory procedure and use a CVM (the LCM service leader) that has issues that need to be fixed, the leader of this service, LCM, will report a failed status….