Windows Server 2012 as a Storage Device for vSphere Home Lab

If you’ve got a some hardware lying around for your lab, Windows Server 2012 may be a great solution for a home storage device. You can now do both block (iSCSI) and NAS (NFS) on the same server, as well as having an OS to install some management apps on it. In my lab, I use this management server to run Veeam for my backups, PRTG network monitor for bandwidth tracking, as well as using this server for both iSCSI targets and NFS mounts. ...

September 24, 2013 · 4 min · eshanks

Software iSCSI load balancing in ESXi 5

When you team NICs together in ESXi 5 you can pick from a variety of load balancing techniques to determine how traffic should flow over the adapters. You might think that setting up software iSCSI initiators in ESXi would be done in a similar manner. Add a VMkernel to a vSwitch, add a couple of adapters and set a teamingfailover policy. It turns out that this is not the case. You could setup a software iSCSI initiator this way, but it won’t provide you the teaming or failover you’ve intended. ...

December 3, 2012 · 2 min · eshanks

Upgrading ESXi hosts using VMware Update Manager

Unlike many operating systems, VMware ESXi gives you a nice tool to upgrade their hypervisor to the latest version. VMware Update Manager gives you the ability to grab the latest build and apply it to your existing ESXi hosts. I should mention that VMware Update Manager is not the only solution to upgrade your ESXi hosts. Hosts can also be upgraded manually by booting the host to the latest build and performing an upgrade, or by utilizing the new autodeploy features in vSphere 5. VMware Update Manager is a simple tool that can automate the installs on several hosts in sequence and is available with all editions of vSphere 5. ...

May 29, 2012 · 3 min · eshanks

VMware Network Traffic Routing

VMware has lots of ways to setup networking on their ESXi hosts. In order to set this up in the best way for your needs, it’s important to understand how the traffic will be routed between VMs, virtual switches, physical switches and physical network adapters. Before looking at an example, we should review some networking 101. Machines on the same vlan on the same switch can communicate with one another (assuming there is no firewall type devices in the way). Machines on different vlans on the same switch cannot communicate unless the traffic passes through a router. ...

March 16, 2012 · 4 min · eshanks