RE: API documentation offline

2015-05-13 Thread Glenn Wagner
Good day, If you looking for the new version 4.5.1 api docs , here is the full url: https://cloudstack.apache.org/api/apidocs-4.5/TOC_Root_Admin.html Glenn Wagner Senior Consultant, South Africa Phone: +27 21 527 0091 | Mobile: +27 73 917 4111 glenn.wag...@shapeblue.com | www.shapeblue.com |

RE: Re: CPVM does not listen on port 443

2015-05-13 Thread Vadim Kimlaychuk
Hubo, You are right, it seems it should be port 80. Management server log shows https:// but this is connection URI to hypervisor CPVM services are up and running: tcp0 0 0.0.0.0:111 0.0.0.0:* LISTEN tcp0 0 0.0.0.0:80

RE: CPVM does not listen on port 443

2015-05-13 Thread Suresh Sadhu
From 4.3 onwards by default cpvm listen on 80 and if you want cpvm listen on 443 port ,change the global parameter(Set the consoleproxy.url.open = *.yourdomain.com and you need to upload the your ssl certificates and follow the documentation how to upload the SSL certificate ). Regards Sadhu

Re: CPVM does not listen on port 443

2015-05-13 Thread Rajani Karuturi
I have the exact same values on a 4.5 setup. As far as I see from the code, tcpListenPort is not used. httpListenPort is the one that is used. It is hardcoded to 443 if the property premium is set to true So, If you want it to listen on 443 and use secure connection, you could try adding premium=

Re: Re: CPVM does not listen on port 443

2015-05-13 Thread hubo
I remember that ACS 4.3 use http(80) instead of https(443) because the public https real-ip-host service is expired. -- hubo 2015-05-14 - 发件人:Rajani Karuturi 发送日期:2015-05-14 19:07 收件人:user

RE: CPVM does not listen on port 443

2015-05-13 Thread Vadim Kimlaychuk
I am using CS 4.5.1-RC20150407 consoleproxy.properties file : consoleproxy.tcpListenPort=0 consoleproxy.httpListenPort=80 consoleproxy.httpCmdListenPort=8001 consoleproxy.jarDir=./applet/ consoleproxy.viewerLinger=180 consoleproxy.reconn

Re: CPVM does not listen on port 443

2015-05-13 Thread Rajani Karuturi
which version of ACS are you using? Can you check the property values in consoleproxy.properties file? Its at /usr/local/cloud/systemvm/conf/consoleproxy.properties on CPVM ~Rajani On Thu, May 14, 2015 at 9:56 AM, Vadim Kimlaychuk wrote: > Hello all, > > > I have replaced router at m

Re: How to reserve IPs

2015-05-13 Thread Franky Hall
Thanks Ilya, I’ve already done as you suggested. It seemed to be the only immediate solution to my problem. Warm Regards, Franky On May 13, 2015, at 5:36 PM, ilya wrote: > Franky, > > I've also done backend reservations when i could not find a better solution > to lock specific IP address.

CPVM does not listen on port 443

2015-05-13 Thread Vadim Kimlaychuk
Hello all, I have replaced router at my network and after that noticed CPVM has stopped to work. Connection to management server has been established correctly. Agent state at UI is "UP" Troubleshooting console proxy I have found that there is no listener on public interface port 44

Re: API documentation offline

2015-05-13 Thread Darren Tang
Hi: The new requested URL : /api/apidocs-4.2/TOC_Root_Admin.html 2015-05-14 9:06 GMT+08:00 Ivan Rodriguez : > Ey guys, > > Does anybody know when the api documentation will be back online ? > right now all that I can see is > > The requested URL /docs/api/apidocs-4.2/TOC_Root_Admin.html was not

API documentation offline

2015-05-13 Thread Ivan Rodriguez
Ey guys, Does anybody know when the api documentation will be back online ? right now all that I can see is The requested URL /docs/api/apidocs-4.2/TOC_Root_Admin.html was not found on this server. Cheers

Re: How to reserve IPs

2015-05-13 Thread ilya
Franky, I've also done backend reservations when i could not find a better solution to lock specific IP address. This is less than ideal, since you will not be able to delete that guest network, but it can certainly be done. Backup your DB prior to this change. in cloud.user_ip_address, fi

venom/CVE-2015-345 Update your KVM folks

2015-05-13 Thread Nux!
https://access.redhat.com/articles/1444903 People running KVM might want to update their stuff. -- Sent from the Delta quadrant using Borg technology! Nux! www.nux.ro

Re: [ANNOUNCE] Apache CloudStack 4.5.1

2015-05-13 Thread Jan-Arve Nygård
Someone with access should post this announcement on https://blogs.apache.org/cloudstack/ as well so it get's included on the cloudstack.apache.org frontpage. 2015-05-11 14:00 GMT+02:00 Rohit Yadav : > Hi everyone, > > The Apache CloudStack project is pleased to announce the 4.5.1 release > of th

Re: SSVM RAM on CS 4.1.1

2015-05-13 Thread Valerio Guaglianone
Thanks a lot! Il 13/05/2015 12:00, Glenn Wagner ha scritto: Hi Valerio, You will need to make a change in the cloud DB for the system service offering. Example: UPDATE cloud.service_offering SET ram_size='128', speed='128' WHERE vm_type='secondarystoragevm'; Regards Glenn Wagner Senior Co

RE: SSVM RAM on CS 4.1.1

2015-05-13 Thread Glenn Wagner
Hi Valerio, You will need to make a change in the cloud DB for the system service offering. Example: UPDATE cloud.service_offering SET ram_size='128', speed='128' WHERE vm_type='secondarystoragevm'; Regards Glenn Wagner Senior Consultant, South Africa Phone: +27 21 527 0091 | Mobile: +27

Re: ACS 4.5.1 KVM live migration problem

2015-05-13 Thread Andrei Mikhailovsky
Hi Rohit, forgot to answer you on the cloud.vlan table. That particular vm has a network with vlan id 1151 as shown when i look at the network details in the acs gui. However, this vlan is not shown in the cloud.vlan table. From what I can see the cloud.vlan table shows only the public and m

SSVM RAM on CS 4.1.1

2015-05-13 Thread Valerio Guaglianone
Hi, where I found (for changing) secstorage.vm.ram.size parameter in CS 4.1.1? It is present/available? Regards, -- Valerio Guaglianone Midhgard S.r.l. C/so Svizzera 185 bis c/o centro Piero Della Francesca 10149 - Torino tel: +39-0117575375 Int. 16 mobile: +39-3386935328 fax: +39-0117768576 s

Re: ACS 4.5.1 KVM live migration problem

2015-05-13 Thread Andrei Mikhailovsky
Hi Rohit, Here is an example of one of the vms which is not migrating: mysql> select cache_mode from volume_view where vm_id=559; ++ | cache_mode | ++ | none | ++ 1 row in set (0.00 sec) I've checked a few other vms which are not migrating and they ha

Re: Problem with SSVM ?

2015-05-13 Thread Valerio Guaglianone
Ok, there are results for execution: root@s-245-VM:~# sh /usr/local/cloud/systemvm/ssvm-check.sh First DNS server is 10.110.1.1 PING 10.110.1.1 (10.110.1.1): 56 data bytes --- 10.110.1.1 ping statistics --- 2 packets transmitted, 0 packets receiv

Re: Unable to set SSVM

2015-05-13 Thread merlin
Hi Rohit, I tried doing what you said, and so far the SSVM and cpvm seem to be up and connected well. 1) This is the error that I receive when I upload an ISO image Nameubuntu 15.04 ID 648b2078-d681-4403-bd41-71c45e3ffb20 Zone name test_zone Zone ID cdd2126f-62ad-43da-8f52-34a9be210

ERROR [cloud.api.ApiServlet]

2015-05-13 Thread Valerio Guaglianone
Hi all, on management-server.log i read: ERROR [cloud.api.ApiServlet] (http-44300-1:null) unknown exception writing api response java.lang.NullPointerException What's happening? -- Valerio Guaglianone Midhgard S.r.l. C/so Svizzera 185 bis c/o centro Piero Della Francesca 10149 - Torino tel: +

Re: Docker machine driver for cloudstack

2015-05-13 Thread Osay Osman Yuuni
Hi Seb, I was an active tester for this pull request. Been quite a long time that anything has been done with it. Unfortunately I'm not a developer and can't step in. Hope we get someone to finish this off. Really exciting as you say. Osay On 13 May 2015 at 10:09, sebgoa wrote: > Folks, > >

Docker machine driver for cloudstack

2015-05-13 Thread sebgoa
Folks, The exoscale driver was recently merged in Docker machine. There is an oustdanding pull request for a more generic cloudstack driver: https://github.com/docker/machine/pull/425#issuecomment-101440493 Sander who originally made the PR has no cycles right now to finish it. So that's an op

Re: Unable to set SSVM

2015-05-13 Thread Rohit Yadav
Hi Merlin, In your global settings, make sure to fix following options; secstorage.allowed.internal.sites = 0.0.0.0/0 host = After doing this restart your mgmt server, and then destroy the secondary storage systemvm. Wait for the new systemvm to be in Up state, now try to register an ISO/temp

Re: ACS 4.5.1 KVM live migration problem

2015-05-13 Thread Rohit Yadav
Hi Andrei, This looks like an issue similar to https://issues.apache.org/jira/browse/CLOUDSTACK-6893 Can share the row from your cloud.vlan table and value of “select cache_mode from volume_view where vm_id=\G;" for the VM causing the NPE? > On 12-May-2015, at 10:51 pm, Andrei Mikhailovsky wr