ASM Presentation
ASM Presentation
Whiteboard Management
It Depends
FS/VM/RAW choices: complicated slow Expensive
Flash Recovery Area Disk Group Archive log, backup, temp files types
RAC ASM
10g ASM
10g ASM
A S M
Data DG
Yes Shared storage across several databases RAC and Single Instance Benefits: Higher storage utilization Lower cost Higher performance More LUNs / DG Simplified and Centralized management
LUN
Benefits of ASM
Database storage management does not have to be complex any more Oracle Database 10g and ASM are designed to hide the complexity for all workload types
ASMB The ASMB process is used to provide information to and from the Cluster Synchronization Services used by ASM to manage the
GMON will periodically (every 3 min) inspect all mounted disk groups for offline disks.
KATE performs proxy I/O to an ASM metafile when a disk goes offline. MARK marks ASM allocation units as stale following a missed write to an offline disk.
+diskGroupName/databaseName/fileType/fileTypeTag.fileNumber.incarnation
Example:
CONTROLFILE - type of file current - file type tag 256 - file number 541952343 - incarnation
Wissen MATTEL Internal
Alter Tablespace:
ALTER TABLESPACE tbs_01 ADD DATAFILE '+MYDATA' SIZE 400M; Create Table: CREATE TABLE geo_names ( state VARCHAR2(2), feature_name VARCHAR2(80), feature_type VARCHAR2(9), county VARCHAR2(60) ) TABLESPACE tbs_01s;
Q&A