- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- serviceguard and trunking
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-2006 08:54 PM
10-08-2006 08:54 PM
serviceguard and trunking
I've a question from one of our customers about trunking different VLANs in a high availabiltiy environment. We now have a Serviceguard solution with a heartbeat lan (VLAN1), an active and standby lan (VLAN2). The packages we defined in the VLAN2 as well. The customer however wants to have a VLAN3 for the active and standby lan and the packages remain in VLAN2. I think this is not possible in MC/Serviceguard, am I right? Or is trunking possible on the same lan card (different VLANs on the same lan card is supported?). The servers are HP Integrity rx4640 servers running HP-UX 11.23. The lan cards are:
# ioscan -fnC lan
Class I H/W Path Driver S/W State H/W Type Description
===================================================================
lan 0 0/1/2/0 iether CLAIMED INTERFACE HP AB352-60001 PCI/PCI-X
1000Base-T Dual-port Core
lan 1 0/1/2/1 iether CLAIMED INTERFACE HP AB352-60001 PCI/PCI-X
1000Base-T Dual-port Core
lan 2 0/5/1/0 igelan CLAIMED INTERFACE HP A6825-60101 PCI 1000Ba
se-T Adapter
where lan 0 will be heartbeat lan, lan 1 will be active lan, lan 2 will be standby lan.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2006 01:06 AM
10-09-2006 01:06 AM
Re: serviceguard and trunking
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-09-2006 01:25 AM
10-09-2006 01:25 AM
Re: serviceguard and trunking
....problem I see is subnet. Wouldn't the new VLAN have a seperate subnet ? That could be a problem for local automated failover.
Now I'm not saying you can't do this, as having packages fail to different subnets can be done. But it becomes a manual intervention. In other words, your package will NOT failover until you reset your hostfile and DNS (if you use that) to resolve the package name to the new IP/subnet.
So....if the customers intent is to stop automatic failover, then do it. But if the customer expects to see automated local failover....then you might want to explain this fact to them.
..ps....we do this, but only for DR-remote site failover. I do not recommend this for local.
Kindest regards,
Rita
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2006 03:04 AM
11-03-2006 03:04 AM
Re: serviceguard and trunking
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2006 05:13 AM
11-03-2006 05:13 AM
Re: serviceguard and trunking
That being said, I don't know if you can do what you want with the SG packages. And I don't know if it would be a good idea even if it does work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2006 07:09 AM
11-03-2006 07:09 AM
Re: serviceguard and trunking
Let's assume VLAN1 is 10.10.10.x
and VLAN2 is 10.20.20.x (package VLAN)
If the node doesn't have an address on the 10.20.20.x then there is no subnet 10.20.20.0 defined.
The package configuration file needs to specify the subnet 10.20.20.0 and the package IP address within that subset. But you don't define the rest of the parameters necessary to do the ifconfig. (e.g. LAN#, subnet mask etc.)
The package assumes the subnet was already configured.