Skip to content

Instantly share code, notes, and snippets.

@supr
Last active August 29, 2015 14:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save supr/099039535e8ec17af0de to your computer and use it in GitHub Desktop.
Save supr/099039535e8ec17af0de to your computer and use it in GitHub Desktop.
.encoding = "UTF-8"
displayname = "MapR-Sandbox-For-Hadoop-3.0.3"
guestos = "rhel6-64"
virtualhw.version = "8"
config.version = "8"
numvcpus = "2"
cpuid.coresPerSocket = "1"
memsize = "6144"
pciBridge0.present = "TRUE"
pciBridge4.present = "TRUE"
pciBridge4.virtualDev = "pcieRootPort"
pciBridge4.functions = "8"
pciBridge5.present = "TRUE"
pciBridge5.virtualDev = "pcieRootPort"
pciBridge5.functions = "8"
pciBridge6.present = "TRUE"
pciBridge6.virtualDev = "pcieRootPort"
pciBridge6.functions = "8"
pciBridge7.present = "TRUE"
pciBridge7.virtualDev = "pcieRootPort"
pciBridge7.functions = "8"
vmci0.present = "TRUE"
floppy0.present = "FALSE"
ide0:0.present = "TRUE"
ide0:0.deviceType = "disk"
ide0:0.fileName = "MapR-Sandbox-For-Hadoop-3.0.3-disk1.vmdk"
ide0:0.mode = "persistent"
ide1:0.present = "TRUE"
ide1:0.deviceType = "disk"
ide1:0.fileName = "MapR-Sandbox-For-Hadoop-3.0.3-disk2.vmdk"
ethernet0.present = "TRUE"
ethernet0.virtualDev = "e1000"
ethernet0.connectionType = "nat"
ethernet0.startConnected = "TRUE"
ethernet0.addressType = "generated"
toolscripts.afterpoweron = "true"
toolscripts.afterresume = "true"
toolscripts.beforepoweroff = "true"
toolscripts.beforesuspend = "true"
# Convert the Virtualbox OVA to VMWare VMX
ovftool --lax MapR-Sandbox-For-Hadoop-3.0.3.ova ./vmware
# The above command converts into a generic VMX Sandbox Image
# Replace the MapR-Sandbox-For-Hadoop-3.0.3.vmx with the one attached to this gist.
# Convert the VMX back to OVA
ovftool MapR-Sandbox-For-Hadoop-3.0.3.vmx MapR-Sandbox-For-Hadoop-3.0.3.ova
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment