JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris 10 9/10 Installation Guide: Custom JumpStart and Advanced Installations
search filter icon
search icon

Document Information

Preface

Part I Using Custom JumpStart

1.  Where to Find Solaris Installation Planning Information

2.  Custom JumpStart (Overview)

3.  Preparing Custom JumpStart Installations (Tasks)

4.  Using Optional Custom JumpStart Features (Tasks)

5.  Creating Custom Rule and Probe Keywords (Tasks)

6.  Performing a Custom JumpStart Installation (Tasks)

7.  Installing With Custom JumpStart (Examples)

8.  Custom JumpStart (Reference)

9.  Installing a ZFS Root Pool With JumpStart

Part II Appendixes

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 Solaris OS

x86: To Check IDE Disk for Bad Blocks

Upgrading the Solaris OS

Upgrading, Error Messages

Upgrading, General Problems

To Continue Upgrading After a Failed Upgrade

x86: Problems With Solaris Live Upgrade When You Use GRUB

System Panics When Upgrading With Solaris 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 Solaris Operating System DVD

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

B.  Additional SVR4 Packaging Requirements (Reference)

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 Solaris software. Before installing 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 Solaris fdisk partition already exists, proceed to Step 7.

    • If a Solaris fdisk partition does not exist, use the fdisk command to create a 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