- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Does this mean network intreface failed?
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
04-29-2002 06:35 PM
04-29-2002 06:35 PM
Does this mean network intreface failed?
In my sun box (solaris 2.7), ping itself is ok, netstat -rn show correctly, but ping other host fail on the same lan, chang a good network cable , the error remain.
does this mean the network intreface failed?
Thanks
Sunny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 06:44 PM
04-29-2002 06:44 PM
Re: Does this mean network intreface failed?
Is the other box a HPUX box?
You could try a similar test from a PC or if you have access your system console. (telnet & ping)
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 06:49 PM
04-29-2002 06:49 PM
Re: Does this mean network intreface failed?
On your sun box, can you perform an the following after the ping other host(s) failed?
# arp -a
This will display the arp cache table in your sun box. If the MAC addresses of the other hosts are shown, then your link layer connectivity is fine and the fault most likely is the IP layer such as configuration settings.
If you don't see the MAC addresses displayed, then your link layer connectivity is not available. In that case, you should check your switch port settings such as VLAN settings i.e. ensure that your sun box is in the same VLAN as the other systems you are ping'ing.
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 06:52 PM
04-29-2002 06:52 PM
Re: Does this mean network intreface failed?
ping -s hostname
returns. It is hard to decide at first that n/w card had has gone bad ...
can you try once the following
# ifconfig hme0 down
# ifconfig hme0 up
you can also try changing the IP address of the interface for any ip address conflict see the syslog.
-Niraj
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 07:43 PM
04-29-2002 07:43 PM
Re: Does this mean network intreface failed?
arp -a show nomessage, the the sun box and
the pinged sunbox are on the same switch.
Thanks
Sunny
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-29-2002 07:54 PM
04-29-2002 07:54 PM
Re: Does this mean network intreface failed?
Check whether the link light is green on your NIC card.
Do you have a cross-over cable? Connect it from this sun box to either other box you are ping'ing or a notebook. Can the sun box ping the notebook? Can the notebook ping the sun box?
If ping failed and arp -a does not show the MAC address of the notebook, then you most likely have a faulty network card that needs to be changed. Check your /var/adm/messages (or dmesg) for messages or errors involving your hme0 interface. Are there any link down messages on the sun box?
Hope this helps. Regards.
Steven Sim Kok Leong
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-30-2002 12:17 PM
04-30-2002 12:17 PM
Re: Does this mean network intreface failed?
Look for link lights on both ends of the network cable. Verify that speed and duplex are the same on both ends. Try a different port on the switch and make sure the port is not in the wrong VLAN.
Sun must have an equivalent of hp's lanadmin which tells you the status of the NIC and gives statistics on packets in and out and any errors. You may want to post in the sun forum:
http://forum.sun.com/
Ron