Re: [Users] Procedure to change engine host name

2012-10-19 Thread Neil
On Wed, Oct 17, 2012 at 3:50 PM, Neil nwilson...@gmail.com wrote:
 On Wed, Oct 17, 2012 at 2:36 PM, Juan Hernandez jhern...@redhat.com wrote:
 1. Switch to Java 7 using alternatives --config java. But this could
 have adverse effects in other Java programs that you may be using. Note
 that the oVirt engine is designed to use Java 7, so if you are using
 Java 6 you can find other issues.

Installed Java 1.7 and told my system to use it as you mentioned and
my certificate issue was resolved.

Thanks Juan, you the man!

Regards.

Neil Wilson.
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] all in one ovirt-setup fails

2012-10-19 Thread Andres Gonzalez
On Fri, Oct 19, 2012 at 8:30 AM, Cristian Falcas cristi.fal...@gmail.comwrote:

 Hi,

 I have a new fedora install and i'm using the nightly builds for ovirt.

 Setup is failing with:
 Installing:
 AIO: Validating CPU Compatibility...   [ DONE ]
 AIO: Adding firewall rules...  [ DONE ]
 Configuring oVirt-engine...[ DONE ]
 Configuring JVM... [ DONE ]
 Creating CA... [ DONE ]
 Updating ovirt-engine service...   [ DONE ]
 Setting Database Configuration...  [ DONE ]
 Setting Database Security...   [ DONE ]
 Creating Database...   [ DONE ]
 Updating the Default Data Center Storage Type...   [ DONE ]
 Editing oVirt Engine Configuration...  [ DONE ]
 Editing Postgresql Configuration...[ DONE ]
 Configuring the Default ISO Domain...  [ DONE ]
 Configuring Firewall (iptables)... [ DONE ]
 Starting ovirt-engine Service...   [ DONE ]
 Configuring HTTPD...   [ DONE ]
 AIO: Creating storage directory... [ DONE ]
 AIO: Adding Local Datacenter and cluster...[ DONE ]
 AIO: Adding Local host (This may take several minutes)...   [ ERROR ]
 Error: Timed out while waiting for host to start
 Please check log file
 /var/log/ovirt-engine/engine-setup_2012_10_19_12_54_13.log for more
 information


 From what I can see, the host is going from current host status is:
 installing to current host status is: install_failed. And the
 actual error is:

 2012-10-19 12:58:36,422 ERROR
 [org.ovirt.engine.core.utils.hostinstall.VdsInstallerSSH]
 (pool-3-thread-3) SSH error running command root@localhost:'umask
 0077; MYTMP=$(mktemp -t ovirt-XX); trap chmod -R u+rwX
 \${MYTMP}\  /dev/null 21; rm -fr \${MYTMP}\  /dev/null 21
 0; rm -fr ${MYTMP}  mkdir ${MYTMP}  tar -C ${MYTMP}
 --no-same-permissions -o -x  ${MYTMP}/setup -c
 'ssl=true;management_port=54321' -O 'acasa' -t 2012-10-19T09:58:26  -S
 /tmp/ovirt-id_rsa_3d7dc080-3df4-442b-b084-c24592824e64 -p 80 -b  -B
 ovirtmgmt  http://localhost:80/Components/vds/
 http://localhost:80/Components/vds/ localhost
 3d7dc080-3df4-442b-b084-c24592824e64 False': java.io.IOException:
 Command returned failure code 1 during SSH session 'root@localhost'
 'umask 0077; MYTMP=$(mktemp -t ovirt-XX); trap chmod -R
 u+rwX \${MYTMP}\  /dev/null 21; rm -fr \${MYTMP}\  /dev/null
 21 0; rm -fr ${MYTMP}  mkdir ${MYTMP}  tar -C ${MYTMP}
 --no-same-permissions -o -x  ${MYTMP}/setup -c
 'ssl=true;management_port=54321' -O 'acasa' -t 2012-10-19T09:58:26  -S
 /tmp/ovirt-id_rsa_3d7dc080-3df4-442b-b084-c24592824e64 -p 80 -b  -B
 ovirtmgmt  http://localhost:80/Components/vds/
 http://localhost:80/Components/vds/ localhost
 3d7dc080-3df4-442b-b084-c24592824e64 False'

 I don't understand what the tar command is trying to unpack: tar -C
 ${MYTMP} --no-same-permissions -o -x. Should there be a file
 something over there? Offcourse, there is not setup in the tmp dir
 also.

 During the last step (Adding Local host) I did a vdsmd restart also.

 Can anyone help in fixing this? Logs are attached.

 Best regards,
 cristian falcas

 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users


Did you try to reboot and add the local host manually ?

Regards.-

-- 
AGD
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] all in one ovirt-setup fails

2012-10-19 Thread Alexandre Santos
Hello,
I had several timeout problems when installing the all-in-one and had to
increase greatly the timeout - I mean to something like 1000 ms :-)

Alex

2012/10/19 Andres Gonzalez tuc...@gmail.com

 On Fri, Oct 19, 2012 at 8:30 AM, Cristian Falcas 
 cristi.fal...@gmail.comwrote:

 Hi,

 I have a new fedora install and i'm using the nightly builds for ovirt.

 Setup is failing with:
 Installing:
 AIO: Validating CPU Compatibility...   [ DONE
 ]
 AIO: Adding firewall rules...  [ DONE
 ]
 Configuring oVirt-engine...[ DONE
 ]
 Configuring JVM... [ DONE
 ]
 Creating CA... [ DONE
 ]
 Updating ovirt-engine service...   [ DONE
 ]
 Setting Database Configuration...  [ DONE
 ]
 Setting Database Security...   [ DONE
 ]
 Creating Database...   [ DONE
 ]
 Updating the Default Data Center Storage Type...   [ DONE
 ]
 Editing oVirt Engine Configuration...  [ DONE
 ]
 Editing Postgresql Configuration...[ DONE
 ]
 Configuring the Default ISO Domain...  [ DONE
 ]
 Configuring Firewall (iptables)... [ DONE
 ]
 Starting ovirt-engine Service...   [ DONE
 ]
 Configuring HTTPD...   [ DONE
 ]
 AIO: Creating storage directory... [ DONE
 ]
 AIO: Adding Local Datacenter and cluster...[ DONE
 ]
 AIO: Adding Local host (This may take several minutes)...   [ ERROR ]
 Error: Timed out while waiting for host to start
 Please check log file
 /var/log/ovirt-engine/engine-setup_2012_10_19_12_54_13.log for more
 information


 From what I can see, the host is going from current host status is:
 installing to current host status is: install_failed. And the
 actual error is:

 2012-10-19 12:58:36,422 ERROR
 [org.ovirt.engine.core.utils.hostinstall.VdsInstallerSSH]
 (pool-3-thread-3) SSH error running command root@localhost:'umask
 0077; MYTMP=$(mktemp -t ovirt-XX); trap chmod -R u+rwX
 \${MYTMP}\  /dev/null 21; rm -fr \${MYTMP}\  /dev/null 21
 0; rm -fr ${MYTMP}  mkdir ${MYTMP}  tar -C ${MYTMP}
 --no-same-permissions -o -x  ${MYTMP}/setup -c
 'ssl=true;management_port=54321' -O 'acasa' -t 2012-10-19T09:58:26  -S
 /tmp/ovirt-id_rsa_3d7dc080-3df4-442b-b084-c24592824e64 -p 80 -b  -B
 ovirtmgmt  http://localhost:80/Components/vds/
 http://localhost:80/Components/vds/ localhost
 3d7dc080-3df4-442b-b084-c24592824e64 False': java.io.IOException:
 Command returned failure code 1 during SSH session 'root@localhost'
 'umask 0077; MYTMP=$(mktemp -t ovirt-XX); trap chmod -R
 u+rwX \${MYTMP}\  /dev/null 21; rm -fr \${MYTMP}\  /dev/null
 21 0; rm -fr ${MYTMP}  mkdir ${MYTMP}  tar -C ${MYTMP}
 --no-same-permissions -o -x  ${MYTMP}/setup -c
 'ssl=true;management_port=54321' -O 'acasa' -t 2012-10-19T09:58:26  -S
 /tmp/ovirt-id_rsa_3d7dc080-3df4-442b-b084-c24592824e64 -p 80 -b  -B
 ovirtmgmt  http://localhost:80/Components/vds/
 http://localhost:80/Components/vds/ localhost
 3d7dc080-3df4-442b-b084-c24592824e64 False'

 I don't understand what the tar command is trying to unpack: tar -C
 ${MYTMP} --no-same-permissions -o -x. Should there be a file
 something over there? Offcourse, there is not setup in the tmp dir
 also.

 During the last step (Adding Local host) I did a vdsmd restart also.

 Can anyone help in fixing this? Logs are attached.

 Best regards,
 cristian falcas

 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users


 Did you try to reboot and add the local host manually ?

 Regards.-

 --
 AGD

 ___
 Users mailing list
 Users@ovirt.org
 http://lists.ovirt.org/mailman/listinfo/users


___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] (no subject)

2012-10-19 Thread Neil
Hi guys,

Shew! Been a busy oVirt week for me :)

I'm trying to add a 3rd host into my datacentre but each time the
install is failing. In the front end I'm seeing could not resolve
host verify computer/domain name. Below is the log file, with the
domain name changed to blabla for privacy reasons

2012-10-19 13:32:11,275 INFO
[org.ovirt.engine.core.utils.hostinstall.MinaInstallWrapper]
(pool-3-thread-50) return true
2012-10-19 13:32:11,275 INFO  [org.ovirt.engine.core.bll.VdsInstaller]
(pool-3-thread-50) [14c49c46] Installation of 10.0.2.23. Executing
installation stage. (Stage: Running first installation script on Host)
2012-10-19 13:32:11,275 INFO  [org.ovirt.engine.core.bll.VdsInstaller]
(pool-3-thread-50) [14c49c46] Installation of 10.0.2.23. Sending SSH
Command chmod +x
/tmp/vds_installer_52c69f58-90f3-4878-9350-55fa23d5ae53.py;
/tmp/vds_installer_52c69f58-90f3-4878-9350-55fa23d5ae53.py -c
'ssl=true;management_port=54321' -O 'blabla ' -t 2012-10-19T11:32:10
-p 80 -b   http://node02.blabla.com:80/Components/vds/
http://node02.blabla.com:80/Components/vds/ 10.0.2.23
52c69f58-90f3-4878-9350-55fa23d5ae53 False. (Stage: Running first
installation script on Host)
2012-10-19 13:32:11,276 INFO
[org.ovirt.engine.core.utils.hostinstall.MinaInstallWrapper]
(pool-3-thread-50) Invoking chmod +x
/tmp/vds_installer_52c69f58-90f3-4878-9350-55fa23d5ae53.py;
/tmp/vds_installer_52c69f58-90f3-4878-9350-55fa23d5ae53.py -c
'ssl=true;management_port=54321' -O 'blabla' -t 2012-10-19T11:32:10
-p 80 -b   http://node02.blabla.com:80/Components/vds/
http://node02.blabla.com:80/Components/vds/ 10.0.2.23
52c69f58-90f3-4878-9350-55fa23d5ae53 False on 10.0.2.23
2012-10-19 13:32:11,328 INFO  [org.ovirt.engine.core.bll.VdsInstaller]
(pool-3-thread-50) [14c49c46] Installation of 10.0.2.23. Received
message: BSTRAP component='INSTALLER' status='OK' message='Test
platform succeeded'/
BSTRAP component='INSTALLER LIB' status='OK' message='Install library
already exists'/
BSTRAP component='INSTALLER' status='FAIL' message='vds_bootstrap.py
download failed. Pathname could not be resolved (verify
computer/domain name).'/
. FYI. (Stage: Running first installation script on Host)
2012-10-19 13:32:11,360 INFO
[org.ovirt.engine.core.utils.hostinstall.MinaInstallWrapper]
(pool-3-thread-50) RunSSHCommand returns true
2012-10-19 13:32:11,361 INFO  [org.ovirt.engine.core.bll.VdsInstaller]
(pool-3-thread-50) [14c49c46]  RunScript ended:true
2012-10-19 13:32:11,361 ERROR [org.ovirt.engine.core.bll.VdsInstaller]
(pool-3-thread-50) [14c49c46] Installation of 10.0.2.23. No meaningful
response received from Host. (Stage: Running first installation script
on Host)
2012-10-19 13:32:11,362 INFO
[org.ovirt.engine.core.bll.InstallVdsCommand] (pool-3-thread-50)
[14c49c46] After Installation pool-3-thread-50
2012-10-19 13:32:11,362 INFO
[org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand]
(pool-3-thread-50) [14c49c46] START, SetVdsStatusVDSCommand(vdsId =
67d9a20c-f811-11e1-9004-bb531c164d07, status=InstallFailed,
nonOperationalReason=NONE), log id: 50fafc10
2012-10-19 13:32:11,378 INFO
[org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand]
(pool-3-thread-50) [14c49c46] FINISH, SetVdsStatusVDSCommand, log id:
50fafc10

My engine is engine01.blabla.com
My current workings hosts are node01.blabla.com and node02.blabla.com
and I'm trying to add node03.blabla.com

I can ping node03 as well as the full FQDN node03.blabla.com from the
engine as well as the other hosts, there iptables is completely
disabled on node03 as well. Node03 has full internet access, it's DNS
is working and I can ping all the hosts and engine01.blabla.com etc so
I'm fairly certain it's no a networking/DNS issue.

A bit of background, I've recently upgraded from an early ovirt 3.1
release, changed the hostname, as well as recreate the SSL certificate
on my engine(using Juan's steps).

What I do find odd is in the engine log I'm seeing the mention of
node02(which is 10.0.2.22), even though I'm specifically trying to
install node03(10.0.2.23). I have tried removing the host and
re-adding it without any success.

On node03 I'm seeing the following error in my /var/log/messages...

Oct 19 13:31:32 node03 vdsm root ERROR client ('10.0.2.31',
57654)#012Traceback (most recent call last):#012  File
/usr/lib64/python2.6/SocketServer.py, line 560, in
process_request_thread#012self.finish_request(request,
client_address)#012  File
/usr/lib/python2.6/site-packages/vdsm/SecureXMLRPCServer.py, line
66, in finish_request#012request.do_handshake()#012  File
/usr/lib64/python2.6/ssl.py, line 279, in do_handshake#012
self._sslobj.do_handshake()#012SSLError: [Errno 1] _ssl.c:490:
error:14094416:SSL routines:SSL3_READ_BYTES:sslv3 alert certificate
unknown


Any helps or tips are greatly appreciated.

Regards
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


[Users] Can't add 3rd host/node03

2012-10-19 Thread Neil
Oops! somehow missed adding a subject line, apologies for double posting.

On Fri, Oct 19, 2012 at 2:03 PM, Neil nwilson...@gmail.com wrote:
 Hi guys,

 Shew! Been a busy oVirt week for me :)

 I'm trying to add a 3rd host into my datacentre but each time the
 install is failing. In the front end I'm seeing could not resolve
 host verify computer/domain name. Below is the log file, with the
 domain name changed to blabla for privacy reasons

 2012-10-19 13:32:11,275 INFO
 [org.ovirt.engine.core.utils.hostinstall.MinaInstallWrapper]
 (pool-3-thread-50) return true
 2012-10-19 13:32:11,275 INFO  [org.ovirt.engine.core.bll.VdsInstaller]
 (pool-3-thread-50) [14c49c46] Installation of 10.0.2.23. Executing
 installation stage. (Stage: Running first installation script on Host)
 2012-10-19 13:32:11,275 INFO  [org.ovirt.engine.core.bll.VdsInstaller]
 (pool-3-thread-50) [14c49c46] Installation of 10.0.2.23. Sending SSH
 Command chmod +x
 /tmp/vds_installer_52c69f58-90f3-4878-9350-55fa23d5ae53.py;
 /tmp/vds_installer_52c69f58-90f3-4878-9350-55fa23d5ae53.py -c
 'ssl=true;management_port=54321' -O 'blabla ' -t 2012-10-19T11:32:10
 -p 80 -b   http://node02.blabla.com:80/Components/vds/
 http://node02.blabla.com:80/Components/vds/ 10.0.2.23
 52c69f58-90f3-4878-9350-55fa23d5ae53 False. (Stage: Running first
 installation script on Host)
 2012-10-19 13:32:11,276 INFO
 [org.ovirt.engine.core.utils.hostinstall.MinaInstallWrapper]
 (pool-3-thread-50) Invoking chmod +x
 /tmp/vds_installer_52c69f58-90f3-4878-9350-55fa23d5ae53.py;
 /tmp/vds_installer_52c69f58-90f3-4878-9350-55fa23d5ae53.py -c
 'ssl=true;management_port=54321' -O 'blabla' -t 2012-10-19T11:32:10
 -p 80 -b   http://node02.blabla.com:80/Components/vds/
 http://node02.blabla.com:80/Components/vds/ 10.0.2.23
 52c69f58-90f3-4878-9350-55fa23d5ae53 False on 10.0.2.23
 2012-10-19 13:32:11,328 INFO  [org.ovirt.engine.core.bll.VdsInstaller]
 (pool-3-thread-50) [14c49c46] Installation of 10.0.2.23. Received
 message: BSTRAP component='INSTALLER' status='OK' message='Test
 platform succeeded'/
 BSTRAP component='INSTALLER LIB' status='OK' message='Install library
 already exists'/
 BSTRAP component='INSTALLER' status='FAIL' message='vds_bootstrap.py
 download failed. Pathname could not be resolved (verify
 computer/domain name).'/
 . FYI. (Stage: Running first installation script on Host)
 2012-10-19 13:32:11,360 INFO
 [org.ovirt.engine.core.utils.hostinstall.MinaInstallWrapper]
 (pool-3-thread-50) RunSSHCommand returns true
 2012-10-19 13:32:11,361 INFO  [org.ovirt.engine.core.bll.VdsInstaller]
 (pool-3-thread-50) [14c49c46]  RunScript ended:true
 2012-10-19 13:32:11,361 ERROR [org.ovirt.engine.core.bll.VdsInstaller]
 (pool-3-thread-50) [14c49c46] Installation of 10.0.2.23. No meaningful
 response received from Host. (Stage: Running first installation script
 on Host)
 2012-10-19 13:32:11,362 INFO
 [org.ovirt.engine.core.bll.InstallVdsCommand] (pool-3-thread-50)
 [14c49c46] After Installation pool-3-thread-50
 2012-10-19 13:32:11,362 INFO
 [org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand]
 (pool-3-thread-50) [14c49c46] START, SetVdsStatusVDSCommand(vdsId =
 67d9a20c-f811-11e1-9004-bb531c164d07, status=InstallFailed,
 nonOperationalReason=NONE), log id: 50fafc10
 2012-10-19 13:32:11,378 INFO
 [org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand]
 (pool-3-thread-50) [14c49c46] FINISH, SetVdsStatusVDSCommand, log id:
 50fafc10

 My engine is engine01.blabla.com
 My current workings hosts are node01.blabla.com and node02.blabla.com
 and I'm trying to add node03.blabla.com

 I can ping node03 as well as the full FQDN node03.blabla.com from the
 engine as well as the other hosts, there iptables is completely
 disabled on node03 as well. Node03 has full internet access, it's DNS
 is working and I can ping all the hosts and engine01.blabla.com etc so
 I'm fairly certain it's no a networking/DNS issue.

 A bit of background, I've recently upgraded from an early ovirt 3.1
 release, changed the hostname, as well as recreate the SSL certificate
 on my engine(using Juan's steps).

 What I do find odd is in the engine log I'm seeing the mention of
 node02(which is 10.0.2.22), even though I'm specifically trying to
 install node03(10.0.2.23). I have tried removing the host and
 re-adding it without any success.

 On node03 I'm seeing the following error in my /var/log/messages...

 Oct 19 13:31:32 node03 vdsm root ERROR client ('10.0.2.31',
 57654)#012Traceback (most recent call last):#012  File
 /usr/lib64/python2.6/SocketServer.py, line 560, in
 process_request_thread#012self.finish_request(request,
 client_address)#012  File
 /usr/lib/python2.6/site-packages/vdsm/SecureXMLRPCServer.py, line
 66, in finish_request#012request.do_handshake()#012  File
 /usr/lib64/python2.6/ssl.py, line 279, in do_handshake#012
 self._sslobj.do_handshake()#012SSLError: [Errno 1] _ssl.c:490:
 error:14094416:SSL routines:SSL3_READ_BYTES:sslv3 alert certificate
 unknown


 Any helps or tips 

Re: [Users] Problem with all-in-one plugin installer

2012-10-19 Thread Alon Bar-Lev


- Original Message -
 From: Dan Kulinski dan.kulin...@globalgeophysical.com
 To: users@ovirt.org
 Sent: Friday, October 19, 2012 5:40:37 PM
 Subject: [Users] Problem with all-in-one plugin installer
 
 
 
 
 
 I have setup a fresh Fedora 17 machine and installed the latest
 nightlies for oVirt and I am running into problems with the all in
 one plugin installer. It fails with the error:
 
 Error: could not create ovirtsdk API object.
 
 
 I checked the setup log and I see this error (also the full log is
 attached):
 
 NoCertificatesError: [ERROR]::ca_file (CA certificate) must be
 specified for SSL connection.

Yes, this is a known issue, should be fixed in [1].

However, I see you already have the newer ovirt-engine-sdk package, so I am 
confused.

ovirt-engine-sdk-3.2.0.2-1.20121015.git8013c12.fc17.noarch

Alex?

Regards,
Alon

[1] http://gerrit.ovirt.org/#/c/8602/
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Problem with all-in-one plugin installer

2012-10-19 Thread Jason Brooks

On Fri 19 Oct 2012 08:47:36 AM PDT, Alon Bar-Lev wrote:



- Original Message -

From: Dan Kulinski dan.kulin...@globalgeophysical.com
To: users@ovirt.org
Sent: Friday, October 19, 2012 5:40:37 PM
Subject: [Users] Problem with all-in-one plugin installer





I have setup a fresh Fedora 17 machine and installed the latest
nightlies for oVirt and I am running into problems with the all in
one plugin installer. It fails with the error:

Error: could not create ovirtsdk API object.


I checked the setup log and I see this error (also the full log is
attached):

NoCertificatesError: [ERROR]::ca_file (CA certificate) must be
specified for SSL connection.


Yes, this is a known issue, should be fixed in [1].


Is this fix in Fedora now? A commenter on my blog was hitting this 
issue w/ AIO.


Jason



However, I see you already have the newer ovirt-engine-sdk package, so I am 
confused.

ovirt-engine-sdk-3.2.0.2-1.20121015.git8013c12.fc17.noarch

Alex?

Regards,
Alon

[1] http://gerrit.ovirt.org/#/c/8602/
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users




--

@jasonbrooks
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Problem with all-in-one plugin installer

2012-10-19 Thread Dan Kulinski
I started with the stable packages, upgraded to the nightly and ran 
engine-cleanup and restarted engine setup.  I am going to reinstall this 
machine to start fresh with the nightly release and see if this works.

Thanks,
  Dan

-Original Message-
From: Alon Bar-Lev [mailto:alo...@redhat.com] 
Sent: Friday, October 19, 2012 9:48 AM
To: Dan Kulinski
Cc: users@ovirt.org; Alex Lourie
Subject: Re: [Users] Problem with all-in-one plugin installer



- Original Message -
 From: Dan Kulinski dan.kulin...@globalgeophysical.com
 To: users@ovirt.org
 Sent: Friday, October 19, 2012 5:40:37 PM
 Subject: [Users] Problem with all-in-one plugin installer
 
 
 
 
 
 I have setup a fresh Fedora 17 machine and installed the latest 
 nightlies for oVirt and I am running into problems with the all in one 
 plugin installer. It fails with the error:
 
 Error: could not create ovirtsdk API object.
 
 
 I checked the setup log and I see this error (also the full log is
 attached):
 
 NoCertificatesError: [ERROR]::ca_file (CA certificate) must be 
 specified for SSL connection.

Yes, this is a known issue, should be fixed in [1].

However, I see you already have the newer ovirt-engine-sdk package, so I am 
confused.

ovirt-engine-sdk-3.2.0.2-1.20121015.git8013c12.fc17.noarch

Alex?

Regards,
Alon

[1] http://gerrit.ovirt.org/#/c/8602/
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Problem with all-in-one plugin installer

2012-10-19 Thread Alon Bar-Lev


- Original Message -
 From: Jason Brooks jbro...@redhat.com
 To: Alon Bar-Lev alo...@redhat.com
 Cc: users@ovirt.org
 Sent: Friday, October 19, 2012 5:53:38 PM
 Subject: Re: [Users] Problem with all-in-one plugin installer
 
 On Fri 19 Oct 2012 08:47:36 AM PDT, Alon Bar-Lev wrote:
 
 
  - Original Message -
  From: Dan Kulinski dan.kulin...@globalgeophysical.com
  To: users@ovirt.org
  Sent: Friday, October 19, 2012 5:40:37 PM
  Subject: [Users] Problem with all-in-one plugin installer
 
 
 
 
 
  I have setup a fresh Fedora 17 machine and installed the latest
  nightlies for oVirt and I am running into problems with the all in
  one plugin installer. It fails with the error:
 
  Error: could not create ovirtsdk API object.
 
 
  I checked the setup log and I see this error (also the full log is
  attached):
 
  NoCertificatesError: [ERROR]::ca_file (CA certificate) must be
  specified for SSL connection.
 
  Yes, this is a known issue, should be fixed in [1].
 
 Is this fix in Fedora now? A commenter on my blog was hitting this
 issue w/ AIO.
 
 Jason

No... still not committed. You probably need the latest ovirt-enigne-sdk 
package, I just can't tell the version.
If you build from master branch I guess it will work.

 
 
  However, I see you already have the newer ovirt-engine-sdk package,
  so I am confused.
 
  ovirt-engine-sdk-3.2.0.2-1.20121015.git8013c12.fc17.noarch
 
  Alex?
 
  Regards,
  Alon
 
  [1] http://gerrit.ovirt.org/#/c/8602/
  ___
  Users mailing list
  Users@ovirt.org
  http://lists.ovirt.org/mailman/listinfo/users
 
 
 
 --
 
 @jasonbrooks
 
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] ITA-2967 URGENT: ovirt Node turns status to non operational STORAGE_DOMAIN_UNREACHABLE

2012-10-19 Thread Sven Knohsalla
Hi Haim,

I wanted to wait to send this mail, until the problem occurs again.
Disabled live-migration for the cluster first, to make sure the second node 
wouldn't have the same problem, when migration is started.

It seems the problem isn't caused by migration, as I did run in the same error 
again today.

Log snippet Webgui:
2012-Oct-19,04:28:13 Host deovn-a01 cannot access one of the Storage Domains 
attached to it, or the Data Center object. Setting Host state to 
Non-Operational.

-- all VMs are running properly, although the engine tells something different.
   Even the VM status in engine gui is wrong, as it's showing vmname 
reboot in progress, but there is no reboot initiated (ssh/rdp connections, 
file operations are working fine)

Engine log says for this period:
cat /var/log/ovirt-engine/engine.log | grep 04:2*
2012-10-19 04:23:13,773 WARN  
[org.ovirt.engine.core.vdsbroker.irsbroker.IrsBrokerCommand] 
(QuartzScheduler_Worker-94) domain ccaa4e7a-fa89-46a6-a6e0-07dfe78d1bd5 in 
problem. vds: deovn-a01
2012-10-19 04:28:13,775 INFO  
[org.ovirt.engine.core.vdsbroker.irsbroker.IrsBrokerCommand] 
(QuartzScheduler_Worker-1) starting ProcessDomainRecovery for domain 
ccaa4e7a-fa89-46a6-a6e0-07dfe78d1bd5
2012-10-19 04:28:13,799 WARN  
[org.ovirt.engine.core.vdsbroker.irsbroker.IrsBrokerCommand] 
(QuartzScheduler_Worker-1) vds deovn-a01 reported domain 
ccaa4e7a-fa89-46a6-a6e0-07dfe78d1bd5:DE-VM-SYSTEM as in problem, moving the vds 
to status NonOperational
2012-10-19 04:28:13,882 INFO  
[org.ovirt.engine.core.bll.SetNonOperationalVdsCommand] 
(QuartzScheduler_Worker-1) Running command: SetNonOperationalVdsCommand 
internal: true. Entities affected :  ID: 66b546c2-ae62-11e1-b734-5254005cbe44 
Type: VDS
2012-10-19 04:28:13,884 INFO  
[org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand] 
(QuartzScheduler_Worker-1) START, SetVdsStatusVDSCommand(vdsId = 
66b546c2-ae62-11e1-b734-5254005cbe44, status=NonOperational, 
nonOperationalReason=STORAGE_DOMAIN_UNREACHABLE), log id: daad8bd
2012-10-19 04:28:13,888 INFO  
[org.ovirt.engine.core.vdsbroker.SetVdsStatusVDSCommand] 
(QuartzScheduler_Worker-1) FINISH, SetVdsStatusVDSCommand, log id: daad8bd
2012-10-19 04:28:19,690 WARN  
[org.ovirt.engine.core.vdsbroker.irsbroker.IrsBrokerCommand] 
(QuartzScheduler_Worker-38) domain ccaa4e7a-fa89-46a6-a6e0-07dfe78d1bd5 in 
problem. vds: deovn-a01

I think the first output is important:
2012-10-19 04:23:13,773 WARN  
[org.ovirt.engine.core.vdsbroker.irsbroker.IrsBrokerCommand] 
(QuartzScheduler_Worker-94) domain ccaa4e7a-fa89-46a6-a6e0-07dfe78d1bd5 in 
problem. vds: deovn-a01
-- which problem? There's no debug info during that time period to consider 
where tha problem could come from :/

On affected node side I did grep /var/log/vdsm for ERROR:
Thread-254302::ERROR::2012-10-12 16:01:11,359::vm::950::vm.Vm::(getStats) 
vmId=`537eea7c-d12c-461f-adfb-6a1f2ebff4fb`::Error fetching vm stats
And 20 more of the same type with same vmId, I'm sure this is an aftereffect s 
the engine can't tell the status of the VMs.

Can you give me an advice where I can find more information to solve this issue?
Or perhaps a scenario I can try?

I have another curiosity I wanted to ask for in a new mail, but perhaps this 
has something to do with my issue:
The elected SPM is not part of this cluster, just has 2 storage paths 
(multipath) to the SAN.
The problematic cluster has 4 storage paths(bigger hypervisors), and all 
storage paths are connected successfully .

Does the SPM detects this difference, or is it unnecessary as the executive 
command detected possible paths on its own (what I assume)?

Currently in use:
oVirt-engine 3.0
oVirt-node2.30
-- is there any problem mixing node versions, regarding the ovirt-engine 
version?

Sorry for the amount of questions, I really want to understand the 
oVirt-mechanism completely,
to build up a fail-safe virtual environment :)

Thanks in advance.

Best,
Sven.

-Ursprüngliche Nachricht-
Von: Haim Ateya [mailto:hat...@redhat.com] 
Gesendet: Dienstag, 16. Oktober 2012 14:38
An: Sven Knohsalla
Cc: users@ovirt.org; Itamar Heim; Omer Frenkel
Betreff: Re: [Users] ITA-2967 URGENT: ovirt Node turns status to non 
operational STORAGE_DOMAIN_UNREACHABLE

Hi Sven,

can you attach full logs from the second host (problematic one)? i guess its 
deovn-a01.

2012-10-15 11:13:38,197 WARN  
[org.ovirt.engine.core.vdsbroker.irsbroker.IrsBrokerCommand] 
(QuartzScheduler_Worker-33) domain ccaa4e7a-fa89-46a6-a6e0-07dfe78d1bd5 in 
problem. vds: deovn-a01


- Original Message -
 From: Omer Frenkel ofren...@redhat.com
 To: Itamar Heim ih...@redhat.com, Sven Knohsalla 
 s.knohsa...@netbiscuits.com
 Cc: users@ovirt.org
 Sent: Tuesday, October 16, 2012 2:02:50 PM
 Subject: Re: [Users] ITA-2967 URGENT: ovirt Node turns status to non 
 operational STORAGE_DOMAIN_UNREACHABLE
 
 
 
 - Original Message -
  From: Itamar Heim ih...@redhat.com
  To: Sven Knohsalla s.knohsa...@netbiscuits.com
  Cc: 

Re: [Users] Problem with all-in-one plugin installer

2012-10-19 Thread Dan Kulinski
Alright, on a fresh install of Fedora 17 with the nightly ovirt repo I run into 
the same error.   

Thanks,
  Dan Kulinski

-Original Message-
From: Alon Bar-Lev [mailto:alo...@redhat.com] 
Sent: Friday, October 19, 2012 9:48 AM
To: Dan Kulinski
Cc: users@ovirt.org; Alex Lourie
Subject: Re: [Users] Problem with all-in-one plugin installer

- Original Message -
 From: Dan Kulinski dan.kulin...@globalgeophysical.com
 To: users@ovirt.org
 Sent: Friday, October 19, 2012 5:40:37 PM
 Subject: [Users] Problem with all-in-one plugin installer
 
 
 
 
 
 I have setup a fresh Fedora 17 machine and installed the latest 
 nightlies for oVirt and I am running into problems with the all in one 
 plugin installer. It fails with the error:
 
 Error: could not create ovirtsdk API object.
 
 
 I checked the setup log and I see this error (also the full log is
 attached):
 
 NoCertificatesError: [ERROR]::ca_file (CA certificate) must be 
 specified for SSL connection.

Yes, this is a known issue, should be fixed in [1].

However, I see you already have the newer ovirt-engine-sdk package, so I am 
confused.

ovirt-engine-sdk-3.2.0.2-1.20121015.git8013c12.fc17.noarch

Alex?

Regards,
Alon

[1] http://gerrit.ovirt.org/#/c/8602/
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Problem with all-in-one plugin installer

2012-10-19 Thread Dan Kulinski
I missed the email about using ovirt in the Fedora directories.  I didn't 
realize this was there as I was following a blog article which stated using the 
ovirt repos.  I am reinstalling Fedora and will use the original repos.

Dan
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Problem with all-in-one plugin installer

2012-10-19 Thread Jason Brooks

On Fri 19 Oct 2012 10:48:01 AM PDT, Dan Kulinski wrote:

I missed the email about using ovirt in the Fedora directories.  I didn't 
realize this was there as I was following a blog article which stated using the 
ovirt repos.  I am reinstalling Fedora and will use the original repos.


Dan, the problem with the pkgs in the Fedora repos is that they lack 
the web admin console -- it's sort of confusing.




Dan
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users




--

@jasonbrooks
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users


Re: [Users] Problem with all-in-one plugin installer

2012-10-19 Thread Dan Kulinski
Yeah I noticed the allinone installer wasn't available.  Alright, I am just 
going to put this little side project on hold for a bit until I get some time 
to build from source.  Thanks for all the help!

Dan
___
Users mailing list
Users@ovirt.org
http://lists.ovirt.org/mailman/listinfo/users