Skip to content

Running OSv on VMware ESXi

Takuya ASADA edited this page Jun 29, 2014 · 6 revisions
Case 1: Download OSv Image

Open vSpehere Client, click File -> Deploy OVF Template Input URL which copied from OSv download page.

Go though wizard by clicking Next button, it will deploy 'osv' instance automatically.

Case 2: Build OSv Image

Install VMware OVF Tool before building image.

Build OSv image by following command:

$ cd src/osv
$ make osv.vmdk
$ scripts/gen-vmx.sh

Deploy OSv image by ovftool:

$ ovftool -ds=<datastore name> build/release/osv.vmx vi://root:password@<ip address>/
Clone this wiki locally