Category Archives: Technical

Mounting ESXi Datastore from CLI

Moving some storage around this evening created a situation where my primary VM datastore was imported on one of my hosts with a new signature file.  This had repercussions on the other host in the cluster, causing a situation where when the datastore was being detected through the iSCSI adapter, but not being displayed in the storage window.  If the storage was manually added through the vSphere GUI, it would only allow a reformat.

CLI to the rescue.
Continue reading

CrashPlan Backups and Quality of Service

CrashPlan’s backup solution is comparable to many others out there. They have an application that runs on your PC that backs up the data to a web based server.  The client application encrypts the data and attempts to compress it. At $4 per month for unlimited backup space, CrashPlan however is one of the cheaper solutions available at the time of this posting.  With the backup service selected, I wanted to set the prioritization of the traffic to avoid issues with other web based applications.
Continue reading

Multipurpose White Box NAS – ESXi + Personal File Storage

The storage that is running blog.destephen.com is a product of several iterations of lab Network Attached Storage (NAS) setups.  What it developed into today allows storage and playback of 1080i home videos, bulk storage of personal files, as well as running 30+ VM’s on a daily basis.  This post, while long, walks through the some features and through processes along the way of designing the 21 disk, 25 TB system.

Continue reading

Adding a Signed SSL Certificate to Apache in Ubuntu

Initially this blog was setup with https using a self signed certificate.  I did always intend on updating the certificate with a “real” certificate to avoid web browsing errors.  This certificate would also need to handle other sites/services at destephen.com.  This is my first effort at  installing certificates that needed to be recognized on everyones browsers.

Continue reading