Probably most of the machines being in use ship with ILOM instead of
ALOM, so lets document the slightly different command in order to pick
up new LDOM configuration.
My mdoc(7) wasn't strong enough, but perhaps someone can help me
displaying this as table instead?
ALOM reset -c
ILOM reset /SYS
Feedback?
Index: ldomctl.8
===================================================================
RCS file: /cvs/src/usr.sbin/ldomctl/ldomctl.8,v
retrieving revision 1.14
diff -u -p -r1.14 ldomctl.8
--- ldomctl.8 10 Nov 2019 20:51:53 -0000 1.14
+++ ldomctl.8 26 Nov 2019 22:06:29 -0000
@@ -134,10 +134,20 @@ which sets
in
.Xr rc.conf.local 8 .
.Pp
-Halt the primary domain and reset the machine from ALOM:
+Halt the primary domain:
.Bd -literal -offset indent
# halt
+.Ed
+.Pp
+Reset the hardware.
+On ALOM:
+.Bd -literal -offset indent
sc> reset -c
+.Ed
+.Pp
+On ILOM:
+.Bd -literal -offset indent
+-> reset /SYS
.Ed
.Pp
The machine will now reset and boot into the new configuration.