ISC2 Certified Information System Security Professional – CISSP Registration Timeline

I’ve recently passed the CISSP exam. Passing the exam is just one step in becoming a Certified Information System Security Professional, once you’ve passed the exam there are additional steps required to achieve the certification. There is a lot of chatter about exactly how long the process takes to get registered after the exam, so … Read more

Resolve Missing Dependencies VIBs Error VMware Upgrade 6.7 to 7.x

You may see the following error when attempting to perform an upgrade to a host, the issue is also described in: https://www.vcloudnine.de/upgrade-to-esxi-7-0-missing-dependencies-vibs-error/ We came across this issue when attempting to upgrade to version 7.0.3 of VMware ESXi, these hosts had some driver VIB updates performed over their lifetime to remediate PSOD issues. Upon attempting an … Read more

check_http and SNI Hostnames

You may find you need to perform a check where the FQDN you are monitoring doesn’t correspond to the IP address and some form of virtual server (or host headers) are in use. Now normally using a command like: Should just work however in certain instances depending on the configuration of the web server you’ll … Read 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 “> … Read 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 … Read 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 … Read more