When a new griddisk is created over the celldisk, this error is received in the images before the 11.2.3.2 image version.
This error can occur even if all physical disk, lun, and celldisk states appear even normal. The cause of the error is known as bug 13815708 which is in the images before 11.2.3.2. This problem can be eliminated by upgrading the cell node image to 11.2.3.2 or by the following method.
When trying to create Griddisk, an error is received as follows.
1 2 3 |
CellCLI> create griddisk ALL HARDDISK prefix=RECO_EXA1, size=105.6875G CELL-02583: The operation is not permitted on this cell disk. |
When the file “/opt/oracle/cell11.2.3.1.1_LINUX.X64_120607/log/diag/asm/cell/exa1cel02/trace/alert.log” on the Cellnode is examined, the following errors are seen. The name of the directory “cell11.2.3.1.1_LINUX.X64_120607” and “exa1cel02” may differ in the product you have.
1 |
warning: ADD GRIDDISK RECO_EXA1_CD_02_exa1cel02 on celldisk CD_02_exa1cel02 failed: parent celldisk is marked 'poor performance' type=CD_FAIL [432] |
In this case, you have to “REENABLE” lun, which is the griddisk that is being created.
From the alert.log file, you can see which lun should be reenabled.
In the above error, you should reenable lun 0_2 because of the problem in celldisk named CD_02_exa1cel02. Reenable should be done with the force option. This can be done as follows.
1 2 3 |
CellCLI> ALTER LUN 0_2 REENABLE FORCE; LUN 0_2 is in state normal and is not a system disk. No further action is required at this time. LUN 0_2 on physical disk 20:2 successfully marked to status normal. |
After that, the corresponding griddisk will be created successfully.
1 2 |
CellCLI> create griddisk ALL HARDDISK prefix=RECO_EXA1, size=105.6875G GridDisk RECO_EXA1_CD_02_exa1cel02 successfully created |