首页 > 其他 > 详细

rac中 crsctl start/stop crs and crsctl start/stop cluster 区别

时间:2015-11-06 11:19:58      阅读:362      评论:0      收藏:0      [点我收藏+]

官网解释:

crsctl start/stop crs - Manage start/stop the entire Oracle Clusterware stack on a node, including the OHASD process, this command is to be used only on the local node..

crsctl start/stop cluster - Manage start/stop the Oracle Clusterware stack on local node if you do not specify either -all or -n and nodes remote if option -n or -all be specified , NOT including the OHASD process. You can‘t start/stop clusterware stack without OHASD process running.

Despite crsctl start/stop crs manage entire Oracle Clusterware stack on local node crsctl start/stop crs not allow you to manage remote nodes, unlike crsctl start/stop cluster that allows you to manage all the nodes, but if the process OASH is runing.

To manage Oracle Clusterware Stack on remote nodes, the ohasd (Oracle High Availability Services Daemon) must be running on all managed nodes. (i.e using crsctl start cluster -n <node1>, <node2>)

Then if you try use crsctl start cluster -n node1,node2 and your local node is node1 and on node1 or node2 OHASD not running this command will fails. 




中文解释:

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 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 作用相同


版权声明:本文为博主原创文章,未经博主允许不得转载。

rac中 crsctl start/stop crs and crsctl start/stop cluster 区别

原文:http://blog.csdn.net/cymm_liu/article/details/49679381

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!