Re: How to statistic the network flow of the vm in cloudstack

2012-11-07 Thread sx chen
Thanks,nitin,It's helpful 2012/11/7 Nitin Mehta > > See if the wiki @ > https://cwiki.apache.org/CLOUDSTACK/usage-and-usage-events.html answers > your questions > > Thanks, > -Nitin > > On 07-Nov-2012, at 2:46 PM, sx chen wrote: > > hi,all: > I want to statistic the network flow sended and r

Re: alter resolv.conf nameservers on linux

2012-11-07 Thread Caleb Call
Sorry, yes, setting the global parameter does not work. The contents of my /etc/resolv.conf is: # cat /etc/resolv.conf ; generated by /sbin/dhclient-script search cs1cloud.internal nameserver I can edit it to what I want it to be, restart the instance and it gets changed back to this. This

Re: alter resolv.conf nameservers on linux

2012-11-07 Thread Chiradeep Vittal
Not sure what you mean by #2. Do you mean that you set the global configuration flag use.external.dns ? If so, what is the content of /etc/resolv.conf ? Why is the DNS forwarder not working for you? Is your zone dns configured correctly in CloudStack? On 11/7/12 4:06 PM, "Caleb Call" wrote: >#2

Re: alter resolv.conf nameservers on linux

2012-11-07 Thread Caleb Call
#2 doesn't work. It still stomps /etc/resolv.conf with what's provided by the routervm. On Nov 7, 2012, at 4:48 PM, Caleb Call wrote: > Thanks, #2 looks perfect. I'll give that a shot. > > On Nov 7, 2012, at 4:29 PM, Chiradeep Vittal > wrote: > >> That should not be necessary. The DNS se

Re: alter resolv.conf nameservers on linux

2012-11-07 Thread Caleb Call
Thanks, #2 looks perfect. I'll give that a shot. On Nov 7, 2012, at 4:29 PM, Chiradeep Vittal wrote: > That should not be necessary. The DNS server in the router is a forwarder: > 1. If the target of the DNS resolve is for a VM it has served DHCP to, it > responds with the entry > 2. If not, i

Re: alter resolv.conf nameservers on linux

2012-11-07 Thread Chiradeep Vittal
That should not be necessary. The DNS server in the router is a forwarder: 1. If the target of the DNS resolve is for a VM it has served DHCP to, it responds with the entry 2. If not, it forwards it to the 'zone' dns server. Or, you can set use.external.dns to 'true', restart the management server

Re: alter resolv.conf nameservers on linux

2012-11-07 Thread Mike Simos
You can accomplish this in one of two ways: 1) All operating systems allow you to set your DHCP client to not set the DNS provided by the DHCP server. So as part of your template, you set your DNS servers manually. Then every new VM you create has the nameserver set as you want them. 2) This

Re: alter resolv.conf nameservers on linux

2012-11-07 Thread Caleb Call
Well, I currently maintain this via a cfengine policy right now, but it would be nice if it didn't have to be "fixed" every time a VM is restarted. Good to hear this is coming in a future release. On Nov 7, 2012, at 4:12 PM, Alex Huang wrote: > In 4.0, what I would do is this. > > - Write a

RE: alter resolv.conf nameservers on linux

2012-11-07 Thread Alex Huang
In 4.0, what I would do is this. - Write a plugin. - Listen to vm start events. - On router vm start, ssh into the router vm and change the resolv.conf In the next release, Murali have added proper external event system then you don't even need to do this via a plugin. --Alex -Original M

Re: alter resolv.conf nameservers on linux

2012-11-07 Thread Caleb Call
Good question, I've been meaning to ask this same thing and keep forgetting to. I think I've read that you have to edit the config on the router vm, but that doesn't persist a reboot of the router vm. Is there a better way to do this? On Nov 7, 2012, at 3:18 PM, "Musayev, Ilya" wrote: > How

alter resolv.conf nameservers on linux

2012-11-07 Thread Musayev, Ilya
How would I pass on my nameservers in resolv.conf of an instance, instead of router vms IP? As of now, my nameserver is set to ip address of router vm. Thanks ilya

RE: XS 6.02 ~ No Graphical Console

2012-11-07 Thread Clayton Weise
You could try picking from the OS template list Windows 2008 R2 and that will force XS to use HV instead of PV. It might do the trick. -Original Message- From: Mike Simos [mailto:michael.si...@citrix.com] Sent: Wednesday, November 7, 2012 11:28 AM To: Trevor Francis Cc: cloudstack-users

Re: XS 6.02 ~ No Graphical Console

2012-11-07 Thread Mike Simos
During the installation after driver detection, usually some point after selecting the language. Press ALT-F2 then run fdisk. Also I believe when you use PV mode to install there is no graphics. You will need to use HVM (Other) to do the install. Then you have graphics. Mike On 11/07/2012 11:

Re: XS 6.02 ~ No Graphical Console

2012-11-07 Thread Trevor Francis
You can't partition disks without GUI in cent 6. Rendering the install basically useless. Trevor Francis (mobile) On Nov 7, 2012, at 1:17 PM, Clayton Weise wrote: Part of this is because, if I’m not mistaken, in the template XS uses for Cent/RHEL/etc it actually has some flags in it that disa

RE: XS 6.02 ~ No Graphical Console

2012-11-07 Thread Clayton Weise
Part of this is because, if I'm not mistaken, in the template XS uses for Cent/RHEL/etc it actually has some flags in it that disable a graphical install; however, during the install you can install X and other graphical utilities that should work once the system comes up (I've never tested it

RE: DNS Issue

2012-11-07 Thread Alex Huang
James, Currently it does not work that way. A DHCP server is deployed per network. --Alex -Original Message- From: James Jeffrey [mailto:james.jeff...@cpp.co.uk] Sent: Tuesday, November 06, 2012 11:14 AM To: cloudstack-users@incubator.apache.org Subject: RE: DNS Issue For the guest IP

Re: OVM

2012-11-07 Thread Caleb Call
It is not there right now. It's supposed to be released in a near future dot release. On Nov 7, 2012, at 8:29 AM, Giles Sirett wrote: > D'oh -I mean "OVM" not "VM" > > "VM support" would be an interesting feature to drop :) > > > From: Giles Sirett [mailto:giles.sir...@shapeblue.com] > Sent

RE: CS 4.0 upgrade on CentOS

2012-11-07 Thread Tamas Monos
Hi, Already did that and was able to update the packages, thank you. I'm still in the middle of the upgrade as it does not really want to do anything with the systemVMs. I'm running the script: "nohup cloud-sysvmadm -d 192.168.1.5 -u cloud -p password -c -r > sysvm.log 2>&1 &" accordingly to my

RE: CS 4.0 upgrade on CentOS

2012-11-07 Thread Rajesh Battala
As it is a Test upgrade, Just quick workaround would be change the gpgcheck from 1 to 0 in the repo config file to continue the installation process. Thanks Rajesh Battala -Original Message- From: Tamas Monos [mailto:tam...@veber.co.uk] Sent: Wednesday, November 07, 2012 9:29 PM To: cl

CS 4.0 upgrade on CentOS

2012-11-07 Thread Tamas Monos
Hi, I'm just about to run a test upgrade from 3.0.2 to 4.0 but run into issues with: Package cloud-client-ui-4.0.0-0.140.el6.4.0.x86_64.rpm is not signed I cannot find the keys to import on http://cloudstack.apt-get.eu/rhel/4.0/ Anyone? Regards Tamas Monos

RE: XS 6.02 ~ No Graphical Console

2012-11-07 Thread Rajesh Battala
You should be able to find all the pubic repos here http://www.centos.org/modules/tinycontent/index.php?id=30 Thanks Rajesh Battala -Original Message- From: Trevor Francis [mailto:trevor.fran...@tgrahamcapital.com] Sent: Wednesday, November 07, 2012 9:09 PM To: cloudstack-users@incubat

Re: XS 6.02 ~ No Graphical Console

2012-11-07 Thread Trevor Francis
A simple yum update breaks that. Btw, where can I get 6.2? All repos are 6.3... Trevor Francis (mobile) On Nov 7, 2012, at 9:29 AM, Rajesh Battala wrote: > Hi Francis, > > In XS 6.02 CentOS 6.3 is not a supported Guest OS. > http://support.citrix.com/servlet/KbServlet/download/30196-102-673808

RE: OVM

2012-11-07 Thread Giles Sirett
D'oh -I mean "OVM" not "VM" "VM support" would be an interesting feature to drop :) From: Giles Sirett [mailto:giles.sir...@shapeblue.com] Sent: 07 November 2012 15:20 To: cloudstack-users@incubator.apache.org Subject: OVM What was the final decision on VM support in 4.0. ? Is it there ? BTW:

RE: XS 6.02 ~ No Graphical Console

2012-11-07 Thread Rajesh Battala
Hi Francis, In XS 6.02 CentOS 6.3 is not a supported Guest OS. http://support.citrix.com/servlet/KbServlet/download/30196-102-673808/guest_support_6.0.2.pdf Thanks Rajesh Battala From: Rajesh Battala [mailto:rajesh.batt...@citrix.com] Sent: Wednesday, November 07, 2012 8:52 PM To: cloudstack-us

RE: XS 6.02 ~ No Graphical Console

2012-11-07 Thread Rajesh Battala
HI Francis, >From XenCenter console are you able to select the Graphical console option? Thanks Rajesh From: Trevor Francis [mailto:trevor.fran...@tgrahamcapital.com] Sent: Wednesday, November 07, 2012 8:19 PM To: cloudstack-users@incubator.apache.org Subject: XS 6.02 ~ No Graphical Console I am

OVM

2012-11-07 Thread Giles Sirett
What was the final decision on VM support in 4.0. ? Is it there ? BTW: massive congratulations to all involved in the 4.0 release: a massive milestone guys! Kind Regards Giles Giles Sirett Managing Consultant [Description: Mail Logo Bottom Align] D: +44 20 3603 0541 | S: +44 20 3603 0540 | M

XS 6.02 ~ No Graphical Console

2012-11-07 Thread Trevor Francis
I am attempting to install Centos 6.3 on on XS 6.02 Hypervisors with all the latest Hotfixes. I am able to utilize the console, but the default console is text only. I am not given the option at boot time to perform a graphical install. I have tested this through XenCenter console and CPVM. I am ru

Re: How to statistic the network flow of the vm in cloudstack

2012-11-07 Thread Nitin Mehta
See if the wiki @ https://cwiki.apache.org/CLOUDSTACK/usage-and-usage-events.html answers your questions Thanks, -Nitin On 07-Nov-2012, at 2:46 PM, sx chen wrote: hi,all: I want to statistic the network flow sended and recived by vm.So I want to know how to compute the network flow or tra

Re: Xenserver Shared Public Network

2012-11-07 Thread Trevor Francis
So, I have effectively brought up my network with Xenserver. The VMs spin up fine, no issues other than CPVM not allowing me to do a graphical install of Centos 6.3. For grins, I took 2 hosts and converted them to KVM. Setup the bonds exactly like Xenserver. The network storms reappear. This is an

CloudStack Collaboration Conference 2012: streams or recordings?

2012-11-07 Thread Wolfram Schlich
Hi! Will there be live streams or recordings of the talks? Cheers, Wolfram