Re: Usage Server in 4.3

2014-06-02 Thread Sebastien Goasguen
On May 30, 2014, at 1:07 PM, Fabrice Brazier wrote: > Thanks Sébastien. > > Fabrice > > -Message d'origine- > De : sebgoa [mailto:run...@gmail.com] > Envoyé : vendredi 30 mai 2014 18:37 > À : users@cloudstack.apache.org > Objet : Re: Usage Server in 4.3 > > > On May 30, 2014, at 5:02

Re: Problem when using Cloudstack Login API

2014-06-02 Thread Erik Weber
On Sun, Jun 1, 2014 at 10:51 PM, dimas yoga pratama wrote: > Hi All, > > I'm doing an experiment on using Cloudstack API. > From what I read here > http://cloudstack.apache.org/docs/api/apidocs-4.3/user/login.html when the > login succeeds,it will generate cookie JSESSIONID. > My question is, whe

CS 4.3 Centos default template not ready

2014-06-02 Thread CP Yahoo Mail
Hi, Is there a way to force download the default centos template for cloudstack 4.3? I have checked all means of why it is not downloading. The CS setup was refreshed from a setup done before. I flushed all tables, deleted previous files in nfs mounts and re-run cloudstack database setup previ

RE: CS 4.3 Centos default template not ready

2014-06-02 Thread Geoff Higginbottom
Take a look at https://cwiki.apache.org/confluence/display/CLOUDSTACK/SSVM,+templates,+Secondary+storage+troubleshooting This guides you through trouble shooting SSVM issues. One thing I always check after the SSVM has come on line is that the System VM Template has a value in the size property

Re: CS 4.3 Centos default template not ready

2014-06-02 Thread CP Yahoo Mail
Hi Geoff, thanks. yeah i found out that the ssvm was not able to communicate with the management server. was shifting ip range around for this setup ... thanks again for the tip :) cheers!   http://blog.cripperz.sg - Tech Tips Talks #CripperzProdigy (Irc.Freenode.Net) On Monday, June 2, 20

CloudStack and IPv6

2014-06-02 Thread Dean Kamali
Hello everyone Soon I'm going to get /64 IPv6 block and I'm wondering if anyone has any experience dealing with IPv6 . I would like to use IPv6 for my public traffic, however I would like to maintain IPv4 for internal / private networks. Can this be achieved with IPv6? Dean

Re: Problem when using Cloudstack Login API

2014-06-02 Thread dimas yoga pratama
Hi, Thanks Ove and Erik for your clear explanation I understand now. On Mon, Jun 2, 2014 at 2:25 PM, Erik Weber wrote: > On Sun, Jun 1, 2014 at 10:51 PM, dimas yoga pratama > wrote: > > > Hi All, > > > > I'm doing an experiment on using Cloudstack API. > > From what I read here > > http://clo

[URGENT] cannot access management server after restarting service

2014-06-02 Thread dimas yoga pratama
Hi, Ok this is my problem, I change parameter in global settings, and I unset some value and I restarted the management server using "service cloudstack-management restart". I tried to access the MS back in http://10.151.32.51:8080/client/ and no luck, it returned 404 resource not available. Is it

Re: [URGENT] cannot access management server after restarting service

2014-06-02 Thread Erik Weber
On Mon, Jun 2, 2014 at 11:20 PM, dimas yoga pratama wrote: > Hi, > Ok this is my problem, I change parameter in global settings, and I unset > some value and I restarted the management server using "service > cloudstack-management restart". > I tried to access the MS back in http://10.151.32.51:8

Re: [URGENT] cannot access management server after restarting service

2014-06-02 Thread Bret Mette
You should probably start by including what parameter(s) you changed and any relavent log entries. > On Jun 2, 2014, at 2:20 PM, dimas yoga pratama wrote: > > Hi, > Ok this is my problem, I change parameter in global settings, and I unset > some value and I restarted the management server using

Re: [URGENT] cannot access management server after restarting service

2014-06-02 Thread dimas yoga pratama
Ok I found the error now, How I revert back my configuration? 2014-06-03 04:13:41,608 ERROR [c.c.r.ResourceLimitManagerImpl] (main:null) NumberFormatException during configuration java.lang.NumberFormatException: null at java.lang.Long.parseLong(Long.java:404) at java.lang.Long.pa

Re: [URGENT] cannot access management server after restarting service

2014-06-02 Thread dimas yoga pratama
I accidentally unset vm limit in global settings, how to restore it? is it possible to change it via database? On Tue, Jun 3, 2014 at 4:38 AM, dimas yoga pratama wrote: > Ok I found the error now, How I revert back my configuration? > > > 2014-06-03 04:13:41,608 ERROR [c.c.r.ResourceLimitManage

Re: [URGENT] cannot access management server after restarting service

2014-06-02 Thread ilya musayev
Yes its definitely possible, look for configuration table in cloud db. For ease of use, install mysql workbench, if you haven't done so already. On 6/2/14, 3:04 PM, dimas yoga pratama wrote: I accidentally unset vm limit in global settings, how to restore it? is it possible to change it via dat

RE: [URGENT] cannot access management server after restarting service

2014-06-02 Thread Sanjeev Neelarapu
Make sure that tomcat server is running. Please check /var/log/cloudstack/management/catalina.out file for any errors in bringing up tomcat server. -Sanjeev -Original Message- From: ilya musayev [mailto:ilya.mailing.li...@gmail.com] Sent: Tuesday, June 03, 2014 4:02 AM To: users@clouds

RE: [URGENT] cannot access management server after restarting service

2014-06-02 Thread Shweta Agarwal
I suggest to use HeidiSql tool . Its lighter than mysql workbench . -Original Message- From: ilya musayev [mailto:ilya.mailing.li...@gmail.com] Sent: Tuesday, June 03, 2014 4:02 AM To: users@cloudstack.apache.org Subject: Re: [URGENT] cannot access management server after restarting s

Re: [URGENT] cannot access management server after restarting service

2014-06-02 Thread Erik Weber
Would that be max.account.user.vms? If so; this would fix it. Run on your mysql server: mysql -p -e 'UPDATE configuration SET value = "20" WHERE name = "max.account.user.vms"' cloud enter mysql root password when prompted To see all the values with their defaults, you can run this: mysql -p -e

Re: [URGENT] cannot access management server after restarting service

2014-06-02 Thread dimas yoga pratama
It works! Many thanks Erik. Thanks all. On Jun 3, 2014 1:13 PM, "Erik Weber" wrote: > Would that be max.account.user.vms? > > If so; this would fix it. Run on your mysql server: > > mysql -p -e 'UPDATE configuration SET value = "20" WHERE name = > "max.account.user.vms"' cloud > > enter mysql ro