Results 1 to 2 of 2

Thread: Need suggestions for private "Heartbeat" configuration on a cluster server

  1. #1
    Join Date
    Nov 2008
    Posts
    202

    Need suggestions for private "Heartbeat" configuration on a cluster server

    Communication between Server Cluster nodes is critical for smooth cluster operations. Therefore, you must configure the networks that you use for cluster communication are configured optimally and follow all hardware compatibility list requirements. For networking configuration, two or more independent networks must connect the nodes of a cluster to avoid a single point of failure. The use of two local area networks (LANs) is typical. (Microsoft Product Support Services does not support the configuration of a cluster with nodes connected by only one network.)

    At least two of the cluster networks must be configured to support heartbeat communication between the cluster nodes to avoid a single point of failure. To do so, configure the roles of these networks as either "Internal Cluster Communications Only" or "All Communications" for the Cluster service. Typically, one of these networks is a private interconnect dedicated to internal cluster communication.

    Additionally, each cluster network must fail independently of all other cluster networks. This means that two cluster networks must not have a component in common that can cause both to fail simultaneously. For example, the use of a multiport network adapter to attach a node to two cluster networks would not satisfy this requirement in most cases because the ports are not independent.

    To eliminate possible communication issues, remove all unnecessary network traffic from the network adapter that is set to Internal Cluster communications only (this adapter is also known as the heartbeat or private network adapter). Clustering communicates by using Remote Procedure Call (RPC) calls on IP sockets with User Datagram Protocol (UDP) packets. The process described in this article:
    • Removes NetBIOS from the interconnect.
    • Sets the proper Cluster communication priority order.
    • Sets the proper adapter binding order.
    • Defines the proper network adapter speed and mode.
    • Configures TCP/IP correctly.
    • Disable the Media Sense feature (in Windows 2000 only).


    Note: The information in this article does not apply to Windows Server 2008 or Windows Server 2008 R2 failover clusters.

  2. #2
    Join Date
    Nov 2008
    Posts
    202

    Re: Need suggestions for private "Heartbeat" configuration on a cluster server

    Recommended configuration for the private adapter in Windows 2000 and Windows 2003

    1. Click Start, point to Settings, click Control Panel, and then double-click Network and Dial-up Connections.
    2. On the Advanced menu, click Advanced Settings.
    3. In the Connections box, make sure that your bindings are in the following order, and then click OK:
    • External public network
    • Internal private network (Heartbeat)
    • [Remote Access Connections]

    4. Right-click the network connection for your heartbeat adapter, and then click Properties. You may want to rename this connection for simplicity (for example, rename it to "Private").
    5. Use one of the following procedures:
    • If the server is using a quorum type other than Majority Node Set (MNS), click to select Internet Protocol (TCP/IP), and then click to clear all other options.
    • If the server is using a MNS quorum, click to select Internet Protocol (TCP/IP) and at least one other file-sharing network protocol, and then click to clear all other options.


    Note: If the server is using a MNS quorum, you must have at least one network that has file-sharing capabilities for the MNS quorum to function. We strongly recommend that you have multiple networks on the cluster that have file sharing enabled to avoid a single point of failure for the quorum resource.
    6. If you have a network adapter that can transmit at multiple speeds, and the adapter can specify a speed and duplex mode, manually specify a speed and duplex mode.

    With network adapters that can manually specify a speed and duplex mode, make sure that you hard set them to the same on all nodes and according to the manufacturers' specifications. For network adapters that do not support manual settings, follow the card manufacturer's specifications.

    The information that is traveling across the heartbeat network is small, but latency is critical for communication. If you have the same the speed and duplex settings, this helps to make sure that you have reliable communication.

    If you are not sure of the supported speed of your card and connecting devices, or your manufacturer's recommended settings, Microsoft recommends that you set all the devices on that path of 10 MB/Sec and Half Duplex. This configuration will provide sufficient bandwidth and reliable communication. Contact your network adapter manufacturer for information about compatibility on a Server Cluster.
    7. Click Internet Protocol (TCP/IP), and then click Properties.
    8. On the General tab, verify that you have selected a static IP address that is not on the same subnet or network as another one of the public network adapters. An example of good IP addresses to use for the private adapters is 10.10.10.10 on node 1 and 10.10.10.11 on node 2 with a subnet mask of 255.0.0.0. If your public network uses the 10.x.x.x network and 255.0.0.0 subnet mask please use an alternate private network IP and subnet.
    9. Make sure that there is no value set in the Default Gateway box.
    10. Verify that there are no values defined in the Use the following DNS server addresses box. If the cluster nodes are also DNS servers, "127.0.0.1" is displayed in the Use the following DNS server addresses box (the box will not be blank); this is acceptable.
    11. Click Advanced.
    12. On the DNS tab, verify that there are no values defined. Make sure that the Register this connection's addresses in DNS and Use this connection's DNS suffix in DNS registration check boxes are cleared.
    13. When you close the dialog box, you may receive the following prompt. If you receive this prompt, click Yes:
    This connection has an empty primary WINS address. Do you want to continue?
    14. If you are using a crossover cable for your private heartbeat interconnect, disable the TCP/IP stack destruction feature of Media Sense. To disable the TCP/IP stack destruction feature of Media Sense add the following registry value to each node:
    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\Tcpip\Parameters

    Value Name: DisableDHCPMediaSense
    Data Type: REG_DWORD
    Data: 1
    15. Complete the previous steps on all other nodes in the cluster.
    16. Start Cluster Administrator.
    17. Click the cluster name at the root of Administrator. On the File menu, click Properties.
    18. On the Network Priority tab, verify that the private network is listed at the top. If it is not, use the Move Up button to increase its priority.
    19. Click the private network, and then click Properties.
    20. Click to select the Enable this network for cluster use check box.
    21. Click Internal cluster communications only (private Network).

Similar Threads

  1. Domain Controller "status"on new W2K8 server is "not available"
    By Susan Bradley in forum Active Directory
    Replies: 2
    Last Post: 13-12-2011, 03:03 PM
  2. Replies: 11
    Last Post: 29-11-2011, 03:18 PM
  3. sql server cluster change heartbeat ip address
    By Gunter in forum Software Development
    Replies: 3
    Last Post: 05-06-2009, 05:26 PM
  4. Replies: 5
    Last Post: 31-03-2008, 07:53 PM
  5. Replies: 2
    Last Post: 17-01-2008, 10:58 PM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,750,673,658.04973 seconds with 16 queries