- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HPUX 11.00: MC/Serviceguard Failover Testing & Vir...
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
03-08-2004 01:55 AM
03-08-2004 01:55 AM
Questions:
1) MC/Serviceguard testing of this two node cluster, the expectation was that both fixed IP addresses, assigned to lan0 and lan0:1, would switch to lan1 and lan1:1 in the event of a failure of lan 0. Only the IP address assigned to lan0 switched. The virtual IP address assigned to lan0:1 stayed assigned to the failed network card. Is there a method or solution how MC/Serviceguard can handle local lan failover of virtual IP adrresses?
2)How does MC/Serviceguard handle simultaneous network failures?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2004 02:02 AM
03-08-2004 02:02 AM
SolutionSomething went wrong there because ALL IPs assigned *should* have moved over with the primary. I'd suspect an ARPA glitch. Are you up to date with ARPA transport patches? If it's repeatable - I'd put in a SW case with the RC team & escalate it to the MC/SG WTEC team.
2)IF you have mutiple standby NICs to handle *all* the primaries, then they'll be used as well. You can control what goes where by how they're defined in the cluster ascii file.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2004 02:06 AM
03-08-2004 02:06 AM
Re: HPUX 11.00: MC/Serviceguard Failover Testing & Virtual IP Addressing
Also can you post the syslog data from the time of your test so we can see what SG detected and what changes it thinks it made.
Finally, can you post how you simulated the lan failure.
Thanks,
Kent M. Ostby
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2004 06:21 AM
03-08-2004 06:21 AM
Re: HPUX 11.00: MC/Serviceguard Failover Testing & Virtual IP Addressing
I was involved in the tests with LG Porter.
Just so there's no confusion, the virtual IP address assignment was made outside of MC/ServiceGuard through the /etc/rc.config.d/netconf file.
Is it necessary to assign virtual IP addresses via a package to ensure local lan failover of the virtual IPs?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2004 06:27 AM
03-08-2004 06:27 AM
Re: HPUX 11.00: MC/Serviceguard Failover Testing & Virtual IP Addressing
When a package is started by Serviceguard, it compiles a list of IPs it installs on LAN NICs when it runs the 'cmmodnet -i' command. It then uses this list to transfer IPs assigned to a "primary" LAN to a standby LAN when a periodic network test reveals the LAN NIC cannot transmit.
Serviceguard must be running on the server in order for IPs to be migrated to the standby LAN.
-sd.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2004 06:31 AM
03-08-2004 06:31 AM
Re: HPUX 11.00: MC/Serviceguard Failover Testing & Virtual IP Addressing
You need to assign the virtual within the package script if you want ServiceGuard to handle it.
ServiceGuard doesn't know about the IP assignments made outside of the script.
Best regards,
Kent M. Ostby
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2004 06:41 PM
03-08-2004 06:41 PM
Re: HPUX 11.00: MC/Serviceguard Failover Testing & Virtual IP Addressing
Ading an ip address to a NIC outside of serviceguard is not supported, and will not be controlled by SG, hence it does not switch.