sondermann.cloud

Content dedicated to technology professionals who are starting their journey on the Nutanix platform


Honors, Awards, and Certifications

Category: Storage

  • How to list all disks in the Cluster or just in a CVM

    This is a good way to collect all disk serials in a Cluster or CVM, either to locate a faulty disk by its serial (issued as an alert in the Web GUI) or to do a simple inventory with only the available disks. To list all disks of the cluster, log on to a CVM…

  • 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