JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris 10 8/11 Installation Guide: Live Upgrade and Upgrade Planning     Oracle Solaris 10 8/11 Information Library
search filter icon
search icon

Document Information

Preface

Part I Upgrading With Live Upgrade

1.  Where to Find Oracle Solaris Installation Planning Information

2.  Live Upgrade (Overview)

3.  Live Upgrade (Planning)

4.  Using Live Upgrade to Create a Boot Environment (Tasks)

5.  Upgrading With Live Upgrade (Tasks)

6.  Failure Recovery: Falling Back to the Original Boot Environment (Tasks)

7.  Maintaining Live Upgrade Boot Environments (Tasks)

Overview of Live Upgrade Maintenance

Displaying the Status of All Boot Environments

To Display the Status of All Boot Environments

Updating a Previously Configured Boot Environment

To Update a Previously Configured Boot Environment

Canceling a Scheduled Create, Upgrade, or Copy Job

To Cancel a Scheduled Create, Upgrade, or Copy Job

Comparing Boot Environments

To Compare Boot Environments

Deleting an Inactive Boot Environment

To Delete an Inactive Boot Environment

Displaying the Name of the Active Boot Environment

To Display the Name of the Active Boot Environment

Changing the Name of a Boot Environment

To Change the Name of an Inactive Boot Environment

Adding or Changing a Description Associated With a Boot Environment Name

To Add or Change a Description for a Boot Environment Name With Text

To Add or Change a Description for a Boot Environment Name With a File

To Determine a Boot Environment Name From a Text Description

To Determine a Boot Environment Name From a Description in a File

To Determine a Boot Environment Description From a Name

Viewing the Configuration of a Boot Environment

To View the Configuration of a Boot Environment

8.  Upgrading the Oracle Solaris OS on a System With Non-Global Zones Installed

9.  Live Upgrade (Examples)

10.  Live Upgrade (Command Reference)

Part II Upgrading and Migrating With Live Upgrade to a ZFS Root Pool

11.  Live Upgrade and ZFS (Overview)

12.  Live Upgrade for ZFS (Planning)

13.  Creating a Boot Environment for ZFS Root Pools

14.  Live Upgrade For ZFS With Non-Global Zones Installed

Part III Appendices

A.  Troubleshooting (Tasks)

B.  Additional SVR4 Packaging Requirements (Reference)

C.  Using the Patch Analyzer When Upgrading (Tasks)

Glossary

Index

Viewing the Configuration of a Boot Environment

Use the lufslist command to list the configuration of a boot environment. The output contains the disk slice (file system), file system type, and file system size for each boot environment mount point.

To View the Configuration of a Boot Environment

  1. Become superuser or assume an equivalent role.

    Roles contain authorizations and privileged commands. For more information about roles, see Configuring RBAC (Task Map) in System Administration Guide: Security Services.

  2. Type:
    # lufslist -n BE_name
    BE_name

    Specifies the name of the boot environment to view file system specifics

    The following example displays a list.

    Filesystem                fstype       size(MB) Mounted on
    ------------------------------------------------------------------
    /dev/dsk/c0t0d0s1         swap           512.11 -
    /dev/dsk/c0t4d0s3         ufs           3738.29 /
    /dev/dsk/c0t4d0s4         ufs            510.24 /opt

    Note - For an example of a list that contains non-global zones, see To View the Configuration of a Boot Environment's Non-Global Zone File Systems.