- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Changing a LAN card 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
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
07-28-2006 12:02 AM
07-28-2006 12:02 AM
We have 2 identical RX2620 servers running 11.23.
The only difference is that the first server (that is working correctly) has the following LAN card:
HP AB465-60001 PCI/P
CI-X 1000Base-T 2-port 2Gb FC/2-port 1000B-T Combo Adapter using the "igelan" driver.
The second server (that's not working) has the following LAN card:
HP A7012-60001 PCI/PCI-X
1000Base-T Dual-port Adapter using the "iether" driver.
Can anyone tell me how I can change the driver for the second server to see if the "igelan" driver makes a difference?
Thanks
Andrew
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2006 12:19 AM
07-28-2006 12:19 AM
Re: Changing a LAN card Driver
There are limits but you should be able to renumber your hardware instance to meet these needs.
http://forums.itrc.hp.com/service/forums/questionanswer.do?threadId=695058
http://h21007.www2.hp.com/dspp/files/unprotected/ddk/drivermigrationguide/net-mig.pdf
Summary, this is dangerous and can make your system unbootable.
You will need to remove and reinitialize your /etc/ioinit file.
Be careful not to change things you do not need to change, it can get hairy.
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
07-28-2006 12:23 AM
07-28-2006 12:23 AM
Re: Changing a LAN card Driver
// first consult man pages.
// find the HW-PATH of your NIC" with
# ioscan -fnkClan
// "remove special files"
# rmsf -H "HW-Path to nic"
// "bind new driver to Hardware"
# ioscan -M igelan -H "HW-Path to nic"
// "recreate special files."
# insf -H "HW-Path to nic"
rgds
HGH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2006 01:29 AM
07-28-2006 01:29 AM
Re: Changing a LAN card Driver
I decided to go with the not so "dangerous" suggestion first and got this message:
# rmsf -H 0/4/1/1
rmsf: Specified hardware path has no devices
Any ideas?
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2006 02:21 AM
07-28-2006 02:21 AM
Solutionyour driver is correct:
http://www.docs.hp.com/en/5971-4261/ch01s01.html#d0e166
Your problem is something else (cable, NIC, switch port, IP/subnet configuration ...)
Enrico
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2006 07:12 AM
07-28-2006 07:12 AM
Re: Changing a LAN card Driver
You are correct, it is something else. We are just not sure what.
We have 6 LAN cards, 2 onboard and 5 of the 6 will not work.
We can ping from another system and a sniffer shows traffic going to the server but it is not responding, even though the network can see the MAC address of the sever that isn't responding.
It's a blackhole :-)
Thanks for all the suggestions.
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-28-2006 07:17 AM
07-28-2006 07:17 AM
Re: Changing a LAN card Driver
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2006 04:57 AM
07-31-2006 04:57 AM
Re: Changing a LAN card Driver
You mention "blackhole" - any chance you have multiple ports configured into the same IP subnet? By default when you do that, HP-UX assumes that each NIC/port has equal connectivity to the rest of the network. Packets will be accepted on all ports in the subnet, but will be transmited out only one of them.
If you want multiple NICs in the same subnet, the "best" thing to use is Auto Port Aggregation. Barring that you need to consider static routes pointing out specific ports, or setting ip_strong_es_model to a value of either 1 or 2.
So, checking netstat -rn might be goodness.
I take it the other two GbE's already on the motherboard are being used for something?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2006 06:10 AM
07-31-2006 06:10 AM
Re: Changing a LAN card Driver
We currently only have 2 ports configured. The first is lan0 and is a GbE on the motherboard. The other configured port is lan1 and is the second GbE on the motherboard and it is not working.
As I had mentioned before, a sniffer can see traffic going out but there is no return traffic. We have verified that routing is configured correctly.
It's a mystery.
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2006 06:17 AM
07-31-2006 06:17 AM
Re: Changing a LAN card Driver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2006 06:26 AM
07-31-2006 06:26 AM
Re: Changing a LAN card Driver
Are you sure you configured the right cards connected to the network?
You mentioned 5 of the 6 LANs will not work.
Did you configure different subnets to each?
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2006 06:43 AM
07-31-2006 06:43 AM
Re: Changing a LAN card Driver
In a nutshell, I'm trying to use a second subnet. The one working port is a built in card and is configured for our "production" subnet (.20)
I then wanted to configure a second port (a combo card) to use our "backup" subnet (.120), and when that card did not work, I tried the other 3 combo cards. None of them worked and that's when I posted this question.
I then tried configuring the second built in card to use the "backup" subnet and it still does not work.
I hope that explains it a little better.
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2006 06:46 AM
07-31-2006 06:46 AM
Re: Changing a LAN card Driver
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2006 06:47 AM
07-31-2006 06:47 AM
Re: Changing a LAN card Driver
Sorry for this question, but I remember a thread some days ago with exactly this reason.
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2006 05:50 AM
08-01-2006 05:50 AM
Re: Changing a LAN card Driver
I have moved the cable around a lot and configured all 5 remaining ports, but I'm sure the configured port is the one that the cable is plugged in to.
Attached is the output of "netstat -rn". I had to replace the first part of the IP with "*" for security reasons.
Thanks
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2006 06:08 AM
08-01-2006 06:08 AM
Re: Changing a LAN card Driver
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2006 06:16 AM
08-01-2006 06:16 AM
Re: Changing a LAN card Driver
Thanks
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2006 06:21 AM
08-01-2006 06:21 AM
Re: Changing a LAN card Driver
Few more things to consider...
1) What subnet mask are you using on that static route? Check with netstat -rvn You may have a VLAN or supernet in play here. Check with your networking group to be sure.
2) If using ping outbound make sure you're using ping -i xxx.xxx.120.201 to "force" the ping out the proper I/F
3) If using traceroute, again use -i I/F or -s addr to force it out the proper I/F
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2006 06:22 AM
08-01-2006 06:22 AM
Re: Changing a LAN card Driver
1) Output of 'netstat -in'
2) Output of 'ioscan -kfnC lan'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2006 06:29 AM
08-01-2006 06:29 AM
Re: Changing a LAN card Driver
0/1/2/0 lan0 build-in A
0/1/2/1 lan1 build-in B
0/3/1/x lan2/3 second card from top
0/4/1/x lan4/5 top card
make sure you configure only one interface to one subnet at a time.
You can also check the connectivity with "linkloop" (as already mentioned).
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2006 06:54 AM
08-01-2006 06:54 AM
Re: Changing a LAN card Driver
Attached is a file with all the commands recently mentioned.
Torsten,
You are correct about the configuration of the cards, and yes I am pretty sure there is only one interface to one subnet configured at a time.
Thanks
Andrew
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2006 07:01 AM
08-01-2006 07:01 AM
Re: Changing a LAN card Driver
If it's 255.255.0.0 then that could be your problem if the 1st 2 octets of each network are similar.
If it's 255.255.255.0, then you shouldn't have any problems.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2006 07:16 AM
08-01-2006 07:16 AM
Re: Changing a LAN card Driver
Our subnet mask is 255.255.255.0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-01-2006 07:33 AM
08-01-2006 07:33 AM
Re: Changing a LAN card Driver
Hope this helps!
Regards
Torsten.
__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.
__________________________________________________
No support by private messages. Please ask the forum!
If you feel this was helpful please click the KUDOS! thumb below!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-02-2006 01:14 AM
08-02-2006 01:14 AM
Re: Changing a LAN card Driver
Here is the output of the linkloop.
# linkloop -i 2 -v 0x0015605E72C9
Link connectivity to LAN station: 0x0015605E72C9
error: expected primitive 0x30, got DL_ERROR_ACK
dl_error_primitive = 0x2d
dl_errno = 0x04
dl_unix_errno = 57
error - did not receive data part of message
#
#
# linkloop -i 1 -v 0x0016353E9D28
Link connectivity to LAN station: 0x0016353E9D28
error: get_msg2 getmsg failed, errno = 4
-- FAILED
frames sent : 1
frames received correctly : 0
reads that timed out : 1
The first linkloop was run on the card configured for ***.***.120.201 and the second was run on the ***.***.20.201 card.
Thanks
Andrew