- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- APA -- 11.23 -- How to configure Load Balancing an...
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-15-2008 06:28 AM
10-15-2008 06:28 AM
APA -- 11.23 -- How to configure Load Balancing and Failover
lan 0 and lan 1 as lan900
This should be used for Load Balancing as well as shud work as Failover.
Load Balancing on lan0 and lan1 as lan900
If lan0 fails, failover to lan1
Is this possible and how..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2008 06:45 AM
10-15-2008 06:45 AM
Re: APA -- 11.23 -- How to configure Load Balancing and Failover
It is possible. For that you should have APA license from HP(atleast for 11.11. not sure about 11.23).
Ganesh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2008 06:47 AM
10-15-2008 06:47 AM
Re: APA -- 11.23 -- How to configure Load Balancing and Failover
No doubt am having the license for APA.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2008 07:17 AM
10-15-2008 07:17 AM
Re: APA -- 11.23 -- How to configure Load Balancing and Failover
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2008 09:49 AM
10-15-2008 09:49 AM
Re: APA -- 11.23 -- How to configure Load Balancing and Failover
Other than purchasing and installing HP AutoPortAggregation software, three things need to happen.
1) lan0 and lan1 must be the same speed NICs( e.g. both 100M or both 1000M )
2) The switch ports that these nics are connected to must support channel grouping/trunking.
3) You need to configure APA correctly.
The config files are /etc/rc.config.d/hp_apaconf and hp_apaportconf. Configuration is pretty simple. Just follow the guide or the examples in the config files.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2008 04:52 PM
10-15-2008 04:52 PM
Re: APA -- 11.23 -- How to configure Load Balancing and Failover
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2008 04:58 PM
10-15-2008 04:58 PM
Re: APA -- 11.23 -- How to configure Load Balancing and Failover
To setup this scenario, each card of the pairs should be connected to a separate switch (eliminating the switch as a single point of failure) and be on the same network segment (same VLAN).
You must also install the APA software from HP (product # J4240AA) which requires a reboot. Once the machine comes back up, follow the directions below to setup the APA software:
LAN_MONITOR port configuration mode
LAN_MONITOR is the mode equal to NIC card failover w/ MCSG.
Assign an IP address to the primary link by typing, for example: ifconfig lan1 192.5.5.138
To preserve the IP address across reboots, you need to add the IP address for the primary port to /etc/rc.config.d/netconf.
(HP-UX 11.0 and 11i only) Edit the failover group and configuration mode in the /etc/rc.config.d/hp_apaportconf file. Example, to put lan1 and lan2 into a failover group: HP_APAPORT_INTERFACE_NAME[0]=lan1 HP_APAPORT_CONFIG_MODE[0]=LAN_MONITOR HP_APAPORT_INTERFACE_NAME[1]=lan2 HP_APAPORT_CONFIG_MODE[1]=LAN_MONITOR
Ensure there is a physical connection between the interfaces (lan1, lan2); then, to activate the configuration, type: /sbin/init.d/hplm stop {optional--for failover groups} /sbin/init.d/hpapa stop and then /sbin/init.d/hpapa start /sbin/init.d/hplm start {optional--for failover groups}
To query which link aggregates are possible, type: lanqueryconf -s
________________________________________
Running lanqueryconf -s will overwrite the original /etc/lanmon/lanconfig.ascii.
________________________________________
This command will query the system and network for all possible link aggregates. The results of the query will be placed in the configuration file /etc/lanmon/lanconfig.ascii. This file should contain data similar to:
NODE_NAME hpxyz6e POLLING_INTERVAL 10000000 DEAD_COUNT 3 FAILOVER_GROUP lan900 STATIONARY_IP 192.5.5.138 PRIMARY lan1 5 STANDBY lan2 3
You can manually edit this file and change the number of ports in the failover groups, the dead count, or the poll interval.
To verify that the configuration in /etc/lanmon/lanconfig.ascii is still valid, type: lancheckconf
To create the link aggregates specified in the configuration file, type: lanapplyconf
This command will create the specified link aggregates in the binary configuration file /etc/lanmon/lanconfig.
Note: if you later want to delete all the link aggregates specified in the /etc/lanmon/lanconfig.ascii configuration file, type: landeleteconf
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-15-2008 08:54 PM
10-15-2008 08:54 PM
Re: APA -- 11.23 -- How to configure Load Balancing and Failover
I'll give the points accordingly after I find my answers
I am aware on how to configure Load Balancing and how do configure Link Aggregate..
My query is on to how I would be able to configure both Load Balancing and Link Aggreate at the same time on two lan ports !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2008 09:49 AM
10-17-2008 09:49 AM
Re: APA -- 11.23 -- How to configure Load Balancing and Failover
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2008 10:26 AM
10-17-2008 10:26 AM
Re: APA -- 11.23 -- How to configure Load Balancing and Failover
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2008 01:02 PM
10-17-2008 01:02 PM
Re: APA -- 11.23 -- How to configure Load Balancing and Failover
Read what has already been posted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2008 08:20 PM
10-19-2008 08:20 PM
Re: APA -- 11.23 -- How to configure Load Balancing and Failover
Anyways my queries were never answered.
I believe its not possible to have load balancing and Failover when you have only two lan cards..
I am telling this since I didnt find this in any of the docs..
To have load balancing and failover to work, we need to have three lan cards(This configuration I got from the docs)
Please correct me, if am wrong !!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2008 12:44 AM
10-20-2008 12:44 AM
Re: APA -- 11.23 -- How to configure Load Balancing and Failover
It makes more sense if you have more than 2 cards 3 and up.
Lets say you have 8 ports you have created a load balance for 4 ports to one switch and the other 4 ports doing load balancing to the other switch, then you could create failover form one group to the other if necessary.
If both you interfaces 0 and 1 are connected to the same switch set them up as load balancing, if they are connect to separate switches create them as failover.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2008 12:55 AM
10-20-2008 12:55 AM
Re: APA -- 11.23 -- How to configure Load Balancing and Failover
The above answer does make lot of sense..
My setup is that switch 1 connected to lan1 and switch 2 connnect to lan2.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2008 08:39 AM
10-20-2008 08:39 AM
Re: APA -- 11.23 -- How to configure Load Balancing and Failover
http://docs.hp.com/en/J4240-90046/ch03s03.html
describes the different load balancing alorithms on can configure on an aggregate. It even has a link within it called "load balancing"
http://docs.hp.com/en/J4240-90046/ch01s01.html#loadBalance
and that term appears more than once in the document.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2008 05:55 PM
11-14-2008 05:55 PM
Re: APA -- 11.23 -- How to configure Load Balancing and Failover
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-14-2008 06:07 PM
11-14-2008 06:07 PM