summaryrefslogtreecommitdiff
path: root/share/man/man4/man4.i386/esm.4
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2005-11-21 21:46:15 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2005-11-21 21:46:15 +0000
commit351008f96c091875ce307f086d5edb17ed3e45e1 (patch)
tree3b96a472890de02c7202a0242e125497fe4711e6 /share/man/man4/man4.i386/esm.4
parent4f4d8559a1dd722d02940a31b293fc38b9d0115f (diff)
a basic manpage for the embedded server management (esm) driver.
looks ok jmc@
Diffstat (limited to 'share/man/man4/man4.i386/esm.4')
-rw-r--r--share/man/man4/man4.i386/esm.469
1 files changed, 69 insertions, 0 deletions
diff --git a/share/man/man4/man4.i386/esm.4 b/share/man/man4/man4.i386/esm.4
new file mode 100644
index 00000000000..308f3bcde7e
--- /dev/null
+++ b/share/man/man4/man4.i386/esm.4
@@ -0,0 +1,69 @@
+.\" $OpenBSD: esm.4,v 1.1 2005/11/21 21:46:14 dlg Exp $
+.\"
+.\" Copyright (c) 2005 David Gwynne <dlg@openbsd.org>
+.\"
+.\" Permission to use, copy, modify, and distribute this software for any
+.\" purpose with or without fee is hereby granted, provided that the above
+.\" copyright notice and this permission notice appear in all copies.
+.\"
+.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+.\" TORTIOUS ACTION, ARISING OUT OF
+.\" PERFORMANCE OF THIS SOFTWARE.
+.Dd November 21, 2005
+.Dt ESM 4 i386
+.Os
+.Sh NAME
+.Nm esm
+.Nd Dell Embedded Server Management
+.Sh SYNOPSIS
+.Cd "esm0 at mainbus?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the monitoring of the environmental sensors
+present in a variety of Dell servers.
+The hardware monitoring is accessed via the
+.Va hw.sensors
+.Xr sysctl 8
+variable.
+.Pp
+Devices compatible with the
+.Nm
+driver can provide an arbitrary set of sensors which may include the
+following types:
+.Bl -column "temperature" "Units" -offset indent
+.It Sy "Sensor" Ta Sy "Units"
+.It Li "temperature" Ta "uK"
+.It Li "fan" Ta "RPM"
+.It Li "volts" Ta "uVDC"
+.El
+.Pp
+Sensor data is updated every 10 seconds.
+.Pp
+The Embedded Server Management framework has been replaced in more recent
+Dell systems with the Intelligent Platform Management Interface.
+Servers using the Intelligent Platform Management Interface may be
+monitored by the
+.Xr ipmi 4
+driver.
+.Sh SEE ALSO
+.Xr intro 4 ,
+.Xr ipmi 4 ,
+.Xr sensorsd 8 ,
+.Xr sysctl 8
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Ox 3.9 .
+.Sh AUTHORS
+The
+.Nm
+driver was written by
+.An Jordan Hargrave Aq jordan@openbsd.org
+and
+.An David Gwynne Aq dlg@openbsd.org .