- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: One cluster, two subnets - help!
Categories
Company
Local Language
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
Discussions
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
Community
Resources
Forums
Blogs
- 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
10-08-2003 12:48 AM
10-08-2003 12:48 AM
One cluster, two subnets - help!
Hi SG gurus,
We want to configure a cluster with 10 nodes, of which half are in one subnet (subnet 1) and the other half in another subnet (subnet 2). The two subnets are for client data only, a separate network is used for SG heartbeat traffic.
I was able to successfully run cmquerycl to scan all nodes and generate a config file. Now I run cmcheckconf to verify the configuration and this is what I am getting (the command is launched from a node in subnet 1):
Error: Unable to establish communication to node node_s2: 19
where node_s2 is a node is subnet 2. If I launch the command from a node in subnet 2, I get the same error on a node in subnet 1. If I comment out in the config file all nodes in subnet 2 and launch cmcheckconf from subnet 1, it works fine (and inversely, when the command is launched from subnet 2 with the nodes in subnet 1 commented out).
My question is thus: is it possible to have an SG cluster that spans multiple subnets for client data?
The SG version is A.11.15 and the nodes are Superdome vPars. I have a case open with HP support on this. Any help is appreciated.
Thanks in advance,
Dmitri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 12:52 AM
10-08-2003 12:52 AM
Re: One cluster, two subnets - help!
Heartbeats go out through every lan and are tested during 'cmquerycl' with 'linkloop MAC'.
MAC's are going to travel through a router well.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 12:53 AM
10-08-2003 12:53 AM
Re: One cluster, two subnets - help!
Sorry, still working on my first cup.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 02:02 AM
10-08-2003 02:02 AM
Re: One cluster, two subnets - help!
2 Lan cards for Subnet 1
2 Lan cards for Subnet 2
1 Lan Card for Heartbeat (Subnet 3)
I mention the heartbeat as you will need a network that all servers see at the same time...
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 02:13 AM
10-08-2003 02:13 AM
Re: One cluster, two subnets - help!
You can configure the floating ips for the packages in different subnets.
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 02:13 AM
10-08-2003 02:13 AM
Re: One cluster, two subnets - help!
We have a cluster built with this configuration. Geoff has it exactly right. You'll need multiple LAN cards that can see each subnet. It will work. As always with MC/SG, get the LAN configuration correct and SG will be happy.
JP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 03:01 AM
10-08-2003 03:01 AM
Re: One cluster, two subnets - help!
One thing I forgot to mention: the packages are configured in such a way that for each primary node there is one failover node *in the same subnet* (never in another subnet).
Referring to what Geoff said, my goal is to have:
- for nodes in subnet 1: 2 lan cards in subnet 1 (no cards in subnet 2)
- for nodes in subnet 2: 2 lan cards in subnet 2 (no cards in subnet 1)
- for all nodes: 1 lan card on subnet 3 for the heartbeat.
Can this configuration work given that there is never a failover between subnet 1 and subnet 2 (and inversely)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-08-2003 04:50 AM
10-08-2003 04:50 AM
Re: One cluster, two subnets - help!
Just a thought,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-10-2003 05:49 AM
10-10-2003 05:49 AM
Re: One cluster, two subnets - help!
This would eliminate the cross-subnet issue you are talking about.
If you will not be trying to cross a package from subnet1 to subnet2 (or vice versa).....Why does it need to be one cluster?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2003 03:59 AM
10-23-2003 03:59 AM
Re: One cluster, two subnets - help!
At the time of the original posts, I had multiple problems in my configuration:
1) Not all network interfaces were declared in the cmclnodelist file. The service (client data) interfaces were declared but the heartbeat interfaces were missing.
2) Linkloop problems between some service interfaces and their standby interfaces.
As soon as I resolved these issues, everything worked fine. I was able to compile and run the cluster and all the packages.
So, to resume, it *is* possible: two subnets inside of one cluster, provided that packages are not crossed between the two subnets.
Thanks everyone for your replies :-)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2003 05:11 PM
10-23-2003 05:11 PM
Re: One cluster, two subnets - help!
Hope this helps.
-Brian.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-23-2003 09:09 PM
10-23-2003 09:09 PM
Re: One cluster, two subnets - help!
Seems to me like a good alternative.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2003 06:19 PM
10-24-2003 06:19 PM
Re: One cluster, two subnets - help!
Here is part of my cmclconf.ascii file.
# Link Aggregate lan100 contains the following port(s): lan3,lan1
# Possible standby Network Interfaces for lan100: lan0.
I personally have been saved several times by APA thus far, and build all my boxes with it when I can.
Good luck
-Brian.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2003 03:30 AM
10-27-2003 03:30 AM
Re: One cluster, two subnets - help!
I was wondering whether you can post your cluster.ascii file here.
There is no reason why you can not have a cluster with two subnets and a dedicated heartbeat lan.
Thanks,
Pramod