- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- hp_apa driver Vs. btlan driver
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
Forums
Discussions
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
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-11-2005 01:59 AM
02-11-2005 01:59 AM
I'm using HP Automatic Port Aggregation SW in my system; I've a proprietary OSI stack which is directly base on the LAN card driver; the proprietary stack properly works with the HP btlan drivers, but it fails with the hp_apa driver.
See the trace
11/02/105 15:28:11 *** init_dlpi - DL_ATTACH_REQ Lan Card on PPA 900
***
11/02/105 15:28:11 *** check_ctrl - expected_primitive = 0x06 incoming_primitive = 0xd22b8f3
***
11/02/105 15:28:11 *** handle_dlpi_primitive - FAILED DL_ATTACH_REQ
***
11/02/105 15:28:11 *** check_ctrl - expected_primitive = 0x06 incoming_primitive = 0x39b
***
11/02/105 15:28:11 *** ll_exit - DL_DETACH_REQ Lan Card
***
11/02/105 15:28:11 *** check_ctrl - expected_primitive = 0x06 incoming_primitive = 0x00
***
DO you have any ideas?
Is the hp_apa driver fully compatible with the btlan one?
The APA os configured in LAN monitor mode
thanks
Enrico
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2005 02:11 AM
02-11-2005 02:11 AM
Re: hp_apa driver Vs. btlan driver
Make sure you have *all* required prereq patches that APA needs.
Check the APA manual & the software.hp.com website for updates.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2005 03:30 AM
02-11-2005 03:30 AM
Re: hp_apa driver Vs. btlan driver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2005 03:41 AM
02-11-2005 03:41 AM
Re: hp_apa driver Vs. btlan driver
through lanadmin, this is the error message I got:
Resetting LAN Interface to run selftest.
error: expected primitive 0x06, got DL_ERROR_ACK
dl_error_primitive = 0xe8
dl_errno = 0x04
dl_unix_errno = 223
Unable to reset LAN Interface.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2005 03:42 AM
02-11-2005 03:42 AM
Re: hp_apa driver Vs. btlan driver
See if any of the patches you need for apa are not in a correct state.
apa is designed to work with the btlan driver which many HP NIC's use.
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2005 04:00 AM
02-11-2005 04:00 AM
Re: hp_apa driver Vs. btlan driver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-12-2005 06:53 AM
02-12-2005 06:53 AM
Re: hp_apa driver Vs. btlan driver
In one or more of the DLPI include files (find /usr/include -name "*dlpi*" -print) you may find the values of those incoming_primitives which may give clues as to what APA did not like about what the OSI stack tried to do.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2005 07:18 AM
02-13-2005 07:18 AM
Re: hp_apa driver Vs. btlan driver
My OSI stacks tries to connect to the APA driver, and it tries to reset the card at the first; the reset gives a negative result, therefore the OSI stack fails to start.
Therefore the real problem is:
why the reset fails?
this is the reset result when I run lanadmin - lan - reset
error: expected primitive 0x06, got DL_ERROR_ACK
dl_error_primitive = 0xe8
dl_errno = 0x04
dl_unix_errno = 223
Unable to reset LAN Interface.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2005 07:24 AM
02-13-2005 07:24 AM
Re: hp_apa driver Vs. btlan driver
BTW, why on earth is the OSI stack issuing a reset in the first place?!?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2005 07:31 AM
02-13-2005 07:31 AM
Re: hp_apa driver Vs. btlan driver
regards
Enrico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2005 10:16 AM
02-14-2005 10:16 AM
SolutionSome operations supported by btlan driver are not supported by APA. "Reset" card is one of those not supported by APA. Another un-supported one is "changing MAC address".
APA supports "most" DLPI primitives.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2005 12:38 AM
02-15-2005 12:38 AM