The Foundation for Your Hybrid Cloud
Recently active
As part of It I was deployed a two nutanox clusters, Here is my terraform output nutanix_cluster1_bastion_public_ip = "145.40.91.141"nutanix_cluster1_cvim_ip_address = "192.168.98.16"nutanix_cluster1_iscsi_data_services_ip = "192.168.99.253"nutanix_cluster1_prism_central_ip_address = "192.168.99.252"nutanix_cluster1_ssh_forward_command = "ssh -L 9440:192.168.98.16:9440 -L 19440:192.168.99.252:9440 -i /Users/vasubabu/Equinix/terraform-equinix-metal-nutanix-cluster/examples/nutanix-clusters/ssh-key-s6shy root@145.40.91.141"nutanix_cluster1_ssh_private_key = "/Users/vasubabu/Equinix/terraform-equinix-metal-nutanix-cluster/examples/nutanix-clusters/ssh-key-s6shy"nutanix_cluster1_virtual_ip_address = "192.168.99.254"nutanix_cluster2_bastion_public_ip = "145.40.91.33"nutanix_cluster2_cvim_ip_address = "192.168.100.153"nutanix_cluster2_iscsi_data_services_ip = "192.168.103.253"nutanix_cluster2_prism_central_ip_address = "192.168.103.252"nutanix_cluster2_ssh_forward_command = "ssh -L 9440:192
Please let me know what I am missing, I have tried installing inside vmWare ESXI 8.0 or bare metal Dell powerEdge 110 II server, both attempts are failing, multiple tried, I am using USB bootable drive, and following installer:https://download.nutanix.com/ce/2023.03.01/phoenix-ce2.0-fraser-6.5.2-stable-fnd-5.3.4-x86_64.iso Many Thanks!
Dears:We will do “Test Failover” in Prism for a recovery plan. My question is: How to know "Test Failover" brings which recover point for Disaster Recovery (formerly Leap)?The latest available recovery point? The first available recovery point?
I posted last year about moving PC from a non-nutanix cluster running ESX to a nutanix cluster running ESX but we didn’t do the work at the time. Now the goalposts have moved a little, or will be and I think things will be a little bit more complicated!So to recap;currently PC (pc.2022.6.0.9) runs on a non-nutanix cluster ESX 7.xwe have 2 nutanix clusters running ESX 7.xwe will be purchasing a new cluster which we intend to run AHV onwe will then migrate all the VM’s from the two nutanix esx clusters to the new AHV clusterwe will possibly also be migrating our native Azure VM’s to Nutanix NC2 in Azure. We want to move our current PC to the new AHV cluster once its purchased. So the question is how? I was thinking of using MOVE. AIso note we AREN'T running microservices on our PC
Hello,With the Nutanix Powershell v1.0 cmdlets, I was able to use a customization file:$VMCustomizationFile = "adsf:///Transfer/VMCustomization/unattend.xml"$VMCustomization = New-NTNXObject -Name VMCustomizationConfigDTO$VMCustomization.userdataPath = $VMCustomizationFileNew-NTNXVirtualMachine -Name $VMName -NumVcpus $vCPU -MemoryMb $MemmoryMB -BootConfig $Boot -VmCustomizationConfig $VMCustomizationI have now rebuilt my script with the Powershell v2.0 cmdlets, and everything is working except the customization part. I cannot find anything about customization in the v2.0 cmdlets reference. 😞$VMCustomization = New-NutanixObject -Name VMCustomizationConfig$VMCustomization.userdataPath = $VMCustomizationFileHas anyone else successfully used a customization file when creating a VM with the Powershell v2 cmdlets?
nutanix@NTNX-6f6eded4-A-CVM:172.22.1.6:~$ acli vm.on testtest: pendingtest: UncaughtException: Traceback (most recent call last):----- test -----UncaughtException: Traceback (most recent call last): File "build/bdist.linux-x86_64/egg/ergon/client/legacy/base_task.py", line 533, in _resume File "build/bdist.linux-x86_64/egg/acropolis/hypervisor/host.py", line 80, in wrapper File "build/bdist.linux-x86_64/egg/acropolis/vm/set_power_state_task.py", line 506, in _run File "build/bdist.linux-x86_64/egg/acropolis/vm/set_power_state_task.py", line 1481, in _power_on File "/usr/lib64/python2.7/contextlib.py", line 24, in __exit__ self.gen.next() File "build/bdist.linux-x86_64/egg/acropolis/vm/set_power_state_task.py", line 1474, in _power_on File "build/bdist.linux-x86_64/egg/acropolis/vm/set_power_state_task.py", line 1049, in _power_state_transition_helper File "build/bdist.linux-x86_64/egg/acropolis/vm/set_power_state_task.py", line 929, in _power_state_transition_iterative_helpe
I want to know complete steps to deploy/implement Nutanix AHV as standalone on Nutanix nodes or as cluster, need complete guidance or steps to deploy.
Hi All,I am new to Nutanix Environment. I have been tasked to troubleshoot a customer Nutanix environment. In the Nutanix cluster storage utilization is at a critical stage, and Customer VMs are behaving strangely. VMs are gradually becoming unresponsive and we are greeted with 2048 screen stating VM boot disk are not found although the cluster storage shows 2 TiB available (I know its extremely low, things might not work). The most important part is we have already deleted almost around 15TiB of storage but we are not seeing an increment in the available storage resource. (its stuck at 2TiB). The customer environment is out of support subscription, and they are not able to renew due to their internal financial issue. Cluster version: 5.10.5 LTS Pro LicenseStorage: 2TiB free of 55TiBNumber of Nodes: 4RF=2Data Resiliency Status: Critical I will be very grateful for any help and suggestions. Thank You
Hi,My team have just upgraded our lab to pc2004.1 and my Ansible role to retrieve category information has stopped working… It now returns:ok: [localhost] => result: changed: false error: 'HTTP Error 401: UNAUTHORIZED' failed: true msg: 'Failed fetching URL: https://gbh-pcs-l01.fqdn:9440/api/nutanix/v3/categories/list' response: null status_code: 401the play used is as simple as it gets:--- - name: test getting all categories ntnx_categories_info: nutanix_host: "{{ prism_url }}" nutanix_username: "{{ prism_user }}" nutanix_password: "{{ prism_password }}" validate_certs: false register: result ignore_errors: true - debug: var: resultit worked on our old version, and my equivalent ‘get_subnet_info’ and ‘get_vm_info’ still work fine, so I’m leaning towards a change in permissions for Categories in pc2004.1?The team has tried randomly applying permissions to the account used without luck. Any thoughts gratefully received!
Hi,Nutanix friends,I’m considering to choice many disks hardware using NCI Edge license.In actually I need 800TB effective capacity.However in my recognation,using NCI Edge licence is not over 5nodes each cluster.Which hardware shoud I choice?Perhaps,NX-8055-G9 is the most disks installed,180TB hdd per node.
Hello Colleagues,. I am trying to create golden image with customized parationing in alma linux with packer. how can i acheive that can somebody suggest please. I have tried to customized the iso file during installation , it worked but when i extracting this as a ova or qcow2 image it is not working. Regards,Jatinder kumar
hello i hope everyone doing well am trying to install Nutanix community on VMware i follow the same steps in documentation of my friend Jeroen Tielen but when i try to run cluster with commande cluster start command enter in loop but the services remain in down what i can do to resolve this problems this this state of cluster all service are down here when i try to start cluster i get this message cluster down cluster start command enter in loop but the services remain in down
Hi everyone, I have an NX-3460-G6 that was turned off yesterday by accidentally unplugging the power cables. I tried to turn it back on, but the power supplies (PSU) have green LEDs flashing (the other LED is off). Now from the documentation I see that it could be one of two causes: 1) "When AC is present only: 12VSB on (PS off) of PS in sleep state (the LED should flash at i Hz). 2) Power supply firmware updating mode (the LED should flash at 2 Hz).
Hi all,I have the Addons component in healthy state false, someone know how I can correct the healthy state?COMPONENT HEALTHY DESCRIPTIONCore true Core is healthyAddons false Addons is unhealthyExtensions true Extensions is healthyNode true Node is healthyLB true LB is healthyClusterWorkflow true ClusterWorkflow is healthy ThanksGiuseppe
Hi all,I’ve enabled AD authentication on Prism element and Prism Central. All is working, but I saw a little artefact.When I connect with my AD user, the name written in the right top of the screen is the concatenation of two AD fields : Display Name and Last Name. So, It shows my first name and twice my last name (display name field is already the conactenation of first name and last names fields).Is this the same thing for you ? I didn’t see any settings option for AD fields mapping (as for OpenLDAP)thanks !
Hi Team, I need clarifications on the below two points. If there is a requirement to create storage container capacity usable space as 1TB, which means is to create 2TB as the advertised capacity in Rf2 based container? If I create 100GB disk in RF2 container, the unique data is only 50 GB ? What are the on-prem requirements to build NC2 on azure ?
Hey everyone, I have an ova which is designed for VMWare. The OVA is 2.7 GB in size and is Oracle Linux 9.3.When trying to deploy the OVA in Nutanix PC, it fails and doesn’t work. I’ve been researching and it seems that the vmdks inside the OVA need to be injected with the Virtio drivers that are compatible with AHV. I want to mention that I have used Nutanix Move to migrate a Virtual Machine from VMWare to Nutanix. The problem is that I need to redistribute these images and Nutanix Move creates images that are 120GB combined (which is the disk sizes but not the vmdk sizes, obviously). Any help will be much appreciated.
Anyone encountered the following error ? It seems as if the tar file is corrupted.
Hello,We use Data Protection (Leap) with Prism Central version pc.2023.4Is there a way to delete multiple Recovery Points (VM) from CLI or API or maybe there is a script? not from the GUI as we have large number of recovery points.Thank you
I’m currently backing up to AWS with AWS set up as Async DR site. However, the price that AWS is charging has dramatically gone up. Are there any alternatives to AWS? I don’t need to run any VMs on the remote site, just a remote site to store my snap shots and the ability to restore easily. Thanks!
Hello,on a new Project we need to import a large VMDK - around 14T of data. Is there a way to import the vmdk directly without usage of the image service.My expaction was to add the Media which contianed the VMDK to a seperate Host and import using a CLI - is this possible? Best regards
Is this a possible option? I currently have a single node (MS-01) running nutanix CE and would like to add storage to expand Files. Is it possible to bring in additional hardware in nutanix CE for a storage only node?
hello someone can help me when i try to create cluster node and they give me this message
Does anyone know why a host would fail to bring up network interfaces after a host reboot? I have to go in and manually bring them up using IFconfig then everything is fine.
What is the recommended snapshot age in Nutanix?How many days should you keep the snapshot?
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.