- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Windows Server 2003
- >
- Re: Win2003 Server configure NLB on HP DL320 G5
Windows Server 2003
1822433
Members
2834
Online
109642
Solutions
Forums
Categories
Company
Local Language
юдл
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
юдл
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-03-2007 11:49 PM
тАО07-03-2007 11:49 PM
Win2003 Server configure NLB on HP DL320 G5
Hi,
I've got a problem while trying to create NLB multicast cluster on 2 HP DL320G5 (2 NICs onboard).
When I'm adding second (remote) node to the cluster, I've _instantly_ got a message - there are now available interfaces to create cluster.
Node1 configuration
Public interface:
IP - 10.0.19.3
Mask - 255.255.255.240
GW - 10.0.19.1
DNS - 10.0.19.3
Private interface:
IP - 192.168.2.1
Mask - 255.255.255.240
GW - none
DNS - none
Node2 configuration
Public interface:
IP - 10.0.19.4
Mask - 255.255.255.240
GW - 10.0.19.1
DNS - 10.0.19.3
Private interface:
IP - 192.168.2.2
Mask - 255.255.255.240
GW - none
DNS - none
NLB IP - 10.0.19.2
Mask - 255.255.255.240
Private interfaces are interconnected through X-over cable.
Public interfaces are interconnected through Cisco 3750 switch.
Both public interfaces are in one VLAN. Static MAC for NLB IP address had setup on Cisco switch.
Can you help me to find out the root of the issue?
It's in Cisco, HP server, Windows or just a misconfiguration?
I've got a problem while trying to create NLB multicast cluster on 2 HP DL320G5 (2 NICs onboard).
When I'm adding second (remote) node to the cluster, I've _instantly_ got a message - there are now available interfaces to create cluster.
Node1 configuration
Public interface:
IP - 10.0.19.3
Mask - 255.255.255.240
GW - 10.0.19.1
DNS - 10.0.19.3
Private interface:
IP - 192.168.2.1
Mask - 255.255.255.240
GW - none
DNS - none
Node2 configuration
Public interface:
IP - 10.0.19.4
Mask - 255.255.255.240
GW - 10.0.19.1
DNS - 10.0.19.3
Private interface:
IP - 192.168.2.2
Mask - 255.255.255.240
GW - none
DNS - none
NLB IP - 10.0.19.2
Mask - 255.255.255.240
Private interfaces are interconnected through X-over cable.
Public interfaces are interconnected through Cisco 3750 switch.
Both public interfaces are in one VLAN. Static MAC for NLB IP address had setup on Cisco switch.
Can you help me to find out the root of the issue?
It's in Cisco, HP server, Windows or just a misconfiguration?
3 REPLIES 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-04-2007 07:30 PM
тАО07-04-2007 07:30 PM
Re: Win2003 Server configure NLB on HP DL320 G5
Not clear what your error message is; available interfaces - isn't that what you wish to have?
I do not recommend DNS server to be part of the cluster (node 1=DNS). Yuo should check if everything resolves okay. Also check that the network interface priority is set correctly. Just follow any Windows cluster config guide and you should be fine.
- Paul
I do not recommend DNS server to be part of the cluster (node 1=DNS). Yuo should check if everything resolves okay. Also check that the network interface priority is set correctly. Just follow any Windows cluster config guide and you should be fine.
- Paul
IT Architect, contractor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-04-2007 08:30 PM
тАО07-04-2007 08:30 PM
Re: Win2003 Server configure NLB on HP DL320 G5
Hi,
I think you have misunderstood something here.
A Windows Server cluster (MSCS) is 2-8 nodes connected to the public LAN and also having a private (heartbeat) LAN. In the case of only two nodes one can use a crossover cable for the private LAN.
A NLB cluster on the other hand has 1-32 nodes but does not use the same type of private LAN. It instead has a dedicated IP for management purpose that normally should be reachable from a managent PC, and one or more public IP addresses that are load balanced between these servers. Typically used for web services, terminal services or media streaming. NLBMGR is the preferred tool to configure NLB clusters.
http://support.microsoft.com/kb/323437
Also I wonder about the "static MAC for NLB IP address" ? Be aware that changing from unicast to multicast will change the MAC address... so this static config may be a contributing problem.
Also make sure you do not have network teaming on any interfaces, since the heartbeat of the NIC team will often be in conflict with NLB heartbeats.
Cheers,
Rune
I think you have misunderstood something here.
A Windows Server cluster (MSCS) is 2-8 nodes connected to the public LAN and also having a private (heartbeat) LAN. In the case of only two nodes one can use a crossover cable for the private LAN.
A NLB cluster on the other hand has 1-32 nodes but does not use the same type of private LAN. It instead has a dedicated IP for management purpose that normally should be reachable from a managent PC, and one or more public IP addresses that are load balanced between these servers. Typically used for web services, terminal services or media streaming. NLBMGR is the preferred tool to configure NLB clusters.
http://support.microsoft.com/kb/323437
Also I wonder about the "static MAC for NLB IP address" ? Be aware that changing from unicast to multicast will change the MAC address... so this static config may be a contributing problem.
Also make sure you do not have network teaming on any interfaces, since the heartbeat of the NIC team will often be in conflict with NLB heartbeats.
Cheers,
Rune
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО07-04-2007 08:51 PM
тАО07-04-2007 08:51 PM
Re: Win2003 Server configure NLB on HP DL320 G5
See also the end of this sample book chapter I found for NLB setup step by step
http://www.syngress.com/book_catalog/301_BD_W2k3/sample.pdf
Cheers,
Rune
http://www.syngress.com/book_catalog/301_BD_W2k3/sample.pdf
Cheers,
Rune
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Learn About
News and Events
Support
© Copyright 2025 Hewlett Packard Enterprise Development LP