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 …
Tag Archive: CentOS
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 …
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 …
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 …
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. …