Database Expansion on 2 node Failover Cluster

  • If I expand the database on the Active node will the other node expand the database automatically or do I have to do it on both nodes?

    thanks,

  • There is only one physical database... when you fail over, SQL Server is stopped on node 1, the disks containing the database are moved across to node 2, and then SQL Server is started up on node 2.

  • Note that you perform these operations on the virtual node, not either instance. If you do that, most things work across both nodes.

    Note that as mentioned above, there is only one database. A cluster has "shared storage" meaning that there is only one set of disks accessed by both nodes.

  • Thank you.

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

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