Autoscaling

2014-07-06 Thread Giles Sirett
I have a question around autoscaling OK, I know that with a NetScaler, I can effectively create and destroy instances based on demand. I also know that we've recently added dynamic resource scaling of CPU and RAM https://cwiki.apache.org/confluence/display/CLOUDSTACK/Dynamic+scaling+of+CPU+and

Re: Format and Consistency of Log statements in CloudStack

2014-07-06 Thread Daan Hoogland
Ashish, It seems to me a discussion, albeit interesting to users, that should take place on [email protected]. Would you agree? regards, Daan On Sun, Jul 6, 2014 at 8:23 AM, Ashish Sureka wrote: > We [Professor and PhD Student in Software Engineering at a State University > in India] are working toward

Unable to fetch Active Directory Users Information !

2014-07-06 Thread Deepak Yadav
Hi, I want to join my cloudstack application to Active Directory LDAP to get user ! I am following this Blog to configure my LDAP setings ! -- Thanks & Regards Deepak Yadav M +91 9015150337 | E [email protected] | www.mind-infotech.com |

Fwd: Unable to fetch Active Directory Users Information !

2014-07-06 Thread Deepak Yadav
Hi, I want to join my cloud stack application to Active Directory LDAP to get user ! I am following this Blog to configure my LDAP settings ! http://shapeblue.com/cloudstack/using-cloudstack-4-3-with-microsoft-active-directory/ But I am unable to fetch user account from my LDAP data. I am also

Re: Unable to fetch Active Directory Users Information !

2014-07-06 Thread Rajani Karuturi
images are stripped. Can you share the output of following two queries? mysql> select * from ldap_configuration; mysql> select * from configuration where name like '%ldap%'; ~Rajani On 07-Jul-2014, at 9:24 am, Deepak Yadav wrote: > Hi, > > > I want to join my cloud stack application to Act

Re: Unable to fetch Active Directory Users Information !

2014-07-06 Thread Deepak Yadav
Thnaks for your response ! Please find the attached output of the command. On Mon, Jul 7, 2014 at 9:45 AM, Rajani Karuturi wrote: > images are stripped. > > Can you share the output of following two queries? > mysql> select * from ldap_configuration; > mysql> select * from configuration where

Re: Format and Consistency of Log statements in CloudStack

2014-07-06 Thread Rajani Karuturi
Hi Ashish, It does have timestamp, log level, thread name etc. though we do not use the level appropriately at some places. Here is a sample log line: 2014-07-04 09:00:19,456 WARN [o.a.c.f.j.AsyncJobExecutionContext] (StatsCollector-3:ctx-0090dd87) Job is executed without a context, setup psud

Re: How to change primary storage

2014-07-06 Thread Giri Prasad
Hello, Thanks for suggestion, which I will try. Btw, I saw a lead as: http://comments.gmane.org/gmane.comp.apache.cloudstack.user/7000 Which says : when I've had issues deleting primary storages in the past, I've ended up having to delete volumes that were still associated with the datastore fr

End user portal

2014-07-06 Thread Giri Prasad
Hi All,  I am looking for a opensource end user portal to cloudstack 4.1. The CS is installed and working fine. I am looking at a simple end user portal, which will provide the users to ability to login and use the cloudstack infra installed. A portal which will provide simple facilities like s

Re: How to change primary storage

2014-07-06 Thread Mike Tutkowski
cloud.storage_pool for primary storage and cloud.image_store for secondary storage. On Sun, Jul 6, 2014 at 10:30 PM, Giri Prasad wrote: > Hello, > > Thanks for suggestion, which I will try. > > Btw, I saw a lead as: > http://comments.gmane.org/gmane.comp.apache.cloudstack.user/7000 > Which says

Re: Unable to fetch Active Directory Users Information !

2014-07-06 Thread Rajani Karuturi
looks like you have encryption enabled. hence, I wasn’t able to read the configuration table values. few observations: Are you able to connect to your ldap server on port 389 outside cloudstack?? the default port of AD is 3268 ldap.search.group.principle is not a compulsory field. its just a wa

Re: End user portal

2014-07-06 Thread Mike Tutkowski
What about just using the standard CloudStack GUI? http://xxx.xxx.xxx.xxx:8080/client/ On Sun, Jul 6, 2014 at 10:36 PM, Giri Prasad wrote: > Hi All, > > I am looking for a opensource end user portal to cloudstack 4.1. The CS > is installed and working fine. I am looking at a simple end user p

Re: How to change primary storage

2014-07-06 Thread Giri Prasad
Thanks. However, I find primary storage information stored in also: use cloud; select account_id , domain_id , pool_id, last_pool_id, instance_id, folder from volumes; If I have to change the folder name manually, in the tables, what are all the tables, should I change. _

Re: Template Default SystemVM

2014-07-06 Thread Rajani Karuturi
looks like a mysql connection issue to me. Is the mysql server running and are you able to connect to your mysql server from the cloudstack management server?? Can you share the output when you run the install system template script? > /usr/share/cloudstack-common/scripts/storage/secondary/clou

RE: How to change primary storage

2014-07-06 Thread Prashant Kumar Mishra
For error like "The storage pool will not be used but cleanup is needed" you should check global settings "global.clenup.interaval " ,For quick cleanup you can set it to 300ms and check parameter related to cleanup like storage.template.cleanup.enable , storage cleanup enabled etc. If global

Re: How to change primary storage

2014-07-06 Thread Giri Prasad
Thanks. I want to change the primary storage IP address from http://XXX.XXX.1.5 to http://XXX.XXX.1.20. Also, I need to change the primary storage directory, from /export/aa to /export/dd.  What is the procedure? From: Prashant Kumar Mishra To: Giri Prasad ;

Re: Unable to fetch Active Directory Users Information !

2014-07-06 Thread Deepak Yadav
I am able to connect both the port from Cloud Server : 389, 3268. Still I am not getting any data after removing ldap.search.group.principle from Global Settings. I am not able to connect this web URL from my cloud system because this 8096 port is not running on my system, When I use my default

RE: select VPN Customer Gateway error

2014-07-06 Thread Sanjeev Neelarapu
Hi Suneel, This looks like a bug in an upgraded environment. Can you please file a bug? Thanks, Sanjeev From: Venkata Suneel Babu Mallela [mailto:[email protected]] Sent: Friday, July 04, 2014 1:45 PM To: [email protected] Subject: select VPN Customer Gateway error Hi all, I we

Re: How to change primary storage

2014-07-06 Thread Mike Tutkowski
You can probably change the host_address field of the storage_pool table to change the IP address of your primary storage. You will probably want to make sure you don't have any (non-deleted) volumes on the storage pool (primary storage) in question, though. As you likely have seen, the volumes t

RE: How to change primary storage

2014-07-06 Thread Sanjeev Neelarapu
You have to change storage details in both storage_pool and image_store for primary and secondary storages respectively. -Original Message- From: Giri Prasad [mailto:[email protected]] Sent: Monday, July 07, 2014 10:20 AM To: Mike Tutkowski; [email protected] Cc: Prashant

Re: Unable to fetch Active Directory Users Information !

2014-07-06 Thread Rajani Karuturi
On port 8080, you should specify session key. Look for this api call and the output in firebug when you are on the add ldap account dialog. or you cloud use cloud monkey https://cwiki.apache.org/confluence/display/CLOUDSTACK/CloudStack+cloudmonkey+CLI to disable encryption, set db.cloud.encryp

RE: How to change primary storage

2014-07-06 Thread Prashant Kumar Mishra
Manually changing the db can help you but I prefer These steps , can be done without any downtime . 1-add http://XXX.XXX.1.20 with /export/dd 2- migrate volumes from http://XXX.XXX.1.5 to http://XXX.XXX.1.20 3-put http://XXX.XXX.1.5 to maintains mode 4- remove http://XXX.XXX.1.5. thanks -

Fwd: CloudStack 4.3 error while addin device

2014-07-06 Thread tauf_786
Sent from Samsung Galaxy S5 Original message From: taufique shaikh Date: 04/07/2014 15:19 (GMT+05:30) To: Vihar Subject: RE: CloudStack 4.3 error while addin device Please check attach log file as required, look forward to hear from you soon..!   Thank you.   Date: F

Re: Unable to fetch Active Directory Users Information !

2014-07-06 Thread Deepak Yadav
I am getting this out put while executing Api call. http://localhost:8096/client/api?command=listLdapUsers&listtype=new&response=json&apiKey=bzujkgpBXBoQGQgBf1948nCK3pparYHoYzbStJeGb4LNOCpcYU9OeZlPXNisYAZO7ceF6wSbaD13x45CfZPVgw&signature=TXgt_exc6VMMvjAMYkcrmyP9LfF9URejJbK0RB5IqP6UQ8ngOESmdEjAPNT

Re: Unable to fetch Active Directory Users Information !

2014-07-06 Thread Rajani Karuturi
can you share the log and configuration params? ~Rajani On 07-Jul-2014, at 11:20 am, Deepak Yadav wrote: > I am getting this out put while executing Api call. > > > http://localhost:8096/client/api?command=listLdapUsers&listtype=new&response=json&apiKey=bzujkgpBXBoQGQgBf1948nCK3pparYHoYzbSt

Re: Unable to fetch Active Directory Users Information !

2014-07-06 Thread Deepak Yadav
Hi When I am again deploying Cloud stack from scratch It automatically use db.cloud.encryption.type=file ! I am using this command while setup new database : cloudstack-setup-databases cloud:PassWord@localhost --deploy-as=root On Mon, Jul 7, 2014 at 11:20 AM, Deepak Yadav wrote: > I am getti

Re: Unable to fetch Active Directory Users Information !

2014-07-06 Thread Rajani Karuturi
and the output of direct ldap query from command line. $ ldapsearch -x -h mind.motherson.com -p 389 -b “PUT-ldap.basedn-VALUE-HERE" -s sub -D “PUT-ldap.bind.principal-VALUE-HERE " -w PUT-ldap.bind.password-PASSWORD-HERE "(objectClass=User)" ~Rajani On 07-Jul-2014, a

recreate iptables rules on hosts

2014-07-06 Thread Carlos Reátegui
I just upgraded to 4.3 from 4.1. On 4.1 I had disabled iptables on my XenServer hosts because I had had problems accessing my instances. Which now I believe was due to ipset not working with the kernel I had (see my other threads on that if interested). Now that I am on 4.3 (and with a proper