- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: How to configure two standby interfaces for ho...
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
02-05-2002 03:12 PM
02-05-2002 03:12 PM
I've got two servers with two ip adresses of different subnets. Every package in MC/SG has two ip too, one for each subnet.
When I configure MC/SG I put two HEARTBEAT_IP (one of each subnet) and two standby interfaces, one connected fisically to subnet1 and the other to subnet2. How can I tell to MC/SG which standby interface to use with every lan card? so I have two subnets!!
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2002 12:18 AM
02-06-2002 12:18 AM
SolutionServiceGuard will work this out when you do things like cmquerycl etc, and apply the binary.
If there is a physical connection, then you have no control over which standby card will be used by which subnet.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2002 01:47 AM
02-06-2002 01:47 AM
Re: How to configure two standby interfaces for hosts with two ip
When you want to configure for example lan6 as standby for lan2, make sure both interfaces are physically connected to the same subnet.
When peforming a cmquerycl with the -C option it will create a template config file and will suggest the possible standby interfaces:
# Possible standby Network Interfaces for lan6: lan8.
# Possible standby Network Interfaces for lan7: lan5.
Thyen you configure the IP addresses as follows:
NODE_NAME HOSTNAME
NETWORK_INTERFACE lan6
HEARTBEAT_IP 10.10.10.10
NETWORK_INTERFACE lan8
NETWORK_INTERFACE lan7
HEARTBEAT_IP 20.20.20.20
NETWORK_INTERFACE lan5
This means that lan8 is standby for lan6 and lan5 for lan7.
HtH,
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-07-2002 11:41 PM
02-07-2002 11:41 PM
Re: How to configure two standby interfaces for hosts with two ip
My question is now if MC/ServiceGuard checks the connectivity of the standby lan cards when I do the cmcheckconf and cmapplyconf only, or once it's configured, every time a primary lan card fails.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-08-2002 12:07 AM
02-08-2002 12:07 AM
Re: How to configure two standby interfaces for hosts with two ip
Once this is written into the binary, as long as the cluster is running there will be polling of the networks to regularly check connectivity.