- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- cannot ping one host on network - all others are ...
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
01-10-2003 08:27 AM
01-10-2003 08:27 AM
cannot ping one host on network - all others are ok
I have a HP J282 with a pinging problem. This box has HP-UX 10.20 loaded. Sometimes right after I logon root I can ping another box with 11.0 then the ping will stop. If I ping other hosts in my network -all in the same subnet- ping works fine. The other 11.0 box is a J6000. The J282 has been behaving strangely before this as well. I have used the ping hostname and IP address with both results the same. The behavior before this is things like it will not allow rlogins from the other hosts if we are not running our software on it. Also, I have swapped out the integrated module with the keyboard, mouse, and AUI ports on the back of the unit with the same results. How can one tell if the backplane is bad?
Any suggestions would be highly appreciated.
Ron
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2003 08:35 AM
01-10-2003 08:35 AM
Re: cannot ping one host on network - all others are ok
Good Luck.
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2003 08:42 AM
01-10-2003 08:42 AM
Re: cannot ping one host on network - all others are ok
man arp for more information.
Regards,
Shannon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2003 08:47 AM
01-10-2003 08:47 AM
Re: cannot ping one host on network - all others are ok
If you can ping addresses within your network and can sometime ping addresses outside your network, sounds like a router/hub problem. Can you ping your default gateway? Can you try another port on your hub?
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2003 08:49 AM
01-10-2003 08:49 AM
Re: cannot ping one host on network - all others are ok
I agree with Shannon. You could be getting some inconsistant responses if you have another device, like a printer, with the same IP.
Look at and clear your arp tables.
Tom
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2003 08:55 AM
01-10-2003 08:55 AM
Re: cannot ping one host on network - all others are ok
you may have duplicate mac addresses
check /etc/rc.config.d/hp***conf files
where the *** is ether, or base100, or whatever lan cards you are running
if you have anything listed in the station address field, this value overrides the hardware mac
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-13-2003 10:41 AM
01-13-2003 10:41 AM
Re: cannot ping one host on network - all others are ok
If link-loop works in each direction, it implies (but not conclusively) that there are no duplicate MACs on the network, but perhaps there are some duplicate IP addresses as suggested.
As you ping the system with ping, the inbound ICMP echo request and outbound ICMP echo reply fields of the output of netstat -p icmp should increment on the "target." On the source, flip that around - the outbound ICMP echo request and the inbound ICMP echo replies should (iirc) increment.
Another thing to consider is running tcpdump while you run ping. Run tcpdump on both machines and tell it to only look at ICMP packets. Then on the target of the ping, if you see the ICMP echo request you know that the sender has the right IP to MAC mapping.
If you run tcpdump with the -e option, you can see the MAC address being used for the ICMP echo reply. That should match what you see in lanscan on the system sending the pings.