- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Configuring Additional LAN Card
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
06-14-2001 04:53 AM
06-14-2001 04:53 AM
Configuring Additional LAN Card
The box was running 10.20 and has been upgraded to 11.00, but I cannot get the additional interface to run. I think I may need to install a driver. I have listed below the output I'm getting from various cmds, on my 11 box and my other C3600 of the same spec which is running 10.20 still.
Any assistance appreciated.
-Steve
11.00
# ioscan -C lan -f
Class I H/W Path Driver S/W State H/W Type Description
====================================================================
lan 0 10/0/12/0 btlan3 CLAIMED INTERFACE PCI Ethernet (10110019)
lan 1 10/4/3/0 btlan UNCLAIMED UNKNOWN PCI Ethernet (10110019)
# ls -la /dev/lan*
crw-r--r-- 1 root sys 72 0x000077 Jun 4 19:10 /dev/lan
crw------- 1 root root 78 0x000000 Jun 6 00:44 /dev/lan0
crw-rw-rw- 1 bin bin 15 0x010000 Jun 4 19:10 /dev/lan1
# ls -l /dev/ether*
crw-rw-rw- 1 bin bin 77 0x000001 Jun 4 19:20 /dev/ether0
crw-rw-rw- 1 bin bin 15 0x010001 Jun 4 19:10 /dev/ether1
# lanscan
Hardware Station Crd Hdw Net-Interface NM MAC HP-DLPI DLPI
Path Address In# State NamePPA ID Type Support Mjr#
10/0/12/0 0x001089FFF679 0 UP lan0 snap0 1 ETHER Yes 119
#
10.20
# ioscan -C lan -f
Class I H/W Path Driver S/W State H/W Type Description
====================================================================
lan 0 10/0/12/0 btlan3 CLAIMED INTERFACE PCI(10110019) -- Built-in #4
lan 1 10/4/3/0 btlan5 CLAIMED INTERFACE PCI(10110019) -- 3
# ls -la /dev/lan*
crw-rw-rw- 1 root root 114 0x000000 Aug 30 2000 /dev/lan0
derdbln1# ls -l /dev/ether*
crw-rw-rw- 1 root root 114 0x000001 Aug 30 2000 /dev/ether0
# lanscan
Hardware Station Crd Hardware Net-Interface NM MAC HP DLPI Mjr
Path Address In# State NameUnit State ID Type Support Num
10/0/12/0 0x001083FF3F70 0 UP lan0 UP 4 ETHER Yes 114
10/4/3/0 0x001083FBA648 1 UP lan1 UP 5 ETHER Yes 130
#
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2001 04:59 AM
06-14-2001 04:59 AM
Re: Configuring Additional LAN Card
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2001 05:01 AM
06-14-2001 05:01 AM
Re: Configuring Additional LAN Card
A state of unclaimed in the ioscan means that no driver is claiming the card. The problem now is to find the driver for the card.
It's time to root around..
Bill
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2001 05:12 AM
06-14-2001 05:12 AM
Re: Configuring Additional LAN Card
ioscan status shows that the interface has not been claimed, since it couldn't find the driver for that, so install the particular driver for that interface which will be in os cd.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-14-2001 06:00 AM
06-14-2001 06:00 AM
Re: Configuring Additional LAN Card
Per Vincenzo. Will install PHNE_22962 patch, supercedes one he suggested. Will let you all know how I get on.