当前位置:网站首页>CRS management and maintenance
CRS management and maintenance
2022-08-02 00:15:00 【Aoki and the Wind】
CRS is the abbreviation of Oracle Cluster Ready Service (Oracle Cluster Ready Service). Starting from Oracle 10gR2, Oracle changed its name to Clusterware. Generally, we think that CRS = Clusterware = Oracle Cluster Ready Service = Oracle Cluster Software. CRS clusterTo manage and use grid users, common commands are stored in the installation directory $ORACLE_HOME/bin of the grid software.
First, start and stop CRS
Oracle CRS is automatically started when the system starts, usually do not need to start and stop manually.However, in special circumstances such as system upgrade, maintenance or
debugging, it is also necessary to manually stop or start the CRS service.
1. Stop CRS on a single node
Switch to the /u01/app/grid/product/11.2.0/bin directory under the root user
# ./crsctl stop crs
2. Single node start CRS
# ./crsctl start crs
3. Stop all cluster resources running on all nodes
# ./crsctl stop cluster -all
4. Start all cluster resources running on all nodes
# ./crsctl start cluster -all
Second, verify CRS
1. Check the current state of a cluster
# ./crsctlcheck cluster
2. Check the current status of the CRS
# ./crsctl check crs
3. Check the current status of OHASD
# ./crsctl check has
Three, disable and enable the CRS daemon
# ./crsctl disable crs
# ./crsctl enable crs
Fourth, display the status of cluster resources
# ./crsctl start res -t
5. Query the software version of CRS
# ./crsctl query crs softwareversion
Note: For other usages of crsctl, please refer to the online documentation: Usage:crsctl
Six |, OLSNODES tool
Use the olsnodes tool to check all nodes that have joined the cluster.
1. Display the nodes that the cluster has joined
# ./olsnodes
2. Display the name of the cluster
# ./olsnodes -c
3. Display the virtual IP address corresponding to the node
# ./olsnodes -i
边栏推荐
猜你喜欢
随机推荐
正则表达式
GetHashCode方法与=
Win10安装DBeaver连接MySQL8、导入和导出数据库详细教程
【MySQL系列】MySQL索引事务
如何设计循环队列?快进来学习~
信息系统项目管理师必背核心考点(五十七)知识管理工具
Unity—四元数、欧拉角API+坐标系统
一个有些意思的项目--文件夹对比工具(一)
工件SSMwar exploded 部署工件时出错。请参阅服务器日志了解详细信息
JSP Taglib指令具有什么功能呢?
Win11内存管理错误怎么办?
面试必问的HashCode技术内幕
Win11如何获得最佳电源效率?
如何优雅的消除系统重复代码
在CentOS下安装MySQL
DOM 基础操作
thinkphp漏洞总结
els block deformation
Study Notes: The Return of Machine Learning
08-SDRAM:汇总









