Install VirtualBox in OpenSolaris
Virtualbox is awesome, and I think I might go with an all inclusive OpenSolaris server in the future. One that runs zfs, and all my NFS storage needs, but also has virtual machines for the other servers that I would like to run.
Here is how to install VirtualBox on Opensolaris:
Get the latest version from here: http://www.virtualbox.org/wiki/Downloads
wget http://download.virtualbox.org/virtualbox/3.0.12/VirtualBox-3.0.12-54655-SunOS.tar.gz tar -xzf VirtualBox-3.0.12-54655-SunOS.tar.gz pkgadd -d VirtualBoxKern-3.0.12-54655.pkg</pre> pkgadd -d VirtualBox-3.0.12-54655.pkg
Posted in: Opensolaris, OS's |