HPe Synergy 12000 MPIO QSFP to 10GB SFP Setup
Dec17

HPe Synergy 12000 MPIO QSFP to 10GB SFP Setup

KB ID 0001495 Problem I was recently involved in deploying an HPe Synergy 12000 Frame. And the network connections from it were ‘a little unusual’ so I thought I’d document that here, to save anyone else the problems I had. I was connecting to an HP/Aruba 5412 switch so my cables were all HP/Aruba (to be on the safe side). What you can see (above) is the MPIO Cable (K2Q46A P/N 800867-001) fixed onto the left (and...

Read More
Exchange – OWA and ECP Blank Page After Logon
Dec15

Exchange – OWA and ECP Blank Page After Logon

ECP Blank Page KB ID 0001185 Problem Note: This article is for Exchange 2013,2016 and 2019, if you are running Exchange 2010 or 2007 see the following article; Exchange 2010 – Blank OWA Page? Sometimes this happens after applying updates to Exchange! Firstly make sure all your services a running! From an administrative Powershell window run the following command; Get-Service *Exchange* | Start-Service After making some certificate...

Read More
Domain Controller Wont Boot: Stop Code ‘0x00002e2’
Dec12

Domain Controller Wont Boot: Stop Code ‘0x00002e2’

KB ID 0001494 Problem I had this problem after a VMware host upgrade last night, this domain controller would not boot, I tried ‘Last Known Good Configuration’, I tried ‘Safe Mode’ it would not boot. More out of desperation than procedure, I tried to boot to ‘Directory Services Restore Mode’ and it booted up (hooray!) I tried all the client’s usual passwords, and could not log in, I messaged...

Read More
Getting a Servers Serial Number (Remotely)
Dec09

Getting a Servers Serial Number (Remotely)

KB ID 0001493 Problem If you have an iLO/iDRAC/EMM, then logging into these will give you the servers serial number, but what if they are not setup/connected, or you don’t know username or password? Then you can use WMI to discover the serial number. Solution From PowerShell; Get-Ciminstance -classname win32_bios -computername {Server-Name} | format-list serialnumber   Or if you have RDP/Console access , then from an...

Read More
Upgrading vSphere ESXi Hosts (Including HP and Dell)
Dec07

Upgrading vSphere ESXi Hosts (Including HP and Dell)

KB ID 0001343 Problem Before you think about upgrading your hosts, you should upgrade your vCenter, Upgrade vSphere vCenter Appliance Assuming that’s all done, your task now is to upgrade your hosts, if you have a vanilla VMware ESXi version installed. You COULD simply SSH into the host, and execute the following commands; esxcli network firewall ruleset set -e true -r httpClient esxcli software profile install -p...

Read More