Solaris Live Upgrade 2.0 Guide

Displaying the Status of All Boot Environments

Use the Status menu or the lustatus command to display the information about the boot environment. If no boot environment is specified, the status information for all boot environments on the system is displayed.

The following details for each boot environment are displayed:

To Display the Status of All Boot Environments (Character Interface)

  1. From the main menu, select Status.

    A table similar to the following is displayed:


    BE_name             Complete  Active  ActiveOnReboot  CopyStatus
    ------------------------------------------------------------------------
    disk_a_S7            yes       yes     yes              -         
    disk_b_S7database    yes       no      no              SCHEDULED     
    disk_b_S8            no        no      no               - 

    Note –

    In this example, you could not perform copy, rename, or upgrade operations on disk_b_S8 because it is not complete, nor on disk_b_S7database because a live upgrade operation is pending.


To Display the Status of All Boot Environments (Command-Line Interface)

  1. Log in as superuser.

  2. Type:


    # lustatus BE_name
    

    BE_name

    Specifies the name of the inactive boot environment to view status. If BE_name is omitted, lustatus displays status for all boot environments in the system.

    In this example, the status for all boot environments is displayed.


    # lustatus  
    


    BE_name             Complete  Active  ActiveOnReboot  CopyStatus
    ------------------------------------------------------------------------
    disk_a_S7            yes       yes     yes              -         
    disk_b_S7database    yes       no      no              SCHEDULED     
    disk_b_S8            no        no      no               - 


    Note –

    You could not perform copy, rename, or upgrade operations on disk_b_S8 because it is not complete, nor on disk_b_S7database because a live upgrade operation is pending.