- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- heartbeat network
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-29-2009 03:30 AM
10-29-2009 03:30 AM
heartbeat network
I have a service guard cluster version A.11.18 configured on two nodes and I configured a three lans
on node#1 : Lan0 heartbeat Ip:10.0.0.1 netmask 255.0.0.0
Lan1 stationary IP :10.11.20.1 netmask 255.255.255.0
Lan2 is standby
On node#2 : Lan0 heartbeat Ip:10.0.0.2 netmask 255.0.0.0
Lan1 stationary IP :10.11.20.2 netmask 255.255.255.0
And I used a cross cable link between two heartbeat.
The cluster/package is working fine.
The question is a client can not access the nodes of the cluster.
Please advise
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2009 03:40 AM
10-29-2009 03:40 AM
Re: heartbeat network
Stop your cluster, set your subnet mask for the HB network to 255.255.255.0 on both nodes - and then restart your cluster and everything should start working OK...
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2009 04:29 AM
10-29-2009 04:29 AM
Re: heartbeat network
Thanks for your support ,
But I have a question , the two heartbeat are
connected through a cross over cable , and they appear isolated from other network,
why they affecting on the network ?
Please , can you explain in details.
Thank you very much
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2009 06:39 AM
10-29-2009 06:39 AM
Re: heartbeat network
an IP of 10.0.0.1 with a subnet mask of 255.0.0.0 means that the subnet is any IP in the 10.x range... so that's every IP from 10.0.0.1 to 10.254.254.254.
When the routing table looks at where to send your packets it will look at that subnet and correctly think that _any_ packet bound for a 10.x address should be sent out of lan0 - that includes the packets that _you_ think should be going out of the lan1 NIC.
So your current network configuration is "illegal" - this is nothing to do with HP-UX or Serviceguard, its a basic IP thing.
As lan0 is a private HB network and in fact is just a crossovewr cable, you could just as well change the IPs completely to some other private network space (like 192.x.x.x) as well and that would also fix the problem.
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-29-2009 06:47 AM
10-29-2009 06:47 AM
Re: heartbeat network
So find the default gateway using 'netstat -rn' and see if both your client and the server can ping the default gateway. Then get back to me.