Re: Docker Support?

2015-02-05 Thread cs user
Hi Osay, I'd be really interested to hear about how you get on with the Cloudstack Driver for Docker Machine, using the CoreOS template. Cheers! :-) On Thu, Feb 5, 2015 at 6:20 AM, Osay Osman Yuuni wrote: > Thanks Lucian. Actually I'm running this off of Xenserver. I'll try with > "Other PV

Re: Docker Support?

2015-02-05 Thread Nux!
In this case I'd recommend not to use a "PV" profile with XenServer. It's a relic from times CPU could not do virt. Go for "Other 64bit", this will give you HVM which is faster and if CoreOS has xen drivers (probably does) it will use them to access the disk and network. Lucian -- Sent from th

Re: Docker Support?

2015-02-05 Thread sebgoa
On Feb 5, 2015, at 9:07 AM, cs user wrote: > Hi Osay, > > I'd be really interested to hear about how you get on with the Cloudstack > Driver for Docker Machine, using the CoreOS template. > FYI, there are two pull requests in Docker machine that support cloudstack. One for exoscale which can

Re: Docker Support?

2015-02-05 Thread Nux!
Where might these patches be? (links) -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "sebgoa" > To: [email protected] > Sent: Thursday, 5 February, 2015 09:07:02 > Subject: Re: Docker Support? > On Feb 5, 2015, at 9:07 AM,

Re: Docker Support?

2015-02-05 Thread sebgoa
On Feb 5, 2015, at 10:37 AM, Nux! wrote: > Where might these patches be? (links) https://github.com/docker/machine/pull/20 https://github.com/docker/machine/pull/425 > > -- > Sent from the Delta quadrant using Borg technology! > > Nux! > www.nux.ro > > - Original Message - >> Fro

VirtualBox setup Issue

2015-02-05 Thread Keerthiraja SJ
Hi With reference to below link I configured CS setup. But after I added the 8.8.8.8 /etc/resolv.conf I could not able to still ping any site from the CS box. http://shapeblue.com/cloudstack/virtualbox-test-env/ I am using VirtualBox 4.3.18 On Linux FC 20 Kindly guide me on this. Thanks, Keert

Re: VirtualBox setup Issue

2015-02-05 Thread yachita takumi
On 2015/02/05 19:37, Keerthiraja SJ wrote: Hi With reference to below link I configured CS setup. But after I added the 8.8.8.8 /etc/resolv.conf I could not able to still ping any site from the CS box. http://shapeblue.com/cloudstack/virtualbox-test-env/ I am using VirtualBox 4.3.18 On Linux

Issues Launching Cloudstack Management after upgrade to 4.4.2

2015-02-05 Thread Osay Osman Yuuni
Hi all, I've just upgraded to 4.4.2 but cannot access the GUI. Catalina.out shows that tomcat 6.024 is using the jre-1.6 instead of the jre-1.7. I've updated the JAVA_HOME environment variable but I still get the same error. I'm not sure what the issue might be. Below is a snippet of the output

Re: VirtualBox setup Issue

2015-02-05 Thread Keerthiraja SJ
Can anyone help on this issue My Network Setting Adapter1 : (Host-only Adapter, 'vboxnet0') Adapter2 : (NAT Network, 'NatNetwork') Adapter3 : (Host-only Adapter, 'vboxnet1') Adapter4 : (Host-only Adapter, 'vboxnet2') My CS ifconfig === eth0 Link encap:Ethernet HWaddr 08:00:27:8D:E

Re: Issues Launching Cloudstack Management after upgrade to 4.4.2

2015-02-05 Thread Andrei Mikhailovsky
Osay, I've had this issue when I was doing the upgrade on Ubuntu 14.04. What I had to do was to change the global java settings for the OS using update-alternatives. It has been set to java 1.6. I've changed it to java 1.7 and the management server started without issues. Andrei - Origi

Re: Issues Launching Cloudstack Management after upgrade to 4.4.2

2015-02-05 Thread Osay Osman Yuuni
Hi Andrei, Thanks for the response. I already tried alternatives --config java (I use CentOS) and it shows java 1.7 to be the current. BTW what is the current version of tomcat that ACS 4.4.2 uses? Is it still 6.024? Cheers Osay On 5 February 2015 at 14:31, Andrei Mikhailovsky wrote: > Osay

Re: Issues Launching Cloudstack Management after upgrade to 4.4.2

2015-02-05 Thread Nux!
Hello, ls -al /usr/lib/jvm/java /etc/alternatives/java_sdk ? Anything customised in /etc/sysconfig/tomcat6 ? -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro - Original Message - > From: "Osay Osman Yuuni" > To: [email protected] > Sent: Thursday, 5 Febr

Re: Issues Launching Cloudstack Management after upgrade to 4.4.2

2015-02-05 Thread Osay Osman Yuuni
HI Lucian, Output shows this is pointing to the 1.6 sdk lrwxrwxrwx 1 root root 38 Feb 5 11:11 /etc/alternatives/java_sdk -> /usr/lib/jvm/java-1.6.0-openjdk.x86_64 lrwxrwxrwx 1 root root 26 Feb 5 11:11 /usr/lib/jvm/java -> /etc/alternatives/java_sdk Nothing is customised in /etc/sysconfig/tomcat

Domain ressource limits

2015-02-05 Thread Martin Emrich
Hi! A colleague just got an error message "Maximum number of resources of type 'primary_storage' for domain id=8 has been exceeded.". The domain has 6 volumes with a total of 54GB, but the limits were 20 volumes and 200GB, so there should be plenty free space. After increasing the volume limit

Re: Issues Launching Cloudstack Management after upgrade to 4.4.2

2015-02-05 Thread Osay Osman Yuuni
I've recreated the symbolic links to point to java-1.7.65-openjdk.x86_64 and it now starts. However I've bumped into a database upgrade issue which is linked to the system templates. I'm fixing that now. Thanks for pointing me in the right direction. Cheers Osay On 5 February 2015 at 16:53, Os

Re: Issues Launching Cloudstack Management after upgrade to 4.4.2

2015-02-05 Thread Nux!
No problem, update-alternatives is usually for doing this, not symlinks by hand, but it also works. :-) I strongly recommend you run a testing setup on which to try new versions. Despite best efforts from the devs it's hard to know apriori how the upgrade will turn out HTH Lucian -- Sent

To Test CS 4.5 which vhd-util

2015-02-05 Thread Keerthiraja SJ
Hi To test the CS 4.5 from where should I have to download the vhd-util. Will this be compatible to Xenserver 6.5. Thanks, Keerthi

RE: To Test CS 4.5 which vhd-util

2015-02-05 Thread Anthony Xu
You don't need to download vhd-util for XS 6.5. CloudStack uses the vhd-util coming with XS 6.5 -Original Message- From: Keerthiraja SJ [mailto:[email protected]] Sent: Thursday, February 05, 2015 9:00 AM To: [email protected] Subject: To Test CS 4.5 which vhd-util Hi To tes

MeetUp SFBay: Docker, Kubernetes, coreOS and Big Data in Apache CloudStack (Hosted at Apple)

2015-02-05 Thread ilya musayev
Apple is hosting CloudStack SFBay MeetUp on February 24th. Details here: http://www.meetup.com/CloudStack-Silicon-Valley-User-Group/events/220330313/

Re: Cloudstack using without virtual Router

2015-02-05 Thread Jörg Brause
Hi, actually we have on our Ovirt Machines 2 Network interfaces, 1 for Management network an 1 for the guest systems. If we deploy a new Machine they become automatic a new DHCP address from the Cisco router (between 10.10.10.220 and 10.10.10.250 /24). After installation from our OS we change it

Re: Docker Support?

2015-02-05 Thread Phillip Kent
Thanks all for this useful thread. I can confirm that a CoreOS template runs fine on an ESXi hypervisor in CloudStack 4.3.1. The type is set to "Other (64-bit)". I didn't set up the template so I don't know about relative performance with other type settings. Regarding CoreOS, does anyone know wh

How can I change the listening port of VNC Server on XenServer

2015-02-05 Thread evanitsharp
Hi, all: Here are the config of vncterm of XenServer: [root@xenserver-nubbmomt ~]# vi /opt/xensource/libexec/vncterm-wrapper #!/bin/sh # # Copyright (c) Citrix Systems 2007-2008. All rights reserved. # # Xen, the Xen logo, XenCenter