码迷,mamicode.com
首页 > 其他好文 > 详细

11g 和12C rac集群得启动停止

时间:2020-03-04 15:01:14      阅读:127      评论:0      收藏:0      [点我收藏+]

标签:boot   ini   crs_stat   多个   nodeapp   clu   srvctl   and   rac集群   

oracle11g 关闭,启动顺序

1、关闭数据库(oracle)
srvctl stop database -d rac

2、

停止has服务

crsctl stop has -f

 

3、关闭集群(root)
crsctl stop cluster -all

检查crs_stat -t -v


1、开启集群(root)
crsctl start cluster -all

2启动has

crsctl start has 

3、开启数据库(oracle)
srvctl start database -d rac

4、验证
crs_stat -t -v
############################################################
oracle12c 关闭,启动顺序

1、关闭数据库(oracle)
srvctl stop database -d rac

2、

停止has服务

crsctl stop has -f

 

3关闭集群(root)
crsctl stop crs #可以用于11g和12c
或者crsctl stop cluster -all

 

4、验证
crs_stat -t -v


1、开启集群(root)
crsctl start crs -all

 

2。启动has   

crsctl start has 

3、开启数据库(oracle)
srvctl start database -d rac

4、关闭节点服务(root)
srvctl start nodeapps

5、验证
crs_stat -t -v
===========================================
crsctl start/stop crs and crsctl start/stop cluster 区别

1 crsctl start/stop crs 是单节管理
crsctl start/stop cluster [-all 所有节点] 可以管理多个节点

 

2 crsctl start/stop crs 管理crs 包含进程 OHASD
crsctl start/stop cluster 不包含OHASD进程 必须要先启动 OHASD进程才可以使用

 

3 11gr2 rac 手动启动或关闭过程
使用crsctl start/stop cluster手动启动和关闭的过程如下:
crsctl start/stop cluster -all 会启动所有OHAS是启动状态的所有节点
crsctl stop crs --每个节点

 

使用crsctl start/stop crs手动启动/关闭流程
节点1
crsctl start/stop crs 实际上后面会把Oracle crs 管理的资源都会启动

节点2
crsctl start/stop crs

......

Enable CRS to start on reboot
crsctl enable crs
Disable CRS to start on reboot
crsctl disable crs

4 查询资源启动情况
crsctl stat res -init -t


注:

crsctl start/stop crs 与crsctl start/stop has 作用相同

11g 和12C rac集群得启动停止

标签:boot   ini   crs_stat   多个   nodeapp   clu   srvctl   and   rac集群   

原文地址:https://www.cnblogs.com/daimachangfeng/p/12409132.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
分享档案
周排行
mamicode.com排行更多图片
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!