Category: ESXi

The reward for effort when scripting is almost always worth it. Today I had the task of removing a particular AntiVirus product from a 36 host VDI cluster. Part of this requires the removal of NSX-Manager and all the groovy components it uses to do it’s thing, including a vSwitch on every host, with multiple […]
Some people say that snapshots are not backups. While that’s a claim with dubious merit, they certainly can form part of your backup and data protection plans. We all know snapshots are cool. Array snapshots are also cool. In this post, I’m going to examine using Dell EMC array based snapshots to recover a datastore […]
     Part Deux ! Following on from my recent look at the CloudIQ mobile version, let’s take a look at a brand new functionality addition to this application. The same integrations, insights and monitoring are now available for you VMware environment, right in the Cloud IQ console. This allows drillable reporting from front end […]
Virtualize Me is a really useful feature that I’ve not had the requirement to use until recently. For any number of reasons, most companies still have actual Physical Hosts running normal workloads. They may not have been virtualized for a similar number of reasons. That’s life. I found myself with a requirement to convert a […]
     There’s always been a number of ways to apply filters to VM’s and disks. It could be done at the Backup-Set or Sub-client level. This is a little bit clunky and can lead to unnecessary VM’s being backed up.  If you’re using a Capacity based licence, this is obviously not optimal. Space is […]
With vSphere 6.5 recently released, a nice feature was the automated execution of the UNMAP command against thin provisioned datastores to reclaim space. This requires no user interaction, it’s fully automated for you and can free up significant amounts of space from your datastores. There’s some good information regarding the v6.5 release  on these blogs; […]
VPLEX is another of my favourite products,  and for good reason. I currently run a Metro cluster underneath a VMware platform that has proven to be super reliable. One important design consideration for this is to ensure that VM’s are configured for site bias. Why ? Glad you asked. In a VPLEX Metro configuration, a […]
Happened upon an unusual error while wrestling a Nexus 1000v out of a ESXi 5.1 host. All seemed to progress well, the host was removed from the dvs without issue.  The next step was to remove the Cisco vem VIB from the host in preparation for upgrade. esxcli software vib remove -n cisco-vem-150-esx  (or whatever […]
Often when when working in large environments you’ll get interesting requests. These may be to assist in troubleshooting, auditing, reporting or any other reason. I was recently requested to provide a list of mac addresses for every VM with a vNIC in a specific vlan. I had a feeling this was going to be a repeated request […]
If you’re familiar with Cisco IOS and networking in general, creating a new PortGroup on a Nexus1000v is pretty straightforward. Here I’m going to add a new Port-Profile, of type ‘vmware port-group‘ called “VM_Prod_29” with VLAN ID “29 “. Login to the active VSM and first create the VLAN; [crayon-6a6f3e76e5194408419928/] Then create the Access PortGroup and […]