Console stopped working recently

2013-09-06 Thread Jake G.
Hi all, i just noticed that the console function stopped working in my cloudstack 4.1.0 environment. Attached is my error screen. Anyone have an idea? Thanks!

RE: Help with host network config KVM + Centos

2013-09-06 Thread Sanjeev Neelarapu
Hi, You need to configure two bridges say cloudbr0 and cloudbr1 using the two interfaces present on the KVM host. Use these bridge names as traffic labels in the Physical Network you create during zone creation in CloudStack. Eg. If cloudbr0 is on eth0 and cloudbr1 is on eth1 then use

Re: Some network offerings missing after creating them

2013-09-06 Thread Nick Burke
Hi Geoff, Mission successful! Thanks for all the help! On Thu, Sep 5, 2013 at 10:10 AM, Geoff Higginbottom geoff.higginbot...@shapeblue.com wrote: Yes, just use CloudMonkey to create the networks, and then use it to deploy the VMs. CloudMonkey is a really cool tool, and once you master

Re: Help with host network config KVM + Centos

2013-09-06 Thread Jake G.
Thank you very much for this. Are you using openvswitch for this config? From: Sanjeev Neelarapu sanjeev.neelar...@citrix.com To: users@cloudstack.apache.org users@cloudstack.apache.org; Jake G. dj_dark_jungl...@yahoo.com Sent: Friday, September 6, 2013 3:44

Re: VMware DomainRouter

2013-09-06 Thread Kirk Kosinski
Right, since on KVM and XS hosts we can run scripts directly on the host to communicate with system VMs, whereas on ESXi this is discouraged and not even possible by default. Best regards, Kirk On 09/05/2013 10:07 PM, Jayapal Reddy Uradi wrote: This is expected in vmware. In Xen and KVM we have

RE: Help with host network config KVM + Centos

2013-09-06 Thread Sanjeev Neelarapu
Yes From: Jake G. [mailto:dj_dark_jungl...@yahoo.com] Sent: Friday, September 06, 2013 12:20 PM To: Sanjeev Neelarapu; users@cloudstack.apache.org Subject: Re: Help with host network config KVM + Centos Thank you very much for this. Are you using openvswitch for this config?

Re: Console stopped working recently

2013-09-06 Thread Jake G.
Looks like my other test environment does not work either. I havent changed anything on both servers so im am thinking... Is there something wrong with realhostip.com ? From: Jake G. dj_dark_jungl...@yahoo.com To: users@cloudstack.apache.org

Re: Console stopped working recently

2013-09-06 Thread Jake G.
I tried restarting the CPVM as well as recreating it. No joy Where are these logs located? From: France mailingli...@isg.si To: users@cloudstack.apache.org Cc: Kirk Kosinski kirkkosin...@gmail.com; Jake G. dj_dark_jungl...@yahoo.com Sent: Friday, September

Re: Console stopped working recently - Resolved

2013-09-06 Thread Jake G.
Ok guys dont laugh at me on this one. Turns out our internal DNS cache server marked CS proxy traffic as poisonous and was blocking. Had our networking guy fix it and now the console works.  Thank you very much for your help! From: Jake G.

Re: Ubuntu 12.04 LTS or 14.04 on XenServer 6.0.2 with CS 4.1.1? templates in general?

2013-09-06 Thread France
Have you managed to publish it? If so, please provide URL to it, if not, please send it to my email address. Tnx. F. On 5/9/13 7:42 PM, Carlos Reategui wrote: As others have mentioned you will need to select one of the Other options if you want to run 12.04. I have not tried to boot from iso

Re: Ubuntu 12.04 LTS or 14.04 on XenServer 6.0.2 with CS 4.1.1? templates in general?

2013-09-06 Thread France
Tnx for suggestion/answer Kirk. I'll go and create Ubuntu 12.04 LTS PV VHD using VirtualBox on my desktop machine. So when i have a working Ubuntu 12.04 LTS PV image/VHD for XS 6.0.2 i have to import it into CS 4.1.1 with XS 6.0.2. Which option should i select then for OS Type when

Multiple guest IP on a VM?

2013-09-06 Thread Indra Pramana
Dear all, We are implementing shared network type instead of isolated network type, which means that we are assigning public IP address as guest IP for all our VMs. This means that our VMs are using public IP instead of private IP configured on the NIC interfaces, without any network address

Old snapshots not deleted

2013-09-06 Thread Lennert den Teuling
Hi, I was wondering if somebody is experiencing the same issue. Yesterday we found out that the disks of our secondary storage was almost full because none of the snapshots that have been deleted (because of rotation for example). The issue seems quite clear (?), cause the commando executed

Re: Old snapshots not deleted

2013-09-06 Thread Nitin Mehta
Hi Lennert, I recall having seen such an issue. Is it similar to https://issues.apache.org/jira/browse/CLOUDSTACK-643 ? Thanks, -Nitin On 06/09/13 5:35 PM, Lennert den Teuling lenn...@pcextreme.nl wrote: Hi, I was wondering if somebody is experiencing the same issue. Yesterday we found out

Re: Old snapshots not deleted

2013-09-06 Thread Lennert den Teuling
Op 06-09-13 14:18, Nitin Mehta schreef: Hi Lennert, I recall having seen such an issue. Is it similar to https://issues.apache.org/jira/browse/CLOUDSTACK-643 ? Hi Nitin, Yes, this is the issue. Thanks! Strangely enough i did not find this myself, i probably should look better next time ;-)

Re: VMware DomainRouter

2013-09-06 Thread John Skinner
So it's expected that it uses an IP address from the management network on the domain router? I typically only set aside 10 or so IP addresses from the management network for CloudStack usage for things like SSVM and console proxy. Am I going to have to allocate a lot more of my management IP

RE: VPC virtual router fails to start up - no route to CS Management Server.

2013-09-06 Thread Musayev, Ilya
What stops you from adding a route as test on RVM? -Original Message- From: COCHE Sébastien [mailto:sco...@sigma.fr] Sent: Friday, September 06, 2013 12:49 PM To: users@cloudstack.apache.org Cc: d...@cloudstack.apache.org Subject: RE: VPC virtual router fails to start up - no

Re: VMware DomainRouter

2013-09-06 Thread John Skinner
Also, is it possible to put the management network on a tagged VLAN? It doesn't look like it is through the UI, but could I make some database changes to get cloud to create the nics on the host with a vlan similar to guest networks? John Skinner Senior Systems Administrator | Appcore - the

RE: VPC virtual router fails to start up - no route to CS Management Server.

2013-09-06 Thread Musayev, Ilya
Both eth0 and eth1 must be up. In your case only eth0 is up (guest network) and eth1 is down (link local). Inspect the contents on /var/cache/cloud/cmdline Attempt to setup IP manually to see if it helps for eth1. Default GW must be on eth0/guest network. Check vSphere to confirm both eth0

XCP and PV virtual machines

2013-09-06 Thread Rafael Weingartner
Hi guys, this might not be the right place to ask this but I bet someone here has the answer. When I use the command on XCP to create a new VM: vm-install new-name-label=Ubuntu 12.04.03 default template=Ubuntu Precise Pangolin 12.04 (64-bit) sr-name-label=local sr And use the network O.S.

RE: VPC virtual router fails to start up - no route to CS Management Server.

2013-09-06 Thread COCHE Sébastien
Hi Enrique, I had the same issue on 4.0, 4.0.1 and 4.1 CloudStack's releases. I followed the documentation for complex deployment (CloudStack Manager and hypervisor (ESX) on a different networks) After some research it seems that the VPC's vRouter do not have a route to communicate with

Re: about os templates

2013-09-06 Thread Nux!
On 05.09.2013 20:45, Steven Liang wrote: Thank you very much. I've tested. The CentOS 6 works, but FreeBSD doesn't work. Have you added it as Other PV as the README file instructs? -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro

Re: Help with host network config KVM + Centos

2013-09-06 Thread Nguyen Anh Tu
2013/9/6 Sanjeev Neelarapu sanjeev.neelar...@citrix.com /etc/sysconfig/network-scripts/ifcfg-eth0 DEVICE=eth0 BOOTPROTO=none IPV6INIT=no NM_CONTROLLED=no ONBOOT=yes TYPE=OVSPort DEVICETYPE=ovs OVS_BRIDGE=cloudbr0 /etc/sysconfig/network-scripts/ifcfg-eth1 DEVICE=eth1

Re: Ubuntu 12.04 LTS or 14.04 on XenServer 6.0.2 with CS 4.1.1? templates in general?

2013-09-06 Thread Kirk Kosinski
Hi, try putting /boot on a separate ext3-formatted partition. Also, be careful what options you select when installing Ubuntu. I recall that the Ubuntu Cloud Image option in some Ubuntu versions breaks compatibility with XenServer. Lastly, it's not clear from your email how you created the

Re: Ubuntu 12.04 LTS or 14.04 on XenServer 6.0.2 with CS 4.1.1? templates in general?

2013-09-06 Thread Carlos Reategui
Hi France I made some last minute adjustments so the script may have some issues but hopefully should be straight forward enough. If not let me know. You will need to include the xe-guest-utilities_6.0.2-766_amd64.deb in the directory from the XenServer tools install iso. I could not find a

Re: Ubuntu 12.04 LTS or 14.04 on XenServer 6.0.2 with CS 4.1.1? templates in general?

2013-09-06 Thread Carlos Reategui
Hi France, Ok I think I got the scripts up on github now. Let me know if they work for you. On Fri, Sep 6, 2013 at 7:17 PM, Carlos Reategui car...@reategui.com wrote: Hi France I made some last minute adjustments so the script may have some issues but hopefully should be straight forward

Re: XCP and PV virtual machines

2013-09-06 Thread Carlos Reategui
You may want to look at the script I just put on https://github.com/creategui/CloudStackImageScripts to create an Ubuntu image from the Ubuntu cloud image repository ( http://cloud-images.ubuntu.com/releases/precise/release/) On Fri, Sep 6, 2013 at 12:06 PM, Rafael Weingartner

Re: cloudstack4.2源码搭建agent环境?

2013-09-06 Thread Wei ZHOU
上面写了啊,用dpkg-buildpackage -uc -us (如果是maven3,有可能还要加上-d) 运行之前最好先清理一下目录 mvn -P developer,systemvm clean rm -rf dist/ debian/cloudstack-agent debian/cloudstack-awsapi debian/cloudstack-cli debian/cloudstack-common debian/cloudstack-docs debian/cloudstack-management debian/cloudstack-usage debian/tmp

Re: cloudstack4.2源码搭建agent环境?

2013-09-06 Thread Wei ZHOU
systemvm.iso里面是systemvm的脚本和配置文件,不是template 你要下载一个systemvm template 在 2013年9月6日上午10:24,王耀锋 wilc...@hotmail.com写道: thanks, 我安装你的方法编译出cloud-agent的deb并安装成功,现在我创建一个区域,发现目录下面的系统虚拟机只有一个systemvm.iso文件,我们使用的qcow2格式的系统虚拟机需要我们自己创建吗? Date: Fri, 6 Sep 2013 08:03:03 +0200 Subject: Re: