File: ipmi_ctl.8

package info (click to toggle)
ipmi-ctl 2.0-6
  • links: PTS
  • area: main
  • in suites: woody
  • size: 336 kB
  • ctags: 762
  • sloc: ansic: 3,365; makefile: 464; sh: 97
file content (60 lines) | stat: -rw-r--r-- 1,286 bytes parent folder | download
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
56
57
58
59
60
.TH IPMI_CTL 8 "April 28, 2001" "VA Linux Systems" "IPMI control tools"
.SH NAME
ipmi_ctl \- IPMI management tool
.SH SYNOPSIS
.B ipmi_ctl [OPTIONS]
.SH DESCRIPTION
\fBipmi_ctl\fR is a command-line tool to perform various IPMI management
functions from usermode. You need to have the IPMI KCS kernel driver
loaded for this to work.
.SH OPTIONS
.TP
.B \-s
Report the mainboard device ID.
.TP
.B \-s
Enable the system watchdog timer.
.TP
.B \-p
Pet the watchdog timer.
.TP
.B \-d
Disable the watchdog timer.
.TP
.B \-q
Query the watchdog timer.
.TP
.B \-f
Display FRU.
.TP
.B \-v
Show verbose driver information.
.TP
.BI \-a <tag>
Set the asset tag to \fI<tag>\fR.
.TP
.BI \-b <state>
Set the blink state to \fI<state>\fR. Please note not all boards
support this. \fI<state>\fR must be either 0 or 1.
.TP
.B \-i
Retrieve sensor information.
.TP
.BI \-R <number>
Display realtime sensor reading. If \fI<number>\fR is 0 enter an
interactive shell, otherwise show the reading for the given sensor.
.TP
.B \-D
Download the system event log.
.TP
.B \-C
Clear the system event log.
.SH FILES
.nf
.I /dev/ipmikcs
.SH AUTHORS
\fBipmi_ctl\fR was written by San Mehat, and is Copyright 1999 by
San Mehat and VA Linux Systems.
.P
This manpage was written and is Copyright 2001 by Wichert Akkerman.