Datasheet

Working with the ASM Instance
3
Here are some features of ASM:
Automatic software data striping (RAID-0)
Load balancing across physical disks
Software RAID-1 data redundancy with double or triple mirrors
Elimination of fragmentation
Simplification of file management via support for Oracle Managed Files (OMF)
Ease of maintenance
ASM fits perfectly into a Real Application Clusters (RAC) environment, but you can use
ASM in a non-RAC environment too. In the following sections we will cover these ASM-
related topics:
The ASM instance
Configuring ASM disks
Accessing ASM from the database
Managing ASM
ASM data dictionary views
You should be aware of a few ASM limitations:
ASM limits you to 63 disk groups in a given storage system. A disk group is a logical
storage entity that is made up of one or more physical disks (we discuss adding ASM
disk groups later in this chapter).
You can have a maximum of 10,000 ASM disks in a given storage system.
Each ASM disk can be a maximum of 4 petabytes (PB) in size.
Each ASM instance can manage up to 40 exabytes of storage.
Each disk group can contain up to one million files.
Maximum file sizes vary by the type of disk group:
External-redundancy disk group: 140PB maximum file size
Normal-redundancy disk group: 42PB maximum file size
High-redundancy disk group: 15PB maximum file size
Working with the ASM Instance
Driving ASM is the ASM instance, which is a separate instance from any database instance.
The ASM instance is mounted but never open like an Oracle database. It is, essentially, just
a bunch of programs (daemons) running. You will create only one ASM instance per node.
You can use the Oracle Database Conguration Assistant (DBCA) to create the ASM
instance for you, or you can choose to create the ASM instance yourself.
95134c01.indd 3 1/28/09 9:43:39 AM