crsctl status resource ora.asm 如果资源未注册,可以使用以下命令添加ASM资源: bash srvctl add asm -diskgroup DATA,FRA -asmsnmp127.0.0.1 -diskstring /dev/sdX 请注意,上述命令中的DATA和FRA是磁盘组名称,/dev/sdX是ASM磁盘的设备文件路径,asmsnmp127.0.0.1是SNMP监听地址(通常可以是本地回环地址)。根据实...
5. If only asm disk header is corrupted / wiped out and remain asm metadata is correct , then it be repaired , please raise SR with oracle support. Otherwise you need to recreate the diskgroup. 6. - Check the label is present by running below command kfed read /dev/oracleasm/disks/| ...
File "/omd/sites/sgi/lib/python3/cmk/base/plugins/agent_based/oracle_asm_diskgroup.py", line 373, in check_oracle_asm_diskgroup total_mb = total_mb // dg_sizefactor UnboundLocalError: local variable 'dg_sizefactor' referenced before assignment Agent Section Output: <<<oracle_asm_diskgro...
#ASMUSER=check_mk:password:sysdba:hostname:port #DBUSER=check_mk:password:sysdba:hostname:port ASMUSER=check_mk:password DBUSER=check_mk:password 1. 2. 3. 4. 拷贝tns文件到/etc/check_mk cp /u01/app/oracle/11.2.0/dbhome_1/network/admin/tnsnames.ora /etc/check_mk/ 5、编辑/etc/check...
from gvasmattributega,gvasm_diskgroup gg where gg.inst_id=ga.inst_id and gg.group_number=ga.group_number and ga.name in ( 'compatible.asm', 'compatible.rdbms', 'disk_repair_time', 'au_size' ) order by 1,2,3; col name for a30 ...
select NAME,TOTAL_MB,FREE_MB,STATE from v\$asm_diskgroup; prompt ###USERS### col username format a25 col account_status format a18 col default_tablespace format a20 col temporary_tablespace format a20 select username,account_status,default_tablespace,temporary...
kdBlkCheckError/kddummy_blkchk有一大堆的检测代码,每一个检测代码对应对数据块中数据的一个逻辑分析,如果分析发现存在mismatch则认为数据块存在逻辑讹误。 例如检测代码23001 代表Wrong total extent count。 如果出现ORA-00600[kdBlkCheckError]则一般是ORACLE 软件BUG 或者内存存在讹误。
12643 FIX: oracle_asm_diskgroup: fix crash “TypeError (unsupported operand type(s) for *: ‘NoneType’ and ‘int’)”.12715 FIX: oracle_performance: could crash with KeyError (Shared IO Pool Size)12642 FIX: oracle_rman: fix crash “KeyError(ROSPROD.DB_INCR_0)”...
ORA-600 [kccpb_sanity_check_2] [a] [b] [c] VERSIONS: Versions 10.2 to 11.2 DESCRIPTION: This internal error is raised when the sequence number (seq#) of the current block of the controlfile is greater than the seq# in the controlfile header. The header value should always be equal ...
Applies to: Oracle Database - Enterprise Edition - Version 10.2.0.1 and later Information in this document applies to any platform. ***Checked for relevance on 18-Feb-2013*** Symptoms The database is getting the following errors on Startup: ...