- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: 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-19-2006 09:43 PM
02-19-2006 09:43 PM
I want to configure APA configuration LAN MONITOR. I have 4 interfaces, lan0 lan1 lan4 and lan5.
I want to configure as below
1) lan0 - lan4
2) lan1 - lan5
The sample hp_apaportconf file that I have only configure 2 interfaces into one group as below
HP_APAPORT_INTERFACE_NAME[0]=lan0
HP_APAPORT_CONFIG_MODE[0]=LAN_MONITOR
HP_APAPORT_INTERFACE_NAME[1]=lan4
HP_APAPORT_CONFIG_MODE[1]=LAN_MONITOR
Question: How to configure another lan1 and lan5? Any group I have to add in hp_apaportconf file?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2006 09:50 PM
02-19-2006 09:50 PM
Re: APA configuration
This thread should be helpful to you,
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=914885
-Arun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2006 10:16 PM
02-19-2006 10:16 PM
Re: APA configuration
It is best to do this with SAM. My system with eight lans configured to give four logical has all except second last line commented in the file mentioned.
The entries are there in /etc/rc.config.d/hp_apaconf
HTH,
Devender
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2006 10:18 PM
02-19-2006 10:18 PM
SolutionIn the file /etc/rc.config.d/hp_apaportconf make sure you use a the follwoing variable "HP_APAPORT_GROUP_CAPABILITY". Make sure the 2 ports that u are agreegating belongs to the same number. In the following example, one group belongs to 5 and the other to 6.
HP_APAPORT_INTERFACE_NAME[0]=lan0
HP_APAPORT_GROUP_CAPABILITY[0]=5
HP_APAPORT_PRIORITY[0]=0
HP_APAPORT_CONFIG_MODE[0]=LAN_MONITOR
HP_APAPORT_INTERFACE_NAME[1]=lan4
HP_APAPORT_GROUP_CAPABILITY[1]=5
HP_APAPORT_PRIORITY[1]=0
HP_APAPORT_CONFIG_MODE[1]=LAN_MONITOR
HP_APAPORT_INTERFACE_NAME[0]=lan1
HP_APAPORT_GROUP_CAPABILITY[0]=6
HP_APAPORT_PRIORITY[0]=0
HP_APAPORT_CONFIG_MODE[0]=LAN_MONITOR
HP_APAPORT_INTERFACE_NAME[1]=lan5
HP_APAPORT_GROUP_CAPABILITY[1]=6
HP_APAPORT_PRIORITY[1]=0
HP_APAPORT_CONFIG_MODE[1]=LAN_MONITOR
Once you perform the following changes to your file, perform the following...
Stop and start APA
/sbin/init.d/hplm stop
/sbin/init.d/hpapa stop
/sbin/init.d/hpapa start
/sbin/init.d/hplm start
Configure /etc/lanmon/lanconfig.ascii and activate the configuration:
lanqueryconf â s
lanapplyconf
Once done, try lanscan to check that it has accepted the APA. The PPA's lan0,lan1,lan4 and lan5 should dissappear, leaving 2 APA's.
NOTE: make sure, lan1 and lan5 is connected to same VLAN, teast by using "linkloop" command.
Regards,
Senthil Kumar .A
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-19-2006 10:21 PM
02-19-2006 10:21 PM
Re: APA configuration
it should be..
lanqueryconf -s
lanapplyconf
Regards,
Senthil Kumar .A
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2006 11:21 PM
02-20-2006 11:21 PM
Re: APA configuration
HP Auto Port Aggregation (APA) Support Guide
http://www.docs.hp.com/en/netcom.html#Auto%20Port%20Aggregation%20%28APA%29
Hope that helps
Todd