Get guidance, share wins, and ensure smooth Nutanix deployments.
Recently active
I have old hardware that is no longer used for production and the server can only be turned back on after we repair it. Currently, I will use this hardware as a development server or backup server, but when I check the compatibility for NX Gen 3, it is no longer there. How can I find a version that is suitable for my Gen 3 server?
Hi All,When I try to run a playbook using the IP address PowerShell action, I get this error. I've already checked that the PC is reaching the WinRM ports and that CredSSP is enabled. Does anyone have any ideas? This is the error: Failed to execute action with error: Internal Error, neither credssp nor NTLM auth types are supported by the target machine Execution Start Time: 06/25/25, 08:31:07 PM Execution End Time: 06/25/25, 08:31:07 PM Result: FAILED InputUsername: user@domainPassword: ********Path to Script: thanks in advance.
I have to replace a 3 nodes G5 Nutanix cluster running with vSphere 7 Essentials Plus Edition (limited by design at 3 nodes only) by 3 new nodes.My first idea was to expand existing cluster with new nodes then removed old nodes one by one.But like the vSphere Essential Plus edition is limited to 3 ESXi hosts only i can not add prepared new nodes to my vCenter.🙄 What is the best method in my case to migrate to the new 3 nodes ? Thanks for your advises.Nicolas
In Nutanix Prism Central, Is there any top-level REST API that lists all supported API versions? like v2, 43, v4.0 etc.?In platforms like Pure Storage, etc., there's a REST API endpoint (e.g., GET /api/api_version) that returns a list of all supported API versions. It is useful for automation by dynamically retrieving supported REST API versions.Is there any such REST API endpoint in Nutanix?
Always failed when extracting home.qcow2 to img around 55 mins. This only happen on 3 nodes cluster. Anyone solved this problem?
Exception while creating Key DTO error while uploading trusted root certsPrivate key: No password protection, .key filePublic certificate: .crt file, server certificateCA certificate/Chain: .pem file, includes intermediate crt followed by root crtDuring import getting Exception while creating key DTO. * The .crt public certificate and the .key file has the same MD5 checksum. * .key file is not password protectedverified with openssl commands.
On all my latest sizing configs I seem to be unable to create a proposal.I get the following error: e.response.headers.get(...) is null Any idea where to look?
I am using Nutanix Move version 5.5.3 to migrate a Rocky Linux 8.8 VM running on ESXi to AOS 7.0. Although I have entered the correct guest OS username and password, the migration fails at the "Prepare Source VM" step without showing any specific error code—just a message like:“Could not authenticate to guest. Error: ServerFaultCode: Failed to authenticate with the guest operating system using the supplied credentials..”To troubleshoot, I verified the credentials, ensured VMware Tools is installed and running, and also tried with a Rocky Linux 8.10 VM, but the exact same issue occurred.Could you please advise what else I should check or configure?
We have 5 DX360 Gen11 nodes, one of which shows the following symptoms:It starts loading the Foundation image without any problems When the image loading process is complete, it does not restart and shuts down the server. The node is powered on, we repeat the image loading process, and the node shuts down again.
Hey.Looking at the new API v4, I want to get list of all VMs and take all of the exposed IP, but I notice there is no fields for IPv6. Is there some planning to support IPv6?
Hello, I Keep getting this error. I've tried downloading the ISO multiple times and used different USB sticks with various boot Tools like USB Key, Ventoy, and Rufus. Any tips?
Hello!! I have one of the nodes where I can’t ping it or reach it but I can reach the CVM after a failed update.I can still access the node with VNC through the IPMI. I run cluster status and saw this:CVM: 10.74.98.23 Maintenance I got them out of maintenance mode like this:ncli host edit id=000636af-8bc1-dd2d-13dc-1866da8b319f::5 enable-maintenance-mode=falseacli host.exit_maintenance_mode 10.74.98.22 I can see now that is no longer in maintenance mode but it still unpingable:nutanix@NTNX-20640147-A-CVM:10.74.98.21:~$ acli host.get 10.74.98.2210.74.98.22 { cclm_port_slots: 10 cclm_ports_assigned: 0 cpu_usage_ppm: 188358 cvm_memory_size_bytes: 21474836480 cvm_num_vcpus: 8 cvm_num_vnics: 3 cvm_uuid: "6e8a38fe-d70f-4aab-9f41-808af158b4c1" host_overhead_bytes: 5633585710 logical_timestamp: 439 max_mem_ha_reserved_bytes: 0 mem_assigned_bytes: 0 mem_usage_bytes: 35147780096 memory_size_bytes: 371301810176 node_state: "AcropolisNormal" num_cpus: 32 pool_size_bytes: 0 sched
Hi,Is there an API or command line for both configuring the Move applaince (eg environments) and the migrations themselves?Doesn’t seem to be anything obvious other than the “move deployer” which is only the initial VM deployment. ThanksRay
We recently acquired four new Lenovo HX630 V3 CN servers to deploy the latest Nutanix AHV and AOS. Our plan is to set these up on four AHVs and the latest Prism Central. According to the compatibility matrix, this configuration should be supported.I downloaded the latest AHV (AHV-DVD-x86_64-10.0.1-219) from the Nutanix portal and created a bootable USB. However, I encountered an error when attempting to boot into the Nutanix installation process.I understand that I need to use Foundation, but my servers are new and don’t have DiscoveryOS or something similar that would allow me to discover them with Foundation tools. Could you please advise on how to resolve this issue?
HiI am planning to migrate our monitoring system from API v3 to API v4. For the next 1.5 years, until API v3 is deprecated, it will be necessary to support both APIs.Based on my understanding, API v4 is supported from AOS version 6.8 and above. Our infrastructure includes a variety of PCs with different AOS versions, some of which are new (v7.0) and others that are older (v6.5) but still in use. Consequently, we need to continue utilizing API v3 for the older versions.To ensure seamless operation, I intend to implement backward compatibility to maintain both APIs until all PCs are updated, which is not expected to occur in the near future.Initially, I considered checking the AOS version or the supported API versions to determine the appropriate API version to use. Is there a general API call (not specific to any version) that can retrieve the AOS version? Please note that I do not utilize the official SDK and have developed my own implementation tailored to our specific requirements.Cu
Hi Team, im trying to get the vm details using rest api 3 version, by using the following payloadcurl -X 'POST' -uxxx:xx 'https://onwer.com:9440/api/nutanix/v3/vms/list' -H 'accept: application/json' -H 'Content-Type: application/json' -H 'X-Nutanix-Client-Type: ui' -d '{ "kind": "vm", "sort_attribute": "string", "length": 2000, "sort_order": "ASCENDING", "offset": 0}'Here, if you see the 2000 length I have specified, but it's giving 1000 values only. Is there any other limit we need to increase ?For the same rest api Also, I'm getting “RangeError: Maximum call stack size exceeded” in the REST API explorer. Any suggestions for this ?
Is there a way to receive a token that can the be sent to the launch console page. something like `https://{domain}/console/lib/noVNC-new/vnc.html?path=vnc/vm/{token}`That will let me bypass the login page of Prism console and allow me to open the console for a virtual machine directly ?
Currently I building the following versions: AHV ver,10.0.1 AOS ver,7.0.1DNS is configured on the CVM but it seems that the DNS settings are not synced on the AHV.I confirmed that the DNS settings were entered from Prism Element as well.Re-entering the DNS values did not fix the issue.If anyone knows the solution, please tell me
Hi Nutanix-Community, trying to create a Nutanix CE cluster with 4 nodes out of our old hardware. This are the specs of the nodes:2 x Node: - CPU: Intel(R) Xeon(R) Gold 6154 CPU @ 3.00GHz - Memory: 1.0Ti - Storage: 6x 3.5 TiB - Network: 2x Mellanox Technologies MT27710 Family [ConnectX-4 Lx]2x Node: - CPU: Intel(R) Xeon(R) Gold 6342 CPU @ 2.80GHz - Memory: 1.0Ti - Storage: 6x 3.5 TiB - Network: 2x Intel Corporation Ethernet Controller XXV710 for 25GbE SFP28I used following ISO image to install the nodes: - ISO used for install: phoenix.x86_64-fnd_5.6.1_patch-aos_6.8.1_ga.iso After I installed the nodes I run following command on one of the CVM to create a new cluster: - cluster -s 172.19.1.121,172.19.1.122,172.19.1.123,172.19.1.124 create But short after the cluster creation process stuck and shows the following message in a refreshing state: (Waiting about 12h but nothing has changed)Waiting on 172.19.1.121 (Up) to start:DynamicRingChangerPithosInsightsDBAthenaMercuryMantle
Hello, everyone.During the last Nutanix .NEXT event (05/07/2025), the partnership between Pure Storage and Nutanix was announced, enabling the use of Compute Only (CO) clusters integrated with Pure's FlashArray. (https://blog.purestorage.com/news-events/pure-storage-solution-with-nutanix/) When accessing Sizer, I still haven't found a specific option for pure "CO" where I can combine nutanix+pure. So I did the way I found, I selected "CO + SO", I can't exclude the nodes with "Storage Only" function, which makes it difficult to simulate the desired scenario. I would like to understand a few things, if anyone knows and can contribute with information:→ How to perform the correct sizing for "Compute Only" clusters integrated with a Pure Storage FlashArray? → Is it possible to configure Nutanix hosts with zero local disks, relying 100% on Pure's external storage? → Is there a recommended or supported limit of CO hosts per FlashArray? (example: I need at least 3xCO+Pure to ensure functional
Hi,Can someone please help me with some questions?We want to deploy our appliance in nutanix, appliance means , we have iso/ova images which we want to deploy in the nutanix on-premise hypervisor.Does the standard ova image will work without any issue or there are some considerations i need to take care of ?If i test it in the cloud cluster and use it without any issue, can i be sure that this works perfectly fine with the on-premise AHV hypervisor? if not what do i need to consider ?
Will there be a problem with regenerating the certs if Nutanix is at EOL with the hardware?
Hi Everyone,Imported the Witness VM OVA in Oracle VirtualBox for two node cluster and configured IP address. Failed to create cluster and stuck in waiting service to start. Any suggestions?
experiencing below error when i try to deploy Prism Central error appears when the process hits 100% but fils with the error. DNS server configured, No DNS records created(was getting a different error if i create DNS records) Encountered Exception in post_deployment step: Failed to enable micro services infrastructure on PC: Encountered error in cmsp sub task 'Performing CMSP prechecks': Prism Central is not compatible to enable Microservice Infrastructure:Unable to get cluster details from PE 172.20.10.11,Unable to get cluster details from PE 172.20.10.11,Unable to get cluster details from PE 172.20.10.11
We have a two node cluster running hyper-V and hardware has come to EOL.We need to replace the nodes with new supported hardware and I cannot find any documentation for this, specially for a two nodes cluster. Is there any documentation available or can anyone provide the procedure? I know hardware replacement is supported for two nodes clusters, I just cannot find instructions for it. Thanks in advance
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.