Re: Volume snapshots in same time

2014-08-28 Thread Vihar
Hi Martin, This happens when multiple threads tries to access the same table at same time. Its a race case situation. Regards Vihar K On Fri, Aug 29, 2014 at 5:08 AM, Kirk Kosinski wrote: > Hi, Mārtiņš. Unfortunately CloudStack doesn't support this yet. > > Best regards, > Kirk > > On 08/26/

Re: Problems building 4.3.1 non-oss

2014-08-28 Thread Xerex Bueno
Sounds good, In the meantime I have commented out the "if" statement that checks versions. > On Aug 28, 2014, at 10:11 AM, "sebgoa" wrote: > > >> On Aug 28, 2014, at 4:39 PM, Xerex Bueno wrote: >> >> Looks like there may be one more problem related to versioning. After >> running cloudstac

Re: Volume snapshots in same time

2014-08-28 Thread Kirk Kosinski
Hi, Mārtiņš. Unfortunately CloudStack doesn't support this yet. Best regards, Kirk On 08/26/2014 03:17 AM, Mārtiņš Jakubovičs wrote: > Hello, > > I test schaduled volume snapshots and when I create in same time rules > for few machines (in my case I got 5 VM's) they all fails except one. > > h

RE: Power On Off Procedures

2014-08-28 Thread Michael Phillips
K...check the following linkhttp://snk.to/f-ctn8o83c Uploaded the procedures in a txt file so the formatting doesn't get lost. If more than a few thinks this is helpful, I would be willing to add to the docs... > Date: Fri, 29 Aug 2014 09:03:37 +1000 > Subject: Re: Power On Off Procedures > From:

Re: Power On Off Procedures

2014-08-28 Thread Ivan Rodriguez
I'm interested Cheers On Fri, Aug 29, 2014 at 8:38 AM, Michael Phillips wrote: > All, in the last few days, I have had to come up with a working procedure > to power on\off our CS environment. Anyone interested in the details? >

Power On Off Procedures

2014-08-28 Thread Michael Phillips
All, in the last few days, I have had to come up with a working procedure to power on\off our CS environment. Anyone interested in the details?

Re: Downloading new templates blocked?

2014-08-28 Thread Kirk Kosinski
Hi, Martin. Is your web server on an internal (RFC 1918) network? If so you need to add the CIDR to secstorage.allowed.internal.sites in Global Settings. Best regards, Kirk On 08/28/2014 09:10 AM, Martin Emrich wrote: > Hi! > > I just tried to import a template VHD on a CloudStack 4.4.0 instal

Re: Failed Site-to-Site VPN 4.4.0 - Error due semicolon

2014-08-28 Thread Erik Weber
On Thu, Aug 28, 2014 at 8:53 PM, David Amorín wrote: > Hi, > We are having issues to establish VPN Site-to-Site with our VPC based in > CS 4.4.0 > > We see this issue already identified > https://issues.apache.org/jira/browse/CLOUDSTACK-7124 but it says that > only affects the version 4.5.0. > >

Failed Site-to-Site VPN 4.4.0 - Error due semicolon

2014-08-28 Thread David Amorín
Hi, We are having issues to establish VPN Site-to-Site with our VPC based in CS 4.4.0 We see this issue already identified https://issues.apache.org/jira/browse/CLOUDSTACK-7124 but it says that only affects the version 4.5.0. Can somebody confirm if this issue affects also the version 4.4.0?

Re: Stale datastores in database?

2014-08-28 Thread Kirk Kosinski
Hi, what CS version is this, and can you upload more of the log? It seems likely to be a bug since the storage with removed != NULL in the database should be ignored. Best regards, Kirk On 08/28/2014 09:19 AM, Martin Emrich wrote: > Hi! > > I had to remove a XenServer host (the only one) from C

AW: Second Management Server

2014-08-28 Thread Abu Bashiri
You have to run the command without the deploy-as option (that would override your existing database). The command actually sets db host / user / password in the file /etc/cloudstack/management/db.properties To have a redundant setup, you need a LB in front (UI). The SysVMs connect to the manag

Re: Problems building 4.3.1 non-oss

2014-08-28 Thread Daan Hoogland
Have a look at build_asf.sh from branch 4.4+. I think I ported To master as well. biligual spelling checker used.read at your own risk Op 28 aug. 2014 17:11 schreef "sebgoa" : > > On Aug 28, 2014, at 4:39 PM, Xerex Bueno > wrote: > > > Looks like there may be one more problem related to versioni

How to add optional management servers

2014-08-28 Thread Matthew Midgett
I am not understanding how to make the second management server work, If these are the command that I ran on the first management server. cloudstack-setup-databases cloud:**@cstsql1.pvdc.chlt.**.com --deploy-as=root: cloudstack-setup-management What is the

Stale datastores in database?

2014-08-28 Thread Martin Emrich
Hi! I had to remove a XenServer host (the only one) from Cloudstack, removed it via GUI, worked well. Now I added the replacement machine, and tried to fire up an instance. But I got the message "Unable to locate datastore with id 1". In the database, the storage_pool table contained two entrie

Downloading new templates blocked?

2014-08-28 Thread Martin Emrich
Hi! I just tried to import a template VHD on a CloudStack 4.4.0 installation. After I got the status "Connection refused", I first poked my firewall for half an hour. Then I took a look at the SSVM, and I discovered two firewall rules, explicitly blocking outgoing HTTP and HTTPS. So I configured

Re: Problems building 4.3.1 non-oss

2014-08-28 Thread sebgoa
On Aug 28, 2014, at 4:39 PM, Xerex Bueno wrote: > Looks like there may be one more problem related to versioning. After > running cloudstack-setup-management it show cloudstack-management running. > When I look at the logs it shows the following. During this time the UI > is not reachable. >

Database size

2014-08-28 Thread cstack
Is there anyway to know how large a mysql databse is going to grow? Were looking to deploy 100 hypervisors and over 5000 VM's. 

RE: Unable to add secondary storage

2014-08-28 Thread adam
I've just re-installed the hypervisor host but this time with CentOS 6.5 instead of Ubuntu 14.04. I've also re-installed the CS mgmt server from fresh for good measure! But unfortunately I'm getting the same problem where the agents on the SSVM and Console VM do not seem to start! If I log into

Re: Second Management Server

2014-08-28 Thread Xerex Bueno
You run, cloudstack-setup-databases cloud:password@Œip/hostname¹. Don¹t use deploy-as on the secondary server. Also you don¹t need to touch secondary storage. Let me know if you have any other questions. On 8/28/14, 9:37 AM, "cst...@trickhosting.biz" wrote: >I am not understanding how to ma

Re: Problems building 4.3.1 non-oss

2014-08-28 Thread Xerex Bueno
Looks like there may be one more problem related to versioning. After running cloudstack-setup-management it show cloudstack-management running. When I look at the logs it shows the following. During this time the UI is not reachable. 2014-08-28 09:33:58,698 INFO [o.a.c.s.l.CloudStackExtendedL

Second Management Server

2014-08-28 Thread cstack
I am not understanding how to make the second management server work, If these are the command that I ran on the first management server. cloudstack-setup-databases cloud:**@cstsql1.pvdc.chlt.**.com --deploy-as=root: cloudstack-setup-management What is the correct wa

Announcing Apache™ CloudMonkey™ v5.2.0

2014-08-28 Thread Rohit Yadav
28 August 2014 —Apache CloudStack, the mature, turnkey Open Source cloud computing software platform used for creating private, public, and hybrid cloud environments, today announced Apache CloudMonkey v5.2.0, the latest feature release of its command line interface tool. CloudMonkey is written

Announcing Apache™ CloudMonkey™ v5.2.0

2014-08-28 Thread Rohit Yadav
28 August 2014 —Apache CloudStack, the mature, turnkey Open Source cloud computing software platform used for creating private, public, and hybrid cloud environments, today announced Apache CloudMonkey v5.2.0, the latest feature release of its command line interface tool. CloudMonkey is written

RE: ACS in a VMware environment

2014-08-28 Thread Geoff Higginbottom
How much RAM does your CloudStack VM have? Can you share the cloudstack management log? Regards Geoff Higginbottom D: +44 20 3603 0542 | S: +44 20 3603 0540 | M: +447968161581 geoff.higginbot...@shapeblue.com -Original Message- From: Xerex Bueno [mailto:xbu...@lpsintegration.com] Sent

Re: ACS in a VMware environment

2014-08-28 Thread Xerex Bueno
So I have found the cause of the problem, can someone explain why? The issue is happens when I enable DB HA. Below is the log output 2014-08-28 08:17:03,792 INFO [c.c.u.d.T.Transaction] (main:null) Is Data Base High Availiability enabled? Ans : true 2014-08-28 08:17:03,824 INFO [c.c.u.d.T.Tran

Re: ACS in a VMware environment

2014-08-28 Thread Xerex Bueno
I must be missing something. So I am installing this on a CentOS 6.5 fully patched server that is configured as a basic server. Here are the steps I take when installing ACS. 1. Extract the RPMs and run ‘createrepo’ 2. Create the .repo, and run yum install cloudstack-management 3. Run setenforce

Re: Problems building 4.3.1 non-oss

2014-08-28 Thread sebgoa
On Aug 27, 2014, at 11:27 PM, Xerex Bueno wrote: > In case anyone else runs into this problem I resolved this issue by > replacing 4.0.0 with 4.3.1-SNAPSHOT > good catch, I had upped the version number and somehow this one got missed... > > > > On 8/26/14, 1:53 PM, "Xerex Bueno" wrote: >

Re: Recovering from failed install - [SOLVED]

2014-08-28 Thread ilya musayev
Thanks for posting back your solution. On 8/27/14, 3:14 PM, Piers wrote: For the benefit of others: I have been installing, wiping and reinstalling ACS for a couple of days now. I get the impression that an initial install created network configurations that were incompatible with re-instal

Re: Re: About sharepoint mode in CloudStack

2014-08-28 Thread Dave Dunaway
OMG...it has to be since it's too early where I am, but I almost puked thinking somehow Cloudplatform was using MS Sharepoint to store docs in some sick twisted disgusting joke. Thankfully it's just auto-correct being a dick :) /me runs away arms flailing about anyways! On Thu, Aug 28, 2014 at 5

RE: Unable to add secondary storage

2014-08-28 Thread adam
Hi Michael, Thanks for your response and suggested action. No, this is not production! Just evaluating at the moment. I ran the command on the management server with the arguments swapped out where necessary then restarted. I then killed both system VMs, and CS recreated them. However stil

Re: Re: About sharepoint mode in CloudStack

2014-08-28 Thread ro...@cywee.com
Kirks, thanks a lot. By the wa y, I use OCFS2/iSCSI as the clumster filesystem under Shared Mountpoint mode. I have a problem right now. There are two hosts running ocfs2 and connecting to a signle storage server with iSCSI. After I run about one day, one hosts hung up and all the VM on this

Re: Automatic Updates

2014-08-28 Thread Kirk Kosinski
Hi, Mo. Is this only for a management server or are you also running Ubuntu for KVM hosts managed by CloudStack? For KVM hosts you should be careful about upgrading packages related to libvirt and qemu. Best regards, Kirk On 08/27/2014 08:21 AM, mo wrote: > Hello > > Can you tell me a list of

Re: VNC via public IP

2014-08-28 Thread Kirk Kosinski
Hi, Merill. Did you set up port forwarding rules on your firewall for the VNC ports on the VM IPs? You'll need such a rule for every VM. Best regards, Kirk On 08/27/2014 10:48 AM, Merill Ronquillo wrote: > I've followed the "Quick Installation Guide for CentOS" and have a single > server > in

Re: About sharepoint mode in CloudStack

2014-08-28 Thread Kirk Kosinski
Hi, Robin. The NFS option should be used for NFS shares that are not already mounted on the hosts. CloudStack will tell the hosts to mount the NFS share you specify. The Shared Mount Point option would be for a primary storage that is already mounted on the hosts by the system administrator. He

Re: 404 Error

2014-08-28 Thread sebgoa
On Aug 27, 2014, at 11:03 PM, Xerex Bueno wrote: > So I have installed ACS 4.3.1 from source and when I go to access > http://:8080/client I get a 404 error. Really need some help on this. > > Xerex, is that fixed ? The UI takes a bit of time to come up, so if you try to reach to fast afte

Re: ACS in a VMware environment

2014-08-28 Thread ilya musayev
Xerex I've just rebuild cloudstack. I had no issues with this build. no 404s. http://download.cloudsand.com/cloudsand/rhel/6/x86_64/cloudstack-4.3.0.1-08282014.rpm.tgz Regards ilya On 8/27/14, 2:31 PM, Xerex Bueno wrote: > Ilya, > > I have installed from the packages you provided. However I am

Re: change root password on agents

2014-08-28 Thread Ugo Vasi
Hi Yiping, I read the document, but I did not find the database fields which is discussed in the guide. Maybe it is changed the structure of the database from version 4.1.1 to the current one, the 4.4.0? Il 22/08/2014 19:27, Yiping Zhang ha scritto: Management server needs root user password