Sun Microsystems, Inc.  Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition
   Home | Current Systems | Former STK Products | EOL Systems | Components | General Info | Search | Feedback

Asset ID: 1-72-1498923.1
Update Date:2013-01-30
Keywords:

Solution Type  Problem Resolution Sure

Solution  1498923.1 :   ORA-00600:[KFDARELOCSET10] DURING ASM REBALANCE  


Related Items
  • Exadata Database Machine V2
  •  
Related Categories
  • PLA-Support>Eng Systems>Exadata/ODA/SSC>Oracle Exadata>DB: Exadata_EST
  •  




Created from <SR 3-6274885721>

Applies to:

Exadata Database Machine V2 - Version All Versions and later
Information in this document applies to any platform.

Symptoms

Oracle Database Version 11.2.0.x with ASM version 11.2.0.x

ASM Rebalance encounters following error and

ORA-00600: internal error code, arguments: [kfdaRelocSet10], [1], [260], [5], [1], [45], [65535], [65535], [], [], [], []

 

ASM Alert Log

ARB0 started with pid=25, OS id=4877
NOTE: assigning ARB0 to group 1/0x1598af82 (DATA_DG) with 4 parallel I/Os
Errors in file /u01/app/grid/diag/asm/+asm/+ASM1/trace/+ASM1_rbal_4723.trc  (incident=61802):
ORA-00600: internal error code, arguments: [kfdaRelocSet10], [1], [260], [5], [1], [45], [65535], [65535], [], [], [], []
Incident details in: /u01/app/grid/diag/asm/+asm/+ASM1/incident/incdir_61802/+ASM1_rbal_4723_i61802.trc
Use ADRCI or Support Workbench to package the incident.
See Note 411.1 at My Oracle Support for error and packaging details.
NOTE: stopping process ARB0
Errors in file /u01/app/grid/diag/asm/+asm/+ASM1/trace/+ASM1_rbal_4723.trc:
ORA-00600: internal error code, arguments: [kfdaRelocSet10], [1], [260], [5], [1], [45], [65535], [65535], [], [], [], []
RBAL (ospid: 4723): terminating the instance due to error 488

 

Changes

 No Specific changes.

Cause

Rebalance operation can be initiated because of disk being added or manual rebalance.

Cause of the crash is observed to be the UNPROTECTED files created in the diskgroup.

Issue is verified in UNPUBLISHED Bug 12319359 - SOL-X64-SC:HIT ASM ORA-00600:[KFDARELOCSET10], [3], [256], [3], [1], [1], [65535]

 

Solution

The use of UNPROTECTED files is not recommended in production environments.

Creating a file with UNPROTECTED is equivalent to having a diskgroup with external redundancy. Disk failure can cause the copy data to be unavailable and this can lead to the issue.

UNPUBLISHED Bug 12319359 is under investigation by Development with lower priority, considering that usage of UNPROTECTED files is not recommended in production environments.

 

If the file that is causing the issue is a tempfile, we can drop it first and then start the rebalance to avoid the error.

SQL> select group_number,file_number,blocks,bytes,space,redundancy,striped,REDUNDANCY_LOWERED,MODIFICATION_DATE
from v$asm_file where group_number=1 and file_number=290;

SQL> select * from v$asm_alias where group_number=1 and file_number=290;
-- change the group_number and file_number based on the arguments of the ORA-600 error.

SQL> alter tablespace TEMP drop tempfile <file_name>

 

References

<BUG:12319359> - SOL-X64-SC:HIT ASM ORA-00600:[KFDARELOCSET10], [3], [256], [3], [1], [1], [65535
<BUG:14712677> - ASM REBALANCE NOT PROGRESSING ON ANY DISKGROUP

Attachments
This solution has no attachment
  Copyright © 2018 Oracle, Inc.  All rights reserved.
 Feedback