...
- Edit the abiquo.properties file on the Remote Services server
Set the pluginmetadata disk controller properties for VMware and add SATA before IDE.
(SCSI is not important in the order because it is not used for CD or DVD drives).Code Block abiquo.pluginmetadata.{hypervisor_type}.diskControllers=SATA,SCSI,IDE
For each hypervisor type to configure, set the property value, replacing hypervisor_type in the property key with an appropriate code as follows:
- "esx" for ESXi hosts
- "vmx_04" for vCenter
- "vcenter_cluster" for vCenter clusters
Restart the Tomcat server
Disable SATA
If you wish to To disable SATA, then you should remove SATA support.
...
do these steps to remove SATA support:
- Edit the abiquo.properties file on the Remote Services server
Set the pluginmetadata disk controller properties for VMware and remove SATA
Code Block abiquo.pluginmetadata.{hypervisor_type}.diskControllers=IDE,SCSI
For each hypervisor type to configure, set the property value, replacing hypervisor_type in the property key with one of the following codes:
- "esx" for ESXi hosts
- "vmx_04" for vCenter
- "vcenter_cluster" for vCenter clusters
Restart the Tomcat server
...