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

x86: To Check IDE Disk for Bad Blocks

IDE disk drives do not automatically map out bad blocks like other drives supported by Oracle Solaris software. Before installing Oracle Solaris on an IDE disk, you might want to perform a surface analysis on the disk. To perform surface analysis on an IDE disk, follow this procedure.

  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. Boot to the installation media.
  3. When you are prompted to select an installation type, select option 6, Single user shell.
  4. Start the format(1M) program.
    # format
  5. Specify the IDE disk drive on which you want to perform a surface analysis.
    # cxdy
    cx

    Is the controller number

    dy

    Is the device number

  6. Determine if you have an fdisk partition.
    • If a Oracle Solaris fdisk partition already exists, proceed to Step 7.

    • If a Oracle Solaris fdisk partition does not exist, use the fdisk command to create a Oracle Solaris partition on the disk.

      format> fdisk
  7. To begin the surface analysis, type:
    format> analyze
  8. Determine the current settings, type:
    analyze> config
  9. (Optional) To change settings, type:
    analyze> setup
  10. To find bad blocks, type:
    analyze> type_of_surface_analysis
    type_of_surface_analysis

    Is read, write, or compare

    If format finds bad blocks, it remaps them.

  11. To exit the analysis, type:
    analyze> quit
  12. Determine if you want to specify blocks to remap.
    • If no, go to Step 13.

    • If yes, type:

      format> repair
  13. To exit the format program, type:
    quit
  14. Restart the media in multiuser mode by typing the following command.
    # exit