標籤:
1 現象
安裝12.1.0.2 的 RAC,檢查報錯:
This is aprerequisite condition to test whether the OS kernel parameter "panic_on_oops"is properly set.
OS KernelParameter: panic_on_oops - This is a prerequisite condition to test whether theOS kernel parameter "panic_on_oops" is properly set.
Verification WARNING result on node: rac1
Expected Value
: 1
Actual Value
: Current=1; Configured=unknown
Details:
-
PRVG-1201 : OS kernel parameter"panic_on_oops" does not have expected configured value on node"rac1" [Expected = "1" ; Current = "1";Configured = "unknown"]. - Cause: A check of the configuredvalue for an OS kernel parameter did not find the expected value. -Action: Modify the kernel parameter configured value to meet therequirement.
Verification WARNING result on node: rac2
Expected Value
: 1
Actual Value
: Current=1; Configured=unknown
Details:
-
PRVG-1201 : OS kernel parameter"panic_on_oops" does not have expected configured value on node"rac2" [Expected = "1" ; Current = "1";Configured = "unknown"]. - Cause: A check of the configuredvalue for an OS kernel parameter did not find the expected value. -Action: Modify the kernel parameter configured value to meet therequirement.
2 解決方案
該問題是Oracle 的bug:
Bug 18468128 - INSTALLER FORCED USER TOCONFIGURE DEFAULT KERNEL PARAMETER IN SYSCTL.CONF
解決方案,是在系統裡設定如下參數:
# grep panic_on_oops /etc/sysctl.conf
# sysctl -a | grep panic_on_oops
kernel.panic_on_oops = 1
[[email protected] ~]# sysctl -p
在次檢查通過:
--------------------------------------------------------------------------------------------
著作權,文章禁止轉載,否則追究法律責任!
AboutDave:
--------------------------------------------------------------------------------------------
QQ: 251097186
Email: [email protected]
Blog: http://blog.csdn.net/tianlesoftware
Weibo: http://weibo.com/tianlesoftware
Twitter: http://twitter.com/tianlesoftware
Facebook: http://www.facebook.com/tianlesoftware
Linkedin: http://cn.linkedin.com/in/tianlesoftware
Dave 的QQ群:
--------------------------------------------------------------------------------------------
注意:加群必須註明資料表空間和資料檔案關係 | 不要重複加群
CNDBA_1: 62697850 (空) CNDBA_2: 62697716 (滿) CNDBA_3: 283816689
CNDBA_4: 391125754 CNDBA_5:104207940 CNDBA_6: 62697977 CNDBA_7: 142216823(滿)
Oracle 12.1.0.2 RAC bug the OS kernel parameter "panic_on_oops" is properly set