Re: Change host password

2014-01-08 Thread Fernando Guillén Camba
Hi. Maybe this mail helps you: http://mail-archives.apache.org/mod_mbox/cloudstack-users/201309.mbox/%3C522753C9.8030400%40usc.es%3E El 07/01/14 06:21, Kirk Kosinski escribió: Hi, the API command only supports XenServer hosts. For KVM and vSphere hosts you need to modify the database directl

Re: Research areas in cloudstack

2014-01-08 Thread manas biswal
Hi Jitendra why dont you go for Auto scaling in Cloudstack. Both horizontal and vertical scaling. Currently scale-out(horizontal scale) is supported by third party tools like Scalr . We are also doing some R&D in these areas. On Tue, Jan 7, 2014 at 2:23 PM, sebgoa wrote: > > On Jan 6, 2014, a

Re: suspend/pause cloudstack VM (kvm hypervisor)

2014-01-08 Thread Nevo
So I was probably wrong or making some confusion here. I could indeed suspend a VM from the command line via "virsh save" (not virsh suspend) and restore its state. It's just cloudstack default admin UI doesn't have an option to do that. Check out openstack: https://wiki.openstack.org/wiki/Kvm-

awsapi s3 Implementation not functioning on 4.2.0 installation on centos 6.3

2014-01-08 Thread Alok Menon
Hi , I have installed cloudstack-manangent server on centos 6.3 and I have added couple of hosts . Everything is working fine as expected apart from enabling Cloudstack AWS s3 implementation. Request you to kindly help me fix the issue. Please go through the issue details below. *Steps completed

Re: limit setting firewall

2014-01-08 Thread Hollman Enciso R.
On Tue, Jan 7, 2014 at 10:41 PM, Dave Hoffman wrote: > You can edit what each user type can view by adding/removing options from > > /usr/share/cloudstack-management/webapps/client/scripts/cloudStack.js > > Default: > > else { //normal user > return ["dashboard", "instances", "storag

issue creating a template with some service offering

2014-01-08 Thread Hollman Enciso R.
Hello all. I created 3 types of service. x2, x3 and x4 x2 has 2 cores, 2GB of ram, 2.00 GHz x3 has 3 cores 3gb of ram, 3.00 GHz ... When I create an instance with x2 works ok, but when I deply a instance with > to x2 I get some errors. this is the general log http://paste.algolibre.com/105 Read

Re: issue creating a template with some service offering

2014-01-08 Thread Daan Hoogland
On Wed, Jan 8, 2014 at 3:29 PM, Hollman Enciso R. wrote: > x3 has 3 cores 3gb of ram, 3.00 GHz Do your hypervisors support this?

Re: issue creating a template with some service offering

2014-01-08 Thread Hollman Enciso R.
On Wed, Jan 8, 2014 at 9:47 AM, Daan Hoogland wrote: > > Do your hypervisors support this? Yes. I made a test creating a new VM directly on the hypervisor with the same resources (x3) and work ok -- Hollman Eduardo Enciso R. http://nexxuz.com http://algolibre.com

Re: issue creating a template with some service offering

2014-01-08 Thread Erik Weber
On Wed, Jan 8, 2014 at 3:47 PM, Daan Hoogland wrote: > On Wed, Jan 8, 2014 at 3:29 PM, Hollman Enciso R. > wrote: > > x3 has 3 cores 3gb of ram, 3.00 GHz > > > Do your hypervisors support this? > As Daan said, check that your hypervisors report the CPUs are 3.00GHz or more and not something lik

Re: issue creating a template with some service offering

2014-01-08 Thread Erik Weber
On Wed, Jan 8, 2014 at 4:04 PM, Hollman Enciso R. wrote: > On Wed, Jan 8, 2014 at 9:47 AM, Daan Hoogland >wrote: > > > > > Do your hypervisors support this? > > > Yes. > > I made a test creating a new VM directly on the hypervisor with the same > resources (x3) and work ok > Make sure that the

Add a node to an existing clvm cluster

2014-01-08 Thread Bjoern Teipel
I'm trying to join a new node into an existing 5 node CLVM cluster but I just can't get it to work. When ever I add a new node (I put into the cluster.conf and reloaded with cman_tool version -r -S) I end up with situations like the new node wants to gain the quorum and starts to fence the existi

Re: issue creating a template with some service offering

2014-01-08 Thread Hollman Enciso R.
On Wed, Jan 8, 2014 at 10:05 AM, Erik Weber wrote: > As Daan said, check that your hypervisors report the CPUs are 3.00GHz or > more and not something like 2.99GHz. > > I had a similar issue where 2.0GHz CPUs actually reported with a speed of > 1.99GHz and subsequently my 2GHz offerings didn't wo

Re: awsapi s3 Implementation not functioning on 4.2.0 installation on centos 6.3

2014-01-08 Thread Alok Menon
Hi All, I tried to reinstall cloudstack-management by issuing "yum reinstall cloudstack-management" and "yum reinstall cloudstack-awsapi" . Even after doing this I am facing the same issue. Any help will be greatly appreciated . Thanks Alok Menon On Wed, Jan 8, 2014 at 7:36 PM, Alok Menon

Re: awsapi s3 Implementation not functioning on 4.2.0 installation on centos 6.3

2014-01-08 Thread sebgoa
On Jan 8, 2014, at 4:23 PM, Alok Menon wrote: > Hi All, > > I tried to reinstall cloudstack-management by issuing "yum reinstall > cloudstack-management" and "yum reinstall cloudstack-awsapi" . > Even after doing this I am facing the same issue. > > Any help will be greatly appreciated . >

Re: issue creating a template with some service offering

2014-01-08 Thread Shanker Balan
Comments inline. On 08-Jan-2014, at 8:40 pm, Hollman Enciso R. wrote: > On Wed, Jan 8, 2014 at 10:05 AM, Erik Weber wrote: > >> As Daan said, check that your hypervisors report the CPUs are 3.00GHz or >> more and not something like 2.99GHz. >> >> I had a similar issue where 2.0GHz CPUs actually

Some questinos about Accounts, Users Domains and Projects

2014-01-08 Thread Hollman Enciso R.
Hello, sorry for all my questions today but I have been several weeks working with CloudStack.Learning and doing tests and there are some things I have not managed to find in the documentation. I wanna know some things about the delegation and control about resources between accounts, users, domai

Re: issue creating a template with some service offering

2014-01-08 Thread Hollman Enciso R.
On Wed, Jan 8, 2014 at 10:49 AM, Shanker Balan wrote: > > Specifying the CPU speed with CPU cap becomes problematic if you have > different clusters with different speed ratings. > > Am not sure whats the right way to deal with this issue but I leave > cpu cap unset while creating compute service

Re: awsapi s3 Implementation not functioning on 4.2.0 installation on centos 6.3

2014-01-08 Thread Alok Menon
Thank you very much Sebastien . I will evaluate riakCS. Thanks Alok Menon On Wed, Jan 8, 2014 at 9:00 PM, sebgoa wrote: > > On Jan 8, 2014, at 4:23 PM, Alok Menon wrote: > > > Hi All, > > > > I tried to reinstall cloudstack-management by issuing "yum reinstall > > cloudstack-management" a

Re: issue creating a template with some service offering

2014-01-08 Thread Dave Hoffman
It looks like your host is in an avoid set and cannot be used for deploying new vms. 1. 2014-01-0809:10:42,798DEBUG[cloud.deploy.FirstFitPlanner](Job-Executor-5:job-43=[84f54047-8d50-47c0-b251-bb2798378806])Listing clusters in order of aggregate capacity, that have(atleast one host wit

Re: issue creating a template with some service offering

2014-01-08 Thread Hollman Enciso R.
Dave. Thanks a lot. the problem was that x3, x4 ... was created with 3 and 4 GHz. but my hypervisor just support 2.4 GHz Problem solved On Wed, Jan 8, 2014 at 10:43 AM, Dave Hoffman wrote: > It looks like your host is in an avoid set and cannot be used for > deploying new vms. > > 1. >201

how to find or prevent customers using cs for spam and Brute-force attack purpose?

2014-01-08 Thread Steven Liang
Hi All, I have a question. How can we find or prevent customers using CS for spam and Brute-force attack purpose? If they do, how can we know which vms do bad things. Thank you. Steven

Re: how to find or prevent customers using cs for spam and Brute-force attack purpose?

2014-01-08 Thread Sebastien Goasguen
On Jan 8, 2014, at 3:20 PM, Steven Liang wrote: > Hi All, > > I have a question. > How can we find or prevent customers using CS for spam and Brute-force > attack purpose? > If they do, how can we know which vms do bad things. > Thank you. > > Steven basic or advanced zone ?

Re: how to find or prevent customers using cs for spam and Brute-force attack purpose?

2014-01-08 Thread Steven Liang
basic zone. On 01/08/2014 04:02 PM, Sebastien Goasguen wrote: On Jan 8, 2014, at 3:20 PM, Steven Liang wrote: Hi All, I have a question. How can we find or prevent customers using CS for spam and Brute-force attack purpose? If they do, how

problem converting a snapshoot to a template

2014-01-08 Thread Hollman Enciso R.
Hello, i have a volume and to this volume i tooke a snapshoot. then i try to conver the snapshoot in to a template. But i have the following problem. the UI show me the following error: Failed to create template /usr/local/cloud/systemvm/scripts/storage/secondary/create_privatetemplate_from_snaps

Error Adding S3 Secondary Storage

2014-01-08 Thread Aaron Delp
Hello all – I'm trying to add Amazon S3 Secondary Storage and have hit a snag. I have a NetApp filer that serves as the NFS scratch space (/vol/exports/temp) and I can add this as a plain NFS Secondary Storage mount. If I try to add S3 using my Amazon credentials and my NFS info I get the follow

Status of CLVM?

2014-01-08 Thread Nux!
Hi, I've just watched Marcus Sorensen's presentation on CLVM on youtube and he was mentioning that migrating a VM with snapshots will make the snapshots disappear. Can anyone testify if this is still the case? Since at it, are there any alternative ways of using a multipathed iSCSI lun with C

Re: Status of CLVM?

2014-01-08 Thread Marcus Sorensen
Yes, because current snapshot is really "Copy raw-formatted LVM volume to qcow2 file on secondary storage". So there is no real LVM snapshot, and if there were, it wouldn't be copied internally. On Wed, Jan 8, 2014 at 3:47 PM, Nux! wrote: > Hi, > > I've just watched Marcus Sorensen's presentation

Re: Status of CLVM?

2014-01-08 Thread Marcus Sorensen
You'd create a sharedmountpoint style primary storage, which would host qcow2 files. You can do this via iscsi, fibrechannel, or any other SAN tech. On Wed, Jan 8, 2014 at 3:49 PM, Marcus Sorensen wrote: > Yes, because current snapshot is really "Copy raw-formatted LVM volume > to qcow2 file on s

Re: Status of CLVM?

2014-01-08 Thread Nux!
On 08.01.2014 22:50, Marcus Sorensen wrote: You'd create a sharedmountpoint style primary storage, which would host qcow2 files. You can do this via iscsi, fibrechannel, or any other SAN tech. Hi Marcus! This would work with 1 hypervisor, but with 2+ you need a cluster-aware filesystem. Recom

Re: issue creating a template with some service offering

2014-01-08 Thread Shanker Balan
On 08-Jan-2014, at 9:43 pm, Hollman Enciso R. wrote: > On Wed, Jan 8, 2014 at 10:49 AM, Shanker Balan > wrote: > >> >> Specifying the CPU speed with CPU cap becomes problematic if you have >> different clusters with different speed ratings. >> >> Am not sure whats the right way to deal with this

Re: how to find or prevent customers using cs for spam and Brute-force attack purpose?

2014-01-08 Thread Shanker Balan
Comments inline. On 09-Jan-2014, at 2:49 am, Steven Liang mailto:stevenli...@yesup.com>> wrote: basic zone. You do it the traditional way. i.e., deploy IPS/IDS systems in the path of your network traffic. So if you already have a router, consider turning on the security features. What I have

RE: problem converting a snapshoot to a template

2014-01-08 Thread Sanjeev Neelarapu
Hi, Is your environment installed freshly with 4.2.0 or you uninstalled previous version of CS (say 3.x) and installed 4.2 on that? If yes please remove all the directories with name cloud and try again? This worked well for us in 4.2 Thanks, Sanjeev -Original Message- From: Hollman Enc

RE: Error Adding S3 Secondary Storage

2014-01-08 Thread Sanjeev Neelarapu
In a zone we can have secondary storages with only one provider type. Since you have already added NFS as secondary storage you are seeing that error while adding another secondary storage with S3 as the provider. If you want to use S3 please remove NetApp export and use it as NFS staging storag

Re: Status of CLVM?

2014-01-08 Thread Chris Pedersen
You could use ocfs. - Chris Sent from my iPhone > On 09 Jan 2014, at 00:59, Nux! wrote: > >> On 08.01.2014 22:50, Marcus Sorensen wrote: >> You'd create a sharedmountpoint style primary storage, which would >> host qcow2 files. You can do this via iscsi, fibrechannel, or any >> other SAN tech.