Wednesday, June 12, 2013

Converting Virtualbox machines to ESXi

Virtualbox is an open source virtualization platform from Oracle that runs on Windows, Mac, and Linux.  Its a free and easy way to run machines on existing operating systems.  ESXi is a bare-metal hypervisor from VMWare, available for free with limited features.
















Virtual machines in one platform can not directly be run in the other.  This set of instructions from Sysxperts explains how to convert a Virtualbox formatted VM to something that can run in ESXi.

  1. Used ‘Export Appliance’ option from File Menu in VirtualBox
  2. Uploaded the vmdk file to one of my ESX datastores /vmfs/volumes/local_ds1/DC1
  3. opened up putty session to ESX 4 u1 server and navigated to the datastore /vmfs/volumes/local_ds1/DC1
  4. [root@esxlab2 DC1]#vmkfstools -i DC1.vmdk -d thin DC1clone.vmdk
  5. Created new Virtual Machine and utilized option to connect to existing storage and pointed to my DC1clone.vmdk
  6. Deleted original DC1.vmdk to clean up

Tuesday, June 4, 2013

Ethernet continues its inexorable growth

Recently, the IEEE announced the formation of a study group to look into how to make 400 Gbps ethernet work.  Good timing on a recent Bell Labs announcement Not only have they demonstrated 400 Gbps transmission, but it was done over a distance of 12,800km!! The article doesn't specifically mention, but strongly implies, that this distance was un-amplified which is simply amazing.

This is being announced as 100Gbps adoption is ramping up, both commercially (CenturyLink and Verizon) and in the research networks (Internet2 & ESnet and OARnet as examples).

Different pluggables for 100G ethernet.

Wednesday, April 24, 2013

Watch porn

Most automatic watches beat about 4 times per second, but this fast ticker from L.U Chopard is about twice as fast at 8Hz.

Faster tick rate means that the watch is more accurate because disturbances will have less of an effect.

This has been tricky to accomplish because it requires twice the power reserve from the mainspring and will cause more wear and tear on the components.


Wednesday, March 6, 2013

hmm...tasty

Pics from a few years back of a Bird of Prey I saw while walking to lunch

Thursday, February 14, 2013

Online LaTeX

LaTeX is a document markup language and the de-facto standard for writing research papers, especially where special formatting (such as math and chemical formulas) is needed.  It has a pretty steep learning curve, and if you don't really need to use it, its hard to justify learning for occasional use (or at least, that's how I've always felt about it). 

Enter WriteLaTeX, an online, real-time LaTex editor and collaboration site.