热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

HowtoIncreaseCSSMisscountinsingleinstanceASMinsta

原HowtoIncreaseCSSMisscountinsingleinstanceASMinstallationshttps:blog.csdn.nettianlesoftwar

原 How to Increase CSS Misscount in single instance ASM installationshttps://blog.csdn.net/tianlesoftware/article/details/6347122版权声明: https://blog.csdn.net/tianlesoftware/article/details/6347122
        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.
    10g RAC: Steps To Increase CSS Misscoun,t Reboottime and Disktimeout
http://www.cndba.cn/dave/article/944
          From Oracle
-------------------------------------------------------------------------------------------------------
QQ: 492913789
Email: ahdba@qq.com
Blog: http://www.cndba.cn/dave
DBA1群:62697716(满);  DBA2 群:62697977(满)  DBA3 群:62697850(满)  
DBA超级群:63306533(满); DBA4 群: 83829929 DBA5群: 142216823   
聊天群:40132017  聊天2群:69087192
--加群需要在备注说明Oracle表空间和数据文件的关系,否则拒绝申请https://img-blog.csdnimg.cn/20190217105710569.png?x-oss-process=image/watermark,type_ZmFuZ3poZW5naGVpdGk,shadow_10,text_aHR0cHM6Ly9ibG9nLmNzZG4ubmV0L3UwMTEwNzgxNDE=,size_16,color_FFFFFF,t_70《算法导论 第三版英文版》_高清中文版.pdf
https://pan.baidu.com/s/17D1kXU6dLdU0YwHM2cvNMw
《深度学习入门:基于Python的理论与实现》_高清中文版.pdf
https://pan.baidu.com/s/1IeVs35f3gX5r6eAdiRQw4A
《深入浅出数据分析》_高清中文版.pdf
https://pan.baidu.com/s/1GV-QNbtmjZqumDkk8s7z5w
《Python编程:从入门到实践》_高清中文版.pdf
https://pan.baidu.com/s/1GUNSg4mdpeOf1LC_MjXunQ
《Python科学计算》_高清中文版.pdf
https://pan.baidu.com/s/1-hDKhK-7rDDFll_UFpKmpw


推荐阅读
author-avatar
坦克大道_639
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有