----- Original Message -----
> From: "Piotr Szubiakowski"<piotr.szubiakowski(a)nask.pl>
> To: "Eli Mesika"<emesika(a)redhat.com>
> Cc: users(a)ovirt.org
> Sent: Thursday, February 21, 2013 3:15:19 PM
> Subject: Re: [Users] oVirt 3.1 - engine configuration problem
>
> Hi,
>
> $ psql -U postgres -c "select count(*) from vds_static where
> pm_enabled;" ovirtdb
> count
> -------
> 0
> (1 wiersz)
>
> the table is empty. Maybe there is a problem with encryption of
> engine
> admin password. I think that this password is in plain text.
OK, can you please use teh engine-config utility to set the following configuration keys
again:
AdminPassword
LocalAdminPassword
Hi,
sorry it took me so long to respond. I had some problems with
establishing engin-config tool on Scientific Linux (I coudn't find
anywhere the build-classpath executable which is used in engine-config
script). After successful changing of AdminPassword and
LocalAdminPassword the problem still occurs:
2013-02-27 16:25:27,722 WARN
[org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-13)
Could not find enum value for option: CbcCheckOnVdsChange
2013-02-27 16:25:28,034 ERROR
[org.ovirt.engine.core.engineencryptutils.EncryptionUtils] (MSC service
thread 1-13) Failed to decryptData must start with zero
2013-02-27 16:25:28,036 ERROR
[org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (MSC service
thread 1-13) Failed to decrypt value for property CertificatePassword
will be used encrypted value
2013-02-27 16:25:28,042 WARN
[org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-13)
Could not find enum value for option: ENGINEEARLib
2013-02-27 16:25:28,044 WARN
[org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-13)
Could not find enum value for option: CAEngineKey
2013-02-27 16:25:28,053 WARN
[org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-13)
Could not find enum value for option: MinimalETLVersion
2013-02-27 16:25:28,056 WARN
[org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-13)
Could not find enum value for option: ScriptsPath
2013-02-27 16:25:28,058 WARN
[org.ovirt.engine.core.utils.ConfigUtilsBase] (MSC service thread 1-13)
Could not find enum value for option: SQLServerI18NPrefix
2013-02-27 16:25:28,111 ERROR
[org.ovirt.engine.core.engineencryptutils.EncryptionUtils] (MSC service
thread 1-13) Failed to decryptData must start with zero
2013-02-27 16:25:28,112 ERROR
[org.ovirt.engine.core.dal.dbbroker.generic.DBConfigUtils] (MSC service
thread 1-13) Failed to decrypt value for property TruststorePass will be
used encrypted value
Is this possible that problem is cased because CbcCheckOnVdsChange,
ENGINEEARLib, CAEngineKey, MinimalETLVersion, ScriptsPath and
SQLServerI18NPrefix variables aren't set properly? What values should
these variables have?
Thanks,
Piotr