Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

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

...