Categories
Hardware How-To Software Technical

Get the 3ware 9650SE working with ESXi 5.x

At the office we recently built two white box, built it yourself servers (lego’s). I called them Lego’s due to the fact they are build your own types and not OEM. For each of these powerhouse systems we got 3ware 9650SE RAID controllers (3ware 9650SE-4LPML PCI Express Lanes: 4 SATA II Controller Card RAID Levels 0, 1, 5, […]

Categories
How-To Software Technical

buslogic SCSI adapter is not supported for 64-bit guests

After converting a Linux (Debian) machine using VMware vCenter Converter Standalone, to have a copy of my virtual machine running on ESXi 5.x in VMware Player. I encountered the following error on start-up: buslogic SCSI adapter is not supported for 64-bit guests There isn’t an option in the VMware Player to change the scsi type, so […]

Categories
How-To Software Technical

Convert VirtualBox VDI to VMware VMDK

I am in the process of moving VirtualBox vdi’s over the VMware ESXi host so what better chance is there to post the process I am taking to make this happen. To perform this “magic” trick you will be using the VBoxManger tool to clone the VirtualBox disk into VMware formatted disk types. I am […]

Categories
How-To Technical

SSH into ESXi 5 host using public key authentication

I do this with my other linux host over here @ jermsmit.com so why not with my ESXi 5 hosts. Using OpenSSH Public Key Authentication on ESXi 5 required a few things. You need to enable SSH You need an SSH client (I use putty) If you already have a authorized_keys file handy use it or make […]

Categories
Hardware How-To Technical

Enable SNMP on ESXi5

Looking to enable SNMP to do some external monitoring on my ESXi Boxen. I took a quick dive into the CLI and found a way to do this. Using our friend putty, I connected to my ESXi host via SSH. I then changed directory to the /etc/vmware/ folder: ~ # cd /etc/vmware/ ESXi 5 doesn’t […]

Categories
How-To Software

Installing Open-VM Tools on Ubuntu Server

I have been using Ubuntu Server to host many of my projects here at home; everything from my media servers, testing systems and web/blog site. I have install the VMware tools in the past and ran into issues or just found them to break. At best I just need the minimal the tools offer, and this […]