当前位置:网站首页>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
边栏推荐
- PHP从txt文件中读取数据的方法
- 【MySQL系列】 MySQL表的增删改查(进阶)
- 解析正则表达式的底层实现原理
- How to reinstall Win11?One-click method to reinstall Win11
- 玩转NFT夏季:这份工具宝典值得收藏
- 如何优雅的消除系统重复代码
- After an incomplete recovery, the control file has been created or restored, the database must be opened with RESETLOGS, interpreting RESETLOGS.
- 一篇永久摆脱Mysql时区错误问题,idea数据库可视化插件配置
- DVWA靶场环境搭建
- Short video SEO optimization tutorial Self-media SEO optimization skills and methods
猜你喜欢
随机推荐
接地气讲解TCP协议和网络程序设计
06-SDRAM :SDRAM控制模块
How to reinstall Win11?One-click method to reinstall Win11
带你搞懂MySQL隔离级别,两个事务同时操作同一行数据会怎样?
当奈飞的NFT忘记了Web2的业务安全
easy-excel 解决百万数据导入导出,性能很强
Detailed explanation of Zadig's self-testing and tuning environment technical solution for developers
Wincc报表教程(SQL数据库的建立,wincc在数据库中保存和查询数据,调用Excel模板把数据保存到指定的位置和打印功能)
信息系统项目管理师必背核心考点(五十七)知识管理工具
Ansible中的任务执行控制
根本上解决mysql启动失败问题Job for mysqld.service failed because the control process exited with error code
[Three sons] C language implements simple three sons
Short video SEO optimization tutorial Self-media SEO optimization skills and methods
go语言标准库fmt包怎么使用
零基础如何学习单片机,一位入门者的进阶路径,可参考
els 方块边界变形处理
Flink Yarn Per Job - 提交流程一
PHP从txt文件中读取数据的方法
控制电机的几种控制电路原理图
如何优雅的消除系统重复代码









