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)

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)

Problems With Setting Up Network Installations

Problems With Booting a System

Booting From Media, Error Messages

Booting From Media, General Problems

Booting From the Network, Error Messages

Booting From the Network, General Problems

Initial Installation of the Oracle Solaris OS

x86: To Check IDE Disk for Bad Blocks

Upgrading the Oracle Solaris OS

Upgrading, Error Messages

Upgrading, General Problems

To Continue Upgrading After a Failed Upgrade

x86: Problems With Live Upgrade When You Use GRUB

System Panics When Upgrading With Live Upgrade Running Veritas VxVm

x86: Service Partition Not Created by Default on Systems With No Existing Service Partition

To Install Software From a Network Installation Image or From the Oracle Solaris Operating System DVD

To Install From the Oracle Solaris Software - 1 CD or From a Network Installation Image

B.  Additional SVR4 Packaging Requirements (Reference)

C.  Using the Patch Analyzer When Upgrading (Tasks)

Glossary

Index

System Panics When Upgrading With Live Upgrade Running Veritas VxVm

When you use Live Upgrade while upgrading and running Veritas VxVM, the system panics on reboot unless you upgrade by using the following procedure. The problem occurs if packages do not conform to Oracle Solaris advanced packaging guidelines.

  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. Create an inactive boot environment. See Creating a New Boot Environment.
  3. Before upgrading the inactive boot environment, you must disable the existing Veritas software on the inactive boot environment.
    1. Mount the inactive boot environment.
      # lumount inactive_boot_environment_name mount_point

      For example:

      # lumount solaris8 /mnt 
    2. Change to the directory that contains the vfstab, for example:
      # cd /mnt/etc
    3. Make a copy of the inactive boot environment's vfstab file, for example:
      # cp vfstab vfstab.501
    4. In the copied vfstab, comment out all Veritas file system entries, for example:
      #  sed '/vx\/dsk/s/^/#/g' < vfstab > vfstab.novxfs

      The first character of each line is changed to #, which makes the line a comment line. Note that this comment line is different than the system file-comment lines.

    5. Copy the changed vfstab file, for example:
      # cp vfstab.novxfs vfstab
    6. Change directories to the inactive boot environment's system file, for example:
      # cd /mnt/etc
    7. Make a copy of the inactive boot environment's system file, for example:
      # cp system system.501
    8. Comment out all “forceload:” entries that include drv/vx.
      # sed '/forceload: drv\/vx/s/^/*/' <system> system.novxfs

      The first character of each line is changed to *, which makes the line a command line. Note that this comment line is different than the vfstab file comment lines.

    9. Create the Veritas install-db file, for example:
      # touch vx/reconfig.d/state.d/install-db
    10. Unmount the inactive boot environment.
      # luumount inactive_boot_environment_name 
  4. Upgrade the inactive boot environment. See Chapter 5, Upgrading With Live Upgrade (Tasks).
  5. Activate the inactive boot environment. See Activating a Boot Environment.
  6. Shut down the system.
    # init 0
  7. Boot the inactive boot environment in single-user mode:
    OK boot -s

    Several messages and error messages that contain “vxvm” or “VXVM” are displayed that can be ignored. The inactive boot environment becomes active.

  8. Upgrade Veritas.
    1. Remove the Veritas VRTSvmsa package from the system, for example:
      # pkgrm VRTSvmsa
    2. Change directories to the Veritas packages.
      # cd /location_of_Veritas_software
    3. Add the latest Veritas packages to the system:
      #  pkgadd -d `pwd` VRTSvxvm VRTSvmsa VRTSvmdoc VRTSvmman VRTSvmdev
  9. Restore the original vfstab and system files:
    # cp /etc/vfstab.original /etc/vfstab
    # cp /etc/system.original /etc/system
  10. Reboot the system.
    # init 6

x86: Service Partition Not Created by Default on Systems With No Existing Service Partition

If you install the Oracle Solaris 10 8/11 OS on a system that does not currently include a service or diagnostic partition, the installation program might not create a service partition by default. If you want to include a service partition on the same disk as the Oracle Solaris partition, you must re-create the service partition before you install the Oracle Solaris 10 8/11 OS.

If you installed the Solaris 8 2/02 OS on a system with a service partition, the installation program might not have preserved the service partition. If you did not manually edit the fdisk boot partition layout to preserve the service partition, the installation program deleted the service partition during the installation.


Note - If you did not specifically preserve the service partition when you installed the Solaris 8 2/02 OS, you might not be able to re-create the service partition and upgrade to the Oracle Solaris 10 8/11 OS.


If you want to include a service partition on the disk that contains the Oracle Solaris partition, choose one of the following workarounds.