- Community Home
- >
- Servers and Operating Systems
- >
- Legacy
- >
- Operating System - Tru64 Unix
- >
- Strange ping response
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
03-01-2004 04:31 AM
03-01-2004 04:31 AM
It happens a very strange behavior to my alphaserver with Tru64 5.1A.
I just reinstalled the operating system with the minimum software possible.
In whatever mode i set the NICs (with console command "set ewa0_mode $mode") they respond in this way (pinged from a linux box, the same from a m$ box):
[root@beta /]# ping alpha
PING alpha (192.168.0.250) from 192.168.0.130 : 56(84) bytes of data.
64 bytes from alpha (192.168.0.250): icmp_seq=2 ttl=64 time=0.222 ms
64 bytes from alpha (192.168.0.250): icmp_seq=4 ttl=64 time=0.216 ms
64 bytes from alpha (192.168.0.250): icmp_seq=6 ttl=64 time=0.208 ms
64 bytes from alpha (192.168.0.250): icmp_seq=8 ttl=64 time=0.205 ms
64 bytes from alpha (192.168.0.250): icmp_seq=10 ttl=64 time=0.196 ms
64 bytes from alpha (192.168.0.250): icmp_seq=12 ttl=64 time=0.189 ms
64 bytes from alpha (192.168.0.250): icmp_seq=14 ttl=64 time=0.188 ms
64 bytes from alpha (192.168.0.250): icmp_seq=16 ttl=64 time=0.181 ms
--- alpha ping statistics ---
16 packets transmitted, 8 received, 50% loss, time 15012ms
rtt min/avg/max/mdev = 0.181/0.200/0.222/0.020 ms
As you can see, one time it answers, one time not. It gives me problem on a ftp connection too. I tried many times this test, always the same answer.
Could it e a hardware problem? (Strange: the same behavior on two NICs).
What's happening?
Thank you
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2004 05:15 AM
03-01-2004 05:15 AM
Re: Strange ping response
can you post ifconfig -a?
Did you by accident assign the same ip to both NICs?
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2004 05:25 AM
03-01-2004 05:25 AM
Re: Strange ping response
This is typical for a hdx/fdx mismatch between system and lan-switch. So check with
hwmgr -get attribute -category network, what the OS thinks it is set to. If it is different from the switch-port setting, try the lan_config command to find the correct setting, eg /usr/sbin/ln_config -i ee2 -a 0
If your devices are of the type "eex", and your switch is autonegociate-capable, then leave the console ewa0_mode = auto.
If the lan-devices are of the "tux"-type then use fixed settings at both ends.
Rgds,
Johan.
_JB_
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2004 07:16 PM
03-01-2004 07:16 PM
Re: Strange ping response
There is no problem in h/w
could u post the o/p
#ifconfig -a
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2004 10:46 PM
03-01-2004 10:46 PM
Re: Strange ping response
the ee devices doesn't honor any console switches. The intel driver is purely autoneg oriented!
kamal:
please post the output of "netstat -i" and name the used device. It seems 100% a network problem (connection settings or ip related, like duplicate IP's).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 12:28 AM
03-02-2004 12:28 AM
Re: Strange ping response
Kamal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 12:45 AM
03-02-2004 12:45 AM
Re: Strange ping response
was that your intention to have both cards in the same subnet?
See also:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=440321
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 01:41 AM
03-02-2004 01:41 AM
Re: Strange ping response
Kamal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 01:46 AM
03-02-2004 01:46 AM
Solutionif one card is not connected, what does it do with a packet, it can not deliver?
I do not know for sure, how Tru Unix handles two cards for one subnet, if it does round robbin. But try to deconfigure the nic, that is not linked and try the ping again.
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 01:57 AM
03-02-2004 01:57 AM
Re: Strange ping response
ping works on MAC base, so if one adapter is not connected there is no sideeffect
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 02:21 AM
03-02-2004 02:21 AM
Re: Strange ping response
Tnx
Kamal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 02:25 AM
03-02-2004 02:25 AM
Re: Strange ping response
use sysman -> networking -> network setup -> deconfigure
deconfigure the nic, you want to stop.
greetings,
Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 02:42 AM
03-02-2004 02:42 AM
Re: Strange ping response
Deconfigured the NIC. I don't know why, but it works!!!
Thank you very much.
Kamal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 03:54 AM
03-02-2004 03:54 AM
Re: Strange ping response
I have an ES40 server I have also configured 2 NIC cards with ip addresses in same subnet and only one is active at a time but I dont face any kind of problem
I wonder what exactly solved the problem
Ninad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 04:15 AM
03-02-2004 04:15 AM
Re: Strange ping response
Ralf> ping works on MAC base, so if one adapter is not connected there is no sideeffect
Yeah but the MAC address only comes in play after the drivers selected a target NIC no? It woudl seem that the OS selected the non-connected nic every other time.
Kamal> Deconfigured the NIC. I don't know why, but it works!!!
Great. Thanks for the feedback.
Ninad> I have also configured 2 NIC cards with ip addresses in same subnet and only one is active at a time but I dont face any kind of problem
But in your case those nics are properly connetced to the real network. Not so for Kamal.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2004 06:32 PM
03-02-2004 06:32 PM
Re: Strange ping response
it seems he is using an OS 5.x because in this version latent support is enabled. This feature allow some kind of "load balancing" without any failover mechanism (so a problem leads to network outage). In v4.x latent support is disable by default. If using latent support switches are necessary and routing daemons must be disabled (see network admin guide)
But why not using LAG? It is more robust, true load balancing.
In case of ping an ICMP will be automatically answered by low-level functions, I'm just wondering why the answer of the interface will be spreaded over all interfaces....it makes no sense.