Get guidance, share wins, and ensure smooth Nutanix deployments.
Recently active
Hi, I've been trying to get access to PE Health Status (e.g. Failed, Warning, etc) via CmdLets or REST API with no much luck. Any ideas? Cheers, Manuel
Hi We're trying to move a couple of servers from AWS to out Nutanix cluster. I keep running into "access denied" to various resources on AWS when trying to add it as a source. What are the minimum permissions / role for the IAM account?? Does anyone have a custom policy in JSON format?? thanks
Has anyone upgraded to AOS 5.10.3.1 yet? Have you experienced any issues? We are trying to determine if we should upgrade to AOS 5.10.2 or AOS 5.10.3.1...any feedback would be appreciated.
Hi guys..Is it possible to customize/deploy an already created sysprepped image in nutanix via the script engine?Its not that well explained in the kb.. Or i have not found the correct kb.I want to deploy patched images based on a XML unattendede file if possible.I really like the VMware customization options.
Hi All, Is it possible that we add a G6 node to an existing Nutanix Block running 3 1065-G5 nodes? or we will have to add another Nutanix block containing a single G6 node and make it part of the existing cluster?
Dear contributors, We have purchased Nutanix appliances and I am working as part of the IT Security team. We have enforced the security settings on CVM and AHV (STIG, banner, ...) and, as part of our duties, we carry out regular checks to make sure that the security settings have not been altered. For this, we would like to have nominative accounts which are able to connect through SSH and be able to check on the settings of the components. Is it possible to do? If yes, how can we proceed? Thank you in advance for your assistance.
Hello All, I’m quite new to nutanix, I have a question: Can we add three different hypervisor nodes in a single Nutanix cluster. ex:- if we have three nodes with below hypervisor Node 1 - Esxi Node 2 - AHV Node 3 - Hyper-v So can we add these three servers in nutanix cluster??
we have a nutanix appliance with the following disk config per node 2* 960 GB ssd 4* 1TB HDD Are we able to add 2 extra 2TB HDD disks or do we have to stick with the 1 TB disks?
What if we are adding a new Node to our existing Cluster, how we get Hypervisor(ESXi) and CVM(AOS) get configured so that it's visible in Prism Console for expansion.
Is it possible or am I wasting my time right now? I have configured (hopefully correctly) snmp v3 and lldp.
We just set up AFS. On the home directories, we expected that like a Windows home directory setup, the user would be the only person able to view their home folder. (and Domain Admins of course). But, on AFS per this doc https://portal.nutanix.com/#/page/docs/details?targetId=Acropolis-File-Services-Guide-v20:Acropolis-File-Services-Guide-v20 and also per our experience it seems like ALL USERS can view everybody's folder and contents. This seems like a security problem since HOME directories are typically expected to allow only the user to view their data. Is this by design? It seems like a significant security challenge and much different from how this would typically be set up on a Windows file server.
Hi, I am not able to get Data Resiliency status using Rest api version v2.0. I see for v1 it is https://server_ip:9440/PrismGateway/services/rest/v1/cluster/domain_fault_tolerance_status Using v1 as well I am not able to get this metrics value. Please help us in getting Data Resiliency status using Rest api version v2.0. Regards, mallikarjuna
Looks like the Foundation VM OVF/VMDK files are no longer available from Portal > Downloads > Foundation. Anyone know where they are hosted now? I have a remote bare metal installation scheduled and I'm dead in the water. Even the Foundation 4.3 Field Installation Manual released less than a month ago still references downloading the VM OVF/VMDK files from the portal where they don't seem to exist anymore.
Hi. We have a large grouping of VM's that are not always required to be running and would like to find a way to shutdown these particular VM's on a sunday night. Now anyone know how to find a group of VM's (either via label, project, category etc) and pass a shutdown command. Ideally I would like to do this via PowerShell but I will take anything.
Hi Team, Previously we are using apiversion v1 and getting metrics using /vms https://hostname4:9440/PrismGateway/services/rest/v1/vms/ Now with api version v2 we are not able to get below mentioned metrics hypervisor_cpu_usage_ppm not able to find this with both urls(vms,virtual disks) hypervisor_memory_usage_ppm not found memoryCapacityInBytes not found ipaddresses not found but found requested_ip_address are both same?? controllerVm not found Able to get few metrics using virtual_disks and above mentioned metrics we are not able to get, Are these not available in v2 or modified to anyother url. Please let us know how to get these values using v2 apiversion.
I've written a PoSH script which does the following. Authenticates to Prism Central V3 API Calls /category/query API to get a list of VM uuid's that are members of the PROD category. Write this list of uuid's to a string Connect to the NTNX cluster using Nutanix PowerShell cmdlets. Iterate through the above string and execute Set-NTNXVMPowerState against the uuid's. Steps 1 - 4 work as expected. Step 5 seems to iterate through the list as it should but when I put in the Set-NTNXVMPowerState command to be executed, it throws an access denied error. Once the script gives the error, the powershell connection looks like it locks the account and you cannot execute any commands. If I comment out the foreach loop, and just execute a normal PoSH cmdlet (after the Connect-NTNXCluster) such as Get-NTNXClusterInfo, it works fine. I have tried both my account (which has Prism admin rights) and the Prism Central admin account with no luck. So 2 questions: Any ideas
In a Nutanix Cluster, if we have three hypervisors (say VMware / Hyper-V / AHV) if the AHV node is down, can the VMs from AHV node failover to Hyper-V or VMware hypervisors available in the same cluster in commercial edition of Nutanix.
Hello. I am trying to connect to the /iso/ folder to clean up some of the old versions. I also connected some VMware Datastores that I should probably do some housekeeping as well. I connect to the cluster primary IP 192.168.1.100 and get access denied. It's the same nutanix username & password I use for SSH which works fine. https:// I updated firewalls to allow port 2222 (thanks @sandeepmp ) but still getting access denied which makes me think either 1) nutanix and root won't work and/or 2) the folders have different credentials than ssh. ********************************* SO after typing all that, I realized I was supposed to use the login administrator to the web nutanix portal (admin). Oh geez. Well, I'll leave this all here in case somebody wants to do a dumb like I just did.
Hi, I have troubles to use Prism API v3 using the reference guide. For exemple I don't see the different possible options for an attribute. I explain myself with a quick example: If I want to create an alert with api using the reference guide below https://developer.nutanix.com/reference/prism_central/v3/api/alerts/postalertsnotify the attribute "notification_type" is required and must be a string. But what kind of value is expected here? I need to know what are the possible values, and what does mean each value. This is just an example, but it is the same for all other API end point. At this point API becomes a headache for me... Do I miss something here? Thank you for your help
Dear all, I have previously asked, but it was wrong forum, i have existing cluster with Dell XC630-10 4 node, and i want to expand capacity in my cluster, but my team can only buy new hardware ( dell XC640 ) cannot buy dell xc630-10 again, can i expand my cluster with different hardware? and please advice about the step to expand my cluster
# On March 4, I posted the following but I have written the wrong answer myself, and the status of that bank has become "solved". # Actually it remains unresolved. I will post it again because I want to resolve it by all means. # The problem is "CVM can only communicate with AHV". Dear All, I am trying to build Nutanix CE into the environment of Nested ESXi. I downloaded and prepared the latest version of ce - 2018.05.01 - stable.img.gz. The ESXi to build the AHV is 6.0. First of all, we started to work as a single node cluster, we plan to develop into a 3 node cluster if it works. 192.168.0.27/24 to AHV, GW: 192.168.0.254. I set up CVM 192.168.0.28/24, GW: 192.168.0.254 and started the installation. After waiting for a while, a message stating that the installation was successful is displayed and the message "Nutanix CVM IP: 192.168.0.28" is displayed. However, only AHV can communicate with this CVM, and it can not communicate with other devices on the same subnet. If you che
Dear All, I am trying to build Nutanix CE into the environment of Nested ESXi. I downloaded and prepared the latest version of ce - 2018.05.01 - stable.img.gz. The ESXi to build the AHV is 6.0. First of all, we started to work as a single node cluster, we plan to develop into a 3 node cluster if it works. 192.168.0.27/24 to AHV, GW: 192.168.0.254. I set up CVM 192.168.0.28/24, GW: 192.168.0.254 and started the installation. After waiting for a while, a message stating that the installation was successful is displayed and the message "Nutanix CVM IP: 192.168.0.28" is displayed. However, only AHV can communicate with this CVM, and it can not communicate with other devices on the same subnet. If you check the Arp Table of another Linux machine on the same subnet, the correct MAC address of CVM is registered but the MAC address of this Linux machine is not registered in the Arp Table of CVM side. Only the MAC Address of AHV is registered in the Arp Table of CVM. CVM can not communic
Would I be able to create storage containers in my cluster for the purpose of "pinning" VMs only to hosts that are assigned to the containers - restricting VMs to the hosts that belong to the container? The need is to control VM migration during Software Upgrades due to multicasting issues with the hosts.
Is it possible to mix, 3 node All Flash NX-3360-G5 &4 node Hybrid NX-1465-G5and form a AHV cluster ? NX-3360-G5 is 2*10 core CPU, 12*32GB Memory, 18*1.9TB SSD whereas NX-1465-G5 is 2*10 core CPU, 8*32GB Memory, 1*960GB SSD, 2*4TB HDD how storage tearing will work in this scenario ?
I'm trying to get a better basic understanding with regards to controllers in a VM farm's data path. We are going to be in the process of migrating some of our farm resources to another data center which may include powering down controllers in a rolling fashion. What type of service interruptions would users expect to see?
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.