- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: High availability end-to-end
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
05-23-2008 02:17 AM
05-23-2008 02:17 AM
High availability end-to-end
4 physical ethernet adapter: lan1, lan2, lan3, lan4 that should e dedicated di backup network
3 virtual machines (HP UX 11 v2) that needs to backup their data
2 external switches (Cisco)
And I want to create a full redundant solution...
If I create a single vswitch that will manage all the 4 cards (configured in APA-link aggregation) I will have 2 SPOF: the vswitch and the single switch where I'm forced to connect all the 4 pnic
Is there a way to create:
vswitch-A: actively connected to lan1, la2; passively connected to lan3, lan4
vswitch-B: actively connected to lan3, la4; passively connected to lan1, lan2
that works like a cluster considering that:
1- I want to use all (at least the most...) the bandwidth of the four adapters
2- I want to split the four adapters to the two switches for HA
3- in case of foult the system should react (hopefully) automatically
Thanks in advance,
Stexxe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2008 02:24 AM
05-23-2008 02:24 AM
Re: High availability end-to-end
I think you should consider to adjust your APA config like the Hot Standby Configuration for High Availability or failover mentioned in the APA guide.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2008 03:55 AM
05-23-2008 03:55 AM
Re: High availability end-to-end
What's about this configuration?
On each VM (VM-A, VM-B, VM-C, VM-D) configure 2 vNIC (Backup0 and Backup1) in a Failover group (so active-passive)
On the VM-A
The first vNIC(active) is connected to the vswitchA (connected only to the lan1 and lan2 in APA-link aggregate)
The second vNIC is connected to the vswitchB (connected only to the lan3 and lan4 in APA-link aggregate)
On the VM-B
The first vNIC(active) is connected to the vswitchB (connected only to the lan3 and lan4 in APA-link aggregate)
The second vNIC is connected to the vswitchA (connected only to the lan1 and lan2 in APA-link aggregate)
and so on for the other VM...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2008 03:57 AM
05-23-2008 03:57 AM
Re: High availability end-to-end
Do not run the following types of applications on a guest:
...
Auto port aggregation (APA)
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2008 04:13 AM
05-23-2008 04:13 AM
Re: High availability end-to-end
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2008 04:21 AM
05-23-2008 04:21 AM
Re: High availability end-to-end
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2008 04:24 AM
05-23-2008 04:24 AM
Re: High availability end-to-end
I don't want to use an active-passive configuration...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2008 07:39 AM
05-23-2008 07:39 AM
Re: High availability end-to-end
When you mention 4 x NICs are these 4 x GbE or 4 x 100BaseT?
Because if you're talking about GbE, I'd consider whether something that needs a combined throughput of 4Gb/s is appropriate for a VM anyway.
Remember that with virtualised IO, all that IO load will also load up your CPUs as well. The situation is much improved with AVIO in VM3.5, but you still need to consider it.
Why do you think you need 4Gb/s for your backup network - do you have a lot of data to backup in a short window? There are other ways of acheiving this. Have you read the WP on backup strategies in VMs?
http://docs.hp.com/en/13163/BackupStrategiesforIntegrityVM.pdf
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2008 07:54 AM
05-23-2008 07:54 AM
Re: High availability end-to-end
Actually if I configure the 4 cards in APA (link aggregation) and I connect the physical card to a single switch (I'm forced to do this in order to use the link aggregation protocol) and this fail I will lost all the connection to the VM.
My "wish" is to create 2 APA groups:
APA1: lan1, lan2 (connecter to PhysicalSwitchA)
APA2: lan3, lan4 (connecter to PhysicalSwitchB)
Create 2 vswitchs:
vswitch-A connected to APA1
vswitch-B connected to APA1
On the VM create 2 vNIC each of them connected to a different vswitch.
In this case if I have a failure of PhysicalSwitchA I will lost the lan1, lan2, vswitch-A but the VM will be able to use the vswitch-B.
I've read something about nested APA, but i haven't found any additional material about... could be a solution?
Bye,
Stexxe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2008 08:04 AM
05-23-2008 08:04 AM
Re: High availability end-to-end
http://docs.hp.com/en/J4240-90039/ch03s01.html#c1067293
HTH
Duncan
I am an HPE Employee

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2008 08:18 AM
05-23-2008 08:18 AM
Re: High availability end-to-end
"A nested APA device is a grouping of other APA devices. For example, if lan900 is an APA device composed of physical network interface cards (NICs) lan1 and lan2, and lan901 is an APA device composed of physical NICs lan3 and lan4, the HP network configuration utilities allow you to define a nested APA lan902 device that is composed of lan900 and lan901."
http://docs.hp.com/en/T8671-90002/ch04s06.html
With the "Sample Failover Group Using Link Aggregates Configuration" the stand-by card is unused... ^_^
What will happen istead with the Nested APA?
Bye,
Stexxe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2008 08:39 AM
05-23-2008 08:39 AM
Re: High availability end-to-end
In a link aggregate that is configured for load balancing rather than failover, *all* the conenctions have to be to the same switch, so you *never* get HA when load balancing.
HTH
Duncan
I am an HPE Employee
