Skip to content

Instantly share code, notes, and snippets.

@routelastresort
Created August 27, 2013 17:37
Show Gist options
  • Save routelastresort/6356593 to your computer and use it in GitHub Desktop.
Save routelastresort/6356593 to your computer and use it in GitHub Desktop.
basic bdeo.sh esxi install (with ovftool output)
$ ./bdeo.sh -i hack.iso -d 192.168.3.101 -s esxi1-ds
bdeo.sh v2.07(Linux)
/usr/bin/ovftool found...
Generating OVF file with user params
------------------------------------
OVF Sanity Check
----------------
Generating Manifest
---------------------
Creating OVA package
--------------------
'/tmp/ciscohackin/hack.ova'
Deploying hack.ova to '192.168.3.101'
------------------------------------------
/usr/bin/ovftool --powerOffTarget --diskMode=thick -ds=esxi1-ds --overwrite hack.ova vi://:********@192.168.3.101
Opening OVA source: hack.ova
The manifest validates
Enter login information for target vi://192.168.3.101/
Username: root
Password: ********
Opening VI target: vi://[email protected]:443/
Deploying to VI: vi://[email protected]:443/
Transfer Completed
Completed successfully
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment