![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||
Solution Type Problem Resolution Sure Solution 1540613.1 : Mismatched Flashdisk names found from the list celldisk detail command for 3 flashdisks in cell02
Incorrect Celldisk Disk Name found for three flashdisks in storage cell after flashcards were previously installed on another storage cell and then moved to another storage cell In this Document
Created from <SR 3-6962714031> Applies to:Exadata Database Machine X2-2 Hardware - Version All Versions to All Versions [Release All Releases]Exadata X3-8 Hardware - Version All Versions to All Versions [Release All Releases] Information in this document applies to any platform. SymptomsFound flashcache degraded as it was short 3 celldisks. When reviewing the flashdisks on cell 'sl08cel02' found flashdisks 4,5 & 6 mis-labelled as 'sl07cel07' instead of 'sl07cel08'.
name: FD_01_cel02
deviceName: /dev/sds name: FD_02_cel02 deviceName: /dev/sdt name: FD_03_cel02 deviceName: /dev/sdu ====================================================================================================== name: FD_04_cel07 || deviceName: /dev/sdaa || name: FD_05_cel07 ||========> Wrong Celldisk names deviceName: /dev/sdab ||========> (creationTime:2012-12-13T18:24:46-08:00) name: FD_06_cel07 || deviceName: /dev/sdz || ====================================================================================================== name: FD_07_cel02 deviceName: /dev/sdac name: FD_08_cel02 deviceName: /dev/sdn name: FD_09_cel02 deviceName: /dev/sdo
CauseThe flashcards on pci slot 2 have wrong name. This only happens if the flashcards were used on a different storage cell. Solutionfor i in /dev/sdz /dev/sdaa /dev/sdab /dev/sdac This step will be applicable for cells running image version on or > 11.2.2.4.0
5. Drop and recreate the flashlog
cellcli -e drop flashlog cellcli -e create flashlog all size=512M
If cell is running FlashCacheMode in WriteTrhough, then:
If cell is running FlashCacheMode in WriteBack, then
Validate the current configuration of flascache
name: cel02_FLASHCACHE In this example, the flashcache was configured, in order to add the remaining flash disks, following command will reconfigure the flashcache to the full capacity of 16 flashdisks:
cellcli -e alter flashcache all
Validate full capacity running command
cellcli -e list flashcache detail
Validate all the griddisks are cached, running command
cellcli -e list griddisk attributes name,cachedby
If there are issues and entire flashcache needs to be dropped, then execute following commands
cellcli -e list griddisk attributes name,state,asmmodestatus,asmdeactivationoutcome
cellcli -e alter flashcache all flush
cellcli -e list celldisk attributes name,flushstatus,flusherror where disktype=flashdisk
Attribute flushstatus should return "completed" for all celldisks, to be ready to drop flashcache
cellcli -e drop flashcache
cellcli -e create flashcache all
cellcli -e list griddisk attributes name,cachedby
Attachments This solution has no attachment |
||||||||||||||||
|