- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Gigabit A6847-60101
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
11-05-2003 06:32 AM
11-05-2003 06:32 AM
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2003 06:35 AM
11-05-2003 06:35 AM
Re: Gigabit A6847-60101
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2003 06:38 AM
11-05-2003 06:38 AM
Re: Gigabit A6847-60101
That GB card is a fibre gigabit card.
Do you have the igelan driver in the kernel?
Have the Rcv & Xmit lines on the fiber been verified. There's a known issue with this card IF the Xmit side is bad - although it causes system performance issues.
Finally, it's NEVER recommended to have 2 NICs in the same subnet. Causes all kinds of squirrely routing problems & I don't even want to think what new issues would be raised by having a Base-T AND Fibre Gig on the same subnet.
One of those NICs needs to move to another subnet before troubleshooting can commence - I suspect HP will sat the same.
My $0.02,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2003 09:04 AM
11-05-2003 09:04 AM
Re: Gigabit A6847-60101
You could try turning off the one or the other card temporarily without too much trouble while confirming nic functions with
ifconfig lanX 0.0.0.0
where X is lan card number
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-05-2003 01:10 PM
11-05-2003 01:10 PM
SolutionIf both NICs do not have equal connectivity to the rest of the network, this will result in connectivity problems on the host.
When the links are of the same type (and have equal connectivity), one can bind them together wtih Auto Port Aggregation - this makes them look like one NIC to the transport and APA deals with fail-over.
If the links are of different type and/or different connectivity, you either want to find a way to have each in a different IP subnet, or start adding explicit static routes to point destinations at each of the interfaces, or set ip_strong_es_model to one - which will cause outbound route selection to include source IP address and so traffic that came-in on interface A to IP A will have replies go back out interface A.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-06-2003 05:58 AM
11-06-2003 05:58 AM
Re: Gigabit A6847-60101
FWY you can also look at the GB cards to see their status and statistics:
lanadmin -x card_info ppa
lanadmin -x stats drv ppa
ppa == lan#
HTH,
Brian Hackley