Skip Navigation Links | |
Exit Print View | |
Oracle Solaris 10 9/10 Installation Guide: Solaris Live Upgrade and Upgrade Planning |
Part I Upgrading With Solaris Live Upgrade
1. Where to Find Solaris Installation Planning Information
2. Solaris Live Upgrade (Overview)
3. Solaris Live Upgrade (Planning)
4. Using Solaris Live Upgrade to Create a Boot Environment (Tasks)
Task Map: Installing Solaris Live Upgrade and Creating Boot Environments
Installing Solaris Live Upgrade
To Install Solaris Live Upgrade With the pkgadd Command
To Install Solaris Live Upgrade With the Solaris Installation Program
Creating a New Boot Environment
To Create a Boot Environment for the First Time
To Create a Boot Environment and Merge File Systems
To Create a Boot Environment and Split File Systems
To Create a Boot Environment and Reconfiguring Swap
To Create a Boot Environment and Reconfigure Swap by Using a List
To Create a Boot Environment and Copy a Shareable File System
To Create a Boot Environment From a Different Source
To Create an Empty Boot Environment for a Solaris Flash Archive
To Create a Boot Environment With RAID-1 Volumes (Mirrors)
To Create a Boot Environment and Customize the Content
5. Upgrading With Solaris Live Upgrade (Tasks)
6. Failure Recovery: Falling Back to the Original Boot Environment (Tasks)
7. Maintaining Solaris Live Upgrade Boot Environments (Tasks)
8. Upgrading the Solaris OS on a System With Non-Global Zones Installed
9. Solaris Live Upgrade (Examples)
10. Solaris Live Upgrade (Command Reference)
Part II Upgrading and Migrating With Solaris Live Upgrade to a ZFS Root Pool
11. Solaris Live Upgrade and ZFS (Overview)
12. Solaris Live Upgrade for ZFS (Planning)
13. Creating a Boot Environment for ZFS Root Pools
14. Solaris Live Upgrade For ZFS With Non-Global Zones Installed
B. Additional SVR4 Packaging Requirements (Reference)
Before running Solaris Live Upgrade, you must install the latest Solaris Live Upgrade packages from installation media and install the patches listed in the SunSolve Infodoc 206844. You need to install the Solaris Live Upgrade packages on your current OS and remove old packages. The release of the Solaris Live Upgrade packages must match the release of the OS you are upgrading to. For example, if your current OS is the Solaris 9 release and you want to upgrade to the Solaris 10 9/10 release, you need to install the Solaris Live Upgrade packages from the Solaris 10 9/10 release. The patches listed in SunSolve Infodoc 206844 also need to be installed. The latest packages and patches ensure that you have all the latest bug fixes and new features in the release. Ensure that you install all the patches that are relevant to your system before proceeding to create a new boot environment.
The SunSolve Infodoc 206844 describes how to remove old packages and install new packages, as well as lists the required patches. The procedures below provided more description for the procedures described in Infodoc 206844.
You can install the packages by using the liveupgrade20 command that is on the installation DVD or CD or use the pkgadd command. The liveupgrade20 command requires Java software. If your system does not have Java software installed, then you need to use the pkgadd command to install the packages. See the SunSolve Infodoc for more information.
Roles contain authorizations and privileged commands. For more information about roles, see Configuring RBAC (Task Map) in System Administration Guide: Security Services.
The three Solaris Live Upgrade packages, SUNWluu, SUNWlur, and SUNWlucfg, comprise the software needed to upgrade or patch by using Solaris Live Upgrade. These packages include existing software, new features, and bug fixes. If you do not remove the existing packages and install the new packages on your system before using Solaris Live Upgrade, upgrading or patching to the target release fails. The SUMWlucfg package is new starting with the Solaris 10 8/07 release. If you are using Solaris Live Upgrade packages from a release previous to Solaris 10 8/07, you do not need to remove this package.
# pkgrm SUNWlucfg SUNWluu SUNWlur
# pkgadd -d path_to_packages SUNWlucfg SUNWlur SUNWluu
Specifies the absolute path to the software packages.
# pkgchk -v SUNWlucfg SUNWlur SUNWluu
You can install the packages by using the liveupgrade20 command that is on the installation DVD or CD. The liveupgrade20 command requires Java software. If your system does not have Java software installed, then you need to use the pkgadd command to install the packages. See the SunSolve Infodoc for more information.
Note - This procedure assumes that the system is running Volume Manager. For detailed information about managing removable media with the Volume Manager, refer to System Administration Guide: Devices and File Systems.
Roles contain authorizations and privileged commands. For more information about roles, see Configuring RBAC (Task Map) in System Administration Guide: Security Services.
The three Solaris Live Upgrade packages, SUNWluu, SUNWlur, and SUNWlucfg, comprise the software needed to upgrade or patch by using Solaris Live Upgrade. These packages include existing software, new features, and bug fixes. If you do not remove the existing packages and install the new packages on your system before using Solaris Live Upgrade, upgrading or patching to the target release fails. The SUMWlucfg package is new starting with the Solaris 10 8/07 release. If you are using Solaris Live Upgrade packages from a release previous to Solaris 10 8/07, you do not need to remove this package.
# pkgrm SUNWlucfg SUNWluu SUNWlur
If you are using the Solaris Operating System DVD, change directories to the installer and run the installer.
# cd /cdrom/cdrom0/Solaris_10/Tools/Installers # ./liveupgrade20
The Solaris installation program GUI is displayed. If you are using a script, you can prevent the GUI from displaying by using the -noconsole and -nodisplay options.
If you are using the Solaris Software - 2 CD, run the installer.
% ./installer
The Solaris installation program GUI is displayed.
For DVD, on the Component Selection panel, click Next to install the packages.
For CD, on the Product Selection panel, click Default Install for Solaris Live Upgrade and click on the other software choices to deselect them.
You are ready to install the required patches.
|
Roles contain authorizations and privileged commands. For more information about roles, see Configuring RBAC (Task Map) in System Administration Guide: Security Services.
# cd /var/tmp/lupatches
# patchadd path_to_patches patch-id patch-id
patch-id is the patch number or numbers. Separate multiple patch names with a space.
Note - The patches need to be applied in the order specified in infodoc 206844.
x86 only: Rebooting the system is required or Solaris Live Upgrade fails.
# init 6
You now have the packages and patches necessary for a successful creation of a new boot environment.