![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||
Solution Type Technical Instruction Sure Solution 1281395.1 : Steps to manually create cell/grid disks on Exadata if auto-create fails during disk replacement
You replace a failed drive on an Exadata system but the cell and grid disks were not automatically created. Applies to:Exadata Database Machine V2 - Version All Versions and laterExadata Database Machine X2-2 Hardware - Version All Versions and later Exadata X3-2 Hardware - Version All Versions and later Exadata Database Machine X2-8 - Version All Versions and later Exadata X3-8 Hardware - Version All Versions and later Information in this document applies to any platform. ***Checked for relevance on 30-Nov-2012*** GoalThese steps will help guide you to manually create the cell and grid disks for Exadata if the auto-create happens to fail for some reason. SolutionALL OUTPUT IS TRUNCATED. CellCLI> list alerthistory
10_2 2011-01-04T16:15:19-05:00 clear "Hard disk replaced. Status : NORMAL Manufacturer : SEAGATE Model Number : ST360057SSUN600G Size : 600G Serial Number : E11C14 Firmware : 0705 Slot Number : 7 Cell Disk : No cell disk exists Grid Disk : No grid disks exist"
CellCLI> list physicaldisk CellCLI> list lun CellCLI> list celldisk CellCLI> list griddisk
CellCLI> list physicaldisk where physicalSerial=E11C14 detail
name: 20:7 ... luns: 0_7 ... physicalSerial: E11C14 cellcli> create celldisk CD_07_dm03cel13 lun=0_7
CellCLI> list griddisk where celldisk=CD_06_dmorlcel01 attributes name,size,offset
DATA_CD_06_dm03cel13 220G 32M RECO_CD_06_dm03cel13 308.6875G 220.046875G SYSTEMDG_CD_06_dm03cel13 29.125G 528.734375G
CellCLI> create griddisk DATA_CD_07_dm03cel13 celldisk=CD_07_dm03cel13,size=220G
CellCLI> create griddisk RECO_CD_07_dm03cel13 celldisk=CD_07_dm03cel13,size=308.6875G CellCLI> create griddisk SYSTEMDG_CD_07_dm03cel13 celldisk=CD_07_dm03cel13,size=29.125G
CellCLI> list griddisk where celldisk=CD_07_dmorlcel01 attributes name,size,offset
DATA_CD_07_dm03cel13 220G 32M RECO_CD_07_dm03cel13 308.6875G 220.046875G SYSTEMDG_CD_07_dm03cel13 29.125G 528.734375G
sql> alter diskgroup data drop disk DATA_CD_07_dm03cel13 force;
sql> alter diskgroup data add {failgroup <FAILGROUP>} disk 'o/*/DATA_CD_07_dm03cel13' rebalance power 11;
If after disk replacement old celldisk and griddidsk are in state proactive failure or any other that prevents them from being deleted, try following for your lun number :
celcli> ALTER CELL RESTART SERVICES cellsrv celcli> alter lun {lun number} reenable force for example : celcli> alter lun 0_0 reenable force After this, you should be able to delete cell and griddisks that corresponds to your physical disk (it may be even done automatically). Next, you'll be tasked to create cell disk and griddisk. You'd better to have backed up somewhere name for celldisk and size and name for griddisks. Finally after griddisks are created they should be presented in ASM but marked as candidates, and you'll need to enable them.
Attachments This solution has no attachment |
||||||||||||
|