remove disk ASM

classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

remove disk ASM

Roshan
Oracle DB 19.18
Hello Erman,

suppose we have 2 disks of unequal size, once 256G and one 512G. Is there any operation to move data from the 256G disk to the 512G disk? We will eventually remove the 256G disk.

Thanks,

Roshan
Reply | Threaded
Open this post in threaded view
|

Re: remove disk ASM

ErmanArslansOracleBlog
Administrator
Yes you can do that.. You will just copy your data from your 256gb sized disk to your 512gb sized disk..
"Is there any operation to move data from the 256G disk to the 512G disk?" -> what do you mean? please revise.
Reply | Threaded
Open this post in threaded view
|

Re: remove disk ASM

Roshan
I mean for ASM diskgroup. If 1 diskgroup contains 2 disks ( 256G and 512G), if I delete the 256G disk with rebalance option, will data be lost?
Reply | Threaded
Open this post in threaded view
|

Re: remove disk ASM

ErmanArslansOracleBlog
Administrator
What is your disk group configuration? Did you put those disks into the same disk group? If so, I guess you are already using the half of that 512GB sized disk? So I don't see any problem with that.
Reply | Threaded
Open this post in threaded view
|

Re: remove disk ASM

Roshan
This post was updated on .
what do you mean by disk group configuration?

I had a look at the rebalance operation.. OSASHARE is the diskgroup which needs to be tuned. If IO rebalance is not 100%, then if I remove the 256G, there might be data loss. How do I proceed?

    GROUP# NAME                           IO_BALANCED
---------- ------------------------------ -----------
         1 DATAC1                          77.2210466
         2 FRAC1                                  100
         3 INTERFACE                       73.8311928
         4 OCR                                      0
         5 OSASHARE                        69.7786194
         6 RECOC1                          99.8643582
         7 T24SPOOLDG                             100
Reply | Threaded
Open this post in threaded view
|

Re: remove disk ASM

ErmanArslansOracleBlog
Administrator
What do you measure with that "IO_BALANCED" value? Probably I/O activity, not the percentage of mirrored extents.. ASM ensures that the extents are equally distributed across all the disks in a diskgroup.

Please follow -> Script to Report the Percentage of Imbalance in all Mounted Diskgroups- Non Exadata/ODA (Doc ID 367445.1)