Skip to main content

5.6.2 Setting recovery mode


5.6.2 Setting recovery mode
Perform the following procedure to enable recovery mode in a control domain.
  1. Log in to Oracle Solaris on the control domain.
  2. Use the svccfg command to confirm that recovery mode is enabled.
primary# svccfg -s ldmd listprop ldmd/recovery_mode
  1. If recovery mode is enabled, the command displays the following.
ldmd/recovery_mode astring auto
  1. If recovery mode is not enabled, use the svccfg command and svcadm command to enable recovery mode.
primary# svccfg -s ldmd setprop ldmd/recovery_mode = astring: auto
primary# svcadm refresh ldmd