Stressed About Managing Multiple Clouds? We've Got Your Back!
Connect With Peers and Learn How to Get the Most From the Community
Read the Latest From Nutanix Engineers, Technical Marketing and Community
Be the First to Know: Explore Our Latest Product Updates!
Connect With Cloud Builders and IT Pros in Your Area and Start Building Clouds
Programs Designed to Build Your Knowledge and Skills for the Cloud Era
Pre-register today to stay in the know and receive exclusive offers
I have new cluster without license with RF2 redundancy, host failure happens, VM restarted on other host but disk is missing on the vm, is it the expected behavior?
This cluster is out of support. I’ve run the commands listed in KB 8514=====Detailed information for fs_inconsistency_check:Node 172.22.32.95:FAIL: Filesystem errors found on CVM 172.22.32.95 on the below device(s):Device: md2, Partition: home, Max Mount Count: -1Refer to KB 8514 (http://portal.nutanix.com/kb/8514) for details on fs_inconsistency_check or Recheck with: ncc health_checks system_checks fs_inconsistency_check --cvm_list=172.22.32.95+-----------------------+| State | Count |+-----------------------+| Fail | 1 || Total Plugins | 1 |+-----------------------+=====egrep -H "^" `ls /sys/fs/ext4/*/errors_count` | grep md2/sys/fs/ext4/md2/errors_count:1=====for i in `sudo blkid | awk -F : '!/xfs|iso9660/{print $1}'`;do echo $i;sudo tune2fs -l $i | egrep 'Filesystem state|Last checked|Maximum|error|orphan';done/dev/md2Filesystem state: clean with errorsMaximum mount count: -1Last checked: Tue Aug 15 04:21:28 2017First orphan inode:
Hi Team,I am new to nutanix, please let me know how to install nutanix CE on ehl host
Explore the latest in hybrid multicloud and take advantage of exclusive expert-led training and free in-person exams at .NEXT Barcelona. Keep reading to find out more. Maybe you’re ready for your next IT career move. Or maybe you love where you are, but want to grow. Either way, you know that above all, IT managers value knowledge. And it’s waiting for you at .NEXT 2024 in Barcelona on May 21-23! Get real-world practice with our hands-on labs, then take your Nutanix NCA, NCP, NCSE, NCS, or NCM certification exam at no charge (up to $299 value). Plus, to maximize your chance of passing the exam, register for our onsite exam prep courses on Tuesday, May 21 and save $300 off the regular price:NCA Exam Prep: This instructor-led course helps prepare you for the NCA 6.5 exam by reviewing key exam topics and answering practice questions. You will also take a complimentary live NCA exam at the end of class. NCP-MCI Exam Prep: During this course, we’ll help you prepare for the NCP-MCI v6.5 ex
Can we get Exam Voucher for NCA 6.5 please?
>This customer requires to do implement the DX380 Foundation Service without vCenter(vCSA).>Is it acceptable to provide services without vCenter as a service requirement? There should be no vCenter when you provide the service.However, I think there must be some restrictions regarding settings.For example, LACP settings etc.This is because vDS creation is not possible. So, explain to us your service requirements to our customers.
HiFrom my playbook using admin/password from vault to connect to PC and then list vms. From that result I select data and use in set_fact. When using length up to like 30 it seems to work, but I have like 200 VMs and I cannot see why thats is failiing, I would like to get all vms and not need to state length.. - name: List VMS nutanix.ncp.ntnx_vms_info: nutanix_host: "{{ nutanix_host }}" nutanix_username: "{{ admin_secret.username }}" nutanix_password: "{{ admin_secret.secret }}" validate_certs: False filter: cluster_name: D2SEELM-NXC001 #testing only to select one cluster #vm_name: D2SEELM-LX0266 kind: vm #integer and default value in API # sort_attribute: string # sort_order: ASCENDING length: 30 #string offset: 0 register: result no_log: "{{ ansible_debug }}" - name: Collect VM values from file set_fact: all_vms: "{{ all_vms | default([]) + [{ 'Name' : item.status.name, 'SUBNET_name': item.status.resources.nic_list[0].subnet_refere
Per the following articlesEnable Nutanix Flow article (Opens in new window or tab) is outdated and is only applicable to older version (Prism Central 5.6). Official Nutanix Flow Network Security (formerly Flow Microsegmentation) article (Opens in new window or tab) is applicable to a newer version 6.6 but it doesn't explain how to send Network Flow data remotely Enhance Application Security with Nutanix Flow and Check Point CloudGuard article (Opens in new window or tab) focuses more on application security that are running on Nutanix Nutanix NetFlow configuration article (Opens in new window or tab) says that Nutanix does not support NetFlow/sFlow out-of-the-box at the moment. Instead, they use an external module https://github.com/sflow/host-sflow/ (Opens in new window or tab) which involves altering production systemsit’s impossible to send network data to a remote server. Since it’s possible in VMware I had an impression that the same can be achieved in Nutanix. I can either use di
Check out upcoming NUGs happening in December 2023! Follow the links below to view the detailed agenda and RSVP. We can’t wait to see you there! Salt Lake City NUG Wednesday, December 6 at 2:30pm MSTGlobal NUG Webinar: Auto Scaling Azure with NC2 Thursday, December 7 at 11:00am ESTSeattle NUG Wednesday, December 13 at 4:00pm PSTDominican Republic Wednesday, December 20 at 5:30pm AST
HiI have an intermittent issue where VMs can’t contact VMs on other hosts. I’m trying to find a pattern with timings and the hosts involved but haven’t found one yet.When a VM can’t reach a VM on another host, the problem can be resolved by migrating the VMs to the same physical NX hoste.g. VM1 on Host1 can’t reach VM2 on Host2, workaround is to migrate VM2 to Host1This leads me to believe there is a problem with the network between hosts. Each host has 2 uplinks going to 2 switches with active-active load balancing and my current theory is the problem lies with the aggregation. Perhaps packets are leaving eth2 and returning on eth3?I’m going to change the OVS bond mode from Balance-TCP to Active-Backup and see what happens. I don’t need the throughput of 2 active links so perhaps this should have been the config from the startQuestion - has anyone else seen this behaviour on your cluster? Environment:4 node clusterUplinks to 2 Cisco Nexus switches aggregrated using Balance-TCP
We would like to enable API v4 due to “cluster does not support the minimum VMM API version 'v4.0.a1'. Upgrade the cluster to a supported version.”
Hello,I have one VM with 3 vdisks, and i want to share one of the disks with another VM for read access.I have read about using volume group, i dont know if this is the only solution, and in that case, the procedure to migrate this vdisk to volume group, if possible with no service affecting.Thanks in advance and regards,Ivan
Please Suggest or help me to find the exam voucher
How to check list of vlans mapped in switch end from AHV we use below command in esxi to know the vlan tagged in switch end .as you know the vlan added in vmware end is just a label until its created in switch end ,[root@esxXXXX:~] esxcli network nic vlan stats set -e true -n vmnic0[root@esxXXXX:~] esxcli network nic vlan stats get -n vmnic0VLAN 0 Packets received: 7144 Packets sent: 6820VLAN 1 Packets received: 5 Packets sent: 0VLAN 2 Packets received: 7 Packets sent: 0VLAN 449 Packets received: 5 Packets sent: 0VLAN 500 Packets received: 5 Packets sent: 0VLAN 800 Packets received: 5 Packets sent: 0VLAN 1133 Packets received: 12 Packets sent: 0
As far as I know, Nutanix CVM uses CentOS 7. But from official announcement, CentOS will EOL June 30, 2024. Will Nutanix plan to use another version of CentOS?
The weekly leaderboard resets at midnight PT on Sundays. Now's your chance to take the lead!
Subscribe and stay up to date on the latest news and announcements from Nutanix
Experience the tools you need to build your cloud from Infrastructure to Apps
Grab a 30 minute slice of the best technology tips, tricks and treats!
Already have an account? Login
Enter your username or e-mail address. We'll send you an e-mail with instructions to reset your password.
Sorry, we're still checking this file's contents to make sure it's safe to download. Please try again in a few minutes.
Sorry, our virus scanner detected that this file isn't safe to download.