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: 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 Cloud

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 som