How to Increase CSS Misscount in single instance ASM installations [ID 729878.1]

zhouwf0726發表於2019-01-16
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.2
Information 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/,如需轉載,請註明出處,否則將追究法律責任。

相關文章