Storage Profiles Overview Page

Navigation: System > Global Settings > Storage Profiles

Lists the Quality of Service (QoS) settings for all of the available Storage Profiles on the system. Administrators can manage custom profiles from this page.
Type

Identifies the type of the Storage Profile.

Valid profile types:
Custom
Indicates a Storage Profile that consists of administrator‑defined QoS settings.
Note: Custom profiles cannot be modified. Also, if a logical volume uses a custom profile, that profile cannot be deleted.
System
Indicates a Storage Profile that ships with the Oracle FS System.
Note: System profiles cannot be modified or deleted.
Name

Identifies the name of the Storage Profile. The name includes, in some instances, the name of the application that is associated with the profile.

RAID Level

Identifies the storage mechanism that is used to enhance the ability of the system to recover data from the loss of one or more drives.

Possible RAID levels:
Single parity

Indicates that, in addition to the actual data, one set of parity bits exists for the logical volume. This parity level protects against the loss of one drive. Single parity is implemented as a variant of the RAID 5 storage technology.

Double parity

Indicates that, in addition to the actual data, two sets of parity bits exist for the logical volume. This parity level protects against the loss of one or two drives with a slight cost to write performance. Double parity is implemented as a variant of the RAID 6 storage technology.

Mirrored

Indicates that no parity bits exist for the volume. Instead, the system writes the data in two different locations. This RAID level protects against the loss of at least one drive and possibly more drives with an improvement of the performance of random write operations. Mirrored RAID is implemented as a variant of the RAID 10 storage technology.

Read Ahead

Identifies the read‑ahead policy that the system uses for sequential read operations. The policy determines the amount of additional data, if any, that the system places into the Controller cache. Valid policies:

Normal

Indicates that the input requests and the output requests are accessing the data mostly in a random manner or in a mixed sequential and random manner.

Aggressive

Indicates that the input requests and the output requests are accessing the data mostly in a sequential manner and that the workload is biased toward read operations.

Conservative

Indicates that the input requests and the output requests are mostly sequential and that the workload is biased toward write operations.

Priority
Identifies the priority that the system gives to various operational aspects of a logical volume, such as the Controller processing queue. The processing-queue priority defines the percentage of the Controller CPU cycles that are dedicated to the volume. Identifies as well where the data is striped on rotating drives. Valid priority levels:
Premium

Indicates the highest priority for responding to requests in the processing queue.

High

Indicates the next highest priority for responding to requests in the processing queue.

Medium

Indicates an intermediate priority for responding to requests in the processing queue.

Low

Indicates the next to lowest priority for responding to requests in the processing queue.

Archive

Indicates the lowest priority for responding to requests in the processing queue.

Stripe Width

Identifies the number of drive groups over which the data is written.

Possible values:
1 through 64

Indicates the specified stripe width.

all

Indicates that the logical volume is striped across all of the available drive groups.

auto‑select

Indicates that the Oracle FS System determines the stripe width based on the Priority option that you selected.

Writes

Identifies the write‑caching rules to use for the profile.

Valid options:
Write-through

Writes data to the Controller cache and to the storage arrays before the write request completes. This rule ensures that the data is safely written to the storage before the write request returns to the application. Write-through caching performs more slowly than does write-back caching because the data is being written to the storage arrays as well as to the cache.

Write-back caching
Writes data to the Controller cache, and the write request returns immediately without waiting for the write‑to‑disk to complete. During idle cycles, the system writes the data from the cache to the storage arrays. Write-back caching performs faster than does write‑through because the data only needs to be written to the cache before the write request returns.
Important! If the system goes down unexpectedly, the data in the cache that has not been written to the storage arrays could be lost.

During the shutdown process, the system writes all cached data to the storage arrays.

Default

Indicates that the Oracle FS System selects the appropriate write‑caching rule based on the selected QoS settings.

Preferred Storage

Indicates the preferred order in which the Oracle FS System uses the available Storage Classes.