-
To setup the NUC and install ESXi, follow part one of this guide. To configure the basic vSAN configuration for deployments pre vCenter 6.7, follow part two of this guide.
vCenter Appliance Installation
With the Intel NUCs set up (and a vSAN datastore created if running pre 6.7 vCenter), it is time to install the …
Read More -
To setup the NUC and install ESXi, follow part one of this guide. The following is the process to bootstrap loading the vCenter Server Appliance onto a vSAN datastore. This process was replaced in vCenter 6.7 which provides this capability natively through the installer. If you are deploying vCenter 6.7+, skip through …
Read More -
The following Power-CLI command will evaluate a specific cluster and return the ratio of memory utilisation between Windows and Red Hat Linux virtual machines.
1# Variable settings 2$clusterName = "insert cluster name" 3 4$winVMs = Get-Cluster $clusterName | Get-VM | ? {$_.Guest.OSFullName -like …
Read More -
With access to vCenter or vRealize Automation comes great responsibility. Clients often require a quick and easy way to take a short term snapshot of a server so that they can quick and easily rollback application changes. VMware provides a robust snapshot function, however when things go well these snapshots are often …
Read More