Example 18.6. List Domains and Upload Image
# engine-iso-uploader list Please provide the REST API password for the admin@internal oVirt Engine user (CTRL+D to abort): ISO Storage Domain Name | Datacenter | ISO Domain Status ISODomain | Default | active
# engine-iso-uploader --iso-domain=[ISODomain] upload [RHEL6.iso] Please provide the REST API password for the admin@internal oVirt Engine user (CTRL+D to abort):
Create a new conf file /etc/ovirt-engine/engine.conf.d/99-sso.conf
and add:
SSO_CALLBACK_PREFIX_CHECK=false
$ chown -R 36:36 /share/path $ chmod 0755 /share/path
Also be sure that the nfs service is exporting the share read-write:
$ cat /etc/exports /share/path *(rw,sync)
then
# systemctl restart ovirt-engine
Crear el archivo con este contenido /etc/ovirt-engine/engine.conf.d/99-custom-truststore.conf
ENGINE_HTTPS_PKI_TRUST_STORE="/etc/pki/java/cacerts" ENGINE_HTTPS_PKI_TRUST_STORE_PASSWORD=""
Ejecutar los siguientes comandos.
# trust anchor /etc/pki/ovirt-engine/ca.pem # update-ca-trust # systemctl restart ovirt-engine