- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
Content translations are temporarily unavailable due to site maintenance. We apologize for any inconvenience. Visit our blog to learn more.
11-10-2018 03:43 AM - edited 11-10-2018 09:55 AM
If you're looking to deploy Expedition into an ESXi environment you can use Fusion to convert the Expedition vmdk to an OVA format using the steps below.
I am running Fusion ver 10.1.3
________
YOU = Your username on your Mac
To deploy the OVA in ESXi 6.0 and earlier you will need to explicitly choose the has as sha1 (default is sha256)
--shaAlgorithm=sha1 ( myMac:VMware OVF Tool YOU$ ./ovftool --acceptAllEulas --shaAlgorithm-sha1 \)
myMac:~ YOU$ cd /Applications/VMware\ Fusion.app/Contents/Library/VMware\ OVF\ Tool/
myMac:VMware OVF Tool YOU$ ./ovftool --acceptAllEulas \
> /Users/YOU/Documents/Virtual\ Machines.localized/Expedition-Beta.vmwarevm/Expedition-Beta.vmx \
> ~/Desktop/Expedition-Beta.ova
Opening VMX source: /Users/YOU/Documents/Virtual Machines.localized/Expedition-Beta.vmwarevm/Expedition-Beta.vmx
Opening OVA target: /Users/YOU/Desktop/Expedition-Beta.ova
Writing OVA package: /Users/YOU/Desktop/Expedition-Beta.ova
Transfer Completed
Completed successfully
myMac:VMware OVF Tool YOU$
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!