Implementing IPv6

2015-09-09 Thread Alessandro Caviglione
Hi guys, I need some help in implementing IPv6 to our CS 4.4.2 Advanced Networking with XS 6.2 SP1. We have only one zone with a lot of IPv4 public IP already in use. We'd like to deploy IPv6 but since it's a new procedure for us (and is not very well documented...) I'm asking some guidelines. Can

Re: Implementing IPv6

2015-09-09 Thread Daan Hoogland
Alessandro, close to no IPv6 functionality has been implemented in the virtual router. I don't think you will get it to work with 4.4. On Wed, Sep 9, 2015 at 11:23 AM, Alessandro Caviglione < c.alessan...@gmail.com> wrote: > Hi guys, > I need some help in implementing IPv6 to our CS 4.4.2 Advance

Re: Implementing IPv6

2015-09-09 Thread Vadim Kimlaychuk
Alessandro, You probably need to update to 4.5 first and update XenServer to 6.5 as well. Then try to follow this guide: http://docs.cloudstack.apache.org/en/latest/networking/ipv6.html Regards, Vadim. On 2015-09-09 12:44, Daan Hoogland wrote: Alessandro, close to no IPv6 functionali

Re: Implementing IPv6

2015-09-09 Thread Alessandro Caviglione
Ok, no problem to upgrade both ACS and XenServer... but "guide" is a big word for that page! :) For example... Need I to add IPv6 range to Public network or just I have to create the IPv6 shared network? Are VR ready for IPv6 or there is a "special" version like SystemVM? Why I need to deploy the "

Re: Dynamic Scalable Template issue

2015-09-09 Thread Todd Pigram
Vadium, Yes to both with the new tools from XS62ESP1028. Both Windows and CentOS have ‘Dynamic Scalable’ Option selected and in XenCenter they show the correct RAM. Todd Pigram http://about.me/ToddPigram www.linkedin.com/in/toddpigram/

Re: Implementing IPv6

2015-09-09 Thread Vadim Kimlaychuk
Alessandro, I do understand that guide does not look impressive. But usually functionality is a bit ahead of the documentation, so it is worth to try. You may set up small test-cloud apart from your installation to see how it works. VR-s are based on Debian Linux 7 that should support I

Re: Implementing IPv6

2015-09-09 Thread Alessandro Caviglione
Yeah... I'll try! :P Thank you! On Wed, Sep 9, 2015 at 2:47 PM, Vadim Kimlaychuk wrote: > Alessandro, > >I do understand that guide does not look impressive. But usually > functionality is a bit ahead of the documentation, so it is worth to try. > You may set up small test-cloud apart fr

Re: Dynamic Scalable Template issue

2015-09-09 Thread Vadim Kimlaychuk
Todd, Is VM guest shows the correct amount of RAM? Is this issue resolved? Vadim. On 2015-09-09 15:34, Todd Pigram wrote: Vadium, Yes to both with the new tools from XS62ESP1028. Both Windows and CentOS have 'Dynamic Scalable' Option selected and in XenCenter they show the correc

Re: Dynamic Scalable Template issue

2015-09-09 Thread Todd Pigram
Well its seems to be a XS Tools issue. I am waiting to here back from support on the ‘Official’ word, but with the new tools installed and the Dynamic Scalable option set, I am currently running like I was before the upgrade to CCP 4.3.0.2. At this point it is closed. Thanks for the help. To

ACS 4.5 - volume snapshots NOT removed from CEPH (only from Secondaryt NFS and DB)

2015-09-09 Thread Andrija Panic
Hi folks, we enounter issue in ACS 4.5.1 (perhaps other versions also affected) - when we delete some snapshot (volume snapshot) in ACS, ACS marks it as deleted in DB, deletes from NFS Secondary Storage but fails to delete snapshot on CEPH primary storage (doesn even try to delete it AFAIK) So we

Re: ACS 4.5 - volume snapshots NOT removed from CEPH (only from Secondaryt NFS and DB)

2015-09-09 Thread Simon Weller
Andrija, The Ceph snapshot deletion is not currently implemented. See: https://issues.apache.org/jira/browse/CLOUDSTACK-8302 - Si From: Andrija Panic Sent: Wednesday, September 9, 2015 3:03 PM To: d...@cloudstack.apache.org; users@cloudstack.apache.org

listStoragePools does not exist or it is not available for user with id

2015-09-09 Thread Cristian Ciobanu
Hello,     I have the following issue when i call the API, can someone tell me what is wrong on my configuration ? 2015-09-09 22:56:35,071 INFO  [a.c.c.a.ApiServer] (catalina-exec-2:ctx-9f0b0be5 ctx-88500807 ctx-da66b9f0) (userId=4 accountId=4 sessionId=null) 172.20.217.237 -- GET apikey=Yldq

RE: VPC VPN Connectivity Issues

2015-09-09 Thread Jeremy Peterson
So I'm still looking into this has anyone ever tried this? Do you have anyone I can talk to? I've been asking since 8.29.2015 I guess the issue is on a Mac since my VPN network is 10.1.2.0/24 and my VPC network is 192.168.2.0/24 he cannot connect. I tested it out on windows 8, 7, 10, 8.1 all

Re: VPC VPN Connectivity Issues

2015-09-09 Thread Sam Ceylani
on windows -- vpn client automatically adds route for your vpc network, check route -n on mac from terminal to see route is there and add manually if required... Sent from my iPhone > On Sep 9, 2015, at 7:47 PM, Jeremy Peterson wrote: > > So I'm still looking into this has anyone ever tried t

Re: listStoragePools does not exist or it is not available for user with id

2015-09-09 Thread Vadim Kimlaychuk
Cristian, It would be nice to know which CS version do you use? :) Vadim On 2015-09-10 00:01, Cristian Ciobanu wrote: Hello, I have the following issue when i call the API, can someone tell me what is wrong on my configuration ? 2015-09-09 22:56:35,071 INFO [a.c.c.a.ApiServer] (c

Re: listStoragePools does not exist or it is not available for user with id

2015-09-09 Thread Vadim Kimlaychuk
Cristian, I see "4.5.2" in api call in log. Haven't noticed it before. I may only suggest to call the same function from UI with the same user ID and check log for correct API request parameters. I haven't been using API so much, but signature calculation was always problematic for me,