Go to main content
Oracle® SuperCluster T5-8 Owner's Guide

Exit Print View

Updated: May 2016
 
 

Remove Unwanted Boot Environments

  • Use the following commands to remove boot environments.
    root@sup46:~# beadm list   
     
        BE       Active  Mountpoint Space  Policy     Created
    -----------------------------------------------------------------
    solaris_backup  -         -      13.25G  static   2011-07-17 21:19
    solaris        NR         -       4.12G  static   2011-07-13 12:01
     
    root@sup46:~# beadm destroy solaris_backup
    Are you sure you want to destroy solaris_backup? This action cannot be undone(y/[n]): y
    root@sup46:~# beadm list 
     
       BE       Active  Mountpoint Space  Policy     Created
    -----------------------------------------------------------------
    solaris       NR        /      4.12G  static   2011-07-13 12:01
     
    root@sup46:~#