Tag Archive: CentOS

VMware ESXi – List Network Card Software Information

One of the things you need to check while doing network related troubleshooting is network card (NIC) driver, version and firmware. The command I have used for a long time do to dig up this information is ethtool. This works in most (can’t say all since I just don’t know) Linux based operating systems as well …

Continue reading »

Install Apache On CentOS

This is the second blog post in my blog series about using Citrix ADC as a web server load balancer. To be able to use the web server load balancer it’s also good to have some web servers…. All blog posts in this series: Deploy Citrix ADC VPX On Nutanix AHV Install Apache On CentOS Initial …

Continue reading »

Nutanix AHV & Promiscuous Mode

A question I have received a few times is if AHV supports promiscuous mode or not. The easy answer is YES it does. However there is a huge difference in how promiscuous mode works for AHV compared to another well known hypervisor VMware ESXi. AHV uses Open vSwitch for network communication in most cases, there …

Continue reading »

Change Nutanix AHV Virtual Machine Disk Bus Type

I have had a few questions about how to change bus type for a Nutanix AHV based virtual machine (VM) over the past month so this blog post will be how to change the disk bus type for a CentOS 7.3 based VM running on the Nutanix hypervisor AHV. You can add new disk and also delete …

Continue reading »

Generate random data in Linux based VM

A few weeks back i was asked by a customer to create a lot of random data in same amount of Linux (CentOS) based VMs as there were Nutanix nodes in their cluster. I can see multiple reasons for doing this but that is a complete separate discussion, i just wanted to share the bash …

Continue reading »

Install Apache on CentOS from ISO image

This blog post will outline how to install an Apache web server from an ISO image on my CentOS 6.4 virtual machine (VM). The reason for this is that i’ve been doing some work where no internet connection has been available. There will be a follow up post to where an web server is mandatory. …

Continue reading »