- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Network 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
12-28-2007 10:41 AM
12-28-2007 10:41 AM
Network card driver
ioscan -fnC lan
Class I H/W Path Driver S/W State H/W Type Description
====================================================================
lan 5 1/0/4/0/0 gelan CLAIMED INTERFACE HP A4929A PCI 1000Base-T Adapter
lan 8 1/0/14/0/0 gelan CLAIMED INTERFACE HP A4929A PCI 1000Base-T Adapter
They are not starting during system startup. I have the following messages when the system is starting up.
Configure HP igelan Gigabit Ethernet interfaces ..................... OK
Configure HP iether Gigabit Ethernet interfaces ..................... OK
Configure HP Gigabit Ethernet interfaces ............................ FAIL *
Configure HP Ethernet interfaces .................................... OK
Create PCI FDDI device files. ....................................... OK
Configure HP 100BASE-T interfaces ................................... N/A
Configure VLAN interfaces ........................................... OK
Configure LAN interfaces ............................................ FAIL *
Looks like that these LAN cards are not starting with the system. I can ping myself from this virtual partition but cannot ping other systems on the network.
Can some one give me some direction pls.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2007 10:57 AM
12-28-2007 10:57 AM
Re: Network card driver
Is the lan has default routing?
did you set the gateway address?
please check
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2007 10:58 AM
12-28-2007 10:58 AM
Re: Network card driver
start by looking at messages related to /sbin/rc2.d...failed message or non-zero exit code regarding a script for the cards.
then examine the script to see what it's doing.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2007 11:01 AM
12-28-2007 11:01 AM
Re: Network card driver
I think there is some driver problem:
It is HP A4929A PCI 1000Base-T adapter. Can u pls tell me where to get its driver and how to install in the server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2007 11:08 AM
12-28-2007 11:08 AM
Re: Network card driver
GigEther-00 gelan A4929A PCI 1000Base-T (gigabit over copper) card
Configure HP igelan Gigabit Ethernet interfaces ..................... OK
I think you have already installed GigEther-00 so your cards working.
Best Regards
Murat
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2007 11:25 AM
12-28-2007 11:25 AM
Re: Network card driver
Configure HP Gigabit Ethernet interfaces
Output from "/sbin/rc2.d/S308hpgelan start":
----------------------------
ERROR: (PPA: ) : Could not find device lan0 in lanscan output . Make sure this
device exists.
"/sbin/rc2.d/S308hpgelan start" FAILED
And following about the lan services
Configure LAN interfaces
Output from "/sbin/rc2.d/S340net start":
----------------------------
ERROR: lan0 interface: ifconfig: no such interface
ERROR: lan7 interface: ifconfig: no such interface
"/sbin/rc2.d/S340net start" FAILED
The ioscan output is:
usunx51:# ioscan -fnC lan
Class I H/W Path Driver S/W State H/W Type Description
====================================================================
lan 5 1/0/4/0/0 gelan CLAIMED INTERFACE HP A4929A PCI 1000Base-T Adapter
lan 6 1/0/9/0/0 btlan CLAIMED INTERFACE HP A5230A/B5509BA PCI 10/100Base-TX Addon
/dev/diag/lan6 /dev/ether6 /dev/lan6
lan 8 1/0/14/0/0 gelan CLAIMED INTERFACE HP A4929A PCI 1000Base-T Adapter
I think there is some mismatch in instance number in rc starting scripts, need suggestions pls.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2007 11:33 AM
12-28-2007 11:33 AM
Re: Network card driver
Please check your lan[number] interfaces available in vpar, try lanscan.
The error you have form hpigelanconf is due to in /etc/rc.conf.d/hpigelanconf some settings has been done for lan0 but lan0 is not avaialabe or use different driver than igelan.
Check what are you lan interfaces with lanscan and ioscan -fnk then configure if needed proper interface in hpigelanconf file.
The second error is almost the same , it seems you have configurations for lan0 and lan7 in /etc/rc.config.d/netconf but such interfaces are not available. Correct the file with proper interfaces or delete the lines for not existing and not used one.
If you think you are missing device files, then do:
insf -e
If you still have problems, please provide us with:
ioscan -fn
insf -e
lanscan
cat /etc/rc.config.d/netconf
cat /etc/rc.config.d/hpigelanconf
Cheers
Radko
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2007 12:27 PM
12-28-2007 12:27 PM
Re: Network card driver
I think there is some problem in instance numbers for lan adaptors. Let me tell u a little about installation:
I installed hp-ux first in the boot disks of vpars and then created the vpars. Can u further pls eloborate the process to resolve this issue.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2008 06:54 AM
01-01-2008 06:54 AM
Re: Network card driver
Could you please provide the output from commands I asked you?
Let see what's the current configuration and then we will see how to help you.
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2008 11:24 PM
01-01-2008 11:24 PM
Re: Network card driver
I guess your netconf contains a config for NIC that no longer belongs to this vPar.
run
# lanscan
and compare to your setup in
/etc/rc.config.d/netconf
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!
