On Tue, Nov 26, 2019 at 11:54:10PM +0000, Jason McIntyre wrote: > but hey: > > Halt the primary domain and reset the hardware: > .Bd -literal -offset indent > # halt > sc> reset -c # ALOM > -> reset /SYS # ILOM > .Ed Even better, thanks.
OK? 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 27 Nov 2019 00:02:51 -0000 @@ -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.
