Bingo!<br><br>Postgresql-contrib was installed but create extension failed on syntax error at "extension".<br><br>rpm -ql postgresql-contrib told me /usr/share/pgsql/contrib/uuid-ossp.sql had the missing bit. Ran that as an external sql script and the hung vmhosts are back up now.<br>
<br>what a roller coaster!<br><br><div class="gmail_quote">On Wed, Feb 6, 2013 at 11:34 AM, Juan Hernandez <span dir="ltr"><<a href="mailto:jhernand@redhat.com" target="_blank">jhernand@redhat.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On 02/06/2013 05:09 PM, Jim Kinney wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
bad admin: the pki restore did not include some vital parts (.keystore !)<br>
<br>
SPM host is live now but others won't activate. Seems the database<br>
restore dropped a function:<br>
</blockquote>
<br></div>
Make sure you have the "postgresql-contrib" package installed, then try this:<br>
<br>
# psql -U postgres engine<br>
engine# create extension "uuid-ossp";<br>
<br>
After that restart the engine.<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">
<br>
2013-02-06 11:06:55,650 ERROR<br>
[org.ovirt.engine.core.bll.<u></u>ActivateVdsCommand] (pool-3-thread-49)<br>
[58e7592f] Command org.ovirt.engine.core.bll.<u></u>ActivateVdsCommand throw<br>
exception: org.springframework.jdbc.<u></u>BadSqlGrammarException:<br>
CallableStatementCallback; bad SQL grammar [{call<br>
insert_entity_snapshot(?, ?, ?, ?, ?, ?, ?, ?)}]; nested exception is<br>
org.postgresql.util.<u></u>PSQLException: ERROR: function uuid_generate_v1()<br>
does not exist<br>
Hint: No function matches the given name and argument types. You<br>
might need to add explicit type casts.<br>
Where: PL/pgSQL function "insert_entity_snapshot" line 4 at SQL statement<br>
at<br>
org.springframework.jdbc.<u></u>support.<u></u>SQLStateSQLExceptionTranslator<u></u>.doTranslate(<u></u>SQLStateSQLExceptionTranslator<u></u>.java:97)<br>
[spring-jdbc-2.5.6.SEC02.jar:<u></u>2.5.6.SEC02]<br>
at<br>
org.springframework.jdbc.<u></u>support.<u></u>AbstractFallbackSQLExceptionTr<u></u>anslator.translate(<u></u>AbstractFallbackSQLExceptionTr<u></u>anslator.java:72)<br>
[spring-jdbc-2.5.6.SEC02.jar:<u></u>2.5.6.SEC02]<br>
at<br>
org.springframework.jdbc.<u></u>support.<u></u>AbstractFallbackSQLExceptionTr<u></u>anslator.translate(<u></u>AbstractFallbackSQLExceptionTr<u></u>anslator.java:80)<br>
[spring-jdbc-2.5.6.SEC02.jar:<u></u>2.5.6.SEC02]<br>
at<br>
org.springframework.jdbc.<u></u>support.<u></u>AbstractFallbackSQLExceptionTr<u></u>anslator.translate(<u></u>AbstractFallbackSQLExceptionTr<u></u>anslator.java:80)<br>
[spring-jdbc-2.5.6.SEC02.jar:<u></u>2.5.6.SEC02]<br>
at<br>
org.springframework.jdbc.core.<u></u>JdbcTemplate.execute(<u></u>JdbcTemplate.java:952) [spring-jdbc-2.5.6.SEC02.jar:<u></u>2.5.6.SEC02]<br>
at<br>
org.springframework.jdbc.core.<u></u>JdbcTemplate.call(<u></u>JdbcTemplate.java:985)<br>
[spring-jdbc-2.5.6.SEC02.jar:<u></u>2.5.6.SEC02]<br>
at<br>
org.springframework.jdbc.core.<u></u>simple.AbstractJdbcCall.<u></u>executeCallInternal(<u></u>AbstractJdbcCall.java:368)<br>
[spring-jdbc-2.5.6.SEC02.jar:<u></u>2.5.6.SEC02]<br>
at<br>
org.springframework.jdbc.core.<u></u>simple.AbstractJdbcCall.<u></u>doExecute(AbstractJdbcCall.<u></u>java:342)<br>
[spring-jdbc-2.5.6.SEC02.jar:<u></u>2.5.6.SEC02]<br>
at<br>
org.springframework.jdbc.core.<u></u>simple.SimpleJdbcCall.execute(<u></u>SimpleJdbcCall.java:164)<br>
[spring-jdbc-2.5.6.SEC02.jar:<u></u>2.5.6.SEC02]<br>
at<br>
org.ovirt.engine.core.dal.<u></u>dbbroker.<u></u>SimpleJdbcCallsHandler.<u></u>executeImpl(<u></u>SimpleJdbcCallsHandler.java:<u></u>124)<br>
[engine-dal.jar:]<br>
at<br>
org.ovirt.engine.core.dal.<u></u>dbbroker.<u></u>SimpleJdbcCallsHandler.<u></u>executeModification(<u></u>SimpleJdbcCallsHandler.java:<u></u>37)<br>
[engine-dal.jar:]<br>
at<br>
org.ovirt.engine.core.dao.<u></u>BusinessEntitySnapshotDAODbFac<u></u>adeImpl.save(<u></u>BusinessEntitySnapshotDAODbFac<u></u>adeImpl.java:84)<br>
[engine-dal.jar:]<br>
at<br>
org.ovirt.engine.core.bll.<u></u>context.<u></u>DefaultCompensationContext.<u></u>stateChanged(<u></u>DefaultCompensationContext.<u></u>java:138)<br>
[engine-bll.jar:]<br>
at<br>
org.ovirt.engine.core.bll.<u></u>ActivateVdsCommand$1.<u></u>runInTransaction(<u></u>ActivateVdsCommand.java:60)<br>
[engine-bll.jar:]<br>
at<br>
org.ovirt.engine.core.bll.<u></u>ActivateVdsCommand$1.<u></u>runInTransaction(<u></u>ActivateVdsCommand.java:53)<br>
[engine-bll.jar:]<br>
at<br>
org.ovirt.engine.core.utils.<u></u>transaction.<u></u>TransactionSupport.<u></u>executeInNewTransaction(<u></u>TransactionSupport.java:204)<br>
[engine-utils.jar:]<br>
at<br>
org.ovirt.engine.core.bll.<u></u>ActivateVdsCommand.<u></u>executeCommand(<u></u>ActivateVdsCommand.java:53)<br>
[engine-bll.jar:]<br>
at<br>
org.ovirt.engine.core.bll.<u></u>CommandBase.<u></u>ExecuteWithoutTransaction(<u></u>CommandBase.java:804)<br>
[engine-bll.jar:]<br>
at<br>
org.ovirt.engine.core.bll.<u></u>CommandBase.<u></u>executeActionInTransactionScop<u></u>e(CommandBase.java:896)<br>
[engine-bll.jar:]<br>
at<br>
org.ovirt.engine.core.bll.<u></u>CommandBase.runInTransaction(<u></u>CommandBase.java:1203)<br>
[engine-bll.jar:]<br>
at<br>
org.ovirt.engine.core.utils.<u></u>transaction.<u></u>TransactionSupport.<u></u>executeInNewTransaction(<u></u>TransactionSupport.java:204)<br>
[engine-utils.jar:]<br>
at<br>
org.ovirt.engine.core.utils.<u></u>transaction.<u></u>TransactionSupport.<u></u>executeInRequired(<u></u>TransactionSupport.java:142)<br>
[engine-utils.jar:]<br>
at<br>
org.ovirt.engine.core.utils.<u></u>transaction.<u></u>TransactionSupport.<u></u>executeInScope(<u></u>TransactionSupport.java:109)<br>
[engine-utils.jar:]<br>
at<br>
org.ovirt.engine.core.bll.<u></u>CommandBase.Execute(<u></u>CommandBase.java:911)<br>
[engine-bll.jar:]<br>
at<br>
org.ovirt.engine.core.bll.<u></u>CommandBase.ExecuteAction(<u></u>CommandBase.java:268) [engine-bll.jar:]<br>
at<br>
org.ovirt.engine.core.bll.<u></u>MultipleActionsRunner.<u></u>executeValidatedCommands(<u></u>MultipleActionsRunner.java:<u></u>182)<br>
[engine-bll.jar:]<br>
at<br>
org.ovirt.engine.core.bll.<u></u>MultipleActionsRunner.<u></u>RunCommands(<u></u>MultipleActionsRunner.java:<u></u>162)<br>
[engine-bll.jar:]<br>
at<br>
org.ovirt.engine.core.bll.<u></u>MultipleActionsRunner$1.run(<u></u>MultipleActionsRunner.java:84)<br>
[engine-bll.jar:]<br>
at<br>
org.ovirt.engine.core.utils.<u></u>threadpool.ThreadPoolUtil$<u></u>InternalWrapperRunnable.run(<u></u>ThreadPoolUtil.java:64)<br>
[engine-utils.jar:]<br>
at<br>
java.util.concurrent.<u></u>Executors$RunnableAdapter.<u></u>call(Executors.java:471)<br>
[rt.jar:1.7.0_09-icedtea]<br>
at<br>
java.util.concurrent.<u></u>FutureTask$Sync.innerRun(<u></u>FutureTask.java:334)<br>
[rt.jar:1.7.0_09-icedtea]<br>
at java.util.concurrent.<u></u>FutureTask.run(FutureTask.<u></u>java:166)<br>
[rt.jar:1.7.0_09-icedtea]<br>
at<br>
java.util.concurrent.<u></u>ThreadPoolExecutor.runWorker(<u></u>ThreadPoolExecutor.java:1110)<br>
[rt.jar:1.7.0_09-icedtea]<br>
at<br>
java.util.concurrent.<u></u>ThreadPoolExecutor$Worker.run(<u></u>ThreadPoolExecutor.java:603)<br>
[rt.jar:1.7.0_09-icedtea]<br>
at java.lang.Thread.run(Thread.<u></u>java:722) [rt.jar:1.7.0_09-icedtea]<br>
Caused by: org.postgresql.util.<u></u>PSQLException: ERROR: function<br>
uuid_generate_v1() does not exist<br>
Hint: No function matches the given name and argument types. You<br>
might need to add explicit type casts.<br>
Where: PL/pgSQL function "insert_entity_snapshot" line 4 at SQL statement<br>
at<br>
org.postgresql.core.v3.<u></u>QueryExecutorImpl.<u></u>receiveErrorResponse(<u></u>QueryExecutorImpl.java:2062)<br>
[postgresql-jdbc.jar:]<br>
at<br>
org.postgresql.core.v3.<u></u>QueryExecutorImpl.<u></u>processResults(<u></u>QueryExecutorImpl.java:1795)<br>
[postgresql-jdbc.jar:]<br>
at<br>
org.postgresql.core.v3.<u></u>QueryExecutorImpl.execute(<u></u>QueryExecutorImpl.java:257)<br>
[postgresql-jdbc.jar:]<br>
at<br>
org.postgresql.jdbc2.<u></u>AbstractJdbc2Statement.<u></u>execute(<u></u>AbstractJdbc2Statement.java:<u></u>479)<br>
[postgresql-jdbc.jar:]<br>
at<br>
org.postgresql.jdbc2.<u></u>AbstractJdbc2Statement.<u></u>executeWithFlags(<u></u>AbstractJdbc2Statement.java:<u></u>367)<br>
[postgresql-jdbc.jar:]<br>
at<br>
org.postgresql.jdbc2.<u></u>AbstractJdbc2Statement.<u></u>execute(<u></u>AbstractJdbc2Statement.java:<u></u>360)<br>
[postgresql-jdbc.jar:]<br>
at<br>
org.jboss.jca.adapters.jdbc.<u></u>CachedPreparedStatement.<u></u>execute(<u></u>CachedPreparedStatement.java:<u></u>297)<br>
at<br>
org.jboss.jca.adapters.jdbc.<u></u>WrappedPreparedStatement.<u></u>execute(<u></u>WrappedPreparedStatement.java:<u></u>404)<br>
at<br>
org.springframework.jdbc.core.<u></u>JdbcTemplate$5.<u></u>doInCallableStatement(<u></u>JdbcTemplate.java:987)<br>
[spring-jdbc-2.5.6.SEC02.jar:<u></u>2.5.6.SEC02]<br>
at<br>
org.springframework.jdbc.core.<u></u>JdbcTemplate.execute(<u></u>JdbcTemplate.java:936) [spring-jdbc-2.5.6.SEC02.jar:<u></u>2.5.6.SEC02]<br>
<br>
<br>
On Wed, Feb 6, 2013 at 10:46 AM, Jim Kinney <<a href="mailto:jim.kinney@gmail.com" target="_blank">jim.kinney@gmail.com</a><br></div></div><div class="im">
<mailto:<a href="mailto:jim.kinney@gmail.com" target="_blank">jim.kinney@gmail.com</a>>> wrote:<br>
<br>
<br>
<br>
On Wed, Feb 6, 2013 at 10:18 AM, Jim Kinney <<a href="mailto:jim.kinney@gmail.com" target="_blank">jim.kinney@gmail.com</a><br></div><div class="im">
<mailto:<a href="mailto:jim.kinney@gmail.com" target="_blank">jim.kinney@gmail.com</a>>> wrote:<br>
<br>
progress. Restored pki files from backup. Still had to reset<br>
AdminPassword. Able to login to the gui. All hosts are<br>
"unresponsive". The SPM host is just totally locked (but fine<br>
from it's console - idle).<br>
<br>
Tried to reinstall one of the hosts and got a new error message:<br>
<br>
Error:<br>
<br>
vmhost5:<br>
<br></div>
* size must be between 0 and 50<div><div class="h5"><br>
<br>
<br>
vmhost2 is locked as SPM host and nothing seems to allow it to be<br>
reset. Found the following in engine.log:<br>
<br>
2013-02-06 10:42:51,809 ERROR<br>
[org.ovirt.engine.core.<u></u>vdsbroker.vdsbroker.<u></u>VdsBrokerCommand]<br>
(QuartzScheduler_Worker-64) XML RPC error in command<br>
GetCapabilitiesVDS ( Vds: vmhost2 ), the error was:<br>
java.util.concurrent.<u></u>ExecutionException:<br>
java.lang.reflect.<u></u>InvocationTargetException,<br>
SunCertPathBuilderException: unable to find valid certification path<br>
to requested target<br>
2013-02-06 10:42:51,818 ERROR<br>
[org.ovirt.engine.core.<u></u>engineencryptutils.<u></u>EncryptionUtils]<br>
(QuartzScheduler_Worker-57) Failed to decryptData must start with zero<br>
2013-02-06 10:42:52,513 ERROR<br>
[org.ovirt.engine.core.<u></u>engineencryptutils.<u></u>EncryptionUtils]<br>
(QuartzScheduler_Worker-62) Failed to decryptData must start with zero<br>
2013-02-06 10:42:53,245 ERROR<br>
[org.ovirt.engine.core.<u></u>engineencryptutils.<u></u>EncryptionUtils]<br>
(QuartzScheduler_Worker-60) Failed to decryptData must start with zero<br>
<br>
This repeats every few seconds.<br>
<br>
None of the vmhosts have the usual vdsm running profiles. They all have:<br>
<br>
19343 ? S< 0:00 /bin/bash -e /usr/share/vdsm/respawn<br>
--minlifetime 10 --daemon --masterpid /var/run/vdsm/respawn.pid<br>
/usr/share/vdsm/vdsm<br>
19346 ? S<l 0:02 /usr/bin/python /usr/share/vdsm/vdsm<br>
19366 ? S< 0:00 /usr/bin/sudo -n /usr/bin/python<br>
/usr/share/vdsm/<u></u>supervdsmServer.py<br>
414b69cd-383b-48af-a82a-<u></u>7f1d042608e3 19346<br>
19367 ? S<l 0:00 /usr/bin/python<br>
/usr/share/vdsm/<u></u>supervdsmServer.py<br>
414b69cd-383b-48af-a82a-<u></u>7f1d042608e3 19346<br>
<br>
<br>
Expected to see may [vdsmd] entries in ps ax output.<br>
<br>
<br>
<br>
On Wed, Feb 6, 2013 at 9:42 AM, Juan Hernandez<br></div></div><div class="im">
<<a href="mailto:jhernand@redhat.com" target="_blank">jhernand@redhat.com</a> <mailto:<a href="mailto:jhernand@redhat.com" target="_blank">jhernand@redhat.com</a>>> wrote:<br>
<br>
On 02/06/2013 03:32 PM, Jim Kinney wrote:<br>
<br>
The pki folder is likely to be a problem but the backups<br>
folder is<br>
populated. Is there a way to remove client certs from<br>
hosts to restore<br>
access with a host add process?<br>
<br>
<br>
If you don't have the pki folder you have two problems.<br>
First is that some data in the database is encrypted, namely<br>
the AdminPassword. That you can solve with "engine-config -s<br>
AdminPassword=interactive". Second is the certificates of<br>
the hosts, the easy way to solve that is to re-install them<br>
(from the ovirt-engine GUI, no need to re-install the<br>
operating system) that will generate new certificates.<br>
<br>
<br>
On Feb 6, 2013 9:24 AM, "Juan Hernandez"<br>
<<a href="mailto:jhernand@redhat.com" target="_blank">jhernand@redhat.com</a> <mailto:<a href="mailto:jhernand@redhat.com" target="_blank">jhernand@redhat.com</a>><br></div>
<mailto:<a href="mailto:jhernand@redhat.com" target="_blank">jhernand@redhat.com</a><div><div class="h5"><br>
<mailto:<a href="mailto:jhernand@redhat.com" target="_blank">jhernand@redhat.com</a>>>> wrote:<br>
<br>
On 02/06/2013 03:02 PM, Jim Kinney wrote:<br>
<br>
as things stand now:<br>
<br>
I manually reinstalled 3.1, then dropped the<br>
engine database and<br>
restored from the backup. There were some<br>
errors at the end.<br>
Even though<br>
I used all the same passwords, the<br>
admin@internal account was not<br>
working. Used engine-config -s<br>
LocalAdminPassword='*****' to<br>
fix. On log<br>
in, everything is down, offline, unreachable.<br>
No hosts can be<br>
contacted.<br>
No storage is connected. Can't add a new host.<br>
<br>
crud.<br>
<br>
I copied the database backup and removed all<br>
the db creation part<br>
leaving just the data "copy into..." section<br>
(that was fun). Ran<br>
engine-cleanup then engine-setup then tried to<br>
restore just the<br>
data.<br>
<br>
no joy there either.<br>
<br>
The system is CentOS 6.3 as are the hosts. This<br>
ran wonderfully<br>
until I<br>
goofed trying to get the cli and sdk updated.<br>
Without the database<br>
working, I have no way to know what vm is what<br>
in the ISCSI LVM<br>
storage<br>
system to even export to another platform.<br>
<br>
So I'm assuming my next step is panic (or total<br>
reinstall from bare<br>
iron?). I'm setting this up at work and today<br>
is my last day as I'm<br>
moving to a new job at a totally different<br>
organization. I'd hate to<br>
walk out and lose all the windows VMs and<br>
templates that were<br>
built over<br>
the last 2 months.<br>
<br>
<br>
Do you still have the original backup of the<br>
database and the<br>
contents of the original /etc/pki/ovirt-engine<br>
directory? With those<br>
two things it is possible to recover.<br>
<br>
I would suggest the following procedure:<br>
<br>
1. Make a clean installation of 3.1, exactly the<br>
same version that<br>
you had before trying to update (make a backup of<br>
the database and<br>
of the /etc/pki/ovirt-engine directory before, just<br>
in case). During<br>
this installation use the answers that you used<br>
during the initial<br>
installation (specially the passwords).<br>
<br>
2. Stop the engine, then drop and recover the<br>
database as you<br>
already did.<br>
<br>
3. Restore the contents of the<br>
/etc/pki/ovirt-engine directory.<br>
<br>
4. Start the engine.<br>
<br>
You should be able to log in with the same<br>
credentials that you used<br>
in the original installation.<br>
<br>
<br>
On Wed, Feb 6, 2013 at 8:43 AM, Jim Kinney<br>
<<a href="mailto:jim.kinney@gmail.com" target="_blank">jim.kinney@gmail.com</a> <mailto:<a href="mailto:jim.kinney@gmail.com" target="_blank">jim.kinney@gmail.com</a>><br>
<mailto:<a href="mailto:jim.kinney@gmail.com" target="_blank">jim.kinney@gmail.com</a><br>
<mailto:<a href="mailto:jim.kinney@gmail.com" target="_blank">jim.kinney@gmail.com</a>>><br>
<mailto:<a href="mailto:jim.kinney@gmail.com" target="_blank">jim.kinney@gmail.com</a><br>
<mailto:<a href="mailto:jim.kinney@gmail.com" target="_blank">jim.kinney@gmail.com</a>><br>
<mailto:<a href="mailto:jim.kinney@gmail.com" target="_blank">jim.kinney@gmail.com</a><br></div></div><div class="im">
<mailto:<a href="mailto:jim.kinney@gmail.com" target="_blank">jim.kinney@gmail.com</a>>><u></u>>__> wrote:<br>
<br>
added 3.2 lines to dre ovirt yum repo (and<br>
disabled 3.1 -<br>
probably<br>
not good) and did engine-upgrade.<br>
<br>
Process choked at opening the CA cert and<br>
proceeded to<br>
"rollback".<br>
Didn't actually roll back as 3.1 repo was<br>
disabled.<br>
<br>
System still has 3.2 installed. Did yum<br>
update to pull in the<br>
cli/sdk 3.2 (wish I had done that first!).<br>
<br>
Engine starts but fails to open CA to run<br>
gui. found<br>
following in log:<br>
<br>
2013-02-05 14:02:40,825 ERROR<br>
[org.ovirt.engine.core.<br></div>
engineencryptutils.____<u></u>EncryptionUtils]<div class="im"><br>
(MSC service thread<br>
1-16) Can't<br>
load keystore from file<br></div>
"/etc/pki/ovirt-engine/.____<u></u>keystore".<div class="im"><br>
<br>
IOException: DerInputStream.getLength():<br>
lengthTag=109, too<br>
big.<br>
2013-02-05 14:02:40,826 ERROR<br>
<br>
<br></div>
[org.ovirt.engine.core.____<u></u>engineencryptutils.____<u></u>EncryptionUtils]<div class="im"><br>
(MSC<br>
<br>
service thread 1-16) Failed to decrypt<br>
java.io.IOException:<br>
DerInputStream.getLength(): lengthTag=109,<br>
too big.<br>
2013-02-05 14:02:40,827 ERROR<br>
<br>
<br></div>
[org.ovirt.engine.core.dal.___<u></u>_dbbroker.generic.____<u></u>DBConfigUtils]<div class="im"><br>
(MSC<br>
<br>
service thread 1-16) Failed to decrypt<br>
value for property<br>
TruststorePass will be used encrypted value<br>
2013-02-05 14:02:40,829 WARN<br>
<br></div>
[org.ovirt.engine.core.utils._<u></u>___ConfigUtilsBase] (MSC<div class="im"><br>
<br>
service thread<br>
1-16) Could not find enum value for<br>
option: CertificatePassword<br>
2013-02-05 14:02:40,830 ERROR<br>
<br>
<br></div>
[org.ovirt.engine.core.____<u></u>engineencryptutils.____<u></u>EncryptionUtils]<div class="im"><br>
(MSC<br>
<br>
service thread 1-16) Can't load keystore<br>
from file<br></div>
"/etc/pki/ovirt-engine/.____<u></u>keystore".<div class="im"><br>
IOException:<br>
<br>
DerInputStream.getLength(): lengthTag=109,<br>
too big.<br>
2013-02-05 14:02:40,830 ERROR<br>
<br>
<br></div>
[org.ovirt.engine.core.____<u></u>engineencryptutils.____<u></u>EncryptionUtils]<div class="im"><br>
(MSC<br>
<br>
service thread 1-16) Failed to decrypt<br>
java.io.IOException:<br>
DerInputStream.getLength(): lengthTag=109,<br>
too big.<br>
2013-02-05 14:02:40,831 ERROR<br>
<br>
<br></div>
[org.ovirt.engine.core.dal.___<u></u>_dbbroker.generic.____<u></u>DBConfigUtils]<div class="im"><br>
(MSC<br>
<br>
service thread 1-16) Failed to decrypt<br>
value for property<br>
LocalAdminPassword will be used encrypted<br>
value<br>
2013-02-05 14:02:40,833 ERROR<br>
<br>
<br></div>
[org.ovirt.engine.core.____<u></u>engineencryptutils.____<u></u>EncryptionUtils]<div class="im"><br>
(MSC<br>
<br>
service thread 1-16) Can't load keystore<br>
from file<br></div>
"/etc/pki/ovirt-engine/.____<u></u>keystore".<div class="im"><br>
IOException:<br>
<br>
DerInputStream.getLength(): lengthTag=109,<br>
too big.<br>
2013-02-05 14:02:40,834 ERROR<br>
<br>
<br></div>
[org.ovirt.engine.core.____<u></u>engineencryptutils.____<u></u>EncryptionUtils]<div><div class="h5"><br>
(MSC<br>
<br>
service thread 1-16) Failed to decrypt<br>
java.io.IOException:<br>
DerInputStream.getLength(): lengthTag=109,<br>
too big.<br>
<br>
<br>
On Tue, Feb 5, 2013 at 6:11 AM, Michael<br>
Pasternak<br>
<<a href="mailto:mpastern@redhat.com" target="_blank">mpastern@redhat.com</a><br>
<mailto:<a href="mailto:mpastern@redhat.com" target="_blank">mpastern@redhat.com</a>> <mailto:<a href="mailto:mpastern@redhat.com" target="_blank">mpastern@redhat.com</a><br>
<mailto:<a href="mailto:mpastern@redhat.com" target="_blank">mpastern@redhat.com</a>>><br>
<mailto:<a href="mailto:mpastern@redhat.com" target="_blank">mpastern@redhat.com</a><br>
<mailto:<a href="mailto:mpastern@redhat.com" target="_blank">mpastern@redhat.com</a>> <mailto:<a href="mailto:mpastern@redhat.com" target="_blank">mpastern@redhat.com</a><br>
<mailto:<a href="mailto:mpastern@redhat.com" target="_blank">mpastern@redhat.com</a>>>><u></u>> wrote:<br>
<br>
<br>
Hi Jim,<br>
<br>
On 02/04/2013 08:33 PM, Jim Kinney wrote:<br>
> I'm trying to setup a way to<br>
restart a large group<br>
of windows<br>
vms on a schedule. I'm getting a<br>
connection failure<br>
that seems<br>
related to the use of https but I'm<br>
not sure.<br>
><br>
> error: __init__() got an unexpected<br>
keyword argument<br>
'source_address'<br>
<br>
This error is caused by running<br>
ovirt-sdk on a older<br>
version of<br>
python (less then python27),<br>
please upgrade your sdk/cli with one<br>
shipped in 3.2 (it's<br>
backward compatible to 3.1).<br>
<br>
><br>
> I ran:<br>
> ovirt-shell -A <path to server<br>
cert/certfile<br>
exported from<br>
browser> -c<br>
><br>
> and my .ovirtshellrc is:<br>
><br>
> [ovirt-shell]<br>
> username = "admin@internal"<br>
> url = <a href="https://my.internal.url/api" target="_blank">https://my.internal.url/api</a><br>
> #insecure = False<br>
> #filter = False<br>
> #timeout = -1<br>
> password = **********************<br>
><br>
><br>
> I tried putting the ca_cert = <path<br>
to cert> but<br>
that clearly<br>
was not allowed in .ovirtshellrc<br>
<br>
not related, but supported in 3.2 cli.<br>
<br>
><br>
> ideas?<br>
> --<br>
> --<br>
> James P. Kinney III<br>
> ////<br>
> ////Every time you stop a school,<br>
you will have to<br>
build a<br>
jail. What you gain at one end you<br>
lose at the other.<br>
It's like<br>
feeding a dog on his own tail. It<br>
won't fatten<br>
> the dog.<br>
> - Speech 11/23/1900 Mark Twain<br>
> ////<br>
> <a href="http://electjimkinney.org" target="_blank">http://electjimkinney.org</a><br>
><br></div></div>
<a href="http://heretothereideas." target="_blank">http://heretothereideas.</a>__<a href="http://blog__spot.com/" target="_blank">blog<u></u>__spot.com/</a><br>
<<a href="http://blogspot.com/" target="_blank">http://blogspot.com/</a>><div class="im"><br>
<<a href="http://heretothereideas." target="_blank">http://heretothereideas.</a>__<a href="http://blogspot.com/" target="_blank">blo<u></u>gspot.com/</a><br>
<<a href="http://heretothereideas.blogspot.com/" target="_blank">http://heretothereideas.<u></u>blogspot.com/</a>>><br>
> ////<br>
><br>
><br>
><br>
><br></div>
______________________________<u></u>_____________________<div class="im"><br>
<br>
> Users mailing list<br>
> <a href="mailto:Users@ovirt.org" target="_blank">Users@ovirt.org</a><br>
<mailto:<a href="mailto:Users@ovirt.org" target="_blank">Users@ovirt.org</a>> <mailto:<a href="mailto:Users@ovirt.org" target="_blank">Users@ovirt.org</a><br>
<mailto:<a href="mailto:Users@ovirt.org" target="_blank">Users@ovirt.org</a>>><br>
<mailto:<a href="mailto:Users@ovirt.org" target="_blank">Users@ovirt.org</a><br>
<mailto:<a href="mailto:Users@ovirt.org" target="_blank">Users@ovirt.org</a>> <mailto:<a href="mailto:Users@ovirt.org" target="_blank">Users@ovirt.org</a><br></div>
<mailto:<a href="mailto:Users@ovirt.org" target="_blank">Users@ovirt.org</a>>>><br>
><br>
<a href="http://lists.ovirt.org/____mailman/listinfo/users" target="_blank">http://lists.ovirt.org/____<u></u>mailman/listinfo/users</a><br>
<<a href="http://lists.ovirt.org/__mailman/listinfo/users" target="_blank">http://lists.ovirt.org/__<u></u>mailman/listinfo/users</a>><div class="im"><br>
<br>
<br>
<<a href="http://lists.ovirt.org/__mailman/listinfo/users" target="_blank">http://lists.ovirt.org/__<u></u>mailman/listinfo/users</a><br>
<<a href="http://lists.ovirt.org/mailman/listinfo/users" target="_blank">http://lists.ovirt.org/<u></u>mailman/listinfo/users</a>>><br>
<br>
<br>
--<br>
<br>
Michael Pasternak<br>
RedHat, ENG-Virtualization R&D<br>
<br>
<br>
<br>
<br>
--<br>
--<br>
James P. Kinney III<br>
////<br>
////Every time you stop a school, you will<br>
have to build a<br>
jail.<br>
What you gain at one end you lose at the<br>
other. It's like<br>
feeding a<br>
dog on his own tail. It won't fatten the dog.<br>
- Speech 11/23/1900 Mark Twain<br>
////<br>
<a href="http://electjimkinney.org" target="_blank">http://electjimkinney.org</a><br></div>
<a href="http://heretothereideas." target="_blank">http://heretothereideas.</a>__<a href="http://blog__spot.com/" target="_blank">blog<u></u>__spot.com/</a><br>
<<a href="http://blogspot.com/" target="_blank">http://blogspot.com/</a>><div class="im"><br>
<br>
<<a href="http://heretothereideas." target="_blank">http://heretothereideas.</a>__<a href="http://blogspot.com/" target="_blank">blo<u></u>gspot.com/</a><br>
<<a href="http://heretothereideas.blogspot.com/" target="_blank">http://heretothereideas.<u></u>blogspot.com/</a>>><br>
////<br>
<br>
<br>
<br>
<br>
--<br>
--<br>
James P. Kinney III<br>
////<br>
////Every time you stop a school, you will have<br>
to build a jail.<br>
What<br>
you gain at one end you lose at the other. It's<br>
like feeding a<br>
dog on<br>
his own tail. It won't fatten the dog.<br>
- Speech 11/23/1900 Mark Twain<br>
////<br>
<a href="http://electjimkinney.org" target="_blank">http://electjimkinney.org</a><br></div>
<a href="http://heretothereideas." target="_blank">http://heretothereideas.</a>__<a href="http://blog__spot.com/" target="_blank">blog<u></u>__spot.com/</a><br>
<<a href="http://blogspot.com/" target="_blank">http://blogspot.com/</a>><div class="im"><br>
<<a href="http://heretothereideas." target="_blank">http://heretothereideas.</a>__<a href="http://blogspot.com/" target="_blank">blo<u></u>gspot.com/</a><br>
<<a href="http://heretothereideas.blogspot.com/" target="_blank">http://heretothereideas.<u></u>blogspot.com/</a>>><br>
////<br>
<br>
<br></div>
______________________________<u></u>_____________________<div class="im"><br>
<br>
Users mailing list<br>
<a href="mailto:Users@ovirt.org" target="_blank">Users@ovirt.org</a> <mailto:<a href="mailto:Users@ovirt.org" target="_blank">Users@ovirt.org</a>><br>
<mailto:<a href="mailto:Users@ovirt.org" target="_blank">Users@ovirt.org</a> <mailto:<a href="mailto:Users@ovirt.org" target="_blank">Users@ovirt.org</a>>><br></div>
<a href="http://lists.ovirt.org/____mailman/listinfo/users" target="_blank">http://lists.ovirt.org/____<u></u>mailman/listinfo/users</a><br>
<<a href="http://lists.ovirt.org/__mailman/listinfo/users" target="_blank">http://lists.ovirt.org/__<u></u>mailman/listinfo/users</a>><div class="im"><br>
<br>
<br>
<<a href="http://lists.ovirt.org/__mailman/listinfo/users" target="_blank">http://lists.ovirt.org/__<u></u>mailman/listinfo/users</a><br>
<<a href="http://lists.ovirt.org/mailman/listinfo/users" target="_blank">http://lists.ovirt.org/<u></u>mailman/listinfo/users</a>>><br>
<br>
<br>
<br>
--<br>
Dirección Comercial: C/Jose Bardasano Baos, 9,<br>
Edif. Gorbea 3,<br>
planta 3ºD, 28016 Madrid, Spain<br>
Inscrita en el Reg. Mercantil de Madrid – C.I.F.<br>
B82657941 - Red Hat<br>
S.L.<br>
<br>
<br>
<br>
______________________________<u></u>___________________<br>
Users mailing list<br>
<a href="mailto:Users@ovirt.org" target="_blank">Users@ovirt.org</a> <mailto:<a href="mailto:Users@ovirt.org" target="_blank">Users@ovirt.org</a>><br>
<a href="http://lists.ovirt.org/__mailman/listinfo/users" target="_blank">http://lists.ovirt.org/__<u></u>mailman/listinfo/users</a><br>
<<a href="http://lists.ovirt.org/mailman/listinfo/users" target="_blank">http://lists.ovirt.org/<u></u>mailman/listinfo/users</a>><br>
<br>
<br>
<br>
--<br>
Dirección Comercial: C/Jose Bardasano Baos, 9, Edif. Gorbea<br>
3, planta 3ºD, 28016 Madrid, Spain<br>
Inscrita en el Reg. Mercantil de Madrid – C.I.F. B82657941 -<br>
Red Hat S.L.<br>
<br>
<br>
<br>
<br></div><div class="im">
--<br>
--<br>
James P. Kinney III<br>
////<br>
////Every time you stop a school, you will have to build a jail.<br>
What you gain at one end you lose at the other. It's like<br>
feeding a dog on his own tail. It won't fatten the dog.<br>
- Speech 11/23/1900 Mark Twain<br>
////<br>
<a href="http://electjimkinney.org" target="_blank">http://electjimkinney.org</a><br></div><div class="im">
<a href="http://heretothereideas.blogspot.com/" target="_blank">http://heretothereideas.<u></u>blogspot.com/</a><br>
////<br>
<br>
<br>
<br>
<br>
--<br>
--<br>
James P. Kinney III<br>
////<br>
////Every time you stop a school, you will have to build a jail.<br>
What you gain at one end you lose at the other. It's like feeding a<br>
dog on his own tail. It won't fatten the dog.<br>
- Speech 11/23/1900 Mark Twain<br>
////<br>
<a href="http://electjimkinney.org" target="_blank">http://electjimkinney.org</a><br>
<a href="http://heretothereideas.blogspot.com/" target="_blank">http://heretothereideas.<u></u>blogspot.com/</a><br>
////<br>
<br>
<br>
<br>
<br>
--<br>
--<br>
James P. Kinney III<br>
////<br>
////Every time you stop a school, you will have to build a jail. What<br>
you gain at one end you lose at the other. It's like feeding a dog on<br>
his own tail. It won't fatten the dog.<br>
- Speech 11/23/1900 Mark Twain<br>
////<br>
<a href="http://electjimkinney.org" target="_blank">http://electjimkinney.org</a><br>
</div><a href="http://heretothereideas.blogspot.com/" target="_blank">http://heretothereideas.<u></u>blogspot.com/</a><br>
////<div class="im"><br>
<br>
<br>
______________________________<u></u>_________________<br>
Users mailing list<br>
<a href="mailto:Users@ovirt.org" target="_blank">Users@ovirt.org</a><br>
<a href="http://lists.ovirt.org/mailman/listinfo/users" target="_blank">http://lists.ovirt.org/<u></u>mailman/listinfo/users</a><br>
<br>
</div></blockquote><div class="HOEnZb"><div class="h5">
<br>
<br>
-- <br>
Dirección Comercial: C/Jose Bardasano Baos, 9, Edif. Gorbea 3, planta 3ºD, 28016 Madrid, Spain<br>
Inscrita en el Reg. Mercantil de Madrid – C.I.F. B82657941 - Red Hat S.L.<br>
</div></div></blockquote></div><br><br clear="all"><br>-- <br>-- <br>James P. Kinney III<br><i><i><i><i><br></i></i></i></i>Every time you stop a school, you will have to build a jail. What you
gain at one end you lose at the other. It's like feeding a dog on his
own tail. It won't fatten the dog.<br>
- Speech 11/23/1900 Mark Twain<br><i><i><i><i><br><a href="http://electjimkinney.org" target="_blank">http://electjimkinney.org</a><br><a href="http://heretothereideas.blogspot.com/" target="_blank">http://heretothereideas.blogspot.com/</a><br>
</i></i></i></i>