NetworkingForVMwareAdministrators

Book Review: Networking for VMware Administrators

May 26, 2016 Bilal Ahmed 0

So I have been collecting lots of books ever since I started on my journey of doing my VCAPs. One book time and again has been my go to reference for absolutely anything VMware networking related….and you guessed it…IT’S THIS BOOK! When I have been in chats with networking guys, and we have been discussing various features, I can point them to sections of the book, and if I need to confirm something I can double check it quickly. You do not need to be a networking guru to use this book. I have/had a CCNA (it has expired), so I have a fair idea, but I am by no means a networking guru and I have learnt plenty from […]

Book Review: VMware vSphere Troubleshooting PACKT Publishing

May 26, 2016 Bilal Ahmed 0

I am a big fan of PACKT Publishing books, I have quite a few. So I thought I would start writing reviews on them. I just bought this one, one thing I like is that you get the pdf instantly and the physical copy comes in about 5 days. So I can access it instantly while waiting for my physical copy to turn up. I have read through most of it, it is split up into the following chapters: The Methodology of Problem Solving Monitoring and Troubleshooting Host and VM Performance Troubleshooting Clusters Monitoring and Troubleshooting Networking Monitoring and Troubleshooting Storage Advanced Troubleshooting of vCenter Server and vSphere Hosts Appendix A: Learning PowerGUI Basics Appendix B: Installing VMware vRealize Operations […]

7005EN_VMware Cookbook

Book Review: VMware vSphere 5.x Datacenter Design Cookbook PACKT Publishing

May 26, 2016 Bilal Ahmed 0

As I have stated before I am a big fan of PACKT Publishing books, I have quite a few. So I thought I would write another review on one of the many books I own from them. This book is by far one of the best books on VMware vSphere Design that is available, it was one of the key books in my study towards the VCAP5-DCD and it was one of the main reasons I passed the exam. It is broken down into multiple chapters: The Virtual Datacenter The Discovery Process The Design Factors The vSphere Management Design The vSphere Storage Design The vSphere Network Design The vSphere Compute Design  The vSphere Physical Design The Virtual Machine Design Disaster Recovery […]

1118008197

VMware vSphere PERFORMANCE Book Review

May 25, 2016 Bilal Ahmed 1

I have had this book for a while and it’s the only Sybex book I have! So I thought it deserved a review.     The book is split up into the following Chapters: Performance Design Building Your Toolbox The Test Lab CPU Memory Network Storage Chapter 1: This goes into detail about establishing good baselines for the various aspects of the environment. You can spurt out lots of figures, but if you don’t have a baseline that has been compiled over some time, how do you know if the current stats you are seeing are good or bad? Also it goes into design considerations and mentions the impact of scaling up or scaling out, but also points out that […]

Dell Compellent and SCSI UNMAP

May 15, 2016 Bilal Ahmed 0

Dead space reclamation (SCSI UNMAP) Basically the UNMAP command is used when you have Thin Provisioned LUNs, you run it against VMFS  5 datastores, hopefully freeing up some space. This will allow the hosts to correctly report the list of deleted blocks on the datastore to the array. It basically is a space reclamation feature that helps reclaim space left by deleted data. The main reasons you would want to run this on all Thin Provisioned LUNs, would be because of: Storage vMotion, VM snapshots and VM deletion. As even though the VM/Snapshot etc has been deleted it doesn’t mean the array is aware of this! It was disabled in ESXi 5.0, due to various issues and enabled in 5.1 by using […]

Lost connectivity to the device mpx.vmhba32 ERROR

May 11, 2016 Bilal Ahmed 0

So I had this wonderful error happen to me recently. I am in the process of migrating the Management IPs from one network to another on all the hosts in the environment. It is part of a bigger plan to migrate everything including the vCenter components to a new IP range ( I am not looking forward to that esp since this is a 5.1 environment!). I did that and updated DNS, flushed the DNS caches on my machine and on the PRTG probes etc. The host came back up fine, but when it rejoined vCenter it had this wonderful error message: Lost connectivity to the device mpx.vmhba32:C0:T0:L0 backing the boot filesystem /vmfs/devices/disk/mpx.vmhba32:C0:T0:L0. As a result, host configuration changes will […]

Setting a persistant scratch location on a ESXi host

May 11, 2016 Bilal Ahmed 0

I noticed one of the hosts had a warning saying that: So basically I did what this KB article said: VMware KB article I had a look at another host, and had a look at the Advanced Settings value for: ScratchConfig.ConfiguredScratchLocation It showed a VMFS volumes /vmfs/volumes/UUID/Scratch folder for that host. So it showed me the UUID such as this: vmfs/volumes/51dda02d-fade5016-8a08-005056171889/HOSTNAME So it looked like there was a folder on this LUN every host! So since I am new to this environment I had to find a way to translate the UUID to the name of the actual SAN datastore being used. I did this by using the: esxcli storage filesystyem list | grep UUID This gave me the actual […]

Setting up a HP StorageWorks P2000 G3 and a EMC CX4-120

May 6, 2016 Bilal Ahmed 0

So we decided to re-provision some old storage kit we had lying around. We found that we had an old StorageWorks P2000 G3 and a EMC CX4-120. We decided to attach them to a HP DL380 G6 we had spare, and fit that server with 2x8Gb HBAs and 2xSAS cards. The HBAs to attach to the EMC and the SAS cards to attach to the HP. So I installed 2012 on the physical box, got it all up and running. I noticed an issue with the SAS cards that on boot sometimes they wouldn't initialize and they would have the yellow exclamation mark next to them in the Windows device manager, and I found that by just disabling and re-enabling […]