- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Ping command with -m timeout switch
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
11-16-2007 12:18 AM
11-16-2007 12:18 AM
In HPUX 11.11, the ping command does not have the timeout switch (-m), is there any way to download a new ping command with that -m switch?
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2007 12:31 AM
11-16-2007 12:31 AM
Re: Ping command with -m timeout switch
B.11.11
$ ping
Usage: ping [-oprv] [-I interval] host [-n count [-m timeout]]
ping [-oprv] [-I interval] host packet-size [[-n] count [-m timeout]]
Notice the [-m timeout] option.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2007 12:38 AM
11-16-2007 12:38 AM
Re: Ping command with -m timeout switch
This is the output in my servers
# uname -r
B.11.11
# ping
Usage: ping [-oprv] [-i address] [-t ttl] host [-n count]
ping [-oprv] [-i address] [-t ttl] host packet-size [[-n] count]
the -m switch missing....is there any patch I need to apply?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2007 04:32 AM
11-16-2007 04:32 AM
Solutionthe patch for -m parameter is PHNE_29887;
Resolution:
Code has been modified to provide two additional
options (I and m) as detailed below:
-I : To set the time interval between two
successive packet transmissions
-m : To set the wait time after the last packet
has been transmitted
the link for that patch is
http://www4.itrc.hp.com/service/patch/patchDetail.do?BC=main|search|patchDetail{PHNE_29887,{hpux:11.11,}}|&patchid=PHNE_27382&sel={hpux:11.11,}
ps : dont forget to assign points.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2007 04:35 AM
11-16-2007 04:35 AM
Re: Ping command with -m timeout switch
Bill Hassell, sysadmin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2007 04:42 AM
11-16-2007 04:42 AM
Re: Ping command with -m timeout switch
if you look at that patch you will see that -m parameter added with that path to ping . I am sure..
Hasan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2007 06:28 AM
11-16-2007 06:28 AM
Re: Ping command with -m timeout switch
Linux, and every other thing out there, you
can't find source code for a "ping" program
with a time-out (possibly "-t" instead of
"-m")?