I have a Failover Cluster running SQL Server 2012. We are changing our IP address scheme globally.
Currently our IP Scheme is as follows:
Failover Cluster Instance: 192.168.2.46/24
SQL Cluster Instance: 192.168.2.50/24
Node1: 192.168.2.47/24
Node2: 192.168.2.48/24
Node3: 192.168.2.49/24
We would like to to move all addresses to 10.0.0.0/8. Our Domain Controller will previously be set up to communication on this other network.
My question is:
Is there any issues with changing the settings in this order
- PDC is already - 10.0.0.20/8
- Failover Cluster Instance - 10.0.0.50/8
- SQL Server Cluster Instance - 10.0.0.46/8
- Node1 - 10.0.0.47/8
- Node2 - 10.0.0.48/8
- Node3 - 10.0.0.49/8
Thank you in advance for any and all help.
-Jimmy