logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

rmcp_ping - IPMI RMCP Ping program

Author

       Corey Minyard <cminyard@mvista.com>

OpenIPMI                                            02/24/06                                        rmcp_ping(1)

Description

       The  rmcp_ping  program  sends  an  RMCP  ping  packet onces a second to the destination, printing unique
       responses it receives.

Name

       rmcp_ping - IPMI RMCP Ping program

Options

-pport
              Set the destination port.  This is the standard RMCP port by default, 623.

       -twaittime
              Sets the number of seconds to wait for a response.  Ten by default.

       -sstarttag
              There is an 8-bit tag value in every ping packet (0-254, 255 is reserved), this program will cycle
              through the values starting at starttag.  This is zero by default

       -d     Turns on debugging to standard output.

       destination
              The target address, default is the boradcast address (default 255.255.255.255)

Synopsis

rmcp_ping [-pport] [-twaittime] [-sstarttag] [-d] destination

See Also