Unsupported virtual hardware device 'lsilogicsas'
This is a known issue in VMware ESXi 5.0. lsilogicsas controller is only valid from vmx-07 and later.
To work around this issue, perform one of these options:
- To remove vmx-04 as a VirtualSystemType or add vmx-08 as a VirtualSystemType:
- Open the OVF or OVA file using a text editor.
- Find the line similar to:
<vssd:VirtualSystemType>vmx-04 vmx-07</vssd:VirtualSystemType>
- Remove the vmx-04 entry or add a third entry that reads vmx-08. Modify this line to one of these options:
Valid entries with the vmx-04 entry removed: <vssd:VirtualSystemType>vmx-07</vssd:VirtualSystemType> <vssd:VirtualSystemType>vmx-07 vmx-08</vssd:VirtualSystemType>
Valid entries with the vmx-04 retained: <vssd:VirtualSystemType>vmx-04 vmx-07 vmx-08</vssd:VirtualSystemType>
- Save and close the OVF or OVA file.
- To delete the line that references the .ovf file:
Deploying the modified .ovf file can fail with an error similar to:
File xxxx.ovf fails integrity check and might have been corrupted during transfer
To work around this issue, delete the line that references the .ovf file:
- Open the manifest .mf file.
- Delete the line that references the .ovf file.
- Save and close the .mf file.
- Deploy the .ovf file.
To be alerted when this document is updated, click the Subscribe to Article link in the Actions box
VMware ESXi 5.0 ホストでの OVF または OVA のデプロイが次のエラーで失敗する: サポートされていない仮想ハードウェア デバイス「lsilogicsas」です。