I am fairly new to SW so bare with me. I have not been able to find a recent answer for this question. I currently have a SQL cluster that has two IP addresses (environment does not use DHCP) When the SQL servers are patched the server fails over to the other IP address on a different subnet.
Right now SW is only polling one IP address (lets say its 169.0.0.1) . My question is can we add a dynamic IP address to the current SQL node (SQL_Node_1) so when one ip address fails it starts polling the other IP address?
Or is the best option to create a group that contains two nodes (SQL_Node_1 / 2 ) that are dependent on each other. Say node 2 doens't start pulling unitl node 1 goes done.
Current Node set up:
Name : SQL_Node_1
IP Polling : 169.0.0.1
Polling method: ICMP
Node was created using Dynamic query
Thank you for any help!