Skip Headers
Oracle® Database 2 Day DBA
10g Release 2 (10.2)

Part Number B14196-02
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

Creating a Disk Group

You may want to create additional Automatic Storage Management (ASM) disk groups to:

To create a disk group:

  1. Access the ASM Home page.

    See "Accessing the Automatic Storage Management Home Page" for instructions.

  2. Click the Administration tab.

  3. If the Automatic Storage Management Login page appears, log in as the SYS user, connecting as SYSDBA. Provide the SYS password that is stored in the password file for the ASM instance. This password was set up when the ASM instance was created.

  4. On the ASM Administration page, under the Disk Groups heading, click Create.

    The Create Disk Group page appears. It displays a list of ASM disks that are available to be added to a disk group. This includes disks with the header status of CANDIDATE, PROVISIONED, or FORMER.

    Description of create_disk_group.gif follows
    Description of the illustration create_disk_group.gif

  5. If you want to display not only disks that are available to be added to a disk group, but all ASM disks, including disks that already belong to a disk group (header status = MEMBER), select All Disks from the Select Member Disks drop-down list.

    The page is redisplayed with the complete list of ASM disks that were discovered by the ASM instance.

  6. Enter the disk group name, and select redundancy type (high, normal, or external).

  7. Select disks as follows:

    • Select the check box to the left of each disk that you want to include in the new disk group.

    • If you want to force the inclusion of a disk in the disk group, select the Force Usage check box for that disk.

      Caution:

      The Force Usage check box causes the disk to be added to the new disk group even if the disk already belongs to another disk group and has valid database data. This data will be lost. You must be certain that you are selecting a disk that can legitimately be added to the disk group. See Oracle Database Administrator's Guide for a discussion of the FORCE option.
    • Optionally enter an ASM name for each selected disk. (ASM provides a name if you do not.)

    Description of create_disk_group_all.gif follows
    Description of the illustration create_disk_group_all.gif

  8. Click OK to create the disk group.

See Also:

The discussion of the V$ASM_DISK view in Oracle Database Reference for information on the various header statuses of ASM disks.