This weekend I spent upgrading our production environment within the DellEMC CPSD Vblock Logical Engineering group. We use vCenter extensively to run a lot of our in-house created automation workflows which help us logically build and configure Vblocks to our customer specifications and it also manages a Horizon View instance with some of our remote teams use during… Continue reading An error occurred while starting service “vmonapi”- Windows PSC upgrade error
Category: vSphere
Configuring VMAX3 XCOPY VAAI settings by PowerCli
When VMware released vSphere 6.x they introduced 3 new VAAI claim rules that can be utilized with the VMAX and VMAX3. By setting these values you can change the max transfer size up to a maximum 240MB. A white paper released by dellEMC goes into the technology if far more detail than this post. Page 29 of the… Continue reading Configuring VMAX3 XCOPY VAAI settings by PowerCli
Run esxcli commands via PowerCli
Quick post on how to run esxcli commands via Powershell. 1 – Use PowerCli to connect to your Host Connect-VIServer 192.168.101.150 2 – Save your host as a variable. $myhost = get-vmhost 3 – Save a variable called $esxcli and use the Get-esxcli cmdlet and reference your newly created host variable as the -VMHost parameter. $esxcli… Continue reading Run esxcli commands via PowerCli
Upgrading VCSA and PSC from 6.0 to 6.5
With the release of vSphere 6.5 I thought it would be a good idea to upgrading my test labs VCSA and External PSCs to the latest and greatest. To start it has been known for a while that this is not an in place upgrade but rather a migration so you will need an interim IP address in… Continue reading Upgrading VCSA and PSC from 6.0 to 6.5
vCenter 6.0 and ESX6.5 Host
Q: Can vCenter 6.0 manage ESXi 6.5 Host? A: Just to confirm as per previous releases that 6.5 ESXi hosts cannot be managed by vCenter 6.0 and below. Error: A General system error occurred. Timed out waiting for vpxa to start
Repointing vCenter PSC after PSC Node Failure
A Colleague recently asked me that was the reason in configuring two PSCs with our management environment as they are not fully redundant without a load balancer sitting in front of them in a multi PSC deployment. I explained that there is replication between both PSC’s and in the event of the primary PSC failing that with a simple CLI command… Continue reading Repointing vCenter PSC after PSC Node Failure