- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- I am not able to ping using hostname.
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
10-02-2006 04:43 PM
10-02-2006 04:43 PM
A & B are in the same network.
C & D are in the same network.
Server_A# ping B ( I am able to ping)
Server_A# ping C ( unknown host)
Server_A# ping 10.29.3.50 (C's IP, able to ping)
Server_A# ping D ( unknown host)
Server_A# ping 10.29.3.51 (D's IP, able to ping)
Server_C# ping D ( I am able to ping)
Server_C# ping A ( unknown host)
Server_C# ping 172.120.8.40 (A's IP, able to ping)
Server_C# ping B ( unknown host)
Server_C# ping 172.120.8.41 (B's IP, able to ping)
Please let me know in which file, i should make some entries so that i will be able to ping using host name from each other.
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2006 04:46 PM
10-02-2006 04:46 PM
Re: I am not able to ping using hostname.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2006 04:49 PM
10-02-2006 04:49 PM
Re: I am not able to ping using hostname.
Please follow the example given in the file and make entries in similar way for these hosts and try.....
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2006 05:05 PM
10-02-2006 05:05 PM
Re: I am not able to ping using hostname.
In /etc/hosts, I have already made the entry but it is not working
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2006 05:24 PM
10-02-2006 05:24 PM
Solution1. Check the /etc/hosts for douple entries -2. Check /etc/nsswitch - use /etc/hosts first
3. Network connection is all right - ping and telnet is possible
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-02-2006 05:41 PM
10-02-2006 05:41 PM
Re: I am not able to ping using hostname.
I copied it from other server and now I am able to ping the other servers using hostname.
Thanks Mridul :-)