Re: Unable to start system VMS with new install of 4.4

2014-08-25 Thread Harikrishna Patnala
Try restarting libvirt and cloudstack-agent, if that does not work please reopen the bug and attach management server logs and agent logs. Thanks Harikrishna On 25-Aug-2014, at 7:57 am, Alex Dodson wrote: > Hello, > > I am trying to get an install of Cloudstack 4.4 with kvm hypervisors. I >

CS 4.4: openvswitch network service providers (plugins)

2014-08-25 Thread Vadim Kimlaychuk
Hello all, I am using OpenVswitch to configure birdges and want to enable plugin for it. At CS 4.4 there are 2 plugins with the same name: one is „Ovs“ the other is „OVS“. When I try to enable „OVS“ - it does nothing and management server log is empty. When I try to enable „Ovs“ i

Management don't start after upgrading

2014-08-25 Thread Ugo Vasi
Hi all, I am trying to upgrade CloudStack from 4.3.0 to 4.4.0 on Ubuntu systems. Following the guide, I stop and upgraded the management server and the agents but, when I try to restart the management I see these error messages in /var/log/syslog (the log file /var/log/cloudstack/management/ma

Re: Management don't start after upgrading

2014-08-25 Thread Erik Weber
It seems to start with java6, while acs 4.4 requires java7. I'm not that familiar with ubuntu, but check if you can specify the default java version somehow, or remove java6 if you don't need it for anything else. Erik On Mon, Aug 25, 2014 at 2:44 PM, Ugo Vasi wrote: > Hi all, > I am trying t

Re: Management don't start after upgrading

2014-08-25 Thread Ugo Vasi
Ok, I've installed java7 (): apt-get install openjdk-7-jre-headless openjdk-7-jre-lib icedtea-7-jre-cacao icedtea-7-jre-jamvm Now the web interface is working. Il 25/08/2014 14:47, Erik Weber ha scritto: It seems to start with java6, while acs 4.4 requires java7. I'm not that familiar with

CS 4.4: openvswitch network service providers (plugins)

2014-08-25 Thread Vadim Kimlaychuk
Hello all, I am using OpenVswitch to configure birdges and want to enable plugin for it. At CS 4.4 there are 2 plugins with the same name: one is „Ovs“ the other is „OVS“. When I try to enable „OVS“ - it does nothing and management server log is empty. When I try to enable „Ovs“ i

Move VR to another PrimaryStorage

2014-08-25 Thread Hollman Enciso R.
Hello all. I'm just try to move the root disk of one of my VirtualRouters but I can't see how can i do that. any idea how can I do that ? thanks -- Hollman Eduardo Enciso R. http://algolibre.com @hollman

Re: Move VR to another PrimaryStorage

2014-08-25 Thread Andrei Mikhailovsky
Not sure if this is supported by ACS. However, the usual way to migrate vm from one storage to another is to shutdown a vm and click on the one of the buttons (that looks like the cross with arrows), select the destination storage and click OK. If this option is not available for a virtual rout

Primary Storage

2014-08-25 Thread Michael Phillips
I presented 2TB of primary storage (esx,vmfs) to cloudstack. It sees it, but in the management console it shows it as 4TB vs 2TB. Anyone else seen this doubling effect?

acs 4.4 and GUI madness

2014-08-25 Thread Andrei Mikhailovsky
Hello guys, I've had a few issues with the acs 4.4 GUI and I am wondering if anyone else is noticing it as well? It seems like things are all over the place and do not fit in their pre-defined areas. Things like Dashboard is messed up and firewall rules are practically unusable. I am noticing i

Re: CS 4.4: openvswitch network service providers (plugins)

2014-08-25 Thread ilya musayev
Vadim I know this response is not helpful, but please kindly log this issue under https://issues.apache.org/jira/browse/CLOUDSTACK/ Thanks ilya On 8/25/14, 6:47 AM, Vadim Kimlaychuk wrote: Hello all, I am using OpenVswitch to configure birdges and want to enable plugin for it.

Re: acs 4.4 and GUI madness

2014-08-25 Thread ilya musayev
Andrei 4.4 has some quirks, unless you have a specific reason, i'd suggest you remain in 4.3 until 4.4.1 is out. In the meantime, please log this issue and include a screenshot of what you are seeing - so it can get addressed in the next release. Thanks ilya On 8/25/14, 1:30 PM, Andrei Mik

RE: Primary Storage

2014-08-25 Thread Michael Phillips
So I think I found the answer to this. After looking through the logs I found this Found storage pool esx_lun201 of type VMFS with overprovisioning factor 2Total over provisioned capacity calculated is 2 * 2198754820096Total over provisioned capacity of the pool esx_lun201 id: 1 is 4397509640192

Template not ready...

2014-08-25 Thread Michael Phillips
All, So I'm looking at the default centos 5.3 template, and it is in a "No" ready state. The only secondary storage warning\error I see in the log is the following "There is no secondary storage VM for secondary storage host secStorage". Ideas?

CloudStack MS wont start post db outage

2014-08-25 Thread ilya musayev
I'm experiencing an issue with bringing up one of 2 management hosts due to db outage. Sample layout: Host A - had running MS Host B - MS was down due to maintenance Host C - dedicated database host The database outage occurred on host C and cloudstack ms gracefully stopped it self. As a resul

Logging...

2014-08-25 Thread Michael Phillips
Seems the logging level in 4.4 has been toned down, how do you crank it up to verbose levels?

Re: CloudStack MS wont start post db outage

2014-08-25 Thread Carlos Reátegui
Here’s a shot in the dark…. Any chance there are duplicate entries in the mshost table for your MS? On Aug 25, 2014, at 1:50 PM, ilya musayev wrote: > I'm experiencing an issue with bringing up one of 2 management hosts due to > db outage. > > Sample layout: > Host A - had running MS > Host B

cloud.keystore

2014-08-25 Thread Michael Phillips
In case anyone runs into the issue of cloud.keystore not being created on install on cloudstack, you can do the following. Stop cloudstack, run the following command keytool -genkey -keystore /etc/cloudstack/management/cloudmanagementserver.keystore -storepass vmops.com -keypass vmops.com -keya

Re: Problem in running marvin

2014-08-25 Thread sandeep khandekar
Thanks for the argument "install" I tried, the above specified line but I didnt know the argument - " install". On Sun, Aug 24, 2014 at 9:54 AM, Santhosh Edukulla < [email protected]> wrote: > Hi Sandeep, > > under /tools/marvin, run "python setup.py install", > provided you were abl

Re: CloudStack MS wont start post db outage

2014-08-25 Thread ilya musayev
Nope, thats not the case :( On 8/25/14, 3:16 PM, Carlos Reátegui wrote: Here’s a shot in the dark…. Any chance there are duplicate entries in the mshost table for your MS? On Aug 25, 2014, at 1:50 PM, ilya musayev wrote: I'm experiencing an issue with bringing up one of 2 management hosts due

RE: Template not ready...

2014-08-25 Thread Sanjeev Neelarapu
Hi, Is SSVM up and running in your setup? If not please bring it up. If it is already running destroy it and MS will create it and once ssvm is up again it will try to download all the templates which are not in ready state. -Sanjeev -Original Message- From: Michael Phillips [mailto:m

Re: CloudStack MS wont start post db outage

2014-08-25 Thread Carlos Reátegui
What error are you seeing in the logs? On Aug 25, 2014, at 9:04 PM, ilya musayev wrote: > Nope, thats not the case :( > On 8/25/14, 3:16 PM, Carlos Reátegui wrote: >> Here’s a shot in the dark…. >> Any chance there are duplicate entries in the mshost table for your MS? >> >> On Aug 25, 2014, at

RE: Template not ready...

2014-08-25 Thread Michael Phillips
All of this was related to the bug I noted on the JIRA ticket cloudstack-6378. I had to generate the keystore file properly using the keytool command. This is a bug that apparently should be fixed in 4.5 > From: [email protected] > To: [email protected] > Subject: RE: Templa

Re: cloud.keystore

2014-08-25 Thread ilya musayev
Michael Thanks for sharing. Regards ilya On 8/25/14, 8:22 PM, Michael Phillips wrote: In case anyone runs into the issue of cloud.keystore not being created on install on cloudstack, you can do the following. Stop cloudstack, run the following command keytool -genkey -keystore /etc/cloudstack

Console Proxy

2014-08-25 Thread Michael Phillips
Console Doesn't work...did I miss something? I did the following. Changed consoleproxy.url.domain to our domain, uploaded wilcard cert and intermediate. Created entries in external dns for our IP's in format x-x-x-x. Did all that and I still can't view the console of instances. What am I missing

RE: Console Proxy

2014-08-25 Thread Michael Phillips
When I select the console of an instance I would expect to see it trying to connect on x-x-x-x.domain.com, however all I see is the IP address of the management server...Is there another global setting that needs to be changed? > From: [email protected] > To: [email protected] >

RE: Console Proxy

2014-08-25 Thread Suresh Sadhu
Please check the management log when you click on console proxy .it will tell you exact url. Try to check manually whether it resolve manually (try dns resolution of that url). Hope you followed the order which CS recommends.(root, intermediate and final server certificate) Regards Sadh

Re: Console Proxy

2014-08-25 Thread Erik Weber
On Tue, Aug 26, 2014 at 6:54 AM, Michael Phillips wrote: > Console Doesn't work...did I miss something? > I did the following. Changed consoleproxy.url.domain to our domain, Just to avoid confusion, if you want to use wildcard, ie. x-y-z-zz.yourdomain.com you have to set the consoleproxy.url.do

Re: Console Proxy

2014-08-25 Thread Amogh Vasekar
Hi, You might need to destroy and recreate the console proxy instance - it is listening to HTTP by default in 4.3+, and when you change domain to your own domain in the global config it needs to reprogram to listen on port 443 instead. Thanks, Amogh On 8/25/14 11:02 PM, "Erik Weber" wrote: >On

RE: Console Proxy

2014-08-25 Thread Suresh Sadhu
Wrote a blog on realhost ip "Things you should consider while changing the relahostip" in wiki. hope that will help. https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=43188254 Please review and update with your findings/comments. Regards Sadhu -Original Message- Fr

Re: acs 4.4 and GUI madness

2014-08-25 Thread Mārtiņš Jakubovičs
Hello all, When 4.4.1 is planned? As described https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+4.4.1+BugFix+Release it should be out... On 2014.08.25. 23:40, ilya musayev wrote: > Andrei > > 4.4 has some quirks, unless you have a specific reason, i'd suggest you > remain in 4.3