JavaScript is required to for searching.
Skip Navigation Links
Exit Print View
Oracle Solaris 11.1 Administration: Devices and File Systems     Oracle Solaris 11.1 Information Library
search filter icon
search icon

Document Information

Preface

1.  Managing Removable Media (Tasks)

2.  Writing CDs and DVDs (Tasks)

3.  Managing Devices (Tasks)

4.  Dynamically Configuring Devices (Tasks)

5.  Managing USB Devices (Tasks)

6.  Using InfiniBand Devices (Overview/Tasks)

7.  Managing Disks (Overview)

What's New in Disk Management?

Support for Booting From EFI (GPT) Labeled Disks

Installation Support on Large Disks

Advanced Format Disk Support

Where to Find Disk Management Tasks

Overview of Disk Management

Disk Terminology

About Disk Labels

EFI (GPT) Disk Label

Comparison of the EFI Label and the VTOC Label

Restrictions of the EFI Disk Label

x86: Support for EFI-Labeled Disks

Installing a System With an EFI-Labeled Disk

Managing Disks With EFI Labels

Troubleshooting Problems With EFI Disk Labels

About Disk Slices

Using Raw Data Slices

format Utility

When to Use the format Utility

Guidelines for Using the format Utility

Formatting a Disk

Partitioning a Disk

Partition Table Terminology

Displaying Partition Table Information

Using the Free Hog Slice

8.  Managing Disk Use (Tasks)

9.  Administering Disks (Tasks)

10.  Setting Up Disks (Tasks)

11.  Configuring Storage Devices With COMSTAR (Tasks)

12.  Configuring and Managing the Oracle Solaris Internet Storage Name Service (iSNS)

13.  The format Utility (Reference)

14.  Managing File Systems (Overview)

15.  Creating and Mounting File Systems (Tasks)

16.  Configuring Additional Swap Space (Tasks)

17.  Copying Files and File Systems (Tasks)

18.  Managing Tape Drives (Tasks)

Index

Overview of Disk Management

Managing disks in the Oracle Solaris OS usually involves setting up the system and running the Oracle Solaris installation program to create the appropriate disk slices and file systems and to install the Oracle Solaris OS. Occasionally, you might need to use the format utility to add a new disk drive or replace a defective disk drive.

The following information is described in this section:

Disk Terminology

Before you can effectively use the information that is described in this section, you should be familiar with basic disk architecture. In particular, you should be familiar with the terms in the following table.

Disk Term
Description
Track
A concentric ring on a disk that passes under a single stationary disk head as the disk rotates.
Cylinder
The set of tracks with the same nominal distance from the axis about which the disk rotates.
Sector
Section of each disk platter.
Block
A data storage area on a disk.
Disk controller
A chip and its associated circuitry that controls the disk drive.
Disk label
Part of the disk, usually starting from first sector, that contains disk geometry and partition information.
Device driver
A kernel module that controls a physical (hardware) or virtual device.

For additional information, see the product information from your disk's manufacturer.

About Disk Labels

A special area of every disk is set aside for storing information about the disk's controller, geometry, and slices. This information is called the disk's label. Another term that is used to described the disk label is the VTOC (Volume Table of Contents) on a disk with a VTOC label. To label a disk means to write slice information onto the disk. You usually label a disk after you change its slices or partitions.

The Oracle Solaris release supports the following two disk labels:

If you fail to label a disk after you create slices, the slices will be unavailable because the OS has no way of “knowing” about the slices.

EFI (GPT) Disk Label

The EFI label provides support for physical disks and virtual disk volumes that are greater than 2 TB in size. This release also includes disk utilities for managing disks greater than 2 TB in size.

Starting in Oracle Solaris 11.1, the system is installed with an EFI (GPT) labeled disk on SPARC systems with GPT enabled firmware and x86 systems by default. For more information, see Installing a System With an EFI-Labeled Disk.

The following file system products support file systems that are greater than 1 TB in size:

You can use the format -e command to apply an EFI label to a disk, if the system is running a supported Oracle Solaris release. However, you should review the important information in Restrictions of the EFI Disk Label before attempting to apply an EFI label.

You can also use the format -e command to reapply a VTOC label, if the EFI label is no longer needed. For example:

# format -e
Specify disk (enter its number): 2
selecting c0t5d0
[disk formatted]
.
.
.
format> label
[0] SMI Label
[1] EFI Label
Specify Label type[1]: 0
Warning: This disk has an EFI label. Changing to SMI label will erase all
current partitions.
Continue? yes
Auto configuration via format.dat[no]? 
Auto configuration via generic SCSI-2[no]? 
format> quit

Caution

Caution - Keep in mind that changing disk labels will destroy any data on the disk.


When using the format -e command on an EFI (GPT) labeled disk, the partition menu displays 128 partitions (slices), but only 7 partitions are usable.

Comparison of the EFI Label and the VTOC Label

The EFI disk label differs from the VTOC disk label in the following ways:

Restrictions of the EFI Disk Label

Keep the following restrictions in mind when determining whether using disks greater than 2 terabytes is appropriate for your environment:

x86: Support for EFI-Labeled Disks

Oracle Solaris support for the EFI disk label is available on x86 systems. Use the following command to add an EFI label on an x86 system:

# format -e
> [0] SMI Label
> [1] EFI Label
> Specify Label type[0]: 1
> WARNING: converting this device to EFI labels will erase all current
> fdisk partition information. Continue? yes

Previous label information is not converted to the EFI disk label.

You will have to recreate the label's partition information manually with the format command. You cannot use the fdisk command on a disk with an EFI label that is 2 terabytes in size. If the fdisk command is run on a disk that is greater than 2 TB in size to create a Solaris partition, the Solaris partition is limited to 2 TB. For more information about EFI disk labels, see the preceding section.

Installing a System With an EFI-Labeled Disk

In Oracle Solaris 11, a root pool disk must have an SMI label. The installation utilities automatically relabel any disk that is selected as a root pool disk with an SMI label.

In Oracle Solaris 11.1, in most cases, when the system is installed, an EFI (GPT) label is applied automatically to the root pool disk on SPARC systems with GPT enabled firmware and x86 based systems. For example:

# zpool status rpool
   pool: rpool
 state: ONLINE
  scan: none requested
config:

        NAME      STATE     READ WRITE CKSUM
        rpool     ONLINE       0     0     0
          c8t2d0  ONLINE       0     0     0

After installation on an x86 based system, a root pool disk might look similar to the following:

# prtvtoc /dev/dsk/c8t2d0
* /dev/dsk/c8t2d0 partition map
*
* Dimensions:
*     512 bytes/sector
* 143374738 sectors
* 143374671 accessible sectors
*
* Flags:
*   1: unmountable
*  10: read-only
*
* Unallocated space:
*       First     Sector    Last
*       Sector     Count    Sector
*          34       222       255
*
*                          First     Sector    Last
* Partition  Tag  Flags    Sector     Count    Sector  Mount Directory
       0     24    00        256    524288    524543
       1      4    00     524544 142833777 143358320
       8     11    00  143358321     16384 143374704
root@sys-04:~#

On an x86 system, in addition to the traditional partition 8, a small partition 0 is created to contain the boot loader. Similar to partition 8, this slice requires no administration and should be left alone. The root file system is contained in partition 1.

The zpool command has been modified to create a new root pool disk label automatically, if you need to recreate a root pool after the system is installed. For more information, see Chapter 4, Managing ZFS Root Pool Components, in Oracle Solaris 11.1 Administration: ZFS File Systems.

Managing Disks With EFI Labels

Use the following table to locate information on managing disks with EFI labels.

Task
For More Information
If the system is not installed, install it.
The system is already installed, but the root pool disk was damaged or needs to be replaced.
The system is already installed, but you need to set up a disk for a non-root pool.

Troubleshooting Problems With EFI Disk Labels

Use the following error messages and solutions to troubleshoot problems with EFI-labeled disks.

Cause

Boot a system running a SPARC or x86 kernel with a disk greater than 1 terabyte.

Error Message
Dec  3 09:12:17 holoship scsi: WARNING: /sbus@a,0/SUNW,socal@d,10000/
sf@1,0/ssd@w50020f23000002a4,0 (ssd1):
Dec  3 09:12:17 holoship corrupt label - wrong magic number
Cause

You attempted to add a disk to a system running an older Solaris release.

Solution

Add the disk to a system running the Solaris release that supports the EFI disk label.

About Disk Slices

Files that are stored on a disk are contained in file systems. Each file system on a disk is assigned to a slice, which is a group of sectors that are set aside for use by that file system. Each disk slice appears to the Oracle Solaris OS (and to the system administrator) as though it were a separate disk drive.

For information about file systems, see Chapter 14, Managing File Systems (Overview).


Note - Slices are sometimes referred to as partitions. Certain interfaces, such as the format utility, refer to slices as partitions.


When setting up slices, remember these rules:

Using Raw Data Slices

The disk label is stored in block 0 of each disk. So, third-party database applications that create raw data slices must not start at block 0. Otherwise, the disk label will be overwritten, and the data on the disk will be inaccessible.

Do not use the following areas of the disk for raw data slices, which are sometimes created by third-party database applications:

format Utility

Read the following overview of the format utility and its uses before proceeding to the “how-to” or reference sections.

The format utility is a system administration tool that is used to prepare hard disk drives for use on your Oracle Solaris system.

The following table describes the features and associated benefits of the format utility.

Table 7-1 Features and Benefits of the format Utility

Feature
Benefit
Searches your system for all attached disk drives

Reports on the following:

  • Target location
  • Disk geometry

  • Whether the disk is formatted

  • If the disk has mounted partitions

Retrieves disk labels
Convenient for repair operations
Repairs defective sectors
Allows administrators to repair disk drives with recoverable errors instead of sending the drive back to the manufacturer
Formats and analyzes a disk
Creates sectors on the disk and verifies each sector
Partitions a disk
Divides a disk into slices or partitions. ZFS file systems do not correspond to disk slices or partitions, except for the ZFS root pool.
Labels a disk
Writes disk name and configuration information to the disk for future retrieval (usually for repair operations)

The format utility options are described in Chapter 13, The format Utility (Reference).

When to Use the format Utility

Disk drives are partitioned and labeled by the Oracle Solaris installation utility when you install Oracle Solaris. You can use the format utility to do the following:

The main reason a system administrator uses the format utility is to partition a disk. These steps are covered in Chapter 10, Setting Up Disks (Tasks) and x86: Setting Up Disks for ZFS File Systems (Task Map).

See the following section for guidelines on using the format utility.

Guidelines for Using the format Utility

Table 7-2 format Utility Guidelines

Task
Guidelines
For More Information
Format a disk.
  • Any existing data is destroyed when you reformat a disk.
  • The need for formatting a disk drive has decreased as more and more manufacturers ship their disk drives formatted and partitioned. You might not need to use the format utility when you add or replace a disk drive to an existing system.

  • If a disk has been relocated and is displaying many disk errors, you can attempt to relabel it.

Set up a disk that contains a ZFS root file system.
In a non-redundant configuration, a ZFS root file system data from the damaged disk must be restored from a backup medium. Otherwise, the system will have to be reinstalled by using the installation utility.
Create a VTOC labeled disk slice for a root pool on a SPARC based system. Or, create an EFI labeled disk partition for a root pool on x86 based system.
  • The best way to use a ZFS storage pool is by creating a pool with whole disks.
  • If a disk is intended to be used for a root pool on a SPARC based system, you must create a disk slice. This is long-standing boot limitation.

Set up a disk that contains a ZFS non-root file system.
A disk that is used for a non-root ZFS file system usually contains space for user or data files. You can attach or add a another disk to a root pool or a non-root pool for more disk space.

Formatting a Disk

In most cases, disks are formatted by the manufacturer or reseller. So, they do not need to be reformatted when you install the drive. To determine if a disk is formatted, use the format utility. For more information, see How to Determine if a Disk Is Formatted.

If you determine that a disk is not formatted, use the format utility to format the disk.

When you format a disk, you accomplish two steps:


Caution

Caution - Formatting a disk is a destructive process because it overwrites data on the disk. For this reason, disks are usually formatted only by the manufacturer or reseller. If you think disk defects are the cause of recurring problems, you can use the format utility to do a surface analysis. However, be careful to use only the commands that do not destroy data. For details, see How to Format a Disk.


A small percentage of total disk space that is available for data is used to store defect and formatting information. This percentage varies according to disk geometry, and decreases as the disk ages and develops more defects.

Formatting a disk might take anywhere from a few minutes to several hours, depending on the type and size of the disk.