TCP port of libvird, possible typo in Quick Installation Guide - CentOS 6

2019-03-07 Thread Larry Sevilla
Hi, attn: Andrija I have followed the Quick Installation Guide using CentOS 6 at: http://docs.cloudstack.apache.org/en/4.11.2.0/quickinstallationguide/qig.html In the Libvirt Configuration and file /etc/libvirt/libvirtd.conf, the commented line is: #tcp_port = "16509" In the QIG, its "16059". T

Re: Network Bridge - error

2019-03-07 Thread Dag Sonstebo
Hi Larry, Looks to me like your network configuration isn't consistent - your enp2s0 interface is still NetworkManager controlled, whilst the bridge isn't: Mar 07 10:05:07 localhost.localdomain NetworkManager[4025]: [1551924307.4967] ifcfg-rh: Ignoring connection /etc/sysconfig/network-scrip

RE: TCP port of libvird, possible typo in Quick Installation Guide - CentOS 6

2019-03-07 Thread Andrija Panic
Hi Larry, strictly technically speaking that is acceptable port - but you are right, should be a default one from libvirtd.conf - updated in docs MASTER branch. (centos6 guide will still keep old one) Kind regards Andrija [email protected]  www.shapeblue.com Amadeus House, Floral St

RE: cloudstack usage server issue

2019-03-07 Thread Andrija Panic
Hi Konstantin, Can you please usage upload the logs to somewhere (pastebin is OK) so we can check ? Did you/can you try with 4.11.2 ? Kind regards, Andrija [email protected]  www.shapeblue.com Amadeus House, Floral Street, London WC2E 9DPUK @shapeblue -Original Message--

Re: [VOTE] Apache CloudStack 4.12.0.0 [RC4]

2019-03-07 Thread Gabriel Beims Bräscher
Rohit, the testing packages are located at: Ubuntu: http://cloudstack.apt-get.eu/ubuntu/dists/trusty/4.12/ http://cloudstack.apt-get.eu/ubuntu/dists/xenial/4.12/ http://cloudstack.apt-get.eu/ubuntu/dists/bionic/4.12/ Centos: http://cloudstack.apt-get.eu/centos/6/4.12/ http://cloudstack.apt-get.eu

Re: cloudstack usage server issue

2019-03-07 Thread Konstantin
Dear Andrija, Thanks a lot for the attention to my issue. There is logs from usage server: https://i.pozitis.ru/80d76e3cc5e605be037a088fd014a986.txt There is config https://i.pozitis.ru/8419e465b3ffa63b4d677ae5be85688a.txt its looks like usage server just ignore cloud_usage DB settings, I trie

Re: cloudstack usage server issue

2019-03-07 Thread Konstantin
I reinstalled 4.11.2 and logs are changed. New error appear https://i.pozitis.ru/77a661462b182d54a6405484074dcee2.txt 2019-03-07 15:50:00,001 INFO [cloud.usage.UsageManagerImpl] (Usage-Job-1:null) (logid:) starting usage job... 2019-03-07 15:50:00,014 DEBUG [cloud.usage.UsageManagerImpl] (Usage-

RE: cloudstack usage server issue

2019-03-07 Thread Andrija Panic
Sorry, what OS are you using for management/usage server (they are collocated on same server, right ?) Is this RC4 release or some previous RC release, that you are testing ? [email protected]  www.shapeblue.com Amadeus House, Floral Street, London WC2E 9DPUK @shapeblue -Ori

RE: cloudstack usage server issue

2019-03-07 Thread Andrija Panic
Hi Konstantin, Issues/bugs are raised here https://github.com/apache/cloudstack/issues - so please feel free to raise it ASAP - since we have a RC4 voting process in place ! (it's very simple) - also feel free to jump on the voting email thread (before giving -1, let's first try to reproduce t

RE: cloudstack usage server issue

2019-03-07 Thread Andrija Panic
Hi Konstantin, Thanks for raising the issue - seems it's really broken in 4.12 (usage server) [root@ref-trl-1013-k-M7-apanic-mgmt1 usage]# grep -i usage /etc/cloudstack/usage/db.properties | grep invalid db.usage.name=invalid_database_name db.usage.port=invalid_port db.usage.username=invalid_use

Re: Network Bridge - error

2019-03-07 Thread Larry Sevilla
Hi Dag, Disabling NetworkManager works. # systemctl stop NetworkManager # systemctl disable NetworkManager thx... On Thu, Mar 7, 2019 at 5:36 PM Dag Sonstebo wrote: > Hi Larry, > > Looks to me like your network configuration isn't consistent - your enp2s0 > interface is still NetworkManager

Re: Network Bridge - error

2019-03-07 Thread Larry Sevilla
Hi, Successfully configured using: CentOS 6 http://docs.cloudstack.apache.org/en/4.11.2.0/quickinstallationguide/qig.html but needs #yum install epel-release before #yum install mysql-connector-python And CentOS 7 https://github.com/apache/cloudstack-documentation/blob/master/source/quickinstal

Quick User's Guide?

2019-03-07 Thread Larry Sevilla
Hi, I'm trying to Learn How to Use CloudStack. http://docs.cloudstack.apache.org/en/4.11.2.0/adminguide/index.html But it seems comprehensive. Is there something like a Quick User's Guide?

downloaded template vs disk service offering

2019-03-07 Thread Piotr Pisz
Hi Users :-) I have a question. If from the disk for which the cache = writeback paramter was set, I make a template, all new machines have cache = writeback. And that's ok. If I load a template from outside, volume has cache = none. I have not found a place in DB where I could improve this par

RE: Network Bridge - error

2019-03-07 Thread Andrija Panic
Hi Larry, As a valuable community member - please feel free to edit the documentation for CentOS7 (you can do it all via GitHub, from the link for CentOS7 guide), and include somewhere the fact that NetworkManager needs to be disabled (copy/paste the commands needed) - this will help future nov