Problems Using SCP to Upload a File to a vCenter Appliance (e.g. with WinSCP)

If you are having trouble uploading a file via SCP to vCenter then VMware provide a great document on how to resolve this. You’ll be seeing an error like: https://kb.vmware.com/s/article/2107727 Essentially what you need to do is logon via SSH to vCenter, swap the Shell to BASH, upload the file, then swap the Shell back […]

More...

Simple Disk Performance Testing Tool (for Microsoft Windows)

Running a disk test need not be complicated. Microsoft provide a cheeky little hard disk test program that can be used, you can download it from https://github.com/microsoft/diskspd. A simple run can be completed with the following command to test the hard drive performance based on the parameters entered. If you wish you can add “> […]

More...

Unable to Remove Host from vSphere Distributed Switch (The resource ‘105’ is in use)

We were performing the migration to new Distributed Switches (running a later version) ready for our vCenter 7.x and ESXi 7.x upgrade and when attempting to remove a host from a distributed switch we got this error: VMware has an article KB76959 that describes this issue, however in our case rather than the VM (or […]

More...

Requirements Collection Thoughts

The collection of user requirements can be a difficult and time-consuming process, working towards Agile principles the collection of requirements should be a collaborative process helping the requestor (customer/colleague) to discover what they want through requirements collection sessions to build a document that contains the necessary information for the design teams to build a solution […]

More...

Exchange 2016 – Security Update For Exchange Server 2016 CU22 (KB5015322) – OWA Failed After Update

After an update Microsoft Exchange 2016 – Security Update For Exchange Server 2016 CU22 (KB5015322), following the upgrade the following appeared: The Exchange server appeared to operating fine, mail flow was fine, the DAG operating as expected, users who are using ActiveSync, Exchange Anywhere or EWS all appeared to have no problems. However using OWA […]

More...

Extreme Networks VOSS Switch – SNMP(v3) Configuration and Monitoring Configuration

Moniting with SNMPv3 is much like monitoring with SNMPv2 or 1 for that matter, except SNMPv3 offers greater security options. SNMPv1 or v2 offers very little security being based on a plain text community string, of course on the monitored device you can restrict which hosts are allowed to connect to your monitored device via […]

More...

Testing iSCSI Connectivity from VMware ESXi to Storage

If you wish to test the connectivity through from your VMware ESXi host through to its storage when using iSCSI you can perform steps such as the following described within: https://kb.vmware.com/s/article/1003728 Firstly run this to get your list of vmKernel ports: Assuming you’ve labelled the vmKernel ports you use for iSCSI with something sensible you […]

More...