With snv_72 installed, the system incorrectly initiates an
autoboot when the system is halted. e.g.
- 'auto-boot?' is set to 'false' and Solaris is running
- The system is shutdown:
# uadmin 2 0
syncing file systems... done
Program terminated
r)eboot, o)k prompt, h)alt? h
Chassis | critical: Host has been powered off
- After some time, the system is powered on from the SP:
et1> poweron -c
Enter #. to return to ALOM.
Chassis | major: Host has been powered on
Chassis | major: Host is running
- system ignores 'auto-boot?' and boots automatically
.
Work Around
From the vbsc debug console, it is possible to check the value of
any LDom variable and delete the 'reboot-command' variable if it
is set incorrectly. e.g.
- vars list
name = 'auto-boot?' value = 'false'
name = 'reboot-command' value = 'boot '
- vars delete reboot-command
This should be performed after the 'halt' selection has been made
from the shutdown menu, but before the control domain is powered on.
.