Always On

  • Hi,

    I am trying to understand Always On. How can you add additional drive in Always on like in Clustering. How to increase memory of the instance.

    If you dc any changes in Primary is it replicates in all 4 replicas or shall we mention that I want only for 1 replica or some thing like that.

    Please let me know.

  • Availability Groups are not in any way like clustering. You're defining various systems that share no hardware at all to belong to an Availability Group. Then, you can define a database to take part in the Availability Group. It's a database, by database proposition. So, if you want to modify a given server in the availability group, like add a disk, just take that server offline and add the disk. If it's the current primary you'll have to do a failover to one of the secondaries, but that's the purpose of having availability groups. After the modification, you can fail it back over or not. But at no point are these shared resources like they are in Clustering where the servers have to match and all storage is common. You can even have an availability group set up between your local machine and a virtual machine in Azure. They don't share, they just have to be able communicate with each other.

    "The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
    - Theodore Roosevelt

    Author of:
    SQL Server Execution Plans
    SQL Server Query Performance Tuning

  • The only time shared storage comes into play is when you incorporate an FCI as an AlwaysOn replica

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

  • Thank you. I didn't get any chance to implement that.

    I have one more question what about the"" Listner". In some blogs they are saying listener is optional in Always on but if you don't have listener how can it check the failover.

  • ramana3327 (2/8/2014)


    Thank you. I didn't get any chance to implement that.

    I have one more question what about the"" Listner". In some blogs they are saying listener is optional in Always on but if you don't have listener how can it check the failover.

    The listener is optional, it provides a central client access point into the AO group database(s). It does not control failover of the AO group, rather it's the other way around. If configured the listener will be failed over by the cluster service when the primary replica changes in the AO group.

    -----------------------------------------------------------------------------------------------------------

    "Ya can't make an omelette without breaking just a few eggs" 😉

Viewing 5 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply