Thursday, 17 July 2014

Associating ASM disk group name with Cell disk alias name


Previous post on Exadata storage
Part3: http://oracletechdba.blogspot.com/2014/07/to-know-relation-between-physical.html

Part4: ASM disk association with alias name of cell disk

set line 1000
col path for a40
column name format a25
select name, MOUNT_STATUS, HEADER_STATUS, MODE_STATUS, STATE, PATH, TOTAL_MB, FREE_MB from v$asm_disk order by 1;






using below commad you can associate the ASM Disk group with Exadata storage.

cellcli -e list celldisk attrubites name,status,diskType,lun,size,freespace,errorcount,creationTime,interleaving,raidlevel




No comments: