Go to main content

Booting and Shutting Down Oracle® Solaris 11.3 Systems

Exit Print View

Updated: October 2017
 
 

How to Retain the Ability to Boot a BE

By default, datasets that are associated with the most recently booted BEs are retained if the boot pool runs out of memory. This procedure retains a boot pool dataset for a BE so that the BE will remain bootable.

  1. Identify the BE to retain.
    # beadm list
    BE                Flags Mountpoint Space   Policy Created
    --                ----- ---------- -----   ------ -------
    BE1               -   -          6.13M   static 2014-10-09 17:21
    BE2               -   -          52.86M  static 2015-01-03 16:22
    BE3               NR   /          313.1M  static 2015-02-04 17:36
  2. Change policy for the BE.

    In this example, the boot environment named BE2 is being retained.

    # beadm set-policy -p noevict BE2
  3. Verify that policy has changed.

    The addition of the noevict policy to the BE2 entry indicates that BE2 will be retained.

    # beadm list
    BE                Flags Mountpoint Space   Policy         Created
    --                ----- ---------- -----   ------         -------
    BE1                     -          6.13M   static         2014-10-09 17:21
    BE2               -     -          52.86M  noevict,static 2015-01-03 16:22
    BE3               NR    /          313.1M  static         2015-02-04 17:36