Hi Expert,
I have seen error in alert for ASM:
Errors in file /p01/app/oracle/diag/asm/+asm/+ASM/trace/+ASM_rbal_31856.trc:
ORA-29786: SIHA attribute GET failed with error [Attribute 'ASM_DISKSTRING' sts[200] lsts[0]]
Fri Oct 21 06:15:58 2011
NOTE: failed to discover disks from gpnp profile asm diskstring
Errors in file /p01/app/oracle/diag/asm/+asm/+ASM/trace/+ASM_rbal_31856.trc:
ORA-29786: SIHA attribute GET failed with error [Attribute 'ASM_DISKSTRING' sts[200] lsts[0]]
Fri Oct 21 06:16:49 2011
NOTE: failed to discover disks from gpnp profile asm diskstring
Errors in file /p01/app/oracle/diag/asm/+asm/+ASM/trace/+ASM_rbal_31856.trc:
ORA-29786: SIHA attribute GET failed with error [Attribute 'ASM_DISKSTRING' sts[200] lsts[0]]
when looking to trace file:
KGGPNP_SIHA: resource 'ora.asm' is not available [200]
KGGPNP_SIHA: attribute 'ASM_DISKSTRING' get failed sts[200] lsts[0]
NOTE: failed to discover disks from gpnp profile asm diskstring
ORA-29786: SIHA attribute GET failed with error [Attribute 'ASM_DISKSTRING' sts[200] lsts[0]]
but when checking with all disk are in normal state.
SQL> select GROUP_NUMBER,NAME,STATE from v$asm_disk;
GROUP_NUMBER NAME STATE
------------ ------------------------------ --------
2 T1_ASM01 NORMAL
1 T1_ASM02 NORMAL
1 T1_ASM03 NORMAL
1 T1_ASM04 NORMAL
1 T1_ASM05 NORMAL
1 T1_ASM06 NORMAL
1 T1_ASM07 NORMAL
1 T1_ASM08 NORMAL
1 T1_ASM09 NORMAL
1 T1_ASM10 NORMAL
2 T1_ASM11 NORMAL
11 rows selected.
Please suggest, what to look up for further investigation.
Thanks.