Flow of storage in Exadata: PHYSICAL DISK -> LUN -> CELL DISK -> GRID DISK -> ASM DISK
Part:1 How to associate the lun details with Physical disk
Flow : PHYSICAL DISK <-> LUN Relations
+ To know all the lun in Exadata
cellcli -e list lun
+ To know all the Hard disk(Grid Disk) lun in Exadata
cellcli -e list lun where disktype = harddisk
+ To know all the flash disk (Smart Scan) lun in Exadata
cellcli -e list lun where disktype = flashdisk
+ To know all the free disk lun in Exadata
cellcli -e list lun where celldisk = null
+ To know Physical Disk in other way
ls -l /opt/oracle/cell11.2.3.2.1_LINUX.X64_130109/disks/raw/stocell1_DISK01
Part:2 http://oracletechdba.blogspot.com/2014/07/how-to-associate-flash-and-grid-disklog.html
No comments:
Post a Comment