- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- APA Configuration
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
02-14-2010 08:48 PM
02-14-2010 08:48 PM
I need help for configuring the APA.
INTERFACE_NAME[4]=lan4
IP_ADDRESS[4]=10.174.0.104
SUBNET_MASK[4]=255.255.255.240
BROADCAST_ADDRESS[4]=10.174.0.255
INTERFACE_STATE[4]=up
INTERFACE_NAME[8]=lan8
IP_ADDRESS[8]=10.174.0.120
SUBNET_MASK[8]=255.255.255.240
BROADCAST_ADDRESS[8]=10.174.0.255
INTERFACE_STATE[8]=up
Above are my lan cards which are planned for aggregation. The purpose is for redundancy ( no interruption to the network evenif one card fails). I want to know, whether we need to remove the ip's assigned to both the cards and then assign different ip to the aggregated port(lan900).
And how about LAN MONITORING ? Do we need to configure that also for the failover mode ?
Awaiting for the reply. Thanks in Advance.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2010 09:33 PM
02-14-2010 09:33 PM
Re: APA Configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2010 10:16 PM
02-14-2010 10:16 PM
Re: APA Configuration
My IP for the aggregation is 10.174.0.104
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2010 10:44 PM
02-14-2010 10:44 PM
Re: APA Configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2010 02:04 AM
02-15-2010 02:04 AM
Re: APA Configuration
Both Load balacing & Failback caanot be implemented together.
Go for failback method i.e. hot standby mode.
You have activate the mode.
you can easily configure it through sam.
Regds.,
Sachin Kumbla
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2010 08:31 PM
02-15-2010 08:31 PM
Re: APA Configuration
You can follow the attached procedure.
Regds..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2010 08:38 PM
02-15-2010 08:38 PM
Re: APA Configuration
**No points for above thread.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2010 09:17 PM
02-15-2010 09:17 PM
Re: APA Configuration
Thanks for your reply. So If I want to configure APA for fail over, could you pls confirm that the following will be the procedure.
edit /etc/rc.config.d/hp_apaportconf
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
and assign permanent IP address to lan900 in /etc/rc.config.d/netconf.
If this is the case, then what should be the entry in /etc/rc.config.d/hp_apaconf file ?
Thanks in Advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2010 09:49 PM
02-15-2010 09:49 PM
Re: APA Configuration
----
HP_APA_START_LA_PPA=900
HP_APA_DEFAULT_PORT_MODE=MANUAL
----
Rest looks ok.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2010 10:28 PM
02-15-2010 10:28 PM
Re: APA Configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2010 10:49 PM
02-15-2010 10:49 PM
Re: APA Configuration
Please find the attached document for APA configuration which i have prepared.
Regards,
Prasanth Thomas.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2010 06:50 AM
02-16-2010 06:50 AM
SolutionHow you configure Lan Monitor can depend on what version of HP-Ux you are using. In 11.31, you can use System Management Homepage for lan monitor. Prior versions require manual configuration using :
lanqueryconf
lancheckconf
lanapplyconf
... commands.
But, you have a different issue. The IP addresses you currently have assigned are not on the same subnet, according to your netmask. If you cannot linkloop from lan4 to lan8, ( linkloop -i 4
You asked about FEC_AUTO. This is used for a load balancing configuration, uses Cisco protocol called "PAgP", and requires a cooperating configuration on the switch side. A load balancing configuration is also redundant. Other types of load balancing use LACP or MANUAL modes, but still require matching configuration on the switch side.
Lan Monitor, on the other hand, requires no special configuration on the switch, but the primary and standby cards do have to be connected to the same subnet.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2010 04:59 PM
02-16-2010 04:59 PM
Re: APA Configuration
My basic aim is to put on the Failover mode. So pls suggest the easiest method to configure the Failover mode.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2010 06:23 PM
02-16-2010 06:23 PM
Re: APA Configuration
Lan Port Aggregation is the best suite for "load balancing & fail over"
>>My basic aim is to put on the Failover mode.<<
also please consider from "Network Switch" point of view "failover" so that you avoid all the Single point of failures.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2010 06:50 PM
02-16-2010 06:50 PM
Re: APA Configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-16-2010 07:30 PM
02-16-2010 07:30 PM
Re: APA Configuration
i meant to say "you also consider having redundancy from "Network switch"
>>If so what are they ?<<<<
"switch 1 - switch 2" backup each other