- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Ethernet Card hardware issue - C3700
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-24-2008 09:06 AM
12-24-2008 09:06 AM
Ethernet Card hardware issue - C3700
Model - Workstation model C3700
Version - B.11.11
I had an issue with inbuilt ethernet card, while giving lanscan hwt state down (status) but ifconfig and sam database showing card is enabled and up status.
If i give ifconfig lan0 - status showing up and SAM database - card is enabled. Can anyone explain this scenario what went wrong. Is there any physical hardware issue with builtin ethernet card or I have to install any patches for this issue.
Regards,
Senthilkumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2008 09:12 AM
12-24-2008 09:12 AM
Re: Ethernet Card hardware issue - C3700
If the NIC is not working then lanscan is right and SAM is wrong, there are always plenty of patches for SAM.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2008 09:17 AM
12-24-2008 09:17 AM
Re: Ethernet Card hardware issue - C3700
Is there any patches for this issue to resove as early as possible
regards,
Senthilkumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2008 09:22 AM
12-24-2008 09:22 AM
Re: Ethernet Card hardware issue - C3700
ping localhost
ping default gateway.
If you cannot ping the default gateway then either you have the wrong gateway, it is down, it is on the wrong vlan or the NIC in the workstation is bad.
Also, do not forget to check the status lights on the NIC. If you have no link then you have NIC or cable problems.
You can also check with lanadmin.
lanadmin -x 0 ( returns speed info for lan0 ). If this fails then again either the NIC is bad or your media or the switch port that it is plugged into.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2008 09:32 AM
12-24-2008 09:32 AM
Re: Ethernet Card hardware issue - C3700
ping localhost
-----------------> working fine I dont have any issue localhost and local ip address
ping default gateway. -- standalone system - i didnt assign any gateway for this station
If you cannot ping the default gateway then either you have the wrong gateway, it is down, it is on the wrong vlan or the NIC in the workstation is bad.
Also, do not forget to check the status lights on the NIC. If you have no link then you have NIC or cable problems.
-- light are glowing no issues with status lights
You can also check with lanadmin.
lanadmin -x 0 ( returns speed info for lan0 ). If this fails then again either the NIC is bad or your media or the switch port that it is plugged into.
lanadmin -x 0
# lanadmin -sx 0
Speed = 10000000
Current Config = NO LINK AUTONEG
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-24-2008 01:40 PM
12-24-2008 01:40 PM
Re: Ethernet Card hardware issue - C3700
Is that anything like a _problem_?
Has this stuff ever worked before, or is this
the first time you've tried it?
> ping localhost
This does not use the card. It should work.
> -- light are glowing no issues with status
> lights
Great. _Which_ lights are doing _what_?
> # lanadmin -sx 0
> Speed = 10000000
> Current Config = NO LINK AUTONEG
Around here:
dy # lanadmin -sx 0
Speed = 100000000
Current Config = 100 Full-Duplex AUTONEG
Apparently ("NO LINK"), your card is bad, or
else it's not connected to anything. (I
assume that "10000000" is what it says when
it's never seen anyone with whom to
negotiate.) To what do you _think_ it's
connected? (How?)
If you ever get a working cable and a good
connection to some hub or switch (not "NO
LINK"), then, if "ping" still fails, you
might wish to reveal what the IP addresses
are for this interface and the one you're
trying to "ping".
> -- standalone system - i didnt assign any
> gateway for this station
It's standing alone, all right. How alone do
you want it to be?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-06-2009 10:38 AM
01-06-2009 10:38 AM
Re: Ethernet Card hardware issue - C3700
* linkloop can be used to do a "link-level" ping without an IP address assigned - it uses MAC/Ethernet addresses - there is also a Linux port at http://www.freshmeat.net/linkloop some switches - ProCurve managed ones at least, with MAC addresses for the switch - will respond to the link-level query linkloop issues.
* there are *two* states for an interface in HP-UX - there is the administrative or "what we want it to be" state and then there is the operational or "what it really is" state - you have probably already seen that in the output of lanadmin...