![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Ok, I've read a lot about ASM recently :-) In one of the technical papers from Oracle, they recommend to have only 2 disk groups: one for the data files, and one for the recovery files (FRA). This means that the online redo log files are included in the disk group for the data files, but I wonder if this is a set-up that is followed by most DBA's? I would think that, for performance reasons, it's best to create a separate third disk group for the online redo log files? How do you guys do it? :-) Thanks, Matthias |

#3
| |||
| |||
|
|
Ok, I've read a lot about ASM recently :-) In one of the technical papers from Oracle, they recommend to have only 2 disk groups: one for the data files, and one for the recovery files (FRA). |
#4
| |||
| |||
|
|
Ok, I've read a lot about ASM recently :-) In one of the technical papers from Oracle, they recommend to have only 2 disk groups: one for the data files, and one for the recovery files (FRA). This means that the online redo log files are included in the disk group for the data files, but I wonder if this is a set-up that is followed by most DBA's? I would think that, for performance reasons, it's best to create a separate third disk group for the online redo log files? How do you guys do it? :-) Thanks, Matthias |
#5
| |||
| |||
|
|
On Apr 11, 4:05*am, mhoys <matthias.h... (AT) gmail (DOT) com> wrote: Ok, I've read a lot about ASM recently :-) In one of the technical papers from Oracle, they recommend to have only 2 disk groups: one for the data files, and one for the recovery files (FRA). This means that the online redo log files are included in the disk group for the data files, but I wonder if this is a set-up that is followed by most DBA's? I would think that, for performance reasons, it's best to create a separate third disk group for the online redo log files? How do you guys do it? :-) Thanks, Matthias Matthias, I think the answer depends on preference and if you underlying logical disks that you assign to the disk group are separate physical disks or just different logical disk spread across the same physical disks for both diskgroups. When the physical disks are the same and the physical disk stripe size is the same there shouldn't be an IO benefit from separating the two via ASM. *Most disks assigned to ASM are logical disks and it is how the logical disks are defined that really controls the IO performance. HTH -- Mark D Powell -- |
#6
| |||
| |||
|
|
Mathias: Ok, I've read a lot about ASM recently :-) In one of the technical papers from Oracle, they recommend to have only 2 disk groups: one for the data files, and one for the recovery files (FRA). I have 2 disk groups one separate for the online logs and the other one for everything else. I am NOT using an ASM based flash recovery area ... not using FRA at all. *My archive logs go into a cooked file system. I was getting some really nasty funky problems early on trying to stress test system while using archive log mode going into ASM based FRA. *It was a while back ... but I pretty quick immediately decided I really did not want to put all my eggs into the ASM basket. Disk based rman backups go into a cooked file system as do my archive logs. If something goes south with ASM and you pretty much lose everything ... and your backups were inside ASM ... what are you going to do? When using ASM for the database and testing recoveries ... one option ( which really really needs to be tested and documented ) is starting back at the beginning by recreating the ASM disk groups ... ( create diskgroup blah blah blah FORCE ) ... which also means you are then going to restore a controlfile backup next ). |
#7
| |||
| |||
|
|
On Apr 11, 3:55*pm, John Hurley <hurleyjo... (AT) yahoo (DOT) com> wrote: Mathias: Ok, I've read a lot about ASM recently :-) In one of the technical papers from Oracle, they recommend to have only 2 disk groups: one for the data files, and one for the recovery files (FRA). I have 2 disk groups one separate for the online logs and the other one for everything else. I am NOT using an ASM based flash recovery area ... not using FRA at all. *My archive logs go into a cooked file system. I was getting some really nasty funky problems early on trying to stress test system while using archive log mode going into ASM based FRA. *It was a while back ... but I pretty quick immediately decided I really did not want to put all my eggs into the ASM basket. Disk based rman backups go into a cooked file system as do my archive logs. If something goes south with ASM and you pretty much lose everything ... and your backups were inside ASM ... what are you going to do? When using ASM for the database and testing recoveries ... one option ( which really really needs to be tested and documented ) is starting back at the beginning by recreating the ASM disk groups ... ( create diskgroup blah blah blah FORCE ) ... which also means you are then going to restore a controlfile backup next ). Hello John, Interesting idea of using ASM only for the "data" files and a cooked file system for the FRA... I just realised that we first do a backup on disk and then the backup software writes the backup files from disk to tape. That would probably be not possible with ASM as file system, anyway. Matthias |
#8
| |||
| |||
|
#9
| |||
| |||
|
![]() |
| Thread Tools | |
| Display Modes | |
| |