- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- What's the best way to recognize a link aggregate
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-15-2005 12:36 AM
02-15-2005 12:36 AM
What's the best way to recognize a link aggregate
I've a proprietary stack which directly links to the card driver, either btlan or hp_apa.
Being that the behaviour of my software must be different if the card is a virtual card, i.e. a link aggregate, I need ti distinguish the APA link aggregates from the normal cards.
Which is the best way?
regards
Enrico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2005 12:50 AM
02-15-2005 12:50 AM
Re: What's the best way to recognize a link aggregate
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2005 12:58 AM
02-15-2005 12:58 AM
Re: What's the best way to recognize a link aggregate
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2005 09:16 AM
02-15-2005 09:16 AM
Re: What's the best way to recognize a link aggregate
# lanscan
Hardware Station Crd Hdw Net-Interface NM MAC HP-DLPI DLPI
Path Address In# State NamePPA ID Type Support Mjr#
0/0/0/0 0x00306E0C09AB 0 UP lan0 snap0 1 ETHER Yes 119
LinkAgg0 0x00306E1DD544 100 UP lan100 snap100 7 ETHER Yes 119
LinkAgg1 0x000000000000 101 DOWN lan101 snap101 8 ETHER Yes 119
LinkAgg2 0x000000000000 102 DOWN lan102 snap102 9 ETHER Yes 119
LinkAgg3 0x000000000000 103 DOWN lan103 snap103 10 ETHER Yes 119
LinkAgg4 0x000000000000 104 DOWN lan104 snap104 11 ETHER Yes 119
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2005 06:06 PM
02-15-2005 06:06 PM
Re: What's the best way to recognize a link aggregate
Link aggregates on HP-UX start with lan100 or 100 as the default PPA. This can be changed in the APA config file, but I don't recommend it.
You might check to see if there is a lan100 on the system. If so, then you know that there is an aggregate on the system.
A DLPI scan/listing of all the PPA's will return that a PPA exists, even if it is part of an aggregate. lanscan removes the PPA from the listing if it is part of an aggregate.
This gets a little tricky in educating your code to know if the PPA is part of an aggregate.
Check the DLPI Programmers guide for the primative. There has to be a specific different value if the card is part of an aggregate.
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2005 08:00 PM
02-15-2005 08:00 PM