- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Gigabit Ethernet problems
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-13-2001 07:20 AM
12-13-2001 07:20 AM
Gigabit Ethernet problems
ifconfig lan2 92.168.20.5 netmask 255.255.255.0 broadcast 92.168.20.255 up
But this is the output when I run ifconfig on that interface:
# ifconfig lan2
lan2: flags=1863
inet 92.168.20.5 netmask ffffff00 broadcast 92.168.20.255
Now, there is no communications over that interface. Any help?
Jose
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2001 07:29 AM
12-13-2001 07:29 AM
Re: Gigabit Ethernet problems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2001 07:36 AM
12-13-2001 07:36 AM
Re: Gigabit Ethernet problems
flags=1863
Standard is
flags=843
Do you have anything weird in your /etc/rc.config.d/netconf file?
What does a netstat -in show you.
I have never seen the CKO before, I am trying to find some info on that.
More Later,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2001 07:38 AM
12-13-2001 07:38 AM
Re: Gigabit Ethernet problems
Hope this helps
Chris
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2001 07:42 AM
12-13-2001 07:42 AM
Re: Gigabit Ethernet problems
Your ifconfig output look ok. The CKO will be there for ifconfig output of Giga cards (it''s there on my system too).eg on my working system:
#ifconfig lan2
lan2: flags=1843
inet 100.9.20.35 netmask ffffff00 broadcast 100.9.20.255
**
Two possible reasons for your problem could be the
- CABLE -> I have had issues with the Giga card cable once. Make sure the LEDS on the lan card are glowing green, as per the lan card manual specs.
-- Your routing configuration.
do netstat -nr and check whether it is going to the right subnet.
HTH
raj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2001 07:43 AM
12-13-2001 07:43 AM
Re: Gigabit Ethernet problems
GL,
C
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2001 07:49 AM
12-13-2001 07:49 AM
Re: Gigabit Ethernet problems
Try these links,
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=3ae3a589075a259b74/screen=ckiDisplayDocument?docId=200000042418194
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=3ae3a589075a259b74/screen=ckiDisplayDocument?docId=200000056236904
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=3ae3a589075a259b74/screen=ckiDisplayDocument?docId=200000048086778
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2001 07:51 AM
12-13-2001 07:51 AM
Re: Gigabit Ethernet problems
Here is some more info on the configuration,
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=3ae3a589075a259b74/screen=ckiDisplayDocument?docId=200000051244108
http://us-support2.external.hp.com/cki/bin/doc.pl/sid=3ae3a589075a259b74/screen=ckiDisplayDocument?docId=200000049915689
Hope this helps.
Regds
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2001 09:42 AM
12-13-2001 09:42 AM
Re: Gigabit Ethernet problems
It does seem to be a compatibility problem between the NIC and the switch (3Com SuperStack 9300): we have switched power on the switch and now the NIC is working fine!
This behavior is very strange: it apears only when I ifconfig down the gigabit NIC and then try to ifconfig it up back again...
Thanks to everyone.
Jose