3 Cluster ASM Metrics
ASM Cardinality
This metric category collects the number of ASM instances that are part of Cluster ASM. The default collection time is every 24 hours.
ASM Cluster File System
The metrics in the ASM Cluster File System metric category show the space used by all of the ASM Cluster File Systems. These metrics are used to collection infromation about the ASM Cluster File System space usage and are used to show the trend of ASM Cluster File System space usage in the application. These metrics collect information for both mounted and dismounted ASM Cluster File Systems. This information is used to determine the following metrics for space usage: Allocated Space (GB), Size (GB), Free (GB), Used (GB), and Used (%). These metrics also collect information about whether the ASM Cluster File System is corrupt. For dismounted ASM Cluster File Systems, 0 is returned for the Free (GB), Used (GB), and Used (%) metrics.
These metrics only collect information about the ASM Cluster File System that is not specific to a node in a cluster. They collect space usage information which is the same across all nodes in the cluster. Information such as the state and availability of the ASM Cluster File System can be different across the nodes in a cluster and is collected by the ASM Cluster File System State metrics.
These metrics generate a warning alert if the ASM Cluster File System is 85% used and a critical alert if 97% used. These metrics also generate a critical alert if the ASM Cluster File System has sections that are corrupt.
These metrics are collected at a time interval of 30 minutes and the metrics will be collected at the cluster level if the target is Cluster ASM otherwise they will be collected at the instance level as a part of the ASM target type metrics. You can change the threshold limit as required.
ASM Cluster File System Corrupt
This metric shows if the mounted ASM Cluster File System has sections that are corrupt. A value of TRUE for this metric indicates that there are sections that are corrupt and therefore the Check and Repair operation should be run on the ASM Cluster File System to fix it. For dismounted ASM Cluster File Systems, it returns a value of Null for this metric.
This metric generates a warning alert if the ASM Cluster File System is dismounted on a given host. The metric also generates a critical alert if the mounted ASM Cluster File System is not available on a host.
This metric is collected at a time interval of 30 minutes. You can change the threshold limit as required.
This metric is collected with the help of a SQL query which queries the V$ASM_FILESYSTEM, V$ASM_VOLUME, V$ASM_ACFSVOLUMES views.
Target Version | Evaluation and Collection Frequency | Default Warning Threshold | Default Critical Threshold | Alert Text |
---|---|---|---|---|
11gR2,11gR202, 12c, 12cR2, 12cR201 |
Every 30 Minutes |
Not Defined |
TRUE |
The ASM Cluster File System using volume device %ofs_volume_device% has sections that are corrupt. Run check and repair operation on the file system to fix the issue. |
Multiple Thresholds
For this metric column you can set different warning and critical threshold values for each unique combination of volume device and disk group objects.
If warning or critical threshold values are currently set for any unique combination of volume device and disk group objects, those thresholds can be viewed on the Metric Detail page for this metric.
To specify or change warning or critical threshold values for each unique combination of volume device and disk group objects, use the Edit Thresholds page.
Data Source
This metric is collected from the column CORRUPT in the V$ASM_FILESYSTEM view for mounted ASM Cluster File Systems. For Dismounted File Systems, a value of Null is returned for this metric.
User Action
Run Check and Repair on the ASM Cluster File System to fix the corrupted sections.
ASM Cluster File System Used (%)
This metric shows the percent of the ASM cluster file system that is used.
Target Version | Evaluation and Collection Frequency | Default Warning Threshold | Default Critical Threshold | Alert Text |
---|---|---|---|---|
11gR2, 12cR1 |
Every 30 Minutes |
Not Defined |
TRUE |
The ASM Cluster File System using volume device %ofs_volume_device% is %ofs_used_pct%%% full. Resize the file system to add more space. |
Multiple Thresholds
For this metric column you can set different warning and critical threshold values for each unique combination of volume device and disk group objects.
If warning or critical threshold values are currently set for any unique combination of volume device and disk group objects, those thresholds can be viewed on the Metric Detail page for this metric.
To specify or change warning or critical threshold values for each unique combination of volume device and disk group objects, use the Edit Thresholds page.
Allocated Space (GB)
This metric shows the space allocated from the disk group for this ASM Cluster File System in GB.
Target Version | Collection Frequency |
---|---|
11gR2, 12c |
Every 30 Minutes |
Data Source
This metric is collected from the column SPACE in the V$ASM_FILE view.
User Action
No user action is required.
Free (GB)
This metric shows the unused capacity of the ASM Cluster File System in gigabytes. It gives an indication of the free space available in the ASM Cluster File System. For dismounted ASM Cluster File Systems, a value of 0 is returned for this metric.
Target Version | Collection Frequency |
---|---|
11gR2, 12c |
Every 30 Minutes |
Data Source
This metric is collected from the column TOTAL_FREE in the V$ASM_FILESYSTEM view. For dismounted ASM Cluster File Systems, a value of 0 is returned.
User Action
Consider resizing the ASM Cluster File System if there is not enough Free Space available.
Size (GB)
This metric shows the size in GB of the ASM Cluster File System.
Target Version | Collection Frequency |
---|---|
11gR2, 12c |
Every 30 Minutes |
Data Source
This metric is collected from the column TOTAL_SIZE in the V$ASM_FILESYSTEM view for mounted file systems and from the column SIZE_MB in the view V$ASM_VOLUME for dismounted file systems.
User Action
Consider resizing the ASM Cluster File System to add space.
Snapshot Space Used (MB)
This metric shows the percentage of snapshot space that is used on the ASM Cluster File System. For dismounted ASM Cluster File Systems, a value of 0 is returned for this metric.
Target Version | Collection Frequency |
---|---|
11gR2, 12c |
Every 30 Minutes |
Used (GB)
This metric shows the space in GB that is used on the mounted ASM Cluster File System. For dismounted ASM Cluster File Systems, a value of 0 is returned for this metric.
Target Version | Collection Frequency |
---|---|
11gR2, 12c |
Every 30 Minutes |
Data Source
This metric is calculated from the columns TOTAL_SIZE and TOTAL_FREE in the V$ASM_FILESYSTEM view. This metric is calculated using the following formula:
TOTAL_SIZE - TOTAL_FREE
For dismounted ASM Cluster File Systems, a value of 0 is returned for this metric.
User Action
Consider resizing the ASM Cluster File System to add more space.
Volume Name
This metric shows the volume name of the volume device used to create the ASM Cluster File System.
Target Version | Collection Frequency |
---|---|
11gR2, 12c |
Every 30 Minutes |
Data Source
This metric is collected from the column VOLUME_NAME in the V$ASM_VOLUME view.
User Action
No user action is required.
ASM Cluster File System State
The metrics in the ASM Cluster File System State metric category show the state of the ASM Cluster File System, whether it is mounted or dismounted on a given host. In a cluster environment, the ASM Cluster File System could be mounted only on specific hosts. If the ASM Cluster File System is mounted on a given host, the metrics also reports whether the system is available and the time since it was available. This is used to determine the following metrics: Mount Point, Mount State, Availability, and Available Time.
These metrics generate a warning alert if the ASM Cluster File System is dismounted on a given host. These metrics also generate a critical alert if the mounted ASM Cluster File System is not available on a host.
These metrics are collected with the help of a SQL query which queries the V$ASM_FILESYSTEM, V$ASM_VOLUME, V$ASM_ACFSVOLUMES views. If the target is Cluster ASM the metrics will be collected at cluster level, otherwise they will be collected at instance level as a part of ASM target type metrics.
ASM Cluster File System Availability
This metric shows if the mounted ASM Cluster File System is available on a given host in a cluster. For dismounted ASM Cluster File System's this metric returns a value of NULL.
Target Version | Evaluation and Collection Frequency | Default Warning Threshold | Default Critical Threshold | Alert Text |
---|---|---|---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 15 Minutes |
Not Defined |
Not Available |
The ASM Cluster File System %ofs_mount_point% is not available on host %ofs_host% |
Multiple Thresholds
For this metric you can set different warning and critical threshold values for each unique combination of volume device and host objects.
If warning or critical threshold values are currently set for any unique combination of volume device and host objects, those thresholds can be viewed on the Metric Detail page for this metric.
To specify or change warning or critical threshold values for each unique combination of volume device and host objects, use the Edit Thresholds page.
Data Source
This metric is collected from the column STATE in the V$ASM_FILESYSTEM view.
User Action
No user action is required.
ASM Cluster File System Available Time
This metric shows the time since the mounted ASM Cluster File System has been available on a given host in a cluster. For dismounted ASM Cluster File Systems this metric returns a value of NULL.
Target Version | Collection Frequency | Alert Text |
---|---|---|
11gR2, 12c |
Every 15 Minutes |
The volume device %volume_device% is dismounted on host %ofs_host% |
Data Source
This metric is collected from the column AVAILABLE_TIME in the V$ASM_FILESYSTEM view.
User Action
No user action is required.
Mount Point
This metric shows the mount point of the ASM Cluster File System on a given host in a cluster. The same ASM Cluster File System could be mounted on different mount points, on different hosts in a cluster. For dismounted ASM Cluster File Systems it will return NULL if the OFS has never been mounted on the host or it will return the last mount point if it was mounted and then dismounted on the host.
Target Version | Collection Frequency |
---|---|
11gR2, 12c |
Every 15 Minutes |
Data Source
For mounted file systems this metric is collected from the column FS_NAME in the V$ASM_FILESYSTEM view. For dismounted file systems this metric is collected from the column MOUNTPATH in the V$ASM_VOLUME view.
User Action
No user action is required.
ASM Cluster File System Mount State
This metric shows the state of the ASM Cluster File Systems, whether it is mounted or dismounted on a given host. In a cluster environment the ASM Cluster File System could be mounted only on specific hosts.
Target Version | Evaluation and Collection Frequency | Default Warning Threshold | Default Critical Threshold | Alert Text |
---|---|---|---|---|
11gR2, 12c |
Every 15 Minutes |
Dismounted |
Not Defined |
The volume device %volume_device% is dismounted on host %ofs_host% |
Multiple Thresholds
If warning or critical threshold values are currently set for any unique combination of volume device and host objects, those thresholds can be viewed on the Metric Detail page for this metric.
To specify or change warning or critical threshold values for each unique combination of volume device and host objects, use the Edit Thresholds page.
Data Source
An ASM Cluster File System is mounted if the usage of the volume_device is ACFS and the volume_device exists in the V$ASM_ACFSVOLUMES view and the mount path exists in the V$ASM_FILESYSTEM view.
An ASM Cluster File System is dismounted if the usage of the volume_device is ACFS and the volume_device does not exist in the V$ASM_ACFSVOLUMES view and the mount path does not exist in the V$ASM_FILESYSTEM view.
User Action
Mount the ASM Cluster File System on the given host in the cluster.
Disks
The metrics in this configuration metric category collect ASM disk configuration data such as the disk group name. The default collection time is 24 hours and the metrics are collected at the cluster level if the target is Cluster ASM. Otherwise, they are collected at the instance level as a part of ASM target type metrics.
Cell IP
This metric shows the IP adress of the Exadata cell.
Target Version | Collection Frequency |
---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 24 hours |
Data Source
This metric is collected from V$ASM_DISK_STAT view.
User Action
No user action is required.
Disk
This metric shows the disk name of the ASM disk.
Target Version | Collection Frequency |
---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 24 hours |
Data Source
The source for this metric is the NAME column in the V$ASM_DISK_STAT view.
User Action
No user action is required.
Disk Creation Date
This metric shows the creation date of the ASM disk.
Target Version | Collection Frequency |
---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 24 hours |
Data Source
The source for this metric is the CREATE_DATE column in the V$ASM_DISK_STAT view.
User Action
No user action is required.
Disk Group
This metric shows the disk group name of the ASM disk.
Target Version | Collection Frequency |
---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 24 hours |
Data Source
This metric is collected from V$ASM_DISKGROUP_STAT view.
User Action
No user action is required.
Disk Path
This metric shows the disk path of the ASM disk.
Target Version | Collection Frequency |
---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 24 hours |
Data Source
The source for this metric is the PATH column in the V$ASM_DISK_STAT view.
User Action
No user action is required.
Fail Group Type
This metric shows the failure group type, REGULAR or QUORUM.
Target Version | Collection Frequency |
---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 24 hours |
Data Source
The source for this metric is the FAILUREGROUP column in the V$ASM_DISK_STAT view.
User Action
No user action is required.
Failure Group Name
This metric shows the failure group name of the ASM disk.
Target Version | Collection Frequency |
---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 24 hours |
Data Source
The source for this metric is the SPACE column in the V$ASM_DISK_STAT view.
User Action
No user action is required.
Redundancy
This metric shows the hardware redundancy of the disk.
Target Version | Collection Frequency |
---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 24 hours |
Data Source
The source for this metric is the REDUNANCY column in the V$ASM_DISK_STAT view.
User Action
No user action is required.
ASM File Group
The metrics in this configuration metrics category collects information related file groups in a flex disk group. The default collection time is every 24 hours.
File Group
This metric indicates the name of the file group.
Target Version | Evaluation and Collection Frequency | Default Warning Threshold | Default Critical Threshold | Alert Text |
---|---|---|---|---|
13c and later |
Every 24 hours |
Not defined |
Not defined |
Not applicable |
Data Source
The source of this metric is the v$asm_filegroup.name view.
Disk Group
This metric indicates the name of the disk group to which the file group belongs.
Target Version | Evaluation and Collection Frequency | Default Warning Threshold | Default Critical Threshold | Alert Text |
---|---|---|---|---|
13c and later |
Every 24 hours |
Not defined |
Not defined |
Not applicable |
Data Source
The source of this metric is the v$asm_diskgroup.name view.
Quota Group
This metric indicates the name of the quota group to which the file group belongs.
Target Version | Evaluation and Collection Frequency | Default Warning Threshold | Default Critical Threshold | Alert Text |
---|---|---|---|---|
13c and later |
Every 24 hours |
Not defined |
Not defined |
Not applicable |
Data Source
The source of this metric is the v$asm_quotagroup.name view.
Client Type
This metric indicates the type of the client. For example, Database, Cluster or Volumes.
Target Version | Evaluation and Collection Frequency | Default Warning Threshold | Default Critical Threshold | Alert Text |
---|---|---|---|---|
13c and later |
Every 24 hours |
Not defined |
Not defined |
Not applicable |
Data Source
The source of this metric is the v$asm_filegroup.client_type view.
Client Name
This metric indicates the name of the client whose files are grouped together to form this file group.
Target Version | Evaluation and Collection Frequency | Default Warning Threshold | Default Critical Threshold | Alert Text |
---|---|---|---|---|
13c and later |
Every 24 hours |
Not defined |
Not defined |
Not applicable |
Data Source
The source of this metric is the v$asm_filegroup.client_name view.
ASM Volumes
The metrics in the ASM Volumes metric category show information about the volumes created on a disk group. An ASM volume file is a file created on the disk group to provide storage for an ASM Cluster File System or a third-party file system. This is used to determine the following metrics for ASM volumes: Volume Name, Status, Usage, Mount Point, Size (GB), Allocated Space (GB), and Redundancy.
These metrics are collected with the help of the V$ASM_VOLUME and GV$ASM_DISKGROUP views. The metrics are collected at the cluster level if the target is Cluster ASM. Otherwise, they are collected at the instance level as a part of ASM target type metrics.
Allocated Space (GB)
This metric shows the space in MB allocated to the ASM Cluster File System on a given host in a cluster.
Target Version | Collection Frequency |
---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 24 hours |
Data Source
The source of this metric is the MOUNTPATH column in the V$ASM_VOLUME view.
User Action
No user action is required.
Mount Point
This metric shows the mount point of the ASM Cluster File System on a given host in a cluster.
Target Version | Collection Frequency |
---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 24 hours |
Data Source
The source of this metric is the MOUNTPATH column in the V$ASM_VOLUME view.
User Action
No user action is required.
Redundancy
This metric returns the redundancy for the ASM volume file. The ASM volume file can use whatever redundancy (external, normal=2-way mirror, high=3-way mirror) is available to the ASM disk group where the ASM volume file is created.
Target Version | Collection Frequency |
---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 24 hours |
Data Source
The source of this metric is the REDUNDANCY column in the V$ASM_VOLUME view.
User Action
No user action is required.
Size (GB)
This metric returns the size of the ASM volume in GB. The volume size is always created in multiples of the volume allocation unit.
Target Version | Collection Frequency |
---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 24 hours |
Data Source
The source of this metric is the column SIZE_MB from the V$ASM_VOLUME view.
User Action
No user action is required.
Usage
This metric returns a string indicating what the ASM volume is used for: ACFS, EXT3, null. A value of null means that the usage of the volume is Unknown.
Target Version | Collection Frequency |
---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 24 hours |
Data Source
This metric returns a string indicating what the ASM volume is used for: ACFS, EXT3, null. A value of null means the usage of the volume is Unknown.
User Action
No user action is required.
Volume Name
This metric returns the name of the ASM volume. This is the name entered when the user creates the ASM volume on the disk group.
Target Version | Collection Frequency |
---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 24 hours |
Data Source
The source of this metric is the VOLUME_NAME column in the V$ASM_VOLUME view.
User Action
No user action is required.
Database Disk Group Usage
Data Source
v$ASM_DISKGROUP_STAT, v$ASM_ALIAS, v$ASM_FILE
Total Bytes
This metric shows the total bytes of the disk group space used by a database. With the help of this metric you can determine the space used in a disk group by different database instance.
Target Version | Collection Frequency | Alert Text |
---|---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 30 Minutes |
Usable total size for Disk Group %dg_name% has fallen to %value% (MB). |
Data Source
This metric is calculated by taking the space used by a file using the V$ASM_FILE view and joining it with the V$ASM_ALIAS and V$ASM_DISKGROUP views for 10g Release 1 and the V$ASM_ALIAS, V$ASM_DISKGROUP_STAT views for 10g Release 2 to get the disk group space used by a database instance.
User Action
No user action is required.
Database Sparse Disk Group Usage
This metric category uploads the physical usage of sparse disk groups by snap cloned databases.
This metric category is enabled when ASM stores on Oracle Exdata. It is not applicable for any other systems.
Database Name
This metric provides the name of the database.
Target Version | Collection Frequency |
---|---|
12cR2 |
Every 24 Hours |
Data Source
v$asm_diskgroup, v$asm_alias
Disk Group Name
This metric provides the sparse disk group name.
Target Version | Collection Frequency |
---|---|
12cR2 |
Every 24 Hours |
Data Source
v$asm_diskgroup, v$asm_alias
Disk Groups
The metrics in this configuration metric category collect ASM disk group configuration data such as member disk count, and redundancy. The default collection time is 24 hours and the metrics are collected at the cluster level if the target is Cluster ASM. Otherwise, they are collected at the instance level as a part of ASM target type metrics.
Allocation Unit (MB)
This metric shows the allocation unit size in MB of the ASM disk group.
Target Version | Collection Frequency |
---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 24 hours |
Data Source
The source for this metric is the ALLOCATION_UNIT_SIZE column in the V$ASM_DISK_STAT view.
User Action
No user action is required.
Contains Voting Files
This metric shows whether there are voting files present.
Target Version | Collection Frequency |
---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 24 Hours |
Data Source
The source for this metric is the VOTING_FILES column in the V$ASM_DISKGROUP_STAT view.
User Action
No user action is required.
Disk Count
This metric shows the number of disks in the ASM disk group.
Target Version | Collection Frequency |
---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 24 Hours |
Data Source
The source for this metric is the COUNT_OF_DISK column in the V$ASM_DISK_STAT view.
User Action
No user action is required.
Disk Group
This metric shows the disk group name of the ASM disk group.
Target Version | Collection Frequency |
---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 24 Hours |
Data Source
The source for this metric is the NAME column in the V$ASM_DISKGROUP_STAT view.
User Action
No user action is required.
Redundancy
This metric shows the level of redundancy of the ASM disk group.
Target Version | Collection Frequency |
---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 24 Hours |
Data Source
The source for this metric is the TYPE column in the V$ASM_DISKGROUP_STAT view.
User Action
No user action is required.
Disk Group Attributes
The metrics in this configuration metric category collect ASM disk group Attribute data such as file access control, cell scan capability etc. The default collect time is 24 hours and the metrics will be collected at cluster level if the target is Cluster ASM, else they will be collected at instance level as a part of the ASM target type metrics.
Disk Group
This metric shows the ASM disk group name.
Target Version | Collection Frequency |
---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 24 Hours |
Data Source
The source for this metric is the NAME column in the V$ASM_DISKGROUP_STAT view.
User Action
No user action is required.
Attribute Name
This metric shows the ASM disk group attribute name.
Target Version | Collection Frequency |
---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 24 Hours |
Data Source
The source for this metric is the NAME column in the V$ASM_ATTRIBUTE view.
User Action
No user action is required.
Disk Group Imbalance Status
The metrics in the Disk Group Imbalance Status metric category check if any disk groups are out of balance. Under normal operations, ASM automatically rebalances disk groups. These metrics detect conditions where manual rebalances may be required or the power level of a rebalance in progress may need to be raised to give it the necessary resources to complete faster. The metrics are collected at the cluster level if the target is Cluster ASM. Otherwise, they are collected at the instance level as a part of ASM target type metrics.
Actual Imbalance (%)
Actual Imbalance (%) measures the difference in space allocated to the fullest and emptiest disks in the disk group. The comparison is in percent full because ASM tries to keep all disks equally full as a percent of their size. The imbalance is relative to the space allocated not the space available. An imbalance of a couple percent is reasonable.
Target Version | Collection Frequency |
---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 15 minutes |
Data Source
This metric is calculated using the following formula:
100 * (max((total_mb - free_mb) / total_mb) - min((total_mb - free_mb) / total_mb)) / max((total_mb - free_mb) / total_mb) where total_mb and free_mb are columns in V$ASM_DISK_STAT
User Action
An imbalance of more than a couple percent may signal the need to initiate a manual rebalance of the disk group.
Actual Minimum Percent Free
The Actual Minimum Percent Free metric lists the amount of free disk space on the fullest disk as a percentage of the disk size. If the imbalance is zero, then this represents the total free space. Because all allocations are performed evenly across all disks, the minimum free space limits how much space can be used.
If one disk has only one percent free, then only one percent of the space in the disk group is really available for allocation, even if the rest of the disks are only half full.
Target Version | Collection Frequency |
---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 15 minutes |
Data Source
The metric is calculated as 100 * (min(FREE_MB / TOTAL_MB)), where FREE_MB and TOTAL_MB are columns in the $ASM_DISK_STAT view.
User Action
If the actual minimum percent free is a low number, a configuration change may be required to provide an even distribution of file extents and space usage across all disks in a disk group.
Disk Count
The Disk Count metric reports the number of disks in the disk group which gives a sense of how widely files can be spread.
Target Version | Collection Frequency |
---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 15 minutes |
Data Source
Disk count is calculated using count(*) on all disks (V$ASM_DISK_STAT) in a disk group (V$ASM_DISKGROUP_STAT).
User Action
No user action is required.
Disk Group Percent Imbalance
The Disk Group Percent Imbalance (metric is used to determine if a disk group requires rebalance. Temporary imbalances (caused by a rebalance in progress) are ignored.
Target Version | Evaluation and Collection Frequency | Default Warning Threshold | Default Critical Threshold | Alert Text |
---|---|---|---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 15 Minutes |
10 |
Not Defined |
Disk Group %diskGroup% requires rebalance because the space usage imbalance between disks is high. |
Multiple Thresholds
For this metric you can set different warning and critical threshold values for each disk group object.
If warning or critical threshold values are currently set for any disk group object, those thresholds can be viewed on the Metric Detail page for this metric.
To specify or change warning or critical threshold values for each disk group object, use the Edit Thresholds page.
Data Source
If a rebalance operation is not in progress, the value of the Disk Group Imbalance (%) without Rebalance metric is the same value as the value of the Actual Imbalance (%) metric, otherwise the value is 0.
User Action
A warning alert is generated if the value of the Disk Group Imbalance (%) without Rebalance metric is greater than or equal to 10%. In this case, a rebalance is necessary because the space usage imbalance between disks is high. You should manually initiate a rebalance operation.
Disk Maximum Used (%) with Rebalance
The Disk Maximum Used (%) with Rebalance metric is used to determine if a rebalance in progress needs a power boost to complete in a timely manner and prevent other errors from occurring due to space constraints.
Target Version | Evaluation and Collection Frequency | Default Warning Threshold | Default Critical Threshold | Alert Text |
---|---|---|---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 15 Minutes |
Not Defined |
95 |
Increase the rebalance power for Disk Group %diskGroup% because at least one disk is critically low on space. |
Multiple Thresholds
For this metric you can set different warning and critical threshold values for each disk group object.
If warning or critical threshold values are currently set for any disk group object, those thresholds can be viewed on the Metric Detail page for this metric.
To specify or change warning or critical threshold values for each disk group object, use the Edit Thresholds page.
Data Source
If a rebalance is in progress and the power value is greater than 0, then the value of the Disk Maximum Used (%) with Rebalance metric is calculated as (100 - Actual Minimum Percent Free), otherwise the value is 0.
User Action
A critical alert is generated if the value of the Disk Maximum Used (%) with Rebalance metric is greater than or equal to 95%. In this case the rebalance power for the disk group must be increased because at least one disk is critically low on space. Increase the rebalance power (maximum power level is 11).
Disk Minimum Free (%) without Rebalance
The Disk Minimum Free (%) without Rebalance metric is used to determine if a disk group requires rebalance. Temporary imbalances (caused by a rebalance in progress) are ignored.
Target Version | Evaluation and Collection Frequency | Default Warning Threshold | Default Critical Threshold | Alert Text |
---|---|---|---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 15 Minutes |
20 |
10 |
Disk Group %diskGroup% requires rebalance because at least one disk is low on space. |
Multiple Thresholds
For this metric you can set different warning and critical threshold values for each disk group object.
If warning or critical threshold values are currently set for any disk group object, those thresholds can be viewed on the Metric Detail page for this metric.
To specify or change warning or critical threshold values for each disk group object, use the Edit Thresholds page.
Data Source
If a rebalance operation is not in progress, the value of the Disk Minimum Free (%) without Rebalance metric is the same as the value of the Actual Minimum Percent Free metric, otherwise the value is 100.
User Action
A warning alert will be generated if Disk Minimum Free (%) without Rebalance is less than or equal to 20%. In this case a rebalance is necessary because at least one disk is low on space. You should manually initiate a rebalance operation.
Disk Size Variance (%)
The Disk Size Variance (%) metric lists the percentage difference in size between the largest and smallest disks in the disk group. This is zero if best practices have been followed and all disks are the same size.
Small differences in size are acceptable. Large differences can result in some disks getting much more I/O than others. With normal or high redundancy disk groups, a large size variance can make it impossible to reduce the percent imbalance to a small value.
Target Version | Collection Frequency |
---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 15 Minutes |
Data Source
Disk Size Variance (%) is calculated as 100 * (max(total_mb) - min(total_mb)) / max(total_mb), where total_mb is a column in V$ASM_DISK_STAT
User Action
A large size variance may require a configuration change to provide an even distribution of file extents and space usage across all disks in a disk group.
Rebalance In Progress
The Rebalance In Progress metric returns Yes if a rebalance operation is in progress, No otherwise.
Target Version | Collection Frequency |
---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 15 Minutes |
Data Source
The value of the Rebalance In Progress metric is retrieved from the operation column of the V$ASM_OPERATION.view
User Action
No user action is required.
Disk Group Target Component
This configuration metric category collects ASM disk group target component information.
Disk Group Name
This metric shows the disk group target component name.
Target Version | Collection Frequency |
---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 30 minutes |
Multiple Thresholds
For this metric you can set different warning and critical threshold values for each Disk Group Name object.
If warning or critical threshold values are currently set for any Disk Group Name object, those thresholds can be viewed on the Metric Detail page for this metric.
To specify or change warning or critical threshold values for each Disk Group Name object, use the Edit Thresholds page.
Data Source
This metric is collected from the column FREE_MB in the view V$ASM_DISKGROUP for 10g Release 1 and the V$ASM_DISKGROUP_STAT view for 10g Release 2.
User Action
Consider adding more disks to the disk group or deleting existing files in the disk group.
Disk Count
The Disk Count metric reports the number of disks in the disk group which gives a indication of how widely files can be spread.
Target Version | Collection Frequency |
---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 30 minutes |
Data Source
Disk count is calculated using count(*) on all disks (V$ASM_DISK_STAT) in a disk group (V$ASM_DISKGROUP_STAT).
User Action
No user action is required.
Disk Group Usage
The metrics in the Disk Group Usage metric category show the space used by all of the disk groups in the mounted state. These metrics are used to collect information about the disk usage and are used to show the trend of disk group space usage in the application. This information is used to determine the following metrics: Free MB, Total MB, Total Safely Usable MB, Type, Safely Usable File MB, Used %, and Disk Group Used % of Safely Usable of a disk group for 10g Release 2 and Free MB, Total MB, Type, and Used % for 10g Release 1.
These metrics generate a warning alert if the disk group is 75% used and a critical warning if 90% used. The thresholds for the Disk Group Usage alert should not be fixed at 75% and 90%, because the value depends on the redundancy. In version 10g Release 2, these metrics use the USABLE_FILE_MB column of the V$ASM_DISKGROUP_STAT view to indicate usable mirrored free space. This column displays the amount of free space that can be safely utilized taking mirroring into account, and yet is able to restore redundancy after disk failure.
Enterprise Manager issues alerts for the following:
-
Critical alert when USABLE_FILE_MB <= 0
-
Warning alert when USABLE_FILE_MB < 0.1 * REQUIRED_MIRROR_FREE_MB
This metric is collected every 15 minutes. You can change the threshold limit as required.
This metric is collected with the help of a SQL query which queries the V$ASM_DISKGROUP view for 10g Release 1 and the V$ASM_DISKGROUP_STAT view for 10g Release 2. The metrics are collected at the cluster level if the target is Cluster ASM. Otherwise, they are collected at the instance level as a part of ASM target type metrics.
Disk Group Free (MB)
This metric shows the unused capacity of the disk group in megabytes. It gives an indication of the free space available in a disk group.
Target Version | Evaluation and Collection Frequency | Default Warning Threshold | Default Critical Threshold | Alert Text |
---|---|---|---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 30 Minutes |
Not Defined |
Not Defined |
Total free size for Disk Group %dg_name% has fallen to %value% (MB). |
Multiple Thresholds
For this metric you can set different warning and critical threshold values for each Disk Group Name object.
If warning or critical threshold values are currently set for any Disk Group Name object, those thresholds can be viewed on the Metric Detail page for this metric.
To specify or change warning or critical threshold values for each Disk Group Name object, use the Edit Thresholds page.
Data Source
This metric is collected from the FREE_MB column in the V$ASM_DISKGROUP view for 10g Release 1 and the V$ASM_DISKGROUP_STAT view for 10g Release 2.
User Action
Consider adding more disks to the disk group or deleting existing files in the disk group.
Disk Group Usable (Free MB)
The usable free space of a disk group depends on the redundancy, so in 10g Release 2 it uses the USABLE_FILE_MB column of the V$ASM_DISKGROUP_STAT view to indicate usable mirrored free space. This column indicates the amount of free space that can be safely utilized taking mirroring into account, and yet is able to restore redundancy after disk failure. This column is used to determine the usable free megabytes of a disk group.
Target Version | Evaluation and Collection Frequency | Default Warning Threshold | Default Critical Threshold | Alert Text |
---|---|---|---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 30 Minutes |
Not Defined |
Not Defined |
Usable free size for Disk Group %dg_name% has fallen to %value% (MB). |
Multiple Thresholds
For this metric you can set different warning and critical threshold values for each Disk Group Name object.
If warning or critical threshold values are currently set for any Disk Group Name object, those thresholds can be viewed on the Metric Detail page for this metric.
To specify or change warning or critical threshold values for each Disk Group Name object, use the Edit Thresholds page.
Data Source
This metric is collected from the column USABLE_FILE_MB in the V$ASM_DISKGROUP_STAT view for 10g Release 2.
User Action
Consider adding more disks to the disk group or removing existing files from the disk group.
Disk Group Usable (MB)
This metric shows the capacity of the disk group based on the type of the disk group. This column indicates the amount of free space that can be safely utilized taking mirroring into account, and yet is able to restore redundancy after disk failure.
Target Version | Evaluation and Collection Frequency | Default Warning Threshold | Default Critical Threshold | Alert Text |
---|---|---|---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 30 Minutes |
Not Defined |
Not Defined |
Usable free size for Disk Group %dg_name% has fallen to %value% (MB). |
Data Source
This metric value is calculated as follows, using the V$ASM_DISKGROUP_STAT view:
Total Safely Usable MB = (total_mb - required_mirror_free_mb)/redundancy_factor
It the preceding formula, total_mb and required_mirror_free_mb come from the view column, and redundancy factor is 1 for External Redundancy Disk Group, 2 for Normal Redundancy Disk Group, and 3 for High Redundancy Disk Group.
User Action
Consider adding more disks to the disk group or removing existing files from the disk group.
Disk Group Used %
This metric shows the percentage of space used by a disk group. It generates a warning alert if the disk group is 75% used and a critical warning if it is 90% used. The threshold limit can be changed to generate alerts at different values.
Target Version | Evaluation and Collection Frequency | Default Warning Threshold | Default Critical Threshold | Alert Text |
---|---|---|---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 30 Minutes |
75 |
90 |
Disk Group %dg_name% is %value%%% used. |
Multiple Thresholds
For this metric you can set different warning and critical threshold values for each Disk Group Name object.
If warning or critical threshold values are currently set for any Disk Group Name object, those thresholds can be viewed on the Metric Detail page for this metric.
To specify or change warning or critical threshold values for each Disk Group Name object, use the Edit Thresholds page.
Data Source
This metric value is calculated as follows, using the V$ASM_DISKGROUP view for 10g Release 1 and the V$ASM_DISKGROUP_STAT view for 10g Release 2.
Used % = (total_mb-free_mb)/total_mb)*100
User Action
New disks can be added in a disk group to avoid the alerts. Go to the Disk Group general page and click Add to add a new disk to a disk group. You can also remove existing files from the disk group.
Redundancy
This metric shows the redundancy type of the disk group. It can be one of the three values: External, Normal, and High. This property determines how redundancy is restored after disk failure.
Target Version | Collection Frequency |
---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 30 Minutes |
Data Source
This metric is collected from the column TYPE in the V$ASM_DISKGROUP view for 10g Release 1 and the V$ASM_DISKGROUP_STAT view for 10g Release 2.
User Action
No user action is required.
Size (MB)
This metric shows the total capacity of the disk group in megabytes. It gives an indication of the size or the space used by the disk group.
Target Version | Collection Frequency |
---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 30 Minutes |
Data Source
This metric is collected from the column TOTAL_MB in the V$ASM_DISKGROUP view for 10g Release 1 and the V$ASM_DISKGROUP_STAT view for 10g Release 2.
User Action
Consider adding more disks to the disk group.
Disk Group Used % of Safely Usable
This metric shows the percentage of safely usable space used by a disk group. Usable free space of a disk group depends on the redundancy. In 10g Release 2, it uses the USABLE_FILE_MB column of the V$ASM_DISKGROUP_STAT view to indicate usable mirrored free space. This column displays the amount of free space that can be safely utilized taking mirroring into account and restores redundancy after disk failure. This column is used to determine the Disk Group Used % of Safely Usable for a disk group.
This metric generates a warning alert if the disk group is using 90% of the safely usable space and critical warning for 100%. The threshold limit can be changed to generate an alert at different values.
Target Version | Evaluation and Collection Frequency | Default Warning Threshold | Default Critical Threshold | Alert Text |
---|---|---|---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 30 Minutes |
75 |
90 |
Disk group %dg_name% has used %value%%% of safely usable free space (space that can be allocated while still having enough space to recover from failure group failures). |
Multiple Thresholds
For this metric you can set different warning and critical threshold values for each Disk Group Name object.
If warning or critical threshold values are currently set for any Disk Group Name object, those thresholds can be viewed on the Metric Detail page for this metric.
To specify or change warning or critical threshold values for each Disk Group Name object, use the Edit Thresholds page.
Data Source
This metric is calculated from the V$ASM_DISKGROUP_STAT view for 10g Release 2 using the following formula:
Used % of Safely Usable = 100 - (usable_file_mb/usable_total_mb)*100 In this formula, usable_total_mb is derived as follows: total_mb - required_mirror_free_mb)/redundancy_factor
total_mb and required_mirror_free_mb are derived from the view column and redundancy factor is 1 for External Redundancy Disk Group, 2 for Normal Redundancy Disk Group, and 3 for High Redundancy Disk Group.
User Action
New disks can be added in a disk group to avoid the alerts. Go to the Disk Group general page and click Add to add a new disk to a disk group. Also, you can remove existing files from the disk group.
Disk Path
The metrics in the Disk Path metric category show the disk name and disk path of all the disks. This information is collected at a time interval of 24 hours.
These metrics are collected using data from the V$ASM_DISK view for 10g Release 1 and the V$ASM_DISK_STAT view for 10g Release 2. The metrics are collected at the cluster level if the target is Cluster ASM. Otherwise, they are collected at the instance level as a part of ASM target type metrics.
Disk Name
This metric reports the name of the disk path.
Target Version |
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Data Source
The source of this metric is the NAME column in the V$ASM_DISK_STAT and V$ASM_DISK views.
User Action
No user action is required.
Disk Path
This metric is the physical path of the disk.
Target Version |
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Data Source
For databases prior to 10g Release 2, this metric uses the PATH column in the GV$ASM_DISK view. For databases 10g Release 2 and higher, this metric uses the PATH column in the GV$ASM_DISK_STAT view.
User Action
No user action is required.
Group Name
This metric provides the name of the group.
Target Version |
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Data Source
For databases prior to 10g Release 2, this metric uses the PATH column in the GV$ASM_DISK view. For databases 10g Release 2 and higher, this metric uses the PATH column in the GV$ASM_DISK_STAT view.
User Action
No user action is required.
Disk Status
The metrics in the Disk Status metric category provide disk mode status (offline and online). A critical warning alert is generated if any of the disks are offline.
This metric is collected every 15 minutes. You can change the time limit and threshold limit as required. The metrics are collected at the cluster level if the target is Cluster ASM. Otherwise, they are collected at the instance level as a part of ASM target type metrics.
Disk Mode Status
This metric displays disk mode status (offline and online). A critical warning alert is generated if any of the disks go offline.
You can change the threshold limit.
Target Version | Evaluation and Collection Frequency | Default Warning Threshold | Default Critical Threshold | Alert Text |
---|---|---|---|---|
All Versions |
Every 15 Minutes |
Not Defined |
OFFLINE |
Disk %dg_name%.%disk_name% is offline. |
Multiple Thresholds
For this metric you can set different warning and critical threshold values for each unique combination of Disk Group Name and Disk Name objects.
If warning or critical threshold values are currently set for any unique combination of Disk Group Name and Disk Name objects, those thresholds can be viewed on the Metric Detail page for this metric.
To specify or change warning or critical threshold values for each unique combination of Disk Group Name and Disk Name objects, use the Edit Thresholds page.
Data Source
This metric is collected from the GV$ASM_DISK view for 10gRelease 1 and GV$ASM_DISK_STAT view for 10g Release 2.
User Action
Try to bring the disk online. Currently Enterprise Manager does not support this feature.
Failure Group Imbalance Status
The metrics in the Failure Group Imbalance Status metric category check how even failure group disks are laid out for ASM disk groups. ASM strives for an even distribution of file extents and space usage across all disks in a disk group. It accomplishes this through rebalancing. If the disks are different sizes or the failure groups are different sizes then effective rebalancing cannot be achieved. In this situation, configuration changes are required.
These metrics only apply to disk groups with normal or high redundancy. These metrics will not return data for disk groups with external redundancy, because failure groups are not used in this configuration. The metrics are collected at the cluster level if the target is Cluster ASM. Otherwise, they are collected at the instance level as a part of ASM target type metrics.
Disk Count Imbalance Variance
Failure groups are used to store mirror copies of data: two copies for normal redundancy, three copies for high redundancy. The Disk Count Imbalance Variance metric reports the difference in the failure group disk count for the disk in the disk group with the highest failure group disk count and the disk with the lowest.
It may not be possible for every disk to have the same failure group disk count even when all the failure groups are the same size. However an imbalance of more than one indicates that the failure groups are different sizes.
Target Version | Evaluation and Collection Frequency | Default Warning Threshold | Default Critical Threshold | Alert Text |
---|---|---|---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 15 Minutes |
2 |
Not Defined |
Disk Group %diskGroup% has failure groups with different numbers of disks which may lead to suboptimal space usage. Changing the configuration may alleviate this problem. |
Multiple Thresholds
For this metric you can set different warning and critical threshold values for each disk group object.
If warning or critical threshold values are currently set for any disk group object, those thresholds can be viewed on the Metric Detail page for this metric.
To specify or change warning or critical threshold values for each disk group object, use the Edit Thresholds page.
Data Source
The value of the Disk Count Imbalance Variance metric is calculated using the V$ASM_DISKGROUP_STAT and V$ASM_DISK_STAT views, along with some internal ASM fixed tables.
User Action
A warning alert is generated when the Disk Count Imbalance Variance value is greater than 1 (the default value). Disk groups that have failure groups with different numbers of disks may lead to suboptimal space usage. To alleviate this problem, try changing the configuration.
Disk Size Imbalance (%)
Disk Size Imbalance (%) checks whether some disks have more space in their failure group disks than others. The space is calculated as a ratio between the size of a disk and the sum of the sizes of its active failure group disks. This ratio is compared for all the disks. The difference in the highest and lowest failure group disk space is reported as a percentage. An imbalance of 10% is acceptable.
Target Version | Evaluation and Collection Frequency | Default Warning Threshold | Default Critical Threshold | Alert Text |
---|---|---|---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 15 Minutes |
10 |
Not Defined |
Disk Group %diskGroup% has failure groups with disks of different sizes which may lead to suboptimal space usage. Changing the configuration may alleviate this problem. |
Multiple Thresholds
For this metric you can set different warning and critical threshold values for each disk group object.
If warning or critical threshold values are currently set for any disk group object, those thresholds can be viewed on the Metric Detail page for this metric.
To specify or change warning or critical threshold values for each disk group object, use the Edit Thresholds page.
Data Source
The value of the Disk Size Imbalance metric is calculated using the V$ASM_DISKGROUP_STAT and V$ASM_DISK_STAT views, along with some internal ASM fixed tables.
User Action
A warning alert is generated when the Disk Size Imbalance (%) is greater than 10% (the default). Disk groups that have failure groups with disks of different sizes may lead to suboptimal space usage. To alleviate this problem, try changing the configuration.
Failure Group Count
Failure Group Count reports the number of failure groups per disk group.
Target Version | Collection Frequency |
---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 15 Minutes |
Data Source
The value of the Failure Group Count metric is retrieved from a calculation involving the V$ASM_DISKGROUP_STAT and V$ASM_DISK_STAT views, and some internal ASM fixed tables.
User Action
No user action is required.
Failure Group Status
The metrics in the Failure Group Status metric category check to see if all of the member disks of any failure group are offline. This is an undesirable condition which risks data loss, because mirror copies of data cannot be stored.
These metrics only apply to disk groups with normal or high redundancy. The metrics are collected at the cluster level if the target is Cluster ASM. Otherwise, they are collected at the instance level as a part of ASM target type metrics.
Available Disks
The Available Disks metric reports the number of disks in the failure group that are online.
Target Version | Collection Frequency |
---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 15 Minutes |
Data Source
The value of the Available Disks metric is calculated by subtracting the number of offline disks in the failure group from the number of total disks.
User Action
No user action is required.
Online Disk Count for Failure Group with More than 1 Disk
The Disk Count for Alerts metric has the same value as Available Disks metric if there is more than one disk in the failure group. If there is exactly one disk in the failure group, the value of Disk Count for Alerts is 1, regardless of whether or not that one disk is offline. The reason for this is to avoid duplicate alerts being generated for the same root cause. The disk_status metric generates a critical alert when a disk goes offline.
Target Version | Evaluation and Collection Frequency | Default Warning Threshold | Default Critical Threshold | Alert Text |
---|---|---|---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 15 Minutes |
Not Defined |
0 |
Failure Group %diskGroup%.%failureGroup% is offline. |
Multiple Thresholds
For this metric you can set different warning and critical threshold values for each unique combination of Disk Group and Failure Group objects.
If warning or critical threshold values are currently set for any unique combination of Disk Group and Failure Group objects, those thresholds can be viewed on the Metric Detail page for this metric.
To specify or change warning or critical threshold values for each unique combination of Disk Group and Failure Group objects, use the Edit Thresholds page.
Data Source
The value of the Disk Count for Alerts metric is set to 1 if there is only one disk in the disk group, otherwise it is set to the value of the Available Disks metric.
User Action
A critical alert is generated if all disks comprising a failure group are taken offline. In this situation, data is not being mirrored despite the disk group having been configured with normal or high redundancy. Action must be taken to bring some of the disks in the failure group back online, or to add more disks to the disk group and assign them to that failure group.
Disk Count
The Disk Count metric reports the number of disks in the failure group.
Target Version | Collection Frequency |
---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 15 Minutes |
Data Source
The value of the Total Disks metric is retrieved from the V$ASM_DISKGROUP_STAT and V$ASM_DISK_STAT views.
User Action
No user action is required.
File Group Usage
File group usage metric collects information related to file groups in a flex disk group. The default collection time is every 30 minutes.
Initialization Parameters
The metrics in this configuration metric category collect initialization parameters for the ASM instance. The default collection time is 24 hours and the metrics are collected at the cluster level if the target is Cluster ASM. Otherwise, they are collected at the instance level as a part of ASM target type metrics.
Name
This metric shows the name of the initialization parameter.
Target Version | Collection Frequency |
---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 24 Hours |
Data Source
The source for this metric is the NAME column in the V$PARAMETER view.
User Action
No user action is required.
Value
This metric shows the value for the initialization parameter.
Target Version | Collection Frequency |
---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 24 Hours |
Data Source
The source for this metric is the VALUE column in the V$PARAMETER view.
User Action
No user action is required.
Instance Disk Performance
The metrics in the Instance Disk Performance metric category indicate the performance of the disks present in an ASM instance. These metrics report the disk performance parameters for all of the disks mounted on an ASM Instance.
These metrics are used to collect information, for example, total I/O and read/write requests, total I/O and read/write time, and the total number of bytes read/written to the disk. These metrics also report the response of the disk for read, write, and I/O throughput. The metrics are collected at the cluster level if the target is Cluster ASM. Otherwise, they are collected at the instance level as a part of ASM target type metrics.
Note:
Upload is disabled by default.Bytes Read
This metric reports the total number of bytes read from the disk.
Target Version | Collection Frequency |
---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 15 Minutes |
Data Source
This metric is calculated using the data from the GV$ASM_DISKGROUP_STAT and GV$ASM_DISK_STAT views.
User Action
No user action is required.
Bytes Written
This metric reports the total number of bytes written to the disk.
Target Version | Collection Frequency |
---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 15 Minutes |
Data Source
This metric is calculated using the data from the GV$ASM_DISKGROUP_STAT and GV$ASM_DISK_STAT views.
User Action
No user action is required.
Last Read Errors
This metric shows the most recent number of read errors for the disk.
Target Version | Collection Frequency |
---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 15 Minutes |
Read Errors
This metric shows the total read errors for the disk.
Target Version | Collection Frequency |
---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 15 Minutes |
Data Source
This metric is calculated using the data from the GV$ASM_DISKGROUP_STAT and GV$ASM_DISK_STAT views.
User Action
No user action is required.
Read Response Time (MS)
This metric shows the total read response time in milliseconds for the disk.
Target Version | Collection Frequency |
---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 15 Minutes |
Data Source
This metric is calculated using the data from the GV$ASM_DISKGROUP_STAT and GV$ASM_DISK_STAT views.
User Action
No user action is required.
Read Time (MS)
This metric shows the total I/O time (in seconds) for read requests for the disk if the TIMED_STATISTICS initialization parameter is set to true, or 0 if set to false.
Target Version | Collection Frequency |
---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 15 Minutes |
Data Source
This metric is calculated using the data from the GV$ASM_DISKGROUP_STAT and GV$ASM_DISK_STAT views.
User Action
No user action is required.
Write Errors
This metric shows the detail of the total number of failed writes for the disk. This provides information about the total number of failed attempts of writes for the disk.
Target Version | Evaluation and Collection Frequency | Default Warning Threshold | Default Critical Threshold | Alert Text |
---|---|---|---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 15 Minutes |
Not Defined |
0 |
Disk %dg_name%.%disk_name% has %value% Read/Write errors. |
Multiple Thresholds
For this metric you can set different warning and critical threshold values for each unique combination of Instance ID, Disk Group Name, and Disk Name objects.
If warning or critical threshold values are currently set for any unique combination of Instance ID, Disk Group Name, and Disk Name objects, those thresholds can be viewed on the Metric Detail page for this metric.
To specify or change warning or critical threshold values for each unique combination of Instance ID, Disk Group Name, and Disk Name objects, use the Edit Thresholds page.
Data Source
This metric is calculated using the GV$ASM_DISKGROUP and GV$ASM_DISK views for 10g Release 1 and the GV$ASM_DISKGROUP_STAT and GV$ASM_DISK_STAT views for 10g Release 2. From these views, the total number of failed read/writes for the disk is added to calculate the read write errors detail.
User Action
Investigate the issues behind read/write errors.
Reads
This metric shows the total number of I/O read requests for the disk.
Target Version | Collection Frequency |
---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 15 Minutes |
Data Source
This metric is calculated using the data from the GV$ASM_DISKGROUP_STAT and GV$ASM_DISK_STAT views.
User Action
No user action is required.
I/O Response Time (MS)
This metric shows the disk response time.
Target Version | Collection Frequency |
---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 15 Minutes |
Total I/O Time (MS)
This metric shows the total I/O time in milliseconds.
Target Version | Collection Frequency |
---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 15 Minutes |
Write Response Time (MS)
This metric shows the total write response time in milliseconds.
Target Version | Collection Frequency |
---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 15 Minutes |
Data Source
This metric is calculated using the data from the GV$ASM_DISKGROUP_STAT and GV$ASM_DISK_STAT views.
User Action
No user action is required.
Write Time (MS)
This metric shows the total I/O time (in seconds) for write requests for the disk if the TIMED_STATISTICS initialization parameter is set to true, or 0 if set to false.
Target Version | Collection Frequency |
---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 15 Minutes |
Data Source
This metric is calculated using the data from the GV$ASM_DISKGROUP_STAT and GV$ASM_DISK_STAT views.
User Action
No user action is required.
Writes
This metric shows the total number of I/O write requests for the disk.
Target Version | Collection Frequency |
---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 15 Minutes |
Data Source
This metric is calculated using the data from the GV$ASM_DISKGROUP_STAT and GV$ASM_DISK_STAT views.
V$asm_disk write_time/no. of writes will show the actual I/O Response Time metric (ms) in OEM.
User Action
No user action is required.
Instance Disk Group Database Performance
The metrics in the Instance Disk Group Database Performance metric category report the performance of the disk group database present in an ASM instance. These metrics report the disk group database performance parameters for all of the disk groups in an ASM Instance.
Bytes Read
This metric reports the total number of bytes read from the disk group database.
Target Version | Collection Frequency |
---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 15 Minutes |
Data Source
This metric is calculated using the data from the GV$ASM_DISKGROUP_STAT and GV$ASM_DISK_STAT views.
User Action
No user action is required.
Bytes Written
This metric reports the total number of bytes written to the disks in the database disk group.
Target Version | Collection Frequency |
---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 15 Minutes |
Data Source
This metric is calculated using the data from the GV$ASM_DISKGROUP_STAT and GV$ASM_DISK_STAT views.
User Action
No user action is required.
Read Time (MS)
This metric shows the total I/O time (in seconds) for read requests for the disks in the disk group database if the TIMED_STATISTICS initialization parameter is set to true, or 0 if set to false.
Target Version | Collection Frequency |
---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 15 Minutes |
Data Source
This metric is calculated using the data from the GV$ASM_DISKGROUP_STAT and GV$ASM_DISK_STAT views.
User Action
No user action is required.
Reads
This metric shows the total number of I/O read requests for the disks in the disk group database.
Target Version | Collection Frequency |
---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 15 Minutes |
Data Source
This metric is calculated using the data from the GV$ASM_DISKGROUP_STAT and GV$ASM_DISK_STAT views.
User Action
No user action is required.
Write Time (MS)
This metric shows the total I/O time (in seconds) for write requests for the disks in the disk group database if the TIMED_STATISTICS initialization parameter is set to true, or 0 if set to false.
Target Version | Collection Frequency |
---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 15 Minutes |
Data Source
This metric is calculated using the data from the GV$ASM_DISKGROUP_STAT and GV$ASM_DISK_STAT views.
User Action
No user action is required.
Writes
This metric shows the total number of I/O write requests for the disks in the disk group database.
Target Version | Collection Frequency |
---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 15 Minutes |
Data Source
This metric is calculated using the data from the GV$ASM_DISKGROUP_STAT and GV$ASM_DISK_STAT views.
User Action
No user action is required.
Instance Disk Group Performance
The metrics in the Instance Disk Group Performance metric category indicate the performance of the disk group present in an ASM instance. These metrics report the disk group performance parameters for all of the disk groups in an ASM Instance.
The metrics are collected at the cluster level if the target is Cluster ASM. Otherwise, they are collected at the instance level as a part of ASM target type metrics.
Bytes Read
This metric reports the total number of bytes read from the disk.
Target Version | Collection Frequency |
---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 15 Minutes |
Data Source
This metric is calculated using the data from the GV$ASM_DISKGROUP_STAT and GV$ASM_DISK_STAT views.
User Action
No user action is required.
Bytes Written
This metric reports the total number of bytes written to the disks in the disk group.
Target Version | Collection Frequency |
---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 15 Minutes |
Data Source
This metric is calculated using the data from the GV$ASM_DISKGROUP_STAT and GV$ASM_DISK_STAT views.
User Action
No user action is required.
Read Time (MS)
This metric shows the total I/O time (in seconds) for read requests for the disks in the disk group if the TIMED_STATISTICS initialization parameter is set to true, or 0 if set to false.
Target Version | Collection Frequency |
---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 15 Minutes |
Data Source
This metric is calculated using the data from the GV$ASM_DISKGROUP_STAT and GV$ASM_DISK_STAT views.
User Action
No user action is required.
Reads
This metric shows the total number of I/O read requests for the disks in the disk group.
Target Version | Collection Frequency |
---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 15 Minutes |
Data Source
This metric is calculated using the data from the GV$ASM_DISKGROUP_STAT and GV$ASM_DISK_STAT views.
User Action
No user action is required.
Write Time (MS)
This metric shows the total I/O time (in seconds) for write requests for the disks in the disk group if the TIMED_STATISTICS initialization parameter is set to true, or 0 if set to false.
Target Version | Collection Frequency |
---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 15 Minutes |
Data Source
This metric is calculated using the data from the GV$ASM_DISKGROUP_STAT and GV$ASM_DISK_STAT views.
User Action
No user action is required.
Writes
This metric shows the total number of I/O write requests for the disks in the disk group.
Target Version | Collection Frequency |
---|---|
11gR2, 11gR202, 12c, 12cR2, 12cR201 |
Every 15 Minutes |
Data Source
This metric is calculated using the data from the GV$ASM_DISKGROUP_STAT and GV$ASM_DISK_STAT views.
User Action
No user action is required.
Offline Disk Count
The metrics in the Offline Disk Count metric category report the number of disks with the mode status offline. The metrics are collected at the cluster level if the target is Cluster ASM. Otherwise, they are collected at the instance level as a part of the ASM target type metrics.
You can change the time limit and threshold limit.
Offline Disk Count
This metric provides the number of disks with mode status offline. A critical alert is generated if the offline disk count changes or any of the disks go offline.
You can change the time limit and threshold limit as required.
Target Version | Evaluation and Collection Frequency | Default Warning Threshold | Default Critical Threshold | Alert Text |
---|---|---|---|---|
All Versions |
Every 15 Minutes |
Not Defined |
0 |
%offline_count% disks are offline. |
Data Source
This metric is collected with the help of Disk Status metric which in turn collects data from the GV$ASM_DISKGROUP and GV$ASM_DISK views for 10g Release 1 and the GV$ASM_DISKGROUP_STAT and GV$ASM_DISK_STAT views for 10g Release 2.
User Action
Try to bring the disk online. Currently Enterprise Manager does not support this administration feature so it needs to be done manually.
Response
The Response metric category for Cluster ASM is a repository side metric. It displays whether Cluster ASM is up or down. A Cluster ASM is considered up if any one of the member instances is up and reachable. The check is performed every 5 minutes on each member instance. If the connection is successful on any instance, the status of Cluster ASM is updated as up.
Status
This metric shows the status of the Cluster ASM instance. It displays whether the instance is up or down. This check is performed every five minutes and returns the status of the connection as successful or it displays the ORA error for connection failure. An alert is generated for an individual ASM instance that is down.
Target Version | Evaluation and Collection Frequency | Default Warning Threshold | Default Critical Threshold | Alert Text |
---|---|---|---|---|
All Versions |
Every 5 Minutes |
Not Defined |
0 |
Failed to connect to ASM instance %oraerr%. |
Data Source
You can establish a connection to the ASM instance with instance properties, and if the connection succeeds then the status is shown as Up, otherwise is displays as Down. It may also display as Down if there is an error in the metric collection.
User Action
Perform one of the following:
-
Check that the configuration property saved for the ASM instance is correct.
-
If it displays as Down, the ASM instance is down. Try to reestablish the connection using the startup/shutdown feature using the Enterprise Manager application. Alternately, you can restart the application manually.
Sparse Disk Group Usage
This metric category uploads the following metrics: physical usage, physical used percentage, and physical free of sparse disk groups.
This metric category is enabled when ASM stores on Oracle Exdata. It is not applicable for any other systems.
Disk Group Physical Free (MB)
This metric provides the physical free size in MB of the sparse disk group.
Target Version | Evaluation and Collection Frequency | Default Warning Threshold | Default Critical Threshold | Alert Text |
---|---|---|---|---|
12cR2 and later |
Every 30 Minutes |
Not Defined |
Not Defined |
Physical free size for Sparse Disk Group %dg_name% has fallen to %value% (MB). |
Data Source
v$asm_diskgroup_sparse, v$asm_diskgroup_stat
User Action
Add disks.
Disk Group Physical Used (%)
This metric provides the physical used percentage of the sparse disk groups.
Target Version | Evaluation and Collection Frequency | Default Warning Threshold | Default Critical Threshold | Alert Text |
---|---|---|---|---|
12cR2 and later |
Every 30 Minutes |
75 |
90 |
Sparse Disk Group %dg_name% is %value%%% used. |
Data Source
v$asm_diskgroup_sparse, v$asm_diskgroup_stat
User Action
Add disks.
Sparse Disks
This configuration metrics group collects information related to physical size of the grid disks. The default collection time is every 24 hours.
Disks
This metric indicates the name of the disk.
Target Version | Evaluation and Collection Frequency | Default Warning Threshold | Default Critical Threshold | Alert Text |
---|---|---|---|---|
12cR2, 12cR201 |
Every 24 hours |
Not defined |
Not defined |
Not applicable |
Quota Group Usage
This metrics collects information related to quota group usage. The default collection time is every 30 minutes.
Quota Limit (MB)
This metric indicates the quota limit that the file group inside this quota group can add up to.
Target Version | Evaluation and Collection Frequency | Default Warning Threshold | Default Critical Threshold | Alert Text |
---|---|---|---|---|
13c and later |
Every 30 minutes |
Not defined |
Not defined |
Not applicable |
Data Source
v$asm_quotagroup.quota_limit_mb
Quota Limit Used (MB)
This metric indicates the current space in MB that has been allocated to the client.
Target Version | Evaluation and Collection Frequency | Default Warning Threshold | Default Critical Threshold | Alert Text |
---|---|---|---|---|
13c and later |
Every 30 minutes |
Not defined |
Not defined |
Not applicable |
Data Source
v$asm_quotagroup.quota_limit_mb
Quota Limit Used (%)
This metric indicates the percentage of quota limit that has been currently allocated.
Target Version | Evaluation and Collection Frequency | Default Warning Threshold | Default Critical Threshold | Alert Text |
---|---|---|---|---|
13c and later |
Every 30 minutes |
75% |
90% |
Quota for quota group %qg_name% is %value%%% used. |
Data Source
v$asm_quotagroup.quota_limit_mb and v$asm_quotagroup.used_quota_mb