Re: Async jobs and pseudoJobDispatcher

2016-08-24 Thread Koushik Das
These are placeholders for various monitoring jobs that run in the MS at regular intervals. One such e.g. is the system VM monitoring job that checks whether system VMs are running. -Koushik On 24/08/16, 9:50 PM, "Casey Boone" wrote: I have some mystery jobs in my async

How can I make VM security group supports multiple NICs

2016-08-24 Thread li li
Hi All How can I make VM security group supports multiple NICs div...@hotmail.com

Re: Creating a SQL Server 2012 AlwaysOn Availability Group on a cloudstack

2016-08-24 Thread ilya
Kiril Perhaps you can educate us on what MS SQL 2012 Cluster requirements are when it comes to disks? Is it like oracle rac and expects a shared disk that will be handled by native clustering software? Lastly, tell us about what cloudstack implementation you have running, hypervisor and storage

Re: Cloudstack - volume migration between clusters (primary storage)

2016-08-24 Thread ilya
Not certain how Xen Storage Migration is implemented in 4.5.2 I'd suspect legacy mode would be 1) copy disks from primary store to secondary NFS 2) copy disks from secondary NFS to new primary store it might be slow... but if you have enough space - it should work... My understanding is that

Re: Management Server can't start after upgrade to 4.9.0

2016-08-24 Thread Rafael Weingärtner
Can you post the stack trace of your Tomcat? On Wed, Aug 24, 2016 at 7:34 PM, Joshua wrote: > Hello, > > Some help would be appreciated. ACS has been down for 2 days and there are > stuff that needs to be done urgently.\ > > Thanks > > On Tue, Aug 23, 2016 at 3:54 PM,

Re: Management Server can't start after upgrade to 4.9.0

2016-08-24 Thread Joshua
Hello, Some help would be appreciated. ACS has been down for 2 days and there are stuff that needs to be done urgently.\ Thanks On Tue, Aug 23, 2016 at 3:54 PM, Joshua wrote: > Hi, > > The management server produces no errors when starting as the last entry > was the

Re: Cloudstack - volume migration between clusters (primary storage)

2016-08-24 Thread Makrand
Hi, I think you must be seeing the option like (storage migration required) while you move the volumes between primary storage. I've seen in past people complaining about this option not working (using GUI or API) with setup similar as yours. Did you get this working? Anyways, I think it has to

Async jobs and pseudoJobDispatcher

2016-08-24 Thread Casey Boone
I have some mystery jobs in my async job list that have no real information when you pull the list from the API: { "accountid": "", "created": "2016-08-22T08:23:42-0500", "jobid": "05273074-d90c-4a5a-8a44-63f53e9bb4e4", "jobprocstatus": 0, "jobresultcode": 0,

RE: VR unable to reach gateway

2016-08-24 Thread Glenn Wagner
Ok if you destroy the VR , cloudstack will create a new one. Glenn glenn.wag...@shapeblue.com  www.shapeblue.com First Floor, Victoria Centre, 7 Victoria Street, Somerset West, Cape Town 7129South Africa @shapeblue -Original Message- From: Sonali Jadhav

RE: VR unable to reach gateway

2016-08-24 Thread Sonali Jadhav
Hi, Yes I tried to move VR to another Host, that also gave same issue. And no Hosts are unreachable, that was weird error. I have tried making new VR, for test that worked. /Sonali -Original Message- From: Glenn Wagner [mailto:glenn.wag...@shapeblue.com] Sent: Wednesday, August 24, 2016

RE: VR unable to reach gateway

2016-08-24 Thread Glenn Wagner
Hi. The other VR that works which host is it on? The error seems to be a HOST 1 problem - [Host:1] is unreachable: Can you migrate the VR to the other host and see if it works ? Glenn glenn.wag...@shapeblue.com  www.shapeblue.com First Floor, Victoria Centre, 7 Victoria Street, Somerset West,

VR unable to reach gateway

2016-08-24 Thread Sonali Jadhav
Hi, I am running ACS 4.8.0. One cluster with two xenserver 6.5 hosts. One of the VM's network went unreachable so when I checked VR it was unable to reach gateway. So I tried to restart VR and did cleanup. But issue is still same. When it rebooted VR, I saw ping command to gateway which ending

Re: Virtio vs IDE emulation, per OS - where is this info ?

2016-08-24 Thread Frank Louwers
to my knowledge, only the DB has that info! Frank > On 24 Aug 2016, at 16:39, Andrija Panic wrote: > > Hi all, > > Im trying to build the simple table for our support guys, of which OS type > (as seen in ACS) is virtio emualted, and which is IDE/Intel emulation. > >

Virtio vs IDE emulation, per OS - where is this info ?

2016-08-24 Thread Andrija Panic
Hi all, Im trying to build the simple table for our support guys, of which OS type (as seen in ACS) is virtio emualted, and which is IDE/Intel emulation. I dont seem to find this in DB, except the list of OS types, families etc. Can someone give some info, where should I find if OS is supposed

Re: Changing name of instance

2016-08-24 Thread Andrija Panic
Or just do it in DB...there are 2 tables to be changed... On 15 August 2016 at 07:45, Rene Moser wrote: > Hi > > On 08/15/2016 02:52 AM, Marty Godsey wrote: > > Is it possible to change the name of an instance AFTER it is created? I > don't see anything obvious. Does this

Re: KVM disk cache option has no effect

2016-08-24 Thread Andrija Panic
Hi Enzo, just go to table/view "disk_offering_view" and in the field "cache_mode" insert "writeback" value Be aware, that if using writeback cache with CEPH - this is not really needed, and perhaps better to use RBD cache on ceph.conf on KVM side... Also note, with writeback cache set - if

Cloudstack - volume migration between clusters (primary storage)

2016-08-24 Thread cs user
Hi All, Xenserver 6.5, cloudstack 4.5.2. NFS primary storage volumes Lets say I have 1 pod, with 2 clusters, each cluster has its own primary storage. If I migrate a volume from one primary storage to the other one, using cloudstack, what aspect of the environment is responsible for this copy?

Re: Creating a SQL Server 2012 AlwaysOn Availability Group on a cloudstack

2016-08-24 Thread Dag Sonstebo
Hi Kiril, It’s not possible to internally share a disk between multiple VMs in CloudStack, you would have to set up another CloudStack hosted shared storage server, like a SMB/CIFS box or NFS (sorry no MS clustering expert so appreciate these may not be supported). Regards, Dag Sonstebo

Re: KVM disk cache option has no effect

2016-08-24 Thread Yuriy Karpel
Old closed bug. https://issues.apache.org/jira/browse/CLOUDSTACK-1302 2016-08-24 11:24 GMT+03:00 (IMIS) Enzo Bettini : > Hi Andrei, > > How did you get around this? Did you manually update the VM configuration > using virsh edit? > > Regards, > Enzo > > > On 15/05/2016

Creating a SQL Server 2012 AlwaysOn Availability Group on a cloudstack

2016-08-24 Thread Kiril Churilov
Hi guys, I'm trying to create MS sql 2012 std. cluster with AlwaysOn Availability Group on a cloudstack platform. To build the sql cluster I need to setup Windows Server 2012 two-node cluster first. How to organize shared storage for two-node win. cluster on a cloudstack? Does any one build

Re: KVM disk cache option has no effect

2016-08-24 Thread (IMIS) Enzo Bettini
Hi Andrei, How did you get around this? Did you manually update the VM configuration using virsh edit? Regards, Enzo On 15/05/2016 00:31, Andrei Mikhailovsky wrote: Not as far as I know (. The ticket status is closed Andrei - Original Message - From: "Simon Weller"

Re: XenServer bond question

2016-08-24 Thread Stavros Konstantaras
Hi Allessandro, In our environment with servers of 4 NICs, we configured it as following: - 1 bond for management traffic (NICs of 1Gbps) - 1 bond for storage,public & guest traffic by using VLAN separation of course (NICs of 10Gbps) In your case I would configure it as following - 1 bond for

Maximum IPv4 class for guest network

2016-08-24 Thread Cristian Ciobanu
Hello, I have a question, what is the maximum IPv4 class that is supported on a Zone ( basic networking ) i mean for guest network, on this moment i have 5 Ipv4 classes. My configuration : ACS 4.5.2 Vmware 5.5 Basic Networking. Thank you !

CS 4.9 NIO Selector wait time

2016-08-24 Thread fanfarlo
hi all We have the following environment: - OS: Debian 14.04 (hypervisor and mgmt) - 4 KVM Hosts - Cloudstack Release 4.9 with local database Since we upgraded to Release 4.9 the KVM hosts no longer connect to the management Server. Upgrade procedure was followed as described: