Sponsored Content
Full Discussion: PowerHA6
Operating Systems AIX PowerHA6 Post 302752197 by powerAIX on Sunday 6th of January 2013 03:16:05 AM
Old 01-06-2013
I have assigned 2 nic cards to each lpar and nic card having 2 ports. I have db running on one lpar and app on the other. The each lpar is having one ether channel of ent0 and ent2 of two different nic card ports. Ha is configured with this single etherchannel. Now when fail over happens we feel the performance is a bit slow.
So what i want to try is create another ether channel with ent1 and ent3 and reconfigure ha in a way so that my service ip of the failing server will sit on this new etherchannel means my lpar1 service ip will be on etherchannel 4 and after failover my lapr2 service ip will be on etherchannel 5 of the lpar1.

Now my question is it possible to do so?

powerAIX
 
ARES_DUP(3)						     Library Functions Manual						       ARES_DUP(3)

NAME
ares_dup - Duplicate a resolver channel SYNOPSIS
#include <ares.h> int ares_dup(ares_channel *dest, ares_channel source) DESCRIPTION
The ares_dup(3) function duplicates an existing communications channel for name service lookups. If it returns successfully, ares_dup(3) will set the variable pointed to by dest to a handle used to identify the name service channel. The caller should invoke ares_destroy(3) on the handle when the channel is no longer needed. The ares_dup_options function also initializes a name service channel, with additional options set exactly as the source channel has them configured. SEE ALSO
ares_destroy(3), ares_init(3), ares_library_init(3) AVAILABILITY
ares_dup(3) was added in c-ares 1.6.0 AUTHOR
Daniel Stenberg 26 May 2009 ARES_DUP(3)
All times are GMT -4. The time now is 02:17 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy