Created
August 27, 2013 17:37
-
-
Save routelastresort/6356593 to your computer and use it in GitHub Desktop.
basic bdeo.sh esxi install (with ovftool output)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ./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