- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- APA Configuration With failover monitoring
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
01-14-2011 02:09 AM
01-14-2011 02:09 AM
APA Configuration With failover monitoring
We need step by step procedure to install and configure APA wuth failover monitoring on HPUX 11.23.
Anyone help me on this.
Thanks & Kind Regards,
Sajjad Ahmed
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2011 03:15 AM
01-14-2011 03:15 AM
Re: APA Configuration With failover monitoring
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2011 03:17 AM
01-14-2011 03:17 AM
Re: APA Configuration With failover monitoring
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2011 03:19 AM
01-14-2011 03:19 AM
Re: APA Configuration With failover monitoring
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-14-2011 03:21 AM
01-14-2011 03:21 AM
Re: APA Configuration With failover monitoring
1. Identify the cards which we want APA'd. Typically one from each bus. Document their NIC numbers (lan1, Lan2 etc.)
2. I would prefer with quad cards lan1, lan6.
3. Then modify hp_apaconf and hp_apaportconf files. The example configurations are given in the file and here for eg.
HP_APAPORTCONF:
HP_APAPORT_INTERFACE_NAME[0]=lan1
HP_APAPORT_GROUP_CAPABILITY[0]=5
HP_APAPORT_PRIORITY[0]=0
HP_APAPORT_CONFIG_MODE[0]=FEC_MANUAL
HP_APAPORT_INTERFACE_NAME[1]=lan6
HP_APAPORT_GROUP_CAPABILITY[1]=5
HP_APAPORT_PRIORITY[1]=0
HP_APAPORT_CONFIG_MODE[1]=FEC_MANUAL
HP_APACONF:
HP_APA_INTERFACE_NAME[0]=lan100
HP_APA_LOAD_BALANCE_MODE[0]=LB_MAC
HP_APA_HOT_STANDBY[0]=on
HP_APA_MANUAL_LA[0]=1,6
In the above example we have configure 1 and 6.
Then look at the configuration file for the type of card you have. For e.g. hpbtlanconf for a btlan driver. This can be seen with 'ioscan -fnkC lan' command.
the entry in the hpbtlanconf would be like below.
HPBTLANCONF:
HP_BTLAN_INTERFACE_NAME[0]=lan1
HP_BTLAN_STATION_ADDRESS[0]=
HP_BTLAN_SPEED[0]=100FD
HP_BTLAN_INTERFACE_NAME[1]=lan6
HP_BTLAN_STATION_ADDRESS[1]=
HP_BTLAN_SPEED[1]=100FD
Note in the above example we set the card speed to 100FD and we did the same at the network switch end as well. If you want any other speed you can change that here. There are examples on the types of speeds in this document.
Hope this helps.
NOTE: Never troubleshoot your network problem if APA is up and running. You will not get anywhere. Most of your processes would not come up anyway.