Red Hat Virtualization (RHV)
Título 2
The ISO Uploader Tool
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):
Troubleshooting
Authentication error are not helpful - " The redirection URI for client is not registered "
Create a new conf file /etc/ovirt-engine/engine.conf.d/99-sso.conf
and add:
SSO_CALLBACK_PREFIX_CHECK=false
Why am I getting permission errors when trying to connect a NFS share to RHEV
StorageServerAccessPermissionError: Permission settings on the specified path do not allow access to the storage.
Verify permission settings on the specified storage path.
Verify permission settings on the specified storage path.
$ 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)
Enlaces Relacionados
then
# systemctl restart ovirt-engine
sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target RHV
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