Re: Project invitations and alerts by e-mail

2013-07-11 Thread Valery Ciareszka
It seems that cloudstack works with smtp only with ssl and only with vendor-signed ssl certificates (self-signed will not work). Had the same issue with 4.0.2 On Wed, Jul 10, 2013 at 2:50 PM, Enric Muñoz wrote: > Hi all, > > I configured all the global settings in Cloudstack 4.1 to be able to >

Restoring non-HA VMs to old state

2013-07-11 Thread Lennert den Teuling
Hi All, We had some issues with a CS node yesterday, and it seems that VMs _without_ HA are not restored to the old state when the node is up again. Maybe this is normal behavior, cause the VMs were not enabled HA. Unfortunately it is hard to determine which VMs were running and which not af

Re: cloudstack 4.1 QinQ vlan behaviour

2013-07-11 Thread Valery Ciareszka
>What is your guest KVM traffic label set to? It is set to cloudbrguest. >And tell it to use cloudbrguest-10 as the traffic label, it will go up one from vlan10 and settle on vlan211 as the physical device. Yes, that should work(I don't have possibility to test it right now), thanks for suggestio

Re: Unable to laucn system VM

2013-07-11 Thread Valery Ciareszka
Geoff, >6. Did you specify a real DNS Server IP for the Internal DNS Server, and does it respond to PINGs via the Management Network Just interested, why does system vms try to reach internal dns servers via management network, what is the purpose of separate internal dns servers instead of publi

Unable to add instance

2013-07-11 Thread Alramzana Nujum Navaz
Hi, I am a new user/ installer of cloudstack 4.1. I am not able to create any instance, i mean there are no templates shown although in templates I have System VM template but the details doesn't show size although it says downloaded and ready. Also I was able to add the host (KVM) but the t

CS4.1+XENServer6.1:INVALID_SOURCE while VM start

2013-07-11 Thread sunko2014
Hi All:

Re: CS4.1+XENServer6.1:INVALID_SOURCE while VM start

2013-07-11 Thread sunko2014
error log:INVALID_SOURCE - Unable to access a required file in the specified repository: file:///tmp/cdrom-repo-hIz-H7/isolinux/vmlinuz On Thu, Jul 11, 2013 at 6:34 PM, sunko2014 wrote: > Hi All: > >

Re: Problem in adding Ceph RBD as primary storage for CloudStack 4.1.0

2013-07-11 Thread Wido den Hollander
Hi, On 07/10/2013 03:42 PM, Chip Childers wrote: Cc'ing Wido, our resident Ceph expert. ;-) Hehe ;) On Wed, Jul 10, 2013 at 05:45:25PM +0800, Indra Pramana wrote: Dear all, I am installing CloudStack 4.1.0 (upgraded from 4.0.2) and I also have a Ceph cluster running. However, I am having

SSVM remote monitoring

2013-07-11 Thread Prasanna Santhanam
Has anyone used the remote syslog appender in the secondary storage VM for monitoring and tracking its health? If yes - how do you seed the changed log4j configuration upon system VM destroy? -- Prasanna., Powered by BigRock.com

RE: Unable to laucn system VM

2013-07-11 Thread Geoff Higginbottom
The Internal DNS server settings provide name resolution for the internal infrastructure. For example when the SSVM attempts to resolve the global setting 'host', which should be the FQDN of the Load Balancer VIP for your management servers, or when it resolves the FQDN of your secondary storag

cs 4.1 host disconnected status

2013-07-11 Thread Valery Ciareszka
Hi all. I use the following environment: CS 4.1, KVM, Centos 6.4 (management+node1+node2), OpenIndiana NFS server as primary and secondary storage. and I have the following problem: If I switch one hypervisor node off via ipmi (simulate server crash), it never goes to Disconnected status in manage

Re: Unable to laucn system VM

2013-07-11 Thread Olivier Desport
I checked all the menus in the UI and I found that the zone was disabled. I enabled the zone and now I can see the 2 system VMs s-1-VM and s-2-VM but the status is Starting for several minutes. Le 10/07/2013 15:15, Geoff Higginbottom a écrit : Oliver, 1. Is the KVM host showing as Online in

Please stop CC'ing dev and users

2013-07-11 Thread Joe Brockmeier
Hi folks, I'm noticing a LOT of people CC'ing dev@ and users@ with questions. Please, stop. This means everyone subscribed to users@ and dev@ gets two copies of your email, and two copies of the replies from folks with misconfigured email clients. If your question is about using CloudStack, plea

Re: Unable to laucn system VM

2013-07-11 Thread Olivier Desport
Le 11/07/2013 16:25, Olivier Desport a écrit : I checked all the menus in the UI and I found that the zone was disabled. I enabled the zone and now I can see the 2 system VMs s-1-VM and s-2-VM but the status is Starting for several minutes. catalina.out : INFO [cloud.configuration.Configu

Problem logging in for the first time : Invalid username or password

2013-07-11 Thread Davide Blasi
Hi all, I'm trying to setup cloudstack 4.1. I'm using a debian wheezy with ubuntu packages from : deb http://cloudstack.apt-get.eu/ubuntu precise 4.1 I think I have followed all steps in the html guide, but when I try to login as admin/password for the first time it says: "invalid username

Re: Problem logging in for the first time : Invalid username or password

2013-07-11 Thread Anton Rubets
I have some problems, because I don't check if my mysql base start. And check your mysql config :-) On Jul 11, 2013 11:34 PM, "Davide Blasi" wrote: > > > Hi all, > > I'm trying to setup cloudstack 4.1. > > I'm using a debian wheezy with ubuntu packages from : deb > http://cloudstack.apt-get.eu/ub

Re: HA for VMWare

2013-07-11 Thread Kirk Kosinski
Hi, Mike. CloudStack does it's own HA for KVM and XCP/XenServer. AFAIK there is no native HA for KVM. For XCP/XS, you should not enable the native HA. It is not tested or supported with CloudStack. Unless you unmanage an XCP/XS cluster in CloudStack, moving VMs around directly using the hyperv

Re: Restoring non-HA VMs to old state

2013-07-11 Thread Ahmad Emneina
you might want to look in the database, specifically the vm_instance table. the last update time on the vm's should be a good indication as to what was stopped long ago, and what bailed around the time of the failure. Hope that helps. On Thu, Jul 11, 2013 at 3:01 AM, Lennert den Teuling wrote: >

Re: HA for VMWare

2013-07-11 Thread Mike Tutkowski
Hey Kirk, Thanks for that info. I was going to ask about the "unmanage" feature of a cluster that you brought up. Can you give me an idea of what unmanage does (or doesn't do)? Like when you would use that ability. Thanks! On Thu, Jul 11, 2013 at 4:00 PM, Kirk Kosinski wrote: > Hi, Mike. Cl

Re: Problem in adding Ceph RBD as primary storage for CloudStack 4.1.0

2013-07-11 Thread Indra Pramana
Hi Wido, Thanks for the advice, I'm now able to add the RBD pool as primary storage. Many thanks! :) Cheers. On Thursday, July 11, 2013, Wido den Hollander wrote: > Hi, > > On 07/10/2013 03:42 PM, Chip Childers wrote: > >> Cc'ing Wido, our resident Ceph expert. ;-) >> >> > Hehe ;) > > On Wed

openldap and cloudstack

2013-07-11 Thread Dean Kamali
Hello everyone Just wondering if I could use openldap for authentication with CS? docs says it works with apacheDS but no where it says openldap. Dose anyone know if it is possible? openldap is more popular and I'm more familiar with it. Thank you

Re: Problem logging in for the first time : Invalid username or password

2013-07-11 Thread Tao Lin
I had ran into the same problem too,and what I did is wait for a little while.CS is somewhat confused because it allows you to log in while it's not really ready to do so. Just wait for a little while until the log says something like User admin is ready. 2013/7/12 Anton Rubets > I have some pr

Using SAN as primary storage for CS

2013-07-11 Thread Jerry Jiang
Hello all, Now I would like to deploy CS for production. - using vmware as hypervisor - using SAN as vmware storage and will be primary storage for CS - using a NFS server as secondary storage How can I configure when configuring primary storage in CS Jerry

Re: CS4.1+XENServer6.1:INVALID_SOURCE while VM start

2013-07-11 Thread Radek Smigielski
Most likely you create VM and booting from CD. If that's right , there is a mismatch between template you selected for this VM and type system you trying to install. Make sure you select correct OS type. XenServer is trying to boot your VM in PV mode and to do so needs to find kernel on cd , fo

Re: Problem in adding Ceph RBD as primary storage for CloudStack 4.1.0

2013-07-11 Thread Indra Pramana
Dear Wido and all, I have managed to get the hosts, primary and secondary storage running. - 2 KVM hypervisor hosts - One RBD primary storage - One NFS primary storage (for system VMs, since I understand that system VMs cannot use RBD) - One NFS secondary storage However, now I am having problem

Re: Problem in adding Ceph RBD as primary storage for CloudStack 4.1.0

2013-07-11 Thread Prasanna Santhanam
It looks like a previous attempt to start the systemVMs has failed putting the nfs storage in the avoid set. Did you try restarting your management server? This line leads me to the above mentioned: 2013-07-12 13:10:48,236 DEBUG [storage.allocator.AbstractStoragePoolAllocator] (secstorage-1:null)

Re: Problem in adding Ceph RBD as primary storage for CloudStack 4.1.0

2013-07-11 Thread Indra Pramana
Hi Prasanna, Thanks for your e-mail. I have tried restarting the management server, and the problem still persists. I even tried to re-do the installation and configuration again from scratch last night, but the problem still there. I also noted that on the beginning of the logs, I found some er

Re: Problem in adding Ceph RBD as primary storage for CloudStack 4.1.0

2013-07-11 Thread Prasanna Santhanam
Can you check whether there is a file at: nfs://103.25.200.19/mnt/vol1/sec-storage/template/tmpl/1/3/ On Fri, Jul 12, 2013 at 01:59:34PM +0800, Indra Pramana wrote: > Hi Prasanna, > > Thanks for your e-mail. > > I have tried restarting the management server, and the problem still > persists. I e

Re: Problem in adding Ceph RBD as primary storage for CloudStack 4.1.0

2013-07-11 Thread Indra Pramana
Hi Prasanna, Good day to you, and thank you for your e-mail. Yes, the file exists. I can access the file from the management server and the two hypervisors hosts if I mount manually. [root@cs-nas-01 /mnt/vol1/sec-storage/template/tmpl/1/3]# ls -la total 1418787 drwxr-xr-x 2 root wheel

答复: openldap and cloudstack

2013-07-11 Thread Jerry Jiang
Yes, it supports as long as openldap sticks to LDAP standard. Jerry -邮件原件- 发件人: Dean Kamali [mailto:[email protected]] 发送时间: 2013年7月12日 星期五 10:39 收件人: [email protected] 主题: openldap and cloudstack Hello everyone Just wondering if I could use openldap for authentication wi

Re: Problem in adding Ceph RBD as primary storage for CloudStack 4.1.0

2013-07-11 Thread Prasanna Santhanam
Can you access the file as user root? Or user cloud? The cloudstack agent on your KVM host runs as user cloud and the NFS permissions might be disallowing the volume (.qcow2) from being accessed. On Fri, Jul 12, 2013 at 02:16:41PM +0800, Indra Pramana wrote: > Hi Prasanna, > > Good day to you, an

Re: Problem in adding Ceph RBD as primary storage for CloudStack 4.1.0

2013-07-11 Thread Indra Pramana
Hi Prasanna, Good day to you, and thank you for your e-mail. Yes, when I export the NFS, I set the permission so that normal user will be able to have read/write access to the files (no_root_squash). I have tested and I can have read/write access from my KVM hosts using normal user. BTW, there's

Re: Problem in adding Ceph RBD as primary storage for CloudStack 4.1.0

2013-07-11 Thread Prasanna Santhanam
Indeed, cloudstack will go through the allocation to startup the system VMs too. So that process is failing to recognize the volume (.qcow2) present on your NFS storage. Can you check if your cloudstack agent service is running with the KVM host? And it should've created the user cloud. $id cloud