I am attempting to perform and document a roundtrip Export and Import using ovftool.
I performed the export as follows:
bowser:/tmp/ovfTool # mount 10.68.x.xx:/export/images /mnt/ovfExport bowser:/tmp/ovfTool # mkdir /mnt/ovfExport/ovfs bowser:/tmp/ovfTool # mkdir /mnt/ovfExport/ovfs/wario-sles11-sp1-x8664 bowser:/tmp/ovfTool # ovftool vi://bluoma:******@helios.blue.roguewave.com/Corvallis/vm/Build\ Server/sles11-sp1-x8664/wario /mnt/ovfExport/ovfs/wario-sles11-sp1-x8664/wario.ovf Opening VI source: vi://bluoma@helios.blue.roguewave.com:443/Corvallis/vm/Build%20Server/sles11-sp1-x8664/wario Opening OVF target: /mnt/ovfExport/ovfs/wario-sles11-sp1-x8664/wario.ovf Writing OVF package: /mnt/ovfExport/ovfs/wario-sles11-sp1-x8664/wario.ovf Disk Transfer Completed Completed successfully
Now I am attempting to import/deploy the ovf:
bowser:/tmp/ovfTool # ovftool --datastore=skillet-ds2 /mnt/ovfExport/ovfs/wario-sles11-sp1-x8664/wario.ovf vi://bluoma:******@helios.blue.roguewave.com/Corvallis/host/R\&D/despina.cvo.roguewave.com
Opening OVF source: /mnt/ovfExport/ovfs/wario-sles11-sp1-x8664/wario.ovf
The manifest validates
Opening VI target: vi://bluoma@helios.blue.roguewave.com:443/Corvallis/host/R&D/despina.cvo.roguewave.com
Deploying to VI: vi://bluoma@helios.blue.roguewave.com:443/Corvallis/host/R&D/despina.cvo.roguewave.com
Disk Transfer Failed
Error: SHA1 digest of file wario-disk1.vmdk does not match manifest
Completed with errors
Any ideas why the SHA1 digest did not verify?
vCenter: 4.1.0
ESXi host: 4.1.0
Thanks,
Bryan