- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- ping command is not working
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
08-26-2008 05:29 AM
08-26-2008 05:29 AM
ping command is not working
I had install HPUX 11i V3(HA OE) on TWO hp bl 860 server. I had connected the both servers in network too.
If itried to ping one server from the other server is not pinging.(But am able to ping the Gateway and the DNS server. i added the servers in /etc/hosts too.
I had enabled the services for the telnet and ftp in /etc/inetd.conf file and tested working fine.
Telnet,ftp,ssh and nslookup are working fine.
But only ping command is not working.
What has to be done for enabling the ping services(ICMP)?
One more thing , for accessing the telnet and ftp through root account which file has to be modified?
aDVANCE THANX TO ALL for the help.
Thanx nad rgds,
Prasanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2008 05:33 AM
08-26-2008 05:33 AM
Re: ping command is not working
Pete
Pete
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2008 05:41 AM
08-26-2008 05:41 AM
Re: ping command is not working
Please check if you are running the ping command from root user or have you given the full path of ping command with normal user.
/usr/sbin/ping
paste netstat -rn
check /etc/hosts file on both servers properly.
Thanks
SKR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2008 05:46 AM
08-26-2008 05:46 AM
Re: ping command is not working
If you can ping the gateway and not the server at the other end, may be, the gateway might have firewall functions. Contact the network admins reg. the gateway.
/etc/ftpd/ftpusers -security file for ftpd
if the username is added in it, remove it.
check also /var/adm/inetd.sec & /etc/securetty
rgds.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-26-2008 11:17 PM
08-26-2008 11:17 PM
Re: ping command is not working
Good Day,
May I have the error message when you are trying to ping from HP-UX to the problemetic server.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2008 12:18 AM
08-27-2008 12:18 AM
Re: ping command is not working
>>>>>If itried to ping one server from the other server is not pinging.(But am able to ping the Gateway and the DNS server. i added the servers in /etc/hosts too.
I had enabled the services for the telnet and ftp in /etc/inetd.conf file and tested working fine.
Telnet,ftp,ssh and nslookup are working fine.
.....
>>>>>>>>>
There is no requirement for enabling ping in hp box.
As everything else is working using network packets here so lets isolate the issue
1. You try to ping same box from other machines/laptops
2. If you see same issue then better report this to network admin to resolve.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2008 12:22 AM
08-27-2008 12:22 AM
Re: ping command is not working
and
also
#traceroute IP_address_of_problem_box
also
ls -l /usr/sbin/ping
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-27-2008 07:06 AM
08-27-2008 07:06 AM
Re: ping command is not working
Thanx for your reply for my query.
I solved the problem
That is related to ipfilter.
In hp ux 11.31 its getting enabled during the installation time.
Iha d desabled the ipfilter by using the following command.
# ipfilter -d
Thanx for all your support.
Rgds,
Prasanth