~ubuntu-branches/ubuntu/vivid/openipmi/vivid

« back to all changes in this revision

Viewing changes to man/rmcp_ping.1

  • Committer: Bazaar Package Importer
  • Author(s): Noèl Köthe
  • Date: 2006-09-15 17:56:24 UTC
  • mfrom: (1.1.2 upstream) (2.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20060915175624-ljk0mg3xtcm65tvm
Tags: 2.0.7-1
* new upstream release from 2006-06-08
  Thanks to John Wright <john.wright hp.com> for initial work
  (closes: Bug#380149)
* updated Standards Version
* new binaries openipmicmd, openipmish, rmcp_ping

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.TH rmcp_ping 1 02/24/06 OpenIPMI "IPMI RMCP Ping program"
 
2
 
 
3
.SH NAME
 
4
rmcp_ping \- IPMI RMCP Ping program
 
5
 
 
6
.SH SYNOPSIS
 
7
.B ipmilan
 
8
.RB [ \-p
 
9
.IR port ]
 
10
.RB [ \-t
 
11
.IR waittime ]
 
12
.RB [ \-s
 
13
.IR starttag ]
 
14
.RB [ \-d ]
 
15
 
 
16
.SH DESCRIPTION
 
17
The
 
18
.B rmcp_ping
 
19
program sends an RMCP ping packet onces a second to the destination,
 
20
printing unique responses it receives.
 
21
 
 
22
.SH OPTIONS
 
23
.TP
 
24
.BI \-p\ port
 
25
Set the destination port.  This is the standard RMCP port by default,
 
26
623.
 
27
.TP
 
28
.BI \-t\ waittime
 
29
Sets the number of seconds to wait for a response.  Ten by default.
 
30
.TP
 
31
.BI \-s\ starttag
 
32
There is an 8-bit tag value in every ping packet (0-254, 255 is
 
33
reserved), this program will cycle through the values starting at
 
34
starttag.  This is zero by default
 
35
.TP
 
36
.B \-d
 
37
Turns on debugging to standard output.
 
38
 
 
39
.SH AUTHOR
 
40
.PP
 
41
Corey Minyard <cminyard@mvista.org>