- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- HP-UX 11.31 (PA-RISC) /dev/lan0 vs /dev/dlpi0
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
Tuesday - last edited yesterday by support_s
Tuesday - last edited yesterday by support_s
Having an issue with older FlexLM recognizing the NIC's MAC address and am thinking that it may be related to the system using dlpi. Is there a way to reintroduce true /dev/lan(0,1,2,etc) LLA instead of being forced to use the new DLPI standard? I heard that this may be resolved in a bundle named "HP-UX 11.31 Networking Compatibility" - is this available?
Thanks,
Brian
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
yesterday
SolutionHello @Kingbee76051,
What you’re running into is (unfortunately) a fairly common pain point when dealing with legacy code (like old FlexLM routines) on modern HP‑UX: the /dev/lan0 + LLA (Link Level Access) interface is largely obsolete, and in HP‑UX 11.31 (11i v3) the full native support for LLA has been removed (or at least severely curtailed) in favor of DLPI.
- The /dev/lanN device nodes were part of the older LLA / 9000-era networking interface. That interface was deprecated and HP has long pushed migration to DLPI.
- In versions of HP‑UX prior to 11.0 (and into early 11.x), HP retained legacy compatibility in many drivers so that older software expecting /dev/lanN and using LLA-style ioctls could still work. But in 11i v3 (11.31), the legacy LLA support is largely gone, especially for newer NIC drivers. Many newer drivers are pure‑DLPI and don’t maintain the old LLA device interface.
Regards.
Azr_geek