1RMCPING(8) System Manager Commands RMCPING(8)
2
3
4
6 rmcpping - send RMCP Ping to network hosts
7
9 rmcpping [OPTION...] destination
10
12 rmcpping uses the RMCP Ping request datagram to elicit an RMCP Pong
13 response from a remote host. The utility can be used to verify if a
14 remote host supports RMCP or IPMI. The initial starting sequence number
15 will be randomized.
16
17 rmcpping will return 0 to the environment if it receives atleast 1
18 response from the remote host. Otherwise, it exits with a value of 1.
19
21 The following options are available
22
23 -h Output help menu.
24
25 -V Output version.
26
27 -c count
28 Stop after sending count packets.
29
30 -i interval
31 Wait interval seconds between sending each packet. The default
32 is to wait for one second between each packet.
33
34 -I interface address
35 Set source address to specified interface address. Argument may
36 be numeric IP address or name of device.
37
38 -t timeout
39 Time to wait for a response, in seconds. Default is five sec‐
40 onds.
41
42 -v Verbose output.
43
44 -s num Specify an initial starting sequence number. The default is to
45 use a random initial sequence number.
46
47 -d Turn on debugging.
48
50 It has been observed that some remote BMCs can get "confused" and delay
51 packet responses if duplicate packets (with duplicate sequence numbers)
52 are sent in succession very quickly. There is no known way to cleanly
53 deal with a "confused" BMC other than the wait awhile.
54
55 Unlike ping(8), local network devicess (e.g. 127.0.0.1) cannot be
56 "pinged".
57
59 Report bugs to <freeipmi-users@gnu.org> or <freeipmi-devel@gnu.org>.
60
62 Copyright (C) 2007-2012 Lawrence Livermore National Security, LLC.
63 Copyright (C) 2003-2007 The Regents of the University of California.
64
65 This program is free software; you can redistribute it and/or modify it
66 under the terms of the GNU General Public License as published by the
67 Free Software Foundation; either version 3 of the License, or (at your
68 option) any later version.
69
71 Command and manpage based off ping(8).
72
74 freeipmi(7), ping(8), ipmiping(8)
75
76 http://www.gnu.org/software/freeipmi/
77
78
79
80rmcpping 1.2.1 2017-03-22 RMCPING(8)