Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Change RS server for API server in "Use SATA controllers for ISO drives by default"

...

  1. Edit the abiquo.properties file on the Remote Services API server
  2. 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:

    1. "esx" for ESXi hosts
    2. "vmx_04" for vCenter
    3. "vcenter_cluster" for vCenter clusters
  3. Restart the Tomcat server

...