JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris 10 1/13 Installation Guide: Live Upgrade and Upgrade Planning     Oracle Solaris 10 1/13 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)

SPARC: Falling Back to the Original Boot Environment

SPARC: To Fall Back Despite Successful New Boot Environment Activation

SPARC: To Fall Back From a Failed Boot Environment Activation

SPARC: To Fall Back to the Original Boot Environment by Using a DVD, CD, or Net Installation Image

x86: Falling Back to the Original Boot Environment

x86: To Fall Back Despite Successful New Boot Environment Activation With the GRUB Menu

x86: To Fall Back From a Failed Boot Environment Activation With the GRUB Menu

x86: To Fall Back From a Failed Boot Environment Activation With the GRUB Menu and the DVD or CD

7.  Maintaining Live Upgrade Boot Environments (Tasks)

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

9.  Live Upgrade Examples

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

10.  Live Upgrade and ZFS (Overview)

11.  Live Upgrade for ZFS (Planning)

12.  Creating a Boot Environment for ZFS Root Pools

13.  Live Upgrade for ZFS With Non-Global Zones Installed

Part III Appendices

A.  Live Upgrade Command Reference

B.  Troubleshooting (Tasks)

C.  Additional SVR4 Packaging Requirements (Reference)

D.  Using the Patch Analyzer When Upgrading (Tasks)

Glossary

Index

SPARC: Falling Back to the Original Boot Environment

You can fallback to the original boot environment by using one of these methods:

SPARC: To Fall Back Despite Successful New Boot Environment Activation

Use this procedure when you have successfully activated your new boot environment but are unhappy with the results.

  1. Activate the desired boot environment.
    # /sbin/luactivate BE-name
  2. Reboot.
    # init 6

    The previous working boot environment becomes the active boot environment.

SPARC: To Fall Back From a Failed Boot Environment Activation

  1. At the OK prompt, boot the machine to single-user state from the Oracle Solaris Operating System DVD, Oracle Solaris Software - 1 CD, the network, or a local disk.
    OK boot device-name -s
    device-name

    Specifies the name of devices from which the system can boot, use the format /dev/dsk/cwtxdysz, for example /dev/dsk/c0t0d0s0.

  2. Activate the desired boot environment.
    # /sbin/luactivate BE-name
  3. At the prompt, verify that you want to activate the original boot environment.
    Do you want to fallback to activate boot environment <disk name> 
    (yes or no)? yes

    A message displays that the fallback activation is successful.

  4. Reboot.
    # init 6

    The previous working boot environment becomes the active boot environment.

SPARC: To Fall Back to the Original Boot Environment by Using a DVD, CD, or Net Installation Image

Use this procedure to boot from a DVD, CD, a net installation image or another disk that can be booted. You need to mount the root (/) slice from the last-active boot environment. Then run the luactivate command, which makes the switch. When you reboot, the last-active boot environment is up and running again.

  1. At the OK prompt, boot the machine to single-user state from the Oracle Solaris Operating System DVD, Oracle Solaris Software - 1 CD, the network, or a local disk:
    OK boot cdrom -s 

    or

    OK boot net -s

    or

    OK boot device-name -s
    device-name

    Specifies the name of the disk and the slice where a copy of the operating system resides, use the format /dev/dsk/cwtxdysz, for example /dev/dsk/c0t0d0s0.

  2. If necessary, check the integrity of the root (/) file system for the fallback boot environment.
    # fsck device-name
  3. Mount the active boot environment root (/) slice to some directory, such as /mnt:
    # mount device-name /mnt
  4. From the active boot environment root (/) slice, activate the previous working boot environment.
    # /mnt/sbin/luactivate
  5. Unmount the directory.
    # umount  /mnt
  6. Reboot.
    # init 6

    The previous working boot environment becomes the active boot environment.