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, […]
Tag: ESXi 5
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 […]
So you want to enable SNMP on ESXi 5 and finding a lot on Google and Bing regarding using the vicfg- command run in the CLI, only to find out that the command doesn’t exist in your install of ESXi5? Well you have come to the right place. I enabled SNMP and this is how: […]
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 […]
So you are running VMware ESXi 5 and enabled remote and local shell access. What you have found by doing this is a nice warning screen like the screenshot below waiting for you each and every time you are logged in. Getting rid of this is simple. Go to your host, click the configuration tab, […]
I had some time to tinker after an upgrade of my system Wanted to learn something new, and play I found some useful commands The first useful command i could run is to list all registered guest on my host. vim-cmd /vmsvc/getallvms Get power state of a VM vim-cmd /vmsvc/power.getstate <Vimid> From the image above you […]