Re: Advanced Physical Networking query

2013-07-05 Thread Abhinandan Prateek
Hi Ian, You are looking for a basic zone. Probably go thru the admin guide here http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.0.0-incubating/ html-single/Admin_Guide/#basic-zone-configuration -abhi On 06/07/13 6:56 AM, "Ian Duffy" wrote: >Hi Ilya/List > >I was reading the

Advanced Physical Networking query

2013-07-05 Thread Ian Duffy
Hi Ilya/List I was reading the post over at https://cwiki.apache.org/CLOUDSTACK/cloudstack-advanced-network-tutorial-step-by-step.html and was wondering If I could get some information from you(or anybody else who can contribute). I want a setup where by instances are brought up with a Public IP

Re: Access to internet fron instance

2013-07-05 Thread Anton Rubets
Oh... Thank, i dont think that Egress for this =( On Fri, Jul 5, 2013 at 11:37 PM, Milamber wrote: > > Have you add Egress (out) rules in your virtual router? > > Le 05/07/2013 20:51, Anton Rubets a ecrit : > > Hi. How i can make internet access avaible for my virtual machine, for >> update fo

Re: Access to internet fron instance

2013-07-05 Thread Milamber
Have you add Egress (out) rules in your virtual router? Le 05/07/2013 20:51, Anton Rubets a ecrit : Hi. How i can make internet access avaible for my virtual machine, for update fot example? I cant find right link in man page. Use CS4.1 XCP 1.6. Thanks

Access to internet fron instance

2013-07-05 Thread Anton Rubets
Hi. How i can make internet access avaible for my virtual machine, for update fot example? I cant find right link in man page. Use CS4.1 XCP 1.6. Thanks

Re: How many vms per primary storage can offer best performance?

2013-07-05 Thread Dean Kamali
Well can you tell us more about your setup, before blaming NFS for being slow :) In most cases the hardware is what to blame, Are you using 6Gbps / SATA3 drives? Your 1GB link most likely the bottle neck here, you will need to either bond 4 NICs together or maybe invest in 10G switch. I'm using

Re: Virtual Router Firewall Logs

2013-07-05 Thread David Comerford
You could SSH into each virtual router and append some logging rules into the existing chains. The rules go into the mangle table. If you wanted to log all drops then you could go for something like this. #* iptables -I FIREWALL_10.144.100.109 3 -t mangle -j LOG* I put this in line 3 of my FIREWA

Re: How to find the the vm's volume file in primary storage?

2013-07-05 Thread David Comerford
1. Rock over to the GUI, click on the instance your interested in 2. Get the ID of the volume from the Volumes tab. For example 4bedcf64-5526-4777-bac1-98c638c32116 3. Jump into MySQL client and run this query: mysql> select folder,path from cloud.volumes WHERE uuid='4bedcf64-5526-4777-bac1-98c63

Re: any feedback of upgrading cloudstack from 3.0.2 to 4.1 with xenserver 6.0.2 hosts

2013-07-05 Thread France
Hi, i suggest, you send only to one mailing list at a time. :-) I've sent a similar question before our upgrade, but didn't get a response, so I understand your position. We have recently upgraded 3.0.2 to 4.1 and all hotfixes on XenServer to date for 6.0.2. Install went with some problems, b

Re: Snapshots are not deleted

2013-07-05 Thread Nitin Mehta
Would it not depend on if the snapshot is the tail of the chain or not ? In case its not tail it doesnt delete it correct ? On 05/07/13 3:10 PM, "Ahmad Emneina" wrote: >you probably have to manually delete the snapshots, independent of the vm >delete. and ensure storage cleanup (in the globals w

Re: Virtual Router Firewall Logs

2013-07-05 Thread Ahmad Emneina
you might have to enable that manually on the router, via iptables or rsyslog, i dont see it being logged myself. On Fri, Jul 5, 2013 at 1:57 AM, Len Bellemore < len.bellem...@controlcircle.com> wrote: > Hi Guys, > > Does anyone know where the virtual router logs firewall access requests? > I g

Re: Snapshots are not deleted

2013-07-05 Thread Ahmad Emneina
you probably have to manually delete the snapshots, independent of the vm delete. and ensure storage cleanup (in the globals we talked about yesterday). On Fri, Jul 5, 2013 at 2:17 AM, Leeno Jose.P.A wrote: > Hi All, > > A destroyed VM's snapshots are not deleted from secondary storage. Do I >

Snapshots are not deleted

2013-07-05 Thread Leeno Jose.P.A
Hi All, A destroyed VM's snapshots are not deleted from secondary storage. Do I need to tweak some configuration for this? Thanks in advance! -- Leeno Jose .P.A

Virtual Router Firewall Logs

2013-07-05 Thread Len Bellemore
Hi Guys, Does anyone know where the virtual router logs firewall access requests? I guess it would be an iptables log of some sort. I don't see much in /var/log/messages other than rules being applied. Many Thanks Len IMPORTANT NOTICE. This electronic message

RE: Re:RE: Re:RE: Re:RE: Where are the snapshots generated by schedules?

2013-07-05 Thread Enric Muñoz
OK. Thank you both. -Mensaje original- De: ryanlei750...@gmail.com [mailto:ryanlei750...@gmail.com] En nombre de Ryan Lei Enviado el: viernes, 05 de julio de 2013 9:27 Para: users@cloudstack.apache.org Asunto: Re: Re:RE: Re:RE: Re:RE: Where are the snapshots generated by schedules? This

Re: Re:RE: Re:RE: Re:RE: Where are the snapshots generated by schedules?

2013-07-05 Thread Ryan Lei
This NullPointerException bug with recurring snapshots was introduced in 4.1.0, and will be fixed in 4.1.1. https://issues.apache.org/jira/browse/CLOUDSTACK-2905 So for now, you can only git clone the source code and rebuild it. I have verified before that in git 4.1, recurring snapshots work with

RE: Re:RE: Re:RE: Re:RE: Where are the snapshots generated by schedules?

2013-07-05 Thread Rajesh Battala
Hi Enric, This issue is resolved in the 4.1 build with this commit. https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=commit;h=913e2b38bfe5b29c0c172171e83d4fb7f8a8e6d6 Please use the latest build to resolve the snapshot issue. Thanks Rajesh Battala > -Original Message- > Fr

RE: Re:RE: Re:RE: Re:RE: Where are the snapshots generated by schedules?

2013-07-05 Thread Rajesh Battala
Hi Enric, This issue is resolved in the 4.1 build with this commit. https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;a=commit;h=913e2b38bfe5b29c0c172171e83d4fb7f8a8e6d6 Please use the latest build to resolve the snapshot issue. Thanks Rajesh Battala > -Original Message- > From: E

RE: Re:RE: Re:RE: Re:RE: Where are the snapshots generated by schedules?

2013-07-05 Thread Enric Muñoz
It happens to me the same using XCP 1.6. I set up recurring snapshots but they are not created and no error appears. However, there's a warning in the logs every 5 minutes: 2013-07-05 08:56:43,599 DEBUG [storage.snapshot.SnapshotSchedulerImpl] (SnapshotPollTask:null) Snapshot scheduler.poll is