diff options
author | kn <kn@cvs.openbsd.org> | 2019-11-27 01:25:18 +0000 |
---|---|---|
committer | kn <kn@cvs.openbsd.org> | 2019-11-27 01:25:18 +0000 |
commit | fdbed03cc9d66e9418626e8b8cd7900ce2d67728 (patch) | |
tree | 28aab2839d32e222fe691756c02e410fbb967a1c | |
parent | 2712ec7e32d67efa19636a0809ca0fffa16b1b25 (diff) |
Document ILOM command to reset hardware
mdoc style input jmc
no objections kettenis
-rw-r--r-- | usr.sbin/ldomctl/ldomctl.8 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/usr.sbin/ldomctl/ldomctl.8 b/usr.sbin/ldomctl/ldomctl.8 index 5bc02173aa3..7fffb465eff 100644 --- a/usr.sbin/ldomctl/ldomctl.8 +++ b/usr.sbin/ldomctl/ldomctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ldomctl.8,v 1.14 2019/11/10 20:51:53 landry Exp $ +.\" $OpenBSD: ldomctl.8,v 1.15 2019/11/27 01:25:17 kn Exp $ .\" .\" Copyright (c) 2012 Mark Kettenis <kettenis@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: November 10 2019 $ +.Dd $Mdocdate: November 27 2019 $ .Dt LDOMCTL 8 sparc64 .Os .Sh NAME @@ -134,10 +134,11 @@ which sets in .Xr rc.conf.local 8 . .Pp -Halt the primary domain and reset the machine from ALOM: +Halt the primary domain reset the hardware: .Bd -literal -offset indent # halt -sc> reset -c +sc> reset -c # ALOM +-> reset /SYS # ILOM .Ed .Pp The machine will now reset and boot into the new configuration. |