VMware ESXi – PowerCLI for bulk vSwitch changes

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 Continue Reading

VMware & Dell EMC Unity – Restore VM/Datastore from array snapshots

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 Continue Reading

Dell EMC CloudIQ – VMware integration

     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 Continue Reading

CommVault 11 and VMware – ‘Virtualize Me’ Restores

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 Continue Reading

CommVault and VMware – VSA Backup Filtering options

     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 Continue Reading

ESXi 5.5 – Automating VMFS UNMAP w/ PowerCLI and PowerShell

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 Continue Reading

VMware DRS rule manipulation using PowerCLI (EMC VPLEX use case) Part 1.

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 Continue Reading

ESXi – Removing a stubborn Nexus 1000v VIB

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 Continue Reading

VMware ESXi – Get VM’s by VLAN ID with PowerCLI

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 Continue Reading

VMware ESXi,Nexus 1000v: Add New vDS Port-Group + error “spec.numPorts exceeds the limit..”

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;

Then Continue Reading