File: rmcpping.8.pre.in

package info (click to toggle)
freeipmi 1.4.11-1.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 21,952 kB
  • ctags: 18,990
  • sloc: ansic: 299,490; sh: 11,087; makefile: 1,958; perl: 1,078
file content (55 lines) | stat: -rw-r--r-- 2,554 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
.\"#############################################################################
.\"$Id: rmcpping.8.pre.in,v 1.15 2010-02-08 22:02:31 chu11 Exp $
.\"#############################################################################
.\"  Copyright (C) 2007-2014 Lawrence Livermore National Security, LLC.
.\"  Copyright (C) 2003-2007 The Regents of the University of California.
.\"  Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER).
.\"  Written by Albert Chu <chu11@llnl.gov>
.\"  UCRL-CODE-155448
.\"
.\"  This file is part of Ipmiping, tools for pinging IPMI and RMCP compliant
.\"  remote systems. For details, see http://www.llnl.gov/linux/.
.\"
.\"  Ipmiping is free software; you can redistribute it and/or modify it under
.\"  the terms of the GNU General Public License as published by the Free
.\"  Software Foundation; either version 3 of the License, or (at your option)
.\"  any later version.
.\"
.\"  Ipmiping is distributed in the hope that it will be useful, but WITHOUT
.\"  ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
.\"  FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
.\"  for more details.
.\"
.\"  You should have received a copy of the GNU General Public License along
.\"  with Ipmiping.  If not, see <http://www.gnu.org/licenses/>.
.\"############################################################################
.TH RMCPING 8 "@ISODATE@" "rmcpping @PACKAGE_VERSION@" "System Manager Commands"
.SH "NAME"
rmcpping \- send RMCP Ping to network hosts
.SH "SYNOPSIS"
.B rmcpping 
[\fIOPTION\fR...] destination
.SH "DESCRIPTION"
.B rmcpping
uses the RMCP Ping request datagram to elicit an RMCP Pong response
from a remote host.  The utility can be used to verify if a remote
host supports RMCP or IPMI.  The initial starting sequence number will
be randomized.

.B rmcpping
will return 0 to the environment if it receives atleast 1 response
from the remote host.  Otherwise, it exits with a value of 1.
#include <@top_srcdir@/man/manpage-common-ping-options.man>
#include <@top_srcdir@/man/manpage-common-known-issues-ping.man>
#include <@top_srcdir@/man/manpage-common-reporting-bugs.man>
.SH COPYRIGHT
Copyright (C) 2007-2014 Lawrence Livermore National Security, LLC.
.br
Copyright (C) 2003-2007 The Regents of the University of California.
#include <@top_srcdir@/man/manpage-common-gpl-program-text.man>
.SH "ORIGIN"
Command and manpage based off 
.B ping(8).
.SH "SEE ALSO"
freeipmi(7), ping(8), ipmiping(8)
#include <@top_srcdir@/man/manpage-common-homepage.man>