Get guidance, share wins, and ensure smooth Nutanix deployments.
Recently active
I am having issues editing the scenarios, I’m working on with the below error message: Advanced scenarios can only be edited by Advanced users. Basic users can view the Advanced scenarios in read-only mode.This editing and modifications worked for me last week, not sure what happened.
Hi everyoneI lead the Sizer team. I wanted to formally introduce Sizer Basic which is now available for all customers in their My Nutanix portalSizer Basic - Provides customers a simple approach to building out an environment. Maybe you are thinking about new projects or want to do some what-ifs on expanding your cluster with more workloads. Sizer Basic is great to scope that out. From there can share the scenario with your SE. Here is a demo
Hi.I’ve been trying to find out if I can use X-Ray to test other platforms (VMware and Hyper-V) or if I need to export the test (the “Four corners” in my case) and then use Curie to test the other platforms.There isn’t a lot of information on X-Ray and other platforms to be found though.Thanks.
Nutanix customers using AHV as their Hypervisor often run into disk space issues on their cluster and need to evaluate how much disk space is being consumed by each entity. And one of the more important factors that needs to be considered is how much space is being taken up by each VM. There needs to be an easy way of running one single command and get a listing of the space consumed by each VM, so that at one glance you can figure out which are the VMs that can be removed from the cluster right away in order to get some space reclamation. As a bonus I have also included the command string that will add up all these numbers and give you the grand total of how much disk space has been consumed by all these VMs put together.I have come up with the following string manipulation to be able to get those numbers:nutanix@CVM:$ for Q in `acli vm.list | awk '{print $1}'`;do echo -n "$Q "; acli vm.get "$Q" | grep vmdisk_size | awk '{sum+=$2} END {print sum}' | awk '{ byte =$1 /1024/1024/10
Hi All I have something odd in my Network view in Prism - I have 3 switches ( 1 switch is a 2 switch stack) but the view shows 5 switches, 2 classified as None. The None entries have the ip addresses of one of the single recognised switches and the stack which is already identified. The other odd thing is that the Nones have ports that I would expect to see in the identified switches. Can anyone tell me how to correct this?
Hi, Im planning to add 2 more blocks NX-3060-G6 with 2 nodes on each block. Currently i have 2 Block Nutanix NX-3060-G6 with 2 Nodes on each block.Current topology is 2 Block nutanix connected to Cisco 2960X with all eth interfaces connected to it. My question is, In NX-3060-G6 there are 3 Ethernet interfaces, 1 for MGMT (IPMI) and there are other 2 eth interfaces and 2 SFP+. For networking purpose,Do we need to use those 2 eth interfaces from each node in order to work? Or do we need to use only 1 eth interface only on each node? We’re adding 1 more switch Juniper EX4600, so if we need to use those 2 eth interfaces, can we separate them? 1 Eth interface to Cisco 2960X and the other goes to EX4600? Can i have different VLAN on each interfaces (exclude MGMT) that i connect to switch?Sorry if my question isn’t clear enough. But i hope you do understand it. Thank you.NX-3060-G6Networking Topology (Just for Eth Interfaces)
Below are new knowledge base articles published on the week of October 11-17, 2020.KB 9073 - Two-Node Cluster: Unauthorized request to witness after password changed for witness KB 9795 - Advanced NUMA Configuration Options Under AHV KB 9951 - Pre-Upgrade Check: test_spdk_managed_disks_present KB 10003 - Install dot net Framework 3.5 on Windows 10 KB 10052 - VM console access fails with "Connection Error" if the VM name has "#" special character KB 10131 - vGPU VMs may not power on after AHV 20190916.x upgrade KB 10151 - Unable to enable pulse as it is failing with error "not able to communicate to https://insights.nutanix.com:443" KB 10154 - PE and PC custom login UI settings are not Persistent KB 10157 - install_host_package on AHV skips NVIDIA Volta (V100) and Turing (T4) model GPUNote: You may need to log in to the Support Portal to view some of these articles.
Memory allocation and distribution on the AHV Hypervisor is always a tricky equation and not very easy or straight forward to calculate. I decided to dig deep into this aspect, and the findings were quite intricate.I ran the following command from the Acropolis Master and gathered information for Host 10.21.46.243:$ links http:0:2030 Let us refer to the data obtained for this Host on this listing:Host IP: 10.21.46.243CPUs: 88CPUs used: 37.58CPU free: 50.42Memory: 515822 MB say 512 GBMemory used: 261104 MB say 261 GBMemory Reserved: 0 MBMemory free: 254718 MB say 255 GBPlease note that the output we obtain by running # cat /proc/meminfo on the Host hypervisor will show small numbers for MemFree and MemAvailable fields (less than 0.2%of the Total RAM on the Host): [root@NTNX-16SM76360147-A ~]# cat /proc/meminfo | head -3MemTotal: 528210648 kBMemFree: 1891960 kBMemAvailable: 2619508 kB[root@NTNX-16SM76360147-A ~]#This is because Memory allocations are made in advance by
AWS or Azure can be configured as a remote site for backup and restore operations, this feature is known as cloud connect. The cloud connect feature enables you to back up and restore copies of virtual machines and files to and from an on-premise cluster and a Nutanix Controller VM located on the Amazon Web Service (AWS) or Microsoft Azure cloud. The Nutanix Controller VM is created on an AWS or Azure cloud in a geographical region of your choice. It is a single-node cluster with a 30 terabyte (TB) disk attached to the node, with a usable disk capacity of 20 TB. Amazon or Azure customers are charged only for capacity that is used (not charged for the full capacity). Once configured through the web console, the remote site cluster is managed and monitored through the Data Protection dashboard like any other remote site you have created and configuredCloud configuration guide at : Cloud Connect (AWS AND AZURE)Step-By-Step Azure Remote Site Configuration for Azure Cloud Backuphttps://port
This article’s motive is to provide you the information required for troubleshooting the alert “iSCSI Configuration Failed” for your Nutanix cluster.What is iSCSI Configuration? To provide access to cluster storage, Nutanix Volumes utilizes an iSCSI data services IP address to clients for target discovery which simplifies external iSCSI configuration on clients. This iSCSI data services IP address acts as an iSCSI target discovery portal and initial connection point. This IP address is also used as a cluster-wide address by clients configured as part of Nutanix Files and other products.The iSCSI Configuration Failed alert can be generated if Nutanix Guest Tools failed to execute some iSCSI commands on the guest VM.For more troubleshooting, check KB-10118.For information on the iSCSI Configuration, check the iSCSI guide.
Cluster creation or initialization is a process of bootstrapping the cluster by configuring the unconfigured nodes, load some node information into Zeus configuration file and start the services. Let's break it down. What is an Unconfigured node? Node which are factory shipped. Node which was removed from an existing cluster. These nodes are typically Pre-installed with CVM/HypervisorNO IPv4 address is configured But IPv6 link local address configured on eth0. This will always remain on a host. Before you begin to create a cluster with your brand-new nodes,You Must Have IPv4 Address configuration IPMI IP address Hypervisor IP address CVM IP address DNS/NTP IP address (Required while creating cluster via foundation) Hypervisor and CVM should be installed. What are the methods of Cluster initialization? Foundation: One click process for cluster creation Re-Images multiple nodes Assigns IP address on each node Manual Manual Hypervisor inst
As of Nutanix Collector release version 3.0 and later, it is now possible to collect statistics for Hyper-V clusters along with AHV and ESX clusters.From the initial home screen, simply select the “Hyper-V” option from the “Run on” drop-down, then enter the IP address or fully-qualified domain name (FQDN) of a Hyper-V host, followed by the username and password of an Windows administrator from the administrator group. Thereafter, simply select the entities from which you would like to collect statistics and click the “Collect” button.Please note that any Hyper-V hosts being connected to should be running PowerShell version 5 or later. Also, as Collector currently only collects configuration data from Hyper-V clusters, the Collector performance graphs may appear as blank following a successful collection.You can find more information regarding Nutanix Collector from the Nutanix Collector User Guide.
We have a very long domain name and with the current config we are using the UPN (name@company.com) name to login. This is becoming very irritating for me to enter the domain name each time I login. Can we configure a default domain for all the login users to use if the user didn’t mention any domain and of course if we don’t have local user by the same name?
It's very simple to identify Xi leap from leapFrom the CLI of the PC, run the command "nuclei availability_zone.list" to list the Availability Zones connected to the local AZFor Xi leap availability zone name shows name as US-WEST-1Bnutanix@cvm$ nuclei availability_zone.list "Total Entities : 2""Length : 2""Offset : 0""Entities :"Name UUID State Local AZ e007dd9a-1910-4a82-a4a5-9a9c7110d0f5 COMPLETE US-WEST-1B cce71719-d160-47b0-874a-171a61f8e6ee COMPLETE For leap it should start something likePC_xxx.xx.xx.xxXi leap can be found in PC by clicking on gear icon-->Xi cloud serviceFor details please refer leap administration guideleap guide
We know you care about your infrastructure. Every time and auto support ticket is created for one of Nutanix clusters a Support Engineer contacts the person who is assigned as Support Contact for the asset. You can spread the load within your team, assign the contact based on the time zone the asset is within or use any other method you like. The choice is yours!Help us to choose the right person to work with, shorten the resolution time and avoid the avoidable – configure Support Contact for your Nutanix clusters.Log in to my.nutanix.com. Click Support Portal. Under Products, click Installed Base. Click Assets tab. Select all assets by clicking on the checkbox located at the top left of the table. Click Edit Assets. Update the details and click on the green tick box located at the bottom right of the dialogue box. Click Clusters tab. Select all clusters by clicking on the checkbox located at the top left of the table. Click Edit Clusters. Update the details and click on the green tick
ESXi 7.0 requires a minimum of 4 GB of physical RAM. Provide at least 8 GB of RAM to run virtual machines in typical production environments.4GB only for the HOSTAnd about AHV?What is the minimum memory for AHV only?, without CVMs and VMs
I see that ERA 2.0 has a prerequisite of SQL Server SQLPS PowerShell module. Does anyone know what specific version is required? I ask because when trying to register a single node, I receive the following error:Operation Failed : Unable to import SQLPS module. Please make sure that SQLPS module is available to proceed with Dbserver VM registration.I suspect that the version of SQLPS PowerShell module that we have installed on our SQL servers is too new.
Hi All, Does anyone know if it’s possible to pass variables into the ‘Custom Script’ / cloud-init section, when creating a VM in AHV via Prism Element?Ideally, I’d like to use the REST API to create (clone) a VM from a template, and pass a ‘Custom Script’ perhaps from an ADSF path, that is able to configure the guest’s Hostname / FQDN based off the VM’s name specified in the REST API call.IPAM and some basic cloud-init config is working, just trying to determine the best way to set the hostname!
We have added Dell Switches to see the Interface information and where our AHV hosts are connected through Network Tab.But, I am able to see Interface only on One Switch for one host, not on others. I see below. Is there anything we are missing.
Customers can observe cluster issues when they use more than 90 percent of the total available storage on the cluster. This article provides general guidelines on the maximum storage utilization on a cluster. The total available storage capacity on a Nutanix cluster is the sum of all the available storage space across the nodes.Customers should not try to use all the available space in the cluster. Sufficient space should always be available in the cluster in case a failure occurs. For example, when a disk fails in the cluster, the extent groups that were present on that disk have to be copied to other disks to ensure that all the data is at the configured replication factor. If the disk space is unavailable for this activity, then there is a risk of data loss if more failures occur with the data in an under-replicated state. The formula for calculating the maximum recommended usage for clusters is one of the following. Recommended maximum utilization of a cluster with containers using
In some scenarios, when you enable the remote support tunnel, it’ll tell you that it has been temporarily enabled but the status will show “disabled”.To troubleshoot, you can start by checking Basic IP connectivity to nsc01.nutanix.net or nsc02.nutanix.net. If that times out, then it is either a DNS resolution problem or a firewall issue.Check the firewall rules of your system to allow outbound connections to nsc.nutanix.com on port 80 or 8443.For more details on troubleshooting, check KB-1044
Hello Team, I’m running a small 3 node cluster, during an AHV upgrade to the latest version one of the servers failed to reboot so AOS started to rebuild trying to restore HA. After several hours rebuilding failed, looking at the logs I saw the message: “not enough space available”. If I’m not mistaken a 3 node cluster can tolerate only one node down, but lets say the two running nodes had enough space, is it possible to restore HA? It basically means that after some time rebuilding, if one of the 2 remaining nodes fails, cluster is still up in a single node mode.Just curious because it looked like AOS tried to rebuild HA despide only 2 nodes were up
Below are new knowledge base articles published on the week of October 4-10, 2020.KB 9646 - Pre-check: test_is_nos_upgrade_supported_on_esx KB 9782 - LCM pre-check : is_cvm_in_maintenance_mode KB 9876 - 1-click Hypervisor Upgrade from ESXi 6.x to ESXi 7.0 fails with "Upgrade bundle is not compatible with current VIBs installed" on Dell platforms KB 9879 - LCM Pre-check: test_nx_ipmi_health_check KB 9892 - NCC check marvell_boss_card_status_check fails on ESXi 7.0 on Dell platforms. KB 10018 - VirtIO 1.1.6 installation on Windows 7, Windows Server 2008 R2 KB 10068 - Era 2.0 FAQs KB 10070 - Calm: VM image upload fails with error "Unexpected error: the following NVRAM files cannot be imported: calm-vm-pc-x.x.x-calm-x.1-file1.nvram." KB 10073 - LCM 2.3.4 NIC Firmware Upgrade limitations KB 10094 - Move - Ability to NOT Retain static IP and set it to DHCP on destination cluster KB 10097 - Cassandra Crashing with: "None of the SVM's IPs on interfaces match the service vm external IPs in Zeus
Note - Nutanix highly recommends using Nutanix Move to migrate VMs to AHV. See the Nutanix Move documentation at the Nutanix Support portal. This KB should only be used if Nutanix Move cannot be used or for reference only. For large scale migrations of business critical systems, Nutanix Global Services organization provides resources to assist with streamlining migration scenarios. For information on available services, see: http://www.nutanix.com/services/consulting-services/.The following high-level steps are required when migrating Linux VMs from another hypervisor to AHV. Determining what VirtIO drivers are available in the Guest OS kernel and deciding which BUS ((IDE, SCSI, etc.) type to use when creating AHV disks for the VM. Determining what VirtIO drivers are built into the Guest OS initial boot image (initrd or initramfs) to allow booting the VM in AHV. Rebuilding the GuestOS initrd or initramfs with VirtIO drivers (If needed). Updating Guest OS boot configuration files
As companies become more security aware, third party security tools are being utilized more heavily than ever before. One such tool is a security scanner which can review open network ports within an environment and report back on certain vulnerabilities (CVEs). This includes the open ports of Nutanix specific components such as the IPMI.While it is important to keep the IPMI/BMC upgraded to the latest version so as to integrate the latest security patches, there are CVEs that will still report as failed by scanners based upon the default IPMI configuration. This is due to the virtual media port (623) and the iKVM port (5900) being opened by default.The virtual media port allows the user to open a remote session to the host console and the iKVM port allows the hosts to query information from the BMC.The specific CVEs affected by these two ports being open can be found in KB 2555. NOTE: If these features are disabled, you will be unable to query any BMC info nor able to open a remote co
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.