cannot ping to cloudstack instance

2014-09-24 Thread Asanka sanjaya Herath
I installed cloudstack in my local computer and added an instance successfully. Then I tried to ping to the instance created in cloudstack. But I cannot ping to instance. But I can ping to the gateway. These are my network configurations(used basic networking): dns1: 8.8.8.8 dns2: 8.8.4.4 POD:

Re: Static NAT routing

2014-09-24 Thread Venkat Srinivasan
Thanks Sanjeev. I was able to get it work today.The 172.16.10.1 is my firewall gateway and the ingress rules seem be allow all. I recreated a vpc and a network offering using ovs and the 'Virtual Networking' and 'Connectivity' provider. Not really sure what these mean.I also deleted and recreated

RE: Static NAT routing

2014-09-24 Thread Sanjeev Neelarapu
Hi Venkat, Couple of questions: 1. Are you able to reach the gateway 172.16.10.1 from your desktop? 2. Did you create firewall rules on acquired ip 172.16.10.103 to allow the ingress traffic? You would not need to setup the virtual router as the default gateway. All the guest vms inside the iso

RE: Adding OVA or OVF VMs to CS 4.3.1

2014-09-24 Thread Sanjeev Neelarapu
Jose, You can add the .ova fila as template in CS. -Sanjeev -Original Message- From: José Egas López [mailto:josee...@farmaenlace.com] Sent: Wednesday, September 24, 2014 10:40 PM To: users@cloudstack.apache.org Subject: Adding OVA or OVF VMs to CS 4.3.1 Hi, I have exported an OVA and

Parallel deployment makes unusable template

2014-09-24 Thread Hiroki Ohashi
Dear Cloudstack users I'm facing an issue of CLOUDSTACK-7539 in my production environment. About the environment details, please see the ticket below. https://issues.apache.org/jira/browse/CLOUDSTACK-7539 I think this issue is reproducible in any environment using S3 and Secondary Staging St

RE: url to download CS 4.3.0 system vm templates

2014-09-24 Thread Amin
Hello, I am not sure if this is the stable version or not, however you can try it. http://jenkins.buildacloud.org/view/4.3/job/cloudstack-4.3-systemvm64/lastSuccessfulBuild/ -Original Message- From: Yiping Zhang [mailto:yzh...@marketo.com] Sent: Thursday, 25 September 2014 7:23 AM To: u

Re: url to download CS 4.3.0 system vm templates

2014-09-24 Thread Yiping Zhang
Thanks for the help, but unfortunately this link eventually also goes to the latests docs for CS 4.4.0 ! I found the correct url from CS 4.3.0 release notes. In upgrade instructions, there are notes on registering new system VM templates and it includes template urls for supported hypervisors. Y

Re: url to download CS 4.3.0 system vm templates

2014-09-24 Thread Amogh Vasekar
Hi, http://docs.cloudstack.apache.org/en/4.3/ has older docs. On the main docs landing page there is a (really) small "v" on the left tab at the bottom that you can use to navigate to older docs. Agreed its a pain to find it though. Lets hope the folks in charge of docs change it to be easier. A

url to download CS 4.3.0 system vm templates

2014-09-24 Thread Yiping Zhang
Hi, What is the url for downloading CS 4.3.0 stable systemvm template for xenserver ? I have been using http://docs.cloudstack.apache.org/projects/cloudstack-administration site for CS documentations while installing CS 4.3.0. However, I just noticed that the url for systemVM templates has ch

CloudStack European Users Group LONDON

2014-09-24 Thread Steve Roles
Hi there everyone, We're going to be holding the next CloudStack European User Group here in London on Thursday, October 23rd. As always, there will be some great speakers, the chance to meet with other CloudStack users and an informal chat over a beer afterwards! It would be great to see you t

Re: Volume upload stuck

2014-09-24 Thread Jan-Arve Nygård
I have already tried that but it didn't help. The logs just keeps stating that the job is waiting for download to finish. I tried re-uploading one of the files and it got downloaded and installed OK. Are there any timeouts involved on the SSVM maybe? The volumes are 250GB so it takes some time to

Re: Zone already associated with a VMware datacenter

2014-09-24 Thread Nitin Mehta
Glad that you got it solved You can create a ticket on https://issues.apache.org/jira/secure/Dashboard.jspa Thanks, -Nitin On 24/09/14 5:02 AM, "José Egas López" wrote: >I did that, thank you ilya! > >Regards, >Jose > > Original message From: ilya musayev > Date:24/09/2014 12:1

Adding OVA or OVF VMs to CS 4.3.1

2014-09-24 Thread José Egas López
Hi, I have exported an OVA and also an OVF template from an existing VM from vSphere. The templates have the following types of file: OVA --> templateName.ova OVF--> templateName.mf; templateName.ovf; templateName.vmdk I want to deploy a VM in CS from one of those templates. I'm not sure about

Re: ACS 4.3.1 disable realhostip.com or SSL

2014-09-24 Thread Nitin Mehta
You are right. You don’t need intermediate cert, its optional. Installation procedure says that. I edited the section you pointed as well. Thanks, -Nitin On 24/09/14 6:40 AM, "France" wrote: >I went down the route with custom DNS service (already working) and >custom certificate, because it fee

Re: Volume upload stuck

2014-09-24 Thread Nitin Mehta
Restarting MS should resume it. Please check On 24/09/14 12:14 AM, "Jan-Arve Nygård" wrote: >Hi, > >I have two large volume uploads stuck in state "UploadOp". Are there any >correct way to resume upload? If not, what's the best way to cleanup these >uploads and start over? > > >-- >Jan-Arve

Re: ACS 4.3.1 disable realhostip.com or SSL

2014-09-24 Thread ilya musayev
You should be able to use CSR to sign with CA directly, you would need a wildcard cert with conforming hostname - should be in the instructions. Regards ilya On 9/24/14, 6:40 AM, France wrote: I went down the route with custom DNS service (already working) and custom certificate, because it fe

Re: ACS 4.3.1 disable realhostip.com or SSL

2014-09-24 Thread France
I went down the route with custom DNS service (already working) and custom certificate, because it feels safer than rolling out my RPM packages. So, the instructions (https://cwiki.apache.org/confluence/display/CLOUDSTACK/Procedure+to+Replace+realhostip.com+with+Your+Own+Domain+Name#ProceduretoR

Re: CloudStack DataBase HA Restoration Test

2014-09-24 Thread Rajani Karuturi
I dont know if they are readily available. probably you could check jenkins.buildacloud.org You could build one from source using the procedure at http://cloudstack-installation.readthedocs.org/en/latest/building_from_source.html#building-non-oss It also has some information about non-oss/no-red

Re: Zone already associated with a VMware datacenter

2014-09-24 Thread José Egas López
I did that, thank you ilya! Regards, Jose Original message From: ilya musayev Date:24/09/2014 12:19 AM (GMT-05:00) To: users@cloudstack.apache.org Subject: Re: Zone already associated with a VMware datacenter The tag is not easily seen and i was able to remove it from vmwa

RE: CloudStack DataBase HA Restoration Test

2014-09-24 Thread Venkata Suneel Babu Mallela
This setup is installed using RPM package repository. Can you please guide how to check this is a noredist build or not? And what is the use of it? There is no directory "cloudstack-mysql-ha" under /usr/share/. [root@cs01 share]# ls cloudstack-* cloudstack-bridge/ cloudstack-management/ clou

Re: CloudStack DataBase HA Restoration Test

2014-09-24 Thread Rajani Karuturi
Is this a noredist build? Did you verify that the mysql-ha jar exists at /usr/share/cloudstack-mysql-ha/lib/*jar? ~Rajani On Wed, Sep 24, 2014 at 12:06 PM, Venkata Suneel Babu Mallela < sunee...@simplifydc.com> wrote: > Hi Rajani, > > Thank you for your response. I was stuck with some work l

Re: Cloudstack systemvmtemplate url is not working

2014-09-24 Thread Ian Duffy
The filename changed recently they now include the Jenkins build number. On 24 Sep 2014 07:14, "Asanka sanjaya Herath" wrote: > I used this url for get cloudstack systemvmtemplate but this returns 404 > error. > > > http://jenkins.buildacloud.org/job/build-systemvm-master/lastSuccessfulBuild/arti

Re: Cloudstack systemvmtemplate url is not working

2014-09-24 Thread Asanka sanjaya Herath
What about this one? http://jenkins.buildacloud.org/job/build-systemvm-master/314/artifact/tools/appliance/dist/systemvmtemplate-master-314-xen.vhd.bz2 Can I use this url Instead of previous one? On Wed, Sep 24, 2014 at 12:13 PM, Rayees Namathponnan < rayees.namathpon...@citrix.com> wrote: > Ca

Volume upload stuck

2014-09-24 Thread Jan-Arve Nygård
Hi, I have two large volume uploads stuck in state "UploadOp". Are there any correct way to resume upload? If not, what's the best way to cleanup these uploads and start over? -- Jan-Arve