ASM diskgroup space


Job details

Name: ASM diskgroup space
Platform: Oracle
Category: Capacity
Description: Checks ASM diskgroups space statistics.
Long description: Task checks ASM diskgroups for space statistics.
Version: 3.6
Default schedule: 2,12,22,32,42,52 * * *
Requires engine install: Yes
Compatibility tag: .[type=‘instance’ & databasetype=‘oracle’]/.[hasengine=‘YES’ & _priv_read_v_asm_diskgroup = ‘1′]

Parameters

Name Default value Description
Warning level in percent 10 Percent free space in diskgroup before warning. Example: 10.2
Warning level in GB 20 Gigabytes free space in diskgroup before warning. Example: 10
Delete statistics older than (hours) 336 Statistics older than this amount of days will be removed from repository
Alarm level in percent 5 Percent free space in diskgroup before warning. Example: 5.2
Alarm level in GB 5 Gigabytes free space in diskgroup before warning. Example: 5
Ignore ASM diskgroups A comma separated list of diskgroup names to ignore.

Job Summary

SELECT name, total_mb, free_mb, usable_file_mb FROM v$asm_diskgroup;

Job Details

Monitoring Logic Implementation

Maintenance and Error Handling

Conclusion

This job is crucial for maintaining the health of Oracle ASM environments. By efficiently monitoring and reporting on diskgroup capacities and their usage, it facilitates better database management and preemptive handling of potential storage issues.