Re: CS 4.5.2: all hosts reboot after 3 days at production

2015-09-13 Thread Vadim Kimlaychuk
Hello Remi, This issue has nothing to do with CS 4.5.2. We got host reboot after precisely 1 week with previous version of CS (4.5.1). Previous version has been working without restart for 106 days before. So it is not a software issue. What does really make me unhappy -- acc

RE: CS 4.5.2: all hosts reboot after 3 days at production

2015-09-13 Thread Remi Bergsma
Hi Vadim, Not sure what the problem is. Although I do know that when shared storage is used, both CloudStack and XenServer will fence (reboot) the box to prevent corruption in case access to the network or the storage is not possible. What storage do you use? What does this return on a XenServ

RE: CS 4.5.2: all hosts reboot after 3 days at production

2015-09-13 Thread Vadim Kimlaychuk
Remi, Thank you for hint. At least one problem is identified: [root@xcp1 ~]# xe pool-list params=all | grep -E "ha-enabled|ha-config" ha-enabled ( RO): false ha-configuration ( RO): Where should I look for storage errors? Host? Management server? I

Re: CS 4.5.2 Fails to Start.

2015-09-13 Thread Keerthiraja SJ
Even After I commented this line on MariaDB-server-10.0.21-1.el6.x86_64. #realhostip changes, before changing table and adding default value #UPDATE `cloud`.`configuration` SET value = CONCAT("*.",(SELECT `temptable`.`value` FROM (SELECT * FROM `cloud`.`configuration` WHERE `name`="consoleproxy.u

Re: CS 4.5.2 Fails to Start.

2015-09-13 Thread Remi Bergsma
Hi Keerthi, Did you clear the MySQL cloud db in between attempts? I’m a bit confused. Are you using CentOS 6 or 7? First I thought CentOS 7, but now you show an CentOS 6 MariaDB package? If you’re on CentOS 6 I’d recommend using the MySQL version that ships with it. Otherwise, the fix as descri

Re: CS 4.5.2 Fails to Start.

2015-09-13 Thread Keerthiraja SJ
I really want to know after I comment this line and do the database-setup will this effect the cloudstack once I build. I really not know what really this query use to do. Because I want to build a production environment right now so if I comment this two query and do the database initialization

Re: CS 4.5.2 Fails to Start.

2015-09-13 Thread Keerthiraja SJ
After I change the query on /usr/share/cloudstack-management/setup/db/schema-421to430.sql I deploy the database cleanly where I could able to proceed and started successfully. #realhostip changes, before changing table and adding default value UPDATE `cloud`.`configuration` SET value=CONCAT("*.",v

Re: CS 4.5.2 Fails to Start.

2015-09-13 Thread Keerthiraja SJ
Sorry pasted the wrong query. #realhostip changes, before changing table and adding default value UPDATE `cloud`.`configuration` SET value=CONCAT("*.",value) WHERE `name`="consoleproxy.url.domain" OR `name`="consoleproxy.url.domain"; UPDATE `cloud`.`configuration` SET value=CONCAT("*.",value) WHE

Re: CS 4.5.2 Fails to Start.

2015-09-13 Thread Keerthiraja SJ
I update the same on https://issues.apache.org/jira/browse/CLOUDSTACK-8836 Thanks, Keerthi On Sun, Sep 13, 2015 at 9:44 PM, Keerthiraja SJ wrote: > Sorry pasted the wrong query. > > > #realhostip changes, before changing table and adding default value > UPDATE `cloud`.`configuration` SET value

Re: CS 4.5.2 Fails to Start.

2015-09-13 Thread Remi Bergsma
Hi, The issue is already solved on 4.6 (which is the same as master now). The two queries were replaced by this one (https://github.com/apache/cloudstack/pull/757/files): UPDATE `cloud`.`configuration` SET value=CONCAT("*.",value) WHERE `name`="consoleproxy.url.domain" OR `name`="secstorage.ssl

Re: Repo CS 4.5 for CentOS 7.x Missing

2015-09-13 Thread Keerthiraja SJ
Hi Guys, Is there a way I can get the CS 4.5.2 rpm's for CentOS 7.x http://cloudstack.apt-get.eu/centos7/4.5/ Thanks, Keerthi On Sun, Sep 13, 2015 at 6:12 AM, Pierre-Luc Dion wrote: > There is one: http://jenkins.buildacloud.org/view/build-release/

RE: Unable to add Ceph KVM node in cloudstack

2015-09-13 Thread Shetty, Pradeep
Hi, Is Ceph 0.94 Hammer compatible/stable with CentOS 6.5 build and cloudstack version 4.4.2 Thanks, Pradeep -Original Message- From: Andrija Panic [mailto:[email protected]] Sent: 11 September 2015 20:42 To: Vadim Kimlaychuk Cc: [email protected] Subject: Re: Unable to

RE: CS 4.5.2: all hosts reboot after 3 days at production

2015-09-13 Thread Vadim Kimlaychuk
Remi, I have analyzed situation and found that storage may cause problem with host reboot as you wrote before in this thread. Reason for that -- we do offline backups from NFS server at that time when hosts fail. Basically we copy all files in primary and secondary storage offsite. This

RE: Unable to add Ceph KVM node in cloudstack

2015-09-13 Thread Andrija Panic
Did you compile libvirt and qemu with RBD support? Centos6.5 ( libvitt and qemu) does not support RBD/ceph as storage out of the box... On Sep 14, 2015 7:37 AM, "Shetty, Pradeep" wrote: > Hi, > > Is Ceph 0.94 Hammer compatible/stable with CentOS 6.5 build and cloudstack > version 4.4.2 > > Thanks

RE: Unable to add Ceph KVM node in cloudstack

2015-09-13 Thread Shetty, Pradeep
Yes, libvirt has been compiled to support rbd and using ceph's qemu rpm packages. Regards, Pradeep -Original Message- From: Andrija Panic [mailto:[email protected]] Sent: 14 September 2015 11:52 To: [email protected] Cc: Vadim Kimlaychuk Subject: RE: Unable to add Ceph

RPM Build from Source Fails for CentOS 7.x

2015-09-13 Thread Keerthiraja SJ
Hi All, After I follow the doc to build rpm from source there seems to be some basic issue. First the source is looking for the tomcat6 and @ the same time inside the source I could see only /root/apache-cloudstack-4.5.2-src/packaging/centos63 directory. Even if I try to run the ./package.sh I c

RE: Unable to add Ceph KVM node in cloudstack

2015-09-13 Thread Andrija Panic
Plese enable debug loging in acs agent,restart and retry to add host and please post logs. On Sep 14, 2015 8:34 AM, "Shetty, Pradeep" wrote: > Yes, libvirt has been compiled to support rbd and using ceph's qemu rpm > packages. > > > Regards, > Pradeep > > -Original Message- > From: Andrij