How to Increase CSS Misscount in single instance ASM installations [ID 729878.1]
How to Increase CSS Misscount in single instance ASM installations [ID 729878.1] | |||||
| |||||
修改時間 10-MAR-2011 型別 HOWTO 狀態 MODERATED |
In this Document
Goal
Solution
References
Platforms: 1-914CU;
This document is being delivered to you via Oracle Support's Rapid Visibility (RaV) process and therefore has not been subject to an independent technical review. |
Applies to:
Oracle Server - Enterprise Edition - Version: 10.1.0.2 to 10.2.0.1 - Release: 10.1 to 10.2Information in this document applies to any platform.
***Checked for relevance on 10-Mar-2011***
Goal
CSS is an essential component of ASM installations as it is required to syncrohize ASM resources and ASM crashes in the absence of CSS component.
When there is any OS resource saturation (ie, CPU, memory shortage, etc), CSS sometimes could not obtain the OS resource and thus determines there is a problem and abort itself. A solution for this issue is to add more CPU/memory resources to the server or to move resource intensive applications (grid control, etc.) and some databases to another server to consume less resources on this server.
Another workaround is to bump up the CSS misscount. This will give the OS more time to recover before css eviction. The purpose of this note is to document the steps needed to modify the CSS misscount in single instance ASM installations.
Those steps should NOT be followed for RAC installations. Please follow Note 284752.1 to see the steps needed to modify the CSS misscount in 10g RAC environment. Please also review Note 294430.1 to understand the implications before editing misscount settings.
Solution
Steps to increase CSS process miscount to 300 (5 minutes).
1) Shut down all ASM instances and DB instances depending on ASM.
2) Run $ORACLE_HOME/bin/localconfig delete to remove the existing CSS configuration.
3) Edit the $ORACLE_HOME/bin/localconfig file and look for the CLSCFG invocation, it should look something like this:
$CLSCFG -local -o $CH -l "AMERICAN_AMERICA.WE8ISO8859P1"
At the end of the line, add trace and misscount params as follows:
#Create CSS keys only if needed to
$CLSCFG -local -o $CH -l "AMERICAN_AMERICA.WE8ISO8859P1" -misscount 300
4) Re-add CSS by running $ORACLE_HOME/bin/localconfig add.
5) Restart ASM and DB instances.
來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/756652/viewspace-712407/,如需轉載,請註明出處,否則將追究法律責任。
相關文章
- RMAN Duplicate RAC to Single Instance
- HowTo Restore RMAN Disk backups of RAC Database to Single Instance On Another NoRESTDatabase
- ORA-15055 Unable to Connect to ASM When Starting an InstanceASM
- How To Turn SNMP On/Off ? [ID 472530.1]
- Increase Subarray Sums
- What is OPAQUE_TRANSFORM Hint and how to Control it [ID 780503.1]OpaqueORM
- How to Collect Diagnostics for Database Hanging Issues (Doc ID 452358.1)Database
- 【CURSOR】How to Monitor and tune Open and Cached Cursors (Doc ID 1430255.1)
- 【ASM】ORA-27504 ORA-27300 ORA-27303 while starting ASM (Doc ID 2281441.1)ASMWhile
- WPF implemented Single Instance via mutex and activated the existed window via FindWindow from Microsoft.Win32; namespaceMutexROSWin32namespace
- CSS 奇思妙想 | Single Div 繪圖技巧CSS繪圖
- How to redirect to a specific web page after sign out from Entra IDWeb
- How To Replicate Data from Oracle to Postgres Using GoldenGate (Doc ID 1544137.1OracleGo
- CSS id選擇器CSS
- How to fix elements to the bottom of the container in css? (four ways)AICSS
- 如何確定Single-Primary模式下的MGR主節點(文件 ID 2214438.1)模式
- vertx instance
- GPU InstanceGPU
- Oracle 叢集心跳及其引數misscount/disktimeout/reboottimeOracleboot
- 【ASM】Oracle RAC css啟動報錯"Duplicate voting file found"ASMOracleCSS
- CSS中的class與id區別及用法CSS
- Suggestion: use a compatible library with a minSdk of at most 16, or increase this project's minSdkProject
- 3.2.1 Mounting a Database to an InstanceDatabase
- 3.1.5.6 Forcing an Instance to Start
- 136. Single Number
- How to ssh
- C++ instance的使用C++
- FSMO(Flexible Single Master Operation)FlexAST
- 137-Single Number II
- 260-Single Number III
- css中class和id選擇器有什麼區別?CSS
- How to find dependency
- 3.1.5.2 Starting an Instance, and Mounting and Opening a DatabaseDatabase
- Property [title] does not exist on this collection instance
- 【ASM】Oracle asm刪除磁碟組注意事項ASMOracle
- 【ASM】ASM磁碟頭被重寫,如何修復ASM
- Please specify (single) host string for connection:
- Leetcode 137. Single Number IILeetCode