Tag: Configuration

This post goes over how to change IPs on an existing Microsoft Failover Cluster. It also happens to go over some Oracle Failsafe stuff.

Identify New IPs you will be using

  • You will need four new IPs for the cluster
  • Node1
  • Node2
  • Microsoft Cluster
  • Role
  • You need your new subnet mask
  • You need your new Gateway IP
  • You need your new DNS server IPs
  • You may need two additional IPs for the Heartbeat network depending on if you are required to change those.

(more…)

Read more

This post goes over how to configure a Windows 2012 or 2016 Failover cluster with a shared disk to run on Virtual Machines.

You will need 3 Virtual machines:

  • A domain controller
  • Node1
  • Node2

You will need 5 IPs on the same subnet (these are just examples, use whatever you want)

  • 172.168.30.100 – DC
  • 172.168.30.101 – Node1
  • 172.168.30.102 – Node2
  • 172.168.30.103 – MsCluster
  • 172.168.30.104 – MyApplication

You will need 2 IPs on a separate subnet (these will be the heartbeat IPs, you can use whatever you want)

  • 10.10.10.11
  • 10.10.10.12

(more…)

Read more