vCenter ‘Root’ Account Expired
Jun12

vCenter ‘Root’ Account Expired

KB ID 0001568 Problem Today I found I could no longer log in to the VCSA vCenter appliance; Exception in invoking authentication handler User password expired Solution Just because I can’t log into the web console, I could still log into the the appliance via SSH. Then invoke the shell command, and reset the root password with the passwd command; Now if you wish, you can Disable VCSA Password Expiration: Administration > Edit...

Read More
iLO: Java Error “Unable to Load Resource”
Jun09

iLO: Java Error “Unable to Load Resource”

KB ID 0001567 Problem When attempting to connect to an iLO 3 remote console on an HP Server; General Exception Name: com.hp.ilo2.intgapp.intgapp ExitException: Unable to load resource https://{Server}/html/intgapp3_231.jar Solution Having added the URL to the iLO to the trusted sites in the the Java Preferences, I thought this all I had to do. Turns out I was wrong. Navigate to Administration > Security > Encryption >...

Read More
vSphere ESX: Replace / Update the VMware Tools ISO
Jun07

vSphere ESX: Replace / Update the VMware Tools ISO

KB ID 0001566 Problem On Experts Exchange this morning someone asked about how to upgrade the VMware Tools as a result of a security advisory that advocated updating Windows VMware Tools to version 10.3 So here’s how to replace / upgrade the VMware Tools distribution ISOs, that live inside ESX. Solution Firstly, you need to download the tools! It’s easier if you simply get them in .zip format. Download and extract them,...

Read More
vSphere: Cannot Change the Host Configuration
Jun03

vSphere: Cannot Change the Host Configuration

KB ID 0001565 Problem There’s always one! I had a single ESX host that refused to add a datastore? Failed to create VFMS Datastore {Name} – Cannot change the host configuration. Solution I already half suspected what the problem was, because I’d had a similar problem earlier on this week presenting disks to a Windows VM, there’s a GPT partition table on the dive/array. But without waiting an hour for the HP...

Read More
Exchange: Hide All Contacts From Global Address List
May30

Exchange: Hide All Contacts From Global Address List

KB ID 0001564 Problem I saw this on EE this evening, so I thought I’d work it out, what if your Global Address List is full of external ‘contacts’, and you want to remove/hide them? Solution First take a look at them, to see you’re not about to cause any damage! Get-MailContact | Where-Object {$_.HiddenFromAddressListsEnabled -eq $false} If you are happy, to remove/hide them from the GAL, simply do the...

Read More
vSphere: Presenting Physical Disks to a VM
May30

vSphere: Presenting Physical Disks to a VM

KB ID 0001563 Problem I’m doing some work presenting StarWind vSAN into VMware ESX. Because we also want ‘disk tiering’ it has to be ran from Microsoft Windows with Storage Spaces*. To do that I needed to present the physical disks in the ESX hosts, (HP DL380 Gen 10s) to the Windows Virtual Machines that StarWind will be running on. *Note: At present, ‘tiering’ cannot be done from the StarWind Linux...

Read More
The Storage Pool Does Not Have Sufficient Eligible Resources
May30

The Storage Pool Does Not Have Sufficient Eligible Resources

KB ID 0001562 Problem When attempting to  create a vDisk in Tiered Windows Storage Spaces you see this; Failed to create virtual disk – Not Supported Extended Information: The storage pool does not have sufficient eligible resources for the creation of the specified virtual disk. Recommended Actions: -Choose a combination of FaultDomainAwareness and NumberOfDataCopies (or PhysicalDiskRedundancy) supported by the storage pool....

Read More
Exchange: ‘Can’t find the Organizational Unit that you specified’
May30

Exchange: ‘Can’t find the Organizational Unit that you specified’

KB ID 0001561 Problem I’ve not actually seen this myself, but it was asked on a forum, and I managed to replicate it on the bench. When working on a user or mailbox in Exchange  you may see the following error; Error Can’t find the organisational unit that you specified, Make sure that you have typed the OU’s identity correctly Solution This happens because you have a ‘Slash’ ‘/’in the...

Read More
Windows Disks ‘CanPool’ set False?
May29

Windows Disks ‘CanPool’ set False?

KB ID 0001560 Problem While attempting to create some Storage Spaces in Server 2016 today, I presented a bunch of ‘new’ disks and some of them were flagged CanPool as false? CanPool simply means the disk it available to be added to a storage pool, Id just removed all the arrays from these drives so I was confused? Solution Just because we’re on Powershell does not mean I can’t go old school! Launch Diskpart and...

Read More
Veeam: Restore/Migrate vSphere VM to Hyper-V
May22

Veeam: Restore/Migrate vSphere VM to Hyper-V

KB ID 0001559 Problem I saw this question asked on EE the other day, and while I’ve done Migrating from vSphere to Microsoft before, I’ve never really tried with Veeam. Migrating and Restoring vSphere Machines to Azure is easy, but what about Hyper-V? Solution Veeam Backup and Recovery Download Natively with Veeam Backup and Restore, the only way to do this, is to perform an Agent Based backup of your VMware VM. If you are...

Read More