rac启动和停止过程

[root@his1 bin]# ./crs_stop -all                                     停止所有的crs服务
CRS-2500: Cannot stop resource 'ora.gsd' as it is not running
Attempting to stop `ora.cvu` on member `his1`
Attempting to stop `ora.ons` on member `his1`
Attempting to stop `ora.LISTENER.lsnr` on member `his1`
Attempting to stop `ora.LISTENER_SCAN1.lsnr` on member `his1`
Attempting to stop `ora.oc4j` on member `his1`
Attempting to stop `ora.ORACRS.dg` on member `his1`
Attempting to stop `ora.ORADATA.dg` on member `his1`
Attempting to stop `ora.ORAFAR.dg` on member `his1`
Attempting to stop `ora.registry.acfs` on member `his1`
CRS-2789: Cannot stop resource 'ora.gsd' as it is not running on server 'his1'
Stop of `ora.LISTENER.lsnr` on member `his1` succeeded.
Attempting to stop `ora.his1.vip` on member `his1`
Attempting to stop `ora.his2.vip` on member `his1`
CRS-2789: Cannot stop resource 'ora.LISTENER.lsnr' as it is not running on server 'his1'
Stop of `ora.LISTENER_SCAN1.lsnr` on member `his1` succeeded.
Attempting to stop `ora.scan1.vip` on member `his1`
Stop of `ora.his2.vip` on member `his1` succeeded.
Stop of `ora.scan1.vip` on member `his1` succeeded.
Stop of `ora.his1.vip` on member `his1` succeeded.
Stop of `ora.ORAFAR.dg` on member `his1` succeeded.
Stop of `ora.cvu` on member `his1` succeeded.
Stop of `ora.ons` on member `his1` succeeded.
Attempting to stop `ora.net1.network` on member `his1`
CRS-2789: Cannot stop resource 'ora.ons' as it is not running on server 'his1'
Stop of `ora.net1.network` on member `his1` succeeded.
Stop of `ora.ORADATA.dg` on member `his1` succeeded.
Stop of `ora.registry.acfs` on member `his1` succeeded.
Stop of `ora.oc4j` on member `his1` succeeded.
Stop of `ora.ORACRS.dg` on member `his1` succeeded.
Attempting to stop `ora.asm` on member `his1`
CRS-2673: Attempting to stop 'ora.asm' on 'his1'
CRS-5017: The resource action "ora.asm stop" encountered the following error:
ORA-15097: cannot SHUTDOWN ASM instance with connected client (process 4366)
CRS-2675: Stop of 'ora.asm' on 'his1' failed

CRS-0216: Could not stop resource 'ora.LISTENER.lsnr'.

CRS-0216: Could not stop resource 'ora.asm'.

CRS-0216: Could not stop resource 'ora.gsd'.

CRS-0216: Could not stop resource 'ora.ons'.

[root@his1 bin]# ./crsctl check crs
CRS-4638: Oracle High Availability Services is online
CRS-4537: Cluster Ready Services is online
CRS-4529: Cluster Synchronization Services is online
CRS-4533: Event Manager is online
[root@his1 bin]# ./crsctl stop cluster -all            停止所有集群和css evm服务
CRS-2673: Attempting to stop 'ora.crsd' on 'his1'
CRS-2790: Starting shutdown of Cluster Ready Services-managed resources on 'his1'
CRS-2673: Attempting to stop 'ora.asm' on 'his1'
CRS-2677: Stop of 'ora.asm' on 'his1' succeeded
CRS-2792: Shutdown of Cluster Ready Services-managed resources on 'his1' has completed
CRS-2677: Stop of 'ora.crsd' on 'his1' succeeded
CRS-2673: Attempting to stop 'ora.ctssd' on 'his1'
CRS-2673: Attempting to stop 'ora.evmd' on 'his1'
CRS-2673: Attempting to stop 'ora.asm' on 'his1'
CRS-2677: Stop of 'ora.asm' on 'his1' succeeded
CRS-2673: Attempting to stop 'ora.cluster_interconnect.haip' on 'his1'
CRS-2677: Stop of 'ora.evmd' on 'his1' succeeded
CRS-2677: Stop of 'ora.cluster_interconnect.haip' on 'his1' succeeded
CRS-2677: Stop of 'ora.ctssd' on 'his1' succeeded
CRS-2673: Attempting to stop 'ora.cssd' on 'his1'
CRS-2677: Stop of 'ora.cssd' on 'his1' succeeded
CRS-2673: Attempting to stop 'ora.diskmon' on 'his1'
CRS-2677: Stop of 'ora.diskmon' on 'his1' succeeded
[root@his1 bin]# ./crsctl check crs
CRS-4638: Oracle High Availability Services is online
CRS-4535: Cannot communicate with Cluster Ready Services
CRS-4530: Communications failure contacting Cluster Synchronization Services daemon
CRS-4534: Cannot communicate with Event Manager
[root@his1 bin]# ./crsctl stop has                                         停止has主代理进程
CRS-2791: Starting shutdown of Oracle High Availability Services-managed resources on 'his1'
CRS-2673: Attempting to stop 'ora.mdnsd' on 'his1'
CRS-2673: Attempting to stop 'ora.drivers.acfs' on 'his1'
CRS-2673: Attempting to stop 'ora.crf' on 'his1'
CRS-2677: Stop of 'ora.drivers.acfs' on 'his1' succeeded
CRS-2677: Stop of 'ora.mdnsd' on 'his1' succeeded
CRS-2677: Stop of 'ora.crf' on 'his1' succeeded
CRS-2673: Attempting to stop 'ora.gipcd' on 'his1'
CRS-2677: Stop of 'ora.gipcd' on 'his1' succeeded
CRS-2673: Attempting to stop 'ora.gpnpd' on 'his1'
CRS-2677: Stop of 'ora.gpnpd' on 'his1' succeeded
CRS-2793: Shutdown of Oracle High Availability Services-managed resources on 'his1' has completed
CRS-4133: Oracle High Availability Services has been stopped.
[root@his1 bin]# ./crsctl check crs
CRS-4639: Could not contact Oracle High Availability Services
[root@his1 bin]# crs_start -all                     
-bash: crs_start: command not found
[root@his1 bin]# ./crs_start -all
CRS-0184: Cannot communicate with the CRS daemon.

[root@his1 bin]# ./crsctl start has
CRS-4123: Oracle High Availability Services has been started.
[root@his1 bin]# ./crsctl check crs
CRS-4638: Oracle High Availability Services is online
CRS-4535: Cannot communicate with Cluster Ready Services
CRS-4530: Communications failure contacting Cluster Synchronization Services daemon
CRS-4534: Cannot communicate with Event Manager
[root@his1 bin]# ./crs_start -all
CRS-0184: Cannot communicate with the CRS daemon.

[root@his1 bin]# ./crsctl start cluster -all
CRS-5702: Resource 'ora.crsd' is already running on 'his1'
[root@his1 bin]# ./crsctl check crs
CRS-4638: Oracle High Availability Services is online
CRS-4535: Cannot communicate with Cluster Ready Services
CRS-4529: Cluster Synchronization Services is online
CRS-4533: Event Manager is online 
[root@his1 bin]# ./crs_start -all                                                             启动所有crs服务            
CRS-5702: Resource 'ora.ORACRS.dg' is already running on 'his1'
CRS-5702: Resource 'ora.ORADATA.dg' is already running on 'his1'
CRS-5702: Resource 'ora.ORAFAR.dg' is already running on 'his1'
CRS-5702: Resource 'ora.asm' is already running on 'his1'
CRS-2501: Resource 'ora.gsd' is disabled
CRS-5702: Resource 'ora.asm' is already running on 'his1'
CRS-2501: Resource 'ora.gsd' is disabled
CRS-5702: Resource 'ora.ons' is already running on 'his1'
CRS-5702: Resource 'ora.net1.network' is already running on 'his1'
CRS-5702: Resource 'ora.ons' is already running on 'his1'
CRS-5702: Resource 'ora.registry.acfs' is already running on 'his1'
Attempting to start `ora.his1.vip` on member `his1`
Attempting to start `ora.cvu` on member `his1`
Attempting to start `ora.scan1.vip` on member `his1`
Attempting to start `ora.his2.vip` on member `his1`
Attempting to start `ora.oc4j` on member `his1`
Start of `ora.scan1.vip` on member `his1` succeeded.
Attempting to start `ora.LISTENER_SCAN1.lsnr` on member `his1`
Start of `ora.his2.vip` on member `his1` succeeded.
Start of `ora.his1.vip` on member `his1` succeeded.
Attempting to start `ora.LISTENER.lsnr` on member `his1`
Start of `ora.cvu` on member `his1` succeeded.
Start of `ora.LISTENER_SCAN1.lsnr` on member `his1` succeeded.
Start of `ora.LISTENER.lsnr` on member `his1` succeeded.
Start of `ora.oc4j` on member `his1` succeeded.
CRS-0223: Resource 'ora.ORACRS.dg' has placement error.

CRS-0223: Resource 'ora.ORADATA.dg' has placement error.

CRS-0223: Resource 'ora.ORAFAR.dg' has placement error.

CRS-0223: Resource 'ora.asm' has placement error.

CRS-2660: Resource 'ora.gsd' or all of its instances are disabled

CRS-0223: Resource 'ora.his1.ASM1.asm' has placement error.

CRS-2660: Resource 'ora.his1.gsd' or all of its instances are disabled

CRS-0223: Resource 'ora.his1.ons' has placement error.

CRS-0223: Resource 'ora.net1.network' has placement error.

CRS-0223: Resource 'ora.ons' has placement error.

CRS-0223: Resource 'ora.registry.acfs' has placement error.

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/29065182/viewspace-1070536/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/29065182/viewspace-1070536/

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值