千家信息网

oracle rac crsctl命令怎么用

发表于:2024-11-19 作者:千家信息网编辑
千家信息网最后更新 2024年11月19日,这篇文章主要介绍了oracle rac crsctl命令怎么用,具有一定借鉴价值,感兴趣的朋友可以参考下,希望大家阅读完这篇文章之后大有收获,下面让小编带着大家一起了解一下。oracle rac cr
千家信息网最后更新 2024年11月19日oracle rac crsctl命令怎么用

这篇文章主要介绍了oracle rac crsctl命令怎么用,具有一定借鉴价值,感兴趣的朋友可以参考下,希望大家阅读完这篇文章之后大有收获,下面让小编带着大家一起了解一下。

oracle rac crsctl命令使用


查看crs资源状态

[grid@db1 ~]$ crs_stat -t

Name Type Target State Host

------------------------------------------------------------

ora.DATA.dg ora....up.type ONLINE ONLINE db1

ora.FRA.dg ora....up.type ONLINE ONLINE db1

ora....ER.lsnr ora....er.type ONLINE ONLINE db1

ora....N1.lsnr ora....er.type ONLINE ONLINE db1

ora.OCR.dg ora....up.type ONLINE ONLINE db1

ora.asm ora.asm.type ONLINE ONLINE db1

ora.cvu ora.cvu.type ONLINE ONLINE db1

ora....SM1.asm application ONLINE ONLINE db1

ora....B1.lsnr application ONLINE ONLINE db1

ora.db1.gsd application OFFLINE OFFLINE

ora.db1.ons application ONLINE ONLINE db1

ora.db1.vip ora....t1.type ONLINE ONLINE db1

ora....SM2.asm application ONLINE ONLINE db2

ora....B2.lsnr application ONLINE ONLINE db2

ora.db2.gsd application OFFLINE OFFLINE

ora.db2.ons application ONLINE ONLINE db2

ora.db2.vip ora....t1.type ONLINE ONLINE db2

ora.dmzdb.db ora....se.type ONLINE ONLINE db1

ora.gsd ora.gsd.type OFFLINE OFFLINE

ora....network ora....rk.type ONLINE ONLINE db1

ora.oc4j ora.oc4j.type ONLINE ONLINE db1

ora.ons ora.ons.type ONLINE ONLINE db1

ora.scan1.vip ora....ip.type ONLINE ONLINE db1

查看资源状态

[grid@db1 ~]$ crsctl stat res -t

--------------------------------------------------------------------------------

NAME TARGET STATE SERVER STATE_DETAILS

--------------------------------------------------------------------------------

Local Resources

--------------------------------------------------------------------------------

ora.DATA.dg

ONLINE ONLINE db1

ONLINE ONLINE db2

ora.FRA.dg

ONLINE ONLINE db1

ONLINE ONLINE db2

ora.LISTENER.lsnr

ONLINE ONLINE db1

ONLINE ONLINE db2

ora.OCR.dg

ONLINE ONLINE db1

ONLINE ONLINE db2

ora.asm

ONLINE ONLINE db1 Started

ONLINE ONLINE db2 Started

ora.gsd

OFFLINE OFFLINE db1

OFFLINE OFFLINE db2

ora.net1.network

ONLINE ONLINE db1

ONLINE ONLINE db2

ora.ons

ONLINE ONLINE db1

ONLINE ONLINE db2

--------------------------------------------------------------------------------

Cluster Resources

--------------------------------------------------------------------------------

ora.LISTENER_SCAN1.lsnr

1 ONLINE ONLINE db1

ora.cvu

1 ONLINE ONLINE db1

ora.db1.vip

1 ONLINE ONLINE db1

ora.db2.vip

1 ONLINE ONLINE db2

ora.dmzdb.db

1 ONLINE ONLINE db1 Open

2 ONLINE ONLINE db2 Open

ora.oc4j

1 ONLINE ONLINE db1

ora.scan1.vip

1 ONLINE ONLINE db1

[grid@db1 ~]$

查看资源

[grid@db1 ~]$ crs_stat

NAME=ora.DATA.dg

TYPE=ora.diskgroup.type

TARGET=ONLINE

STATE=ONLINE on db1

NAME=ora.FRA.dg

TYPE=ora.diskgroup.type

TARGET=ONLINE

STATE=ONLINE on db1

NAME=ora.LISTENER.lsnr

TYPE=ora.listener.type

TARGET=ONLINE

STATE=ONLINE on db1

NAME=ora.LISTENER_SCAN1.lsnr

TYPE=ora.scan_listener.type

TARGET=ONLINE

STATE=ONLINE on db1

NAME=ora.OCR.dg

TYPE=ora.diskgroup.type

TARGET=ONLINE

STATE=ONLINE on db1

NAME=ora.asm

TYPE=ora.asm.type

TARGET=ONLINE

STATE=ONLINE on db1

NAME=ora.cvu

TYPE=ora.cvu.type

TARGET=ONLINE

STATE=ONLINE on db1

NAME=ora.db1.ASM1.asm

TYPE=application

TARGET=ONLINE

STATE=ONLINE on db1

NAME=ora.db1.LISTENER_DB1.lsnr

TYPE=application

TARGET=ONLINE

STATE=ONLINE on db1

NAME=ora.db1.gsd

TYPE=application

TARGET=OFFLINE

STATE=OFFLINE

NAME=ora.db1.ons

TYPE=application

TARGET=ONLINE

STATE=ONLINE on db1

NAME=ora.db1.vip

TYPE=ora.cluster_vip_net1.type

TARGET=ONLINE

STATE=ONLINE on db1

NAME=ora.db2.ASM2.asm

TYPE=application

TARGET=ONLINE

STATE=ONLINE on db2

NAME=ora.db2.LISTENER_DB2.lsnr

TYPE=application

TARGET=ONLINE

STATE=ONLINE on db2

NAME=ora.db2.gsd

TYPE=application

TARGET=OFFLINE

STATE=OFFLINE

NAME=ora.db2.ons

TYPE=application

TARGET=ONLINE

STATE=ONLINE on db2

NAME=ora.db2.vip

TYPE=ora.cluster_vip_net1.type

TARGET=ONLINE

STATE=ONLINE on db2

NAME=ora.dmzdb.db

TYPE=ora.database.type

TARGET=ONLINE

STATE=ONLINE on db1

NAME=ora.gsd

TYPE=ora.gsd.type

TARGET=OFFLINE

STATE=OFFLINE

NAME=ora.net1.network

TYPE=ora.network.type

TARGET=ONLINE

STATE=ONLINE on db1

NAME=ora.oc4j

TYPE=ora.oc4j.type

TARGET=ONLINE

STATE=ONLINE on db1

NAME=ora.ons

TYPE=ora.ons.type

TARGET=ONLINE

STATE=ONLINE on db1

NAME=ora.scan1.vip

TYPE=ora.scan_vip.type

TARGET=ONLINE

STATE=ONLINE on db1

[grid@db1 ~]$

check crs 状态

[grid@db1 ~]$ 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用户下加入如下内容

export ORACLE_HOME=/u01/app/11.2.0/grid/

PATH=${PATH}:$ORACLE_HOME/bin

[root@db1 ~]# cat .bash_profile

# .bash_profile

# Get the aliases and functions

if [ -f ~/.bashrc ]; then

. ~/.bashrc

fi

# User specific environment and startup programs

PATH=$PATH:$HOME/bin

export PATH

export ORACLE_HOME=/u01/app/11.2.0/grid/

PATH=${PATH}:$ORACLE_HOME/bin

[root@db1 ~]#

停crs之前一般要停监听,停库(先停监听,在停库,防止新会话上来)

[grid@db1 ~]$ srvctl stop listener -n db1

[grid@db1 ~]$ srvctl stop instance -d dmzdb -i dmzdb1

停db1 crs

[root@db1 ~]# crsctl stop crs

CRS-2791: Starting shutdown of Oracle High Availability Services-managed resources on 'db1'

CRS-2673: Attempting to stop 'ora.crsd' on 'db1'

CRS-2790: Starting shutdown of Cluster Ready Services-managed resources on 'db1'

CRS-2673: Attempting to stop 'ora.FRA.dg' on 'db1'

CRS-2673: Attempting to stop 'ora.OCR.dg' on 'db1'

CRS-2673: Attempting to stop 'ora.dmzdb.db' on 'db1'

CRS-2673: Attempting to stop 'ora.oc4j' on 'db1'

CRS-2673: Attempting to stop 'ora.LISTENER.lsnr' on 'db1'

CRS-2673: Attempting to stop 'ora.cvu' on 'db1'

CRS-2673: Attempting to stop 'ora.LISTENER_SCAN1.lsnr' on 'db1'

CRS-2677: Stop of 'ora.LISTENER.lsnr' on 'db1' succeeded

CRS-2673: Attempting to stop 'ora.db1.vip' on 'db1'

CRS-2677: Stop of 'ora.LISTENER_SCAN1.lsnr' on 'db1' succeeded

CRS-2673: Attempting to stop 'ora.scan1.vip' on 'db1'

CRS-2677: Stop of 'ora.db1.vip' on 'db1' succeeded

CRS-2672: Attempting to start 'ora.db1.vip' on 'db2'

CRS-2677: Stop of 'ora.scan1.vip' on 'db1' succeeded

CRS-2672: Attempting to start 'ora.scan1.vip' on 'db2'

CRS-2677: Stop of 'ora.FRA.dg' on 'db1' succeeded

CRS-2677: Stop of 'ora.dmzdb.db' on 'db1' succeeded

CRS-2673: Attempting to stop 'ora.DATA.dg' on 'db1'

CRS-2676: Start of 'ora.db1.vip' on 'db2' succeeded

CRS-2676: Start of 'ora.scan1.vip' on 'db2' succeeded

CRS-2672: Attempting to start 'ora.LISTENER_SCAN1.lsnr' on 'db2'

CRS-2677: Stop of 'ora.DATA.dg' on 'db1' succeeded

CRS-2677: Stop of 'ora.oc4j' on 'db1' succeeded

CRS-2672: Attempting to start 'ora.oc4j' on 'db2'

CRS-2677: Stop of 'ora.cvu' on 'db1' succeeded

CRS-2672: Attempting to start 'ora.cvu' on 'db2'

CRS-2676: Start of 'ora.cvu' on 'db2' succeeded

CRS-2676: Start of 'ora.LISTENER_SCAN1.lsnr' on 'db2' succeeded

CRS-2676: Start of 'ora.oc4j' on 'db2' succeeded

CRS-2677: Stop of 'ora.OCR.dg' on 'db1' succeeded

CRS-2673: Attempting to stop 'ora.asm' on 'db1'

CRS-2677: Stop of 'ora.asm' on 'db1' succeeded

CRS-2673: Attempting to stop 'ora.ons' on 'db1'

CRS-2677: Stop of 'ora.ons' on 'db1' succeeded

CRS-2673: Attempting to stop 'ora.net1.network' on 'db1'

CRS-2677: Stop of 'ora.net1.network' on 'db1' succeeded

CRS-2792: Shutdown of Cluster Ready Services-managed resources on 'db1' has completed

CRS-2677: Stop of 'ora.crsd' on 'db1' succeeded

CRS-2673: Attempting to stop 'ora.crf' on 'db1'

CRS-2673: Attempting to stop 'ora.ctssd' on 'db1'

CRS-2673: Attempting to stop 'ora.evmd' on 'db1'

CRS-2673: Attempting to stop 'ora.asm' on 'db1'

CRS-2673: Attempting to stop 'ora.mdnsd' on 'db1'

CRS-2677: Stop of 'ora.crf' on 'db1' succeeded

CRS-2677: Stop of 'ora.evmd' on 'db1' succeeded

CRS-2677: Stop of 'ora.mdnsd' on 'db1' succeeded

CRS-2677: Stop of 'ora.ctssd' on 'db1' succeeded

CRS-2677: Stop of 'ora.asm' on 'db1' succeeded

CRS-2673: Attempting to stop 'ora.cluster_interconnect.haip' on 'db1'

CRS-2677: Stop of 'ora.cluster_interconnect.haip' on 'db1' succeeded

CRS-2673: Attempting to stop 'ora.cssd' on 'db1'

CRS-2677: Stop of 'ora.cssd' on 'db1' succeeded

CRS-2673: Attempting to stop 'ora.gipcd' on 'db1'

CRS-2677: Stop of 'ora.gipcd' on 'db1' succeeded

CRS-2673: Attempting to stop 'ora.gpnpd' on 'db1'

CRS-2677: Stop of 'ora.gpnpd' on 'db1' succeeded

CRS-2793: Shutdown of Oracle High Availability Services-managed resources on 'db1' has completed

CRS-4133: Oracle High Availability Services has been stopped.

[root@db1 ~]#

另一种停crs方法,停db1:

[grid@db1 ~]$ srvctl stop listener -n db1

[grid@db1 ~]$ srvctl stop instance -d dmzdb -i dmzdb1

[root@db1 ~]# crsctl stop cluster -n db1

CRS-2673: Attempting to stop 'ora.crsd' on 'db1'

CRS-2790: Starting shutdown of Cluster Ready Services-managed resources on 'db1'

CRS-2673: Attempting to stop 'ora.db1.vip' on 'db1'

CRS-2673: Attempting to stop 'ora.FRA.dg' on 'db1'

CRS-2673: Attempting to stop 'ora.OCR.dg' on 'db1'

CRS-2673: Attempting to stop 'ora.DATA.dg' on 'db1'

CRS-2677: Stop of 'ora.db1.vip' on 'db1' succeeded

CRS-2672: Attempting to start 'ora.db1.vip' on 'db2'

CRS-2677: Stop of 'ora.FRA.dg' on 'db1' succeeded

CRS-2677: Stop of 'ora.DATA.dg' on 'db1' succeeded

CRS-2676: Start of 'ora.db1.vip' on 'db2' succeeded

CRS-2677: Stop of 'ora.OCR.dg' on 'db1' succeeded

CRS-2673: Attempting to stop 'ora.asm' on 'db1'

CRS-2677: Stop of 'ora.asm' on 'db1' succeeded

CRS-2673: Attempting to stop 'ora.ons' on 'db1'

CRS-2677: Stop of 'ora.ons' on 'db1' succeeded

CRS-2673: Attempting to stop 'ora.net1.network' on 'db1'

CRS-2677: Stop of 'ora.net1.network' on 'db1' succeeded

CRS-2792: Shutdown of Cluster Ready Services-managed resources on 'db1' has completed

CRS-2677: Stop of 'ora.crsd' on 'db1' succeeded

CRS-2673: Attempting to stop 'ora.ctssd' on 'db1'

CRS-2673: Attempting to stop 'ora.evmd' on 'db1'

CRS-2673: Attempting to stop 'ora.asm' on 'db1'

CRS-2677: Stop of 'ora.evmd' on 'db1' succeeded

CRS-2677: Stop of 'ora.ctssd' on 'db1' succeeded

CRS-2677: Stop of 'ora.asm' on 'db1' succeeded

CRS-2673: Attempting to stop 'ora.cluster_interconnect.haip' on 'db1'

CRS-2677: Stop of 'ora.cluster_interconnect.haip' on 'db1' succeeded

CRS-2673: Attempting to stop 'ora.cssd' on 'db1'

CRS-2677: Stop of 'ora.cssd' on 'db1' succeeded

[root@db1 ~]#

启动crs ,db1为例子

[root@db1 ~]#

[root@db1 ~]# crsctl start cluster -n db1

CRS-2672: Attempting to start 'ora.cssdmonitor' on 'db1'

CRS-2676: Start of 'ora.cssdmonitor' on 'db1' succeeded

CRS-2672: Attempting to start 'ora.cssd' on 'db1'

CRS-2672: Attempting to start 'ora.diskmon' on 'db1'

CRS-2676: Start of 'ora.diskmon' on 'db1' succeeded

CRS-2676: Start of 'ora.cssd' on 'db1' succeeded

CRS-2672: Attempting to start 'ora.ctssd' on 'db1'

CRS-2672: Attempting to start 'ora.cluster_interconnect.haip' on 'db1'

CRS-2676: Start of 'ora.ctssd' on 'db1' succeeded

CRS-2672: Attempting to start 'ora.evmd' on 'db1'

CRS-2676: Start of 'ora.evmd' on 'db1' succeeded

CRS-2676: Start of 'ora.cluster_interconnect.haip' on 'db1' succeeded

CRS-2672: Attempting to start 'ora.asm' on 'db1'

CRS-2676: Start of 'ora.asm' on 'db1' succeeded

CRS-2672: Attempting to start 'ora.crsd' on 'db1'

CRS-2676: Start of 'ora.crsd' on 'db1' succeeded

[root@db1 ~]#

crsctl stop 全部节点(先停监听,停库,再停crs)

[grid@db1 ~]$ srvctl stop listener -n db1

[grid@db1 ~]$ srvctl stop instance -d dmzdb -i dmzdb1

[grid@db2 ~]$ srvctl stop listener -n db2

[grid@db2 ~]$ srvctl stop instance -d dmzdb -i dmzdb2

[root@db1 ~]# crsctl stop cluster -all

CRS-2673: Attempting to stop 'ora.crsd' on 'db1'

CRS-2790: Starting shutdown of Cluster Ready Services-managed resources on 'db1'

CRS-2673: Attempting to stop 'ora.db1.vip' on 'db1'

CRS-2673: Attempting to stop 'ora.FRA.dg' on 'db1'

CRS-2673: Attempting to stop 'ora.OCR.dg' on 'db1'

CRS-2673: Attempting to stop 'ora.DATA.dg' on 'db1'

CRS-2677: Stop of 'ora.db1.vip' on 'db1' succeeded

CRS-2677: Stop of 'ora.FRA.dg' on 'db1' succeeded

CRS-2677: Stop of 'ora.DATA.dg' on 'db1' succeeded

CRS-2673: Attempting to stop 'ora.crsd' on 'db2'

CRS-2790: Starting shutdown of Cluster Ready Services-managed resources on 'db2'

CRS-2673: Attempting to stop 'ora.FRA.dg' on 'db2'

CRS-2673: Attempting to stop 'ora.OCR.dg' on 'db2'

CRS-2673: Attempting to stop 'ora.DATA.dg' on 'db2'

CRS-2673: Attempting to stop 'ora.db2.vip' on 'db2'

CRS-2673: Attempting to stop 'ora.LISTENER_SCAN1.lsnr' on 'db2'

CRS-2673: Attempting to stop 'ora.oc4j' on 'db2'

CRS-2673: Attempting to stop 'ora.cvu' on 'db2'

CRS-2677: Stop of 'ora.db2.vip' on 'db2' succeeded

CRS-2677: Stop of 'ora.LISTENER_SCAN1.lsnr' on 'db2' succeeded

CRS-2673: Attempting to stop 'ora.scan1.vip' on 'db2'

CRS-2677: Stop of 'ora.scan1.vip' on 'db2' succeeded

CRS-2677: Stop of 'ora.FRA.dg' on 'db2' succeeded

CRS-2677: Stop of 'ora.DATA.dg' on 'db2' succeeded

CRS-2677: Stop of 'ora.oc4j' on 'db2' succeeded

CRS-2677: Stop of 'ora.cvu' on 'db2' succeeded

CRS-2677: Stop of 'ora.OCR.dg' on 'db1' succeeded

CRS-2673: Attempting to stop 'ora.asm' on 'db1'

CRS-2677: Stop of 'ora.asm' on 'db1' succeeded

CRS-2673: Attempting to stop 'ora.ons' on 'db1'

CRS-2677: Stop of 'ora.ons' on 'db1' succeeded

CRS-2673: Attempting to stop 'ora.net1.network' on 'db1'

CRS-2677: Stop of 'ora.net1.network' on 'db1' succeeded

CRS-2792: Shutdown of Cluster Ready Services-managed resources on 'db1' has completed

CRS-2677: Stop of 'ora.crsd' on 'db1' succeeded

CRS-2673: Attempting to stop 'ora.ctssd' on 'db1'

CRS-2673: Attempting to stop 'ora.evmd' on 'db1'

CRS-2673: Attempting to stop 'ora.asm' on 'db1'

CRS-2677: Stop of 'ora.evmd' on 'db1' succeeded

CRS-2677: Stop of 'ora.ctssd' on 'db1' succeeded

CRS-2677: Stop of 'ora.OCR.dg' on 'db2' succeeded

CRS-2673: Attempting to stop 'ora.asm' on 'db2'

CRS-2677: Stop of 'ora.asm' on 'db2' succeeded

CRS-2673: Attempting to stop 'ora.ons' on 'db2'

CRS-2677: Stop of 'ora.ons' on 'db2' succeeded

CRS-2673: Attempting to stop 'ora.net1.network' on 'db2'

CRS-2677: Stop of 'ora.net1.network' on 'db2' succeeded

CRS-2792: Shutdown of Cluster Ready Services-managed resources on 'db2' has completed

CRS-2677: Stop of 'ora.asm' on 'db1' succeeded

CRS-2673: Attempting to stop 'ora.cluster_interconnect.haip' on 'db1'

CRS-2677: Stop of 'ora.crsd' on 'db2' succeeded

CRS-2673: Attempting to stop 'ora.ctssd' on 'db2'

CRS-2673: Attempting to stop 'ora.evmd' on 'db2'

CRS-2673: Attempting to stop 'ora.asm' on 'db2'

CRS-2677: Stop of 'ora.cluster_interconnect.haip' on 'db1' succeeded

CRS-2673: Attempting to stop 'ora.cssd' on 'db1'

CRS-2677: Stop of 'ora.evmd' on 'db2' succeeded

CRS-2677: Stop of 'ora.cssd' on 'db1' succeeded

CRS-2677: Stop of 'ora.ctssd' on 'db2' succeeded

CRS-2677: Stop of 'ora.asm' on 'db2' succeeded

CRS-2673: Attempting to stop 'ora.cluster_interconnect.haip' on 'db2'

CRS-2677: Stop of 'ora.cluster_interconnect.haip' on 'db2' succeeded

CRS-2673: Attempting to stop 'ora.cssd' on 'db2'

CRS-2677: Stop of 'ora.cssd' on 'db2' succeeded

[root@db1 ~]#

启动全部节点命令

[root@db1 ~]# crsctl start cluster -all

CRS-2672: Attempting to start 'ora.cssdmonitor' on 'db1'

CRS-2672: Attempting to start 'ora.cssdmonitor' on 'db2'

CRS-2676: Start of 'ora.cssdmonitor' on 'db1' succeeded

CRS-2672: Attempting to start 'ora.cssd' on 'db1'

CRS-2672: Attempting to start 'ora.diskmon' on 'db1'

CRS-2676: Start of 'ora.cssdmonitor' on 'db2' succeeded

CRS-2672: Attempting to start 'ora.cssd' on 'db2'

CRS-2672: Attempting to start 'ora.diskmon' on 'db2'

CRS-2676: Start of 'ora.diskmon' on 'db1' succeeded

CRS-2676: Start of 'ora.diskmon' on 'db2' succeeded

CRS-2676: Start of 'ora.cssd' on 'db1' succeeded

CRS-2672: Attempting to start 'ora.ctssd' on 'db1'

CRS-2672: Attempting to start 'ora.cluster_interconnect.haip' on 'db1'

CRS-2676: Start of 'ora.cssd' on 'db2' succeeded

CRS-2672: Attempting to start 'ora.ctssd' on 'db2'

CRS-2676: Start of 'ora.ctssd' on 'db1' succeeded

CRS-2672: Attempting to start 'ora.evmd' on 'db1'

CRS-2676: Start of 'ora.ctssd' on 'db2' succeeded

CRS-2672: Attempting to start 'ora.evmd' on 'db2'

CRS-2672: Attempting to start 'ora.cluster_interconnect.haip' on 'db2'

CRS-2676: Start of 'ora.evmd' on 'db1' succeeded

CRS-2676: Start of 'ora.evmd' on 'db2' succeeded

CRS-2676: Start of 'ora.cluster_interconnect.haip' on 'db1' succeeded

CRS-2672: Attempting to start 'ora.asm' on 'db1'

CRS-2676: Start of 'ora.cluster_interconnect.haip' on 'db2' succeeded

CRS-2672: Attempting to start 'ora.asm' on 'db2'

CRS-2676: Start of 'ora.asm' on 'db1' succeeded

CRS-2672: Attempting to start 'ora.crsd' on 'db1'

CRS-2676: Start of 'ora.crsd' on 'db1' succeeded

CRS-2676: Start of 'ora.asm' on 'db2' succeeded

CRS-2672: Attempting to start 'ora.crsd' on 'db2'

CRS-2676: Start of 'ora.crsd' on 'db2' succeeded

查看crs状态(实例与监听,后面启动)

[root@db1 ~]# crsctl stat res -t

--------------------------------------------------------------------------------

NAME TARGET STATE SERVER STATE_DETAILS

--------------------------------------------------------------------------------

Local Resources

--------------------------------------------------------------------------------

ora.DATA.dg

ONLINE ONLINE db1

ONLINE ONLINE db2

ora.FRA.dg

ONLINE ONLINE db1

ONLINE ONLINE db2

ora.LISTENER.lsnr

OFFLINE OFFLINE db1

OFFLINE OFFLINE db2

ora.OCR.dg

ONLINE ONLINE db1

ONLINE ONLINE db2

ora.asm

ONLINE ONLINE db1 Started

ONLINE ONLINE db2 Started

ora.gsd

OFFLINE OFFLINE db1

OFFLINE OFFLINE db2

ora.net1.network

ONLINE ONLINE db1

ONLINE ONLINE db2

ora.ons

ONLINE ONLINE db1

ONLINE ONLINE db2

--------------------------------------------------------------------------------

Cluster Resources

--------------------------------------------------------------------------------

ora.LISTENER_SCAN1.lsnr

1 ONLINE ONLINE db1

ora.cvu

1 ONLINE ONLINE db1

ora.db1.vip

1 ONLINE ONLINE db1

ora.db2.vip

1 ONLINE ONLINE db2

ora.dmzdb.db

1 OFFLINE OFFLINE Instance Shutdown

2 OFFLINE OFFLINE Instance Shutdown

ora.oc4j

1 ONLINE ONLINE db1

ora.scan1.vip

1 ONLINE ONLINE db1

[root@db1 ~]#

[

crsctl -h 查看帮助

[root@db1 ~]# crsctl -h

Usage: crsctl add - add a resource, type or other entity

crsctl check - check a service, resource or other entity

crsctl config - output autostart configuration

crsctl debug - obtain or modify debug state

crsctl delete - delete a resource, type or other entity

crsctl disable - disable autostart

crsctl discover - discover DHCP server

crsctl enable - enable autostart

crsctl get - get an entity value

crsctl getperm - get entity permissions

crsctl lsmodules - list debug modules

crsctl modify - modify a resource, type or other entity

crsctl query - query service state

crsctl pin - pin the nodes in the node list

crsctl relocate - relocate a resource, server or other entity

crsctl replace - replaces the location of voting files

crsctl release - release a DHCP lease

crsctl request - request a DHCP lease

crsctl setperm - set entity permissions

crsctl set - set an entity value

crsctl start - start a resource, server or other entity

crsctl status - get status of a resource or other entity

crsctl stop - stop a resource, server or other entity

crsctl unpin - unpin the nodes in the node list

crsctl unset - unset an entity value, restoring its default

[root@db1 ~]# crsctl start -h

Usage:

crsctl start resource { [...]|-w ]|-all} [-n ] [-k ] [-d ] [-env "env1=val1,env2=val2,..."] [-f] [-i]

Start designated resources

where

resName [...] One or more blank-separated resource names

-w Resource filter

-all All resources

-n Server name

-k Resource cardinality ID

-d Resource degree ID

-env Attribute overrides for this command

-f Force option

-i Fail if request cannot be processed immediately

crsctl start crs [-excl [-nocrs]|-nowait]

Start OHAS on this server

where

-excl Start Oracle Clusterware in exclusive mode

-nocrs Start Oracle Clusterware in exclusive mode without starting CRS

-nowait Do not wait for OHAS to start

crsctl start cluster [[-all]|[-n [...]]]

Start CRS stack

where

Default Start local server

-all Start all servers

-n Start named servers

server [...] One or more blank-separated server names

crsctl start ip -A {|}//

Start an IP on the given interface with specified net mask

Where

IP_name Name which resolves to an IP. If it is not a fully qualified domain name then standard name search will be used.

IP_address IP address

net_mask Subnet mask for the IP to start

interface_name Interface on which to start the IP

crsctl start testdns [-address ] [-port ][-domain ] [-once][-v]

Start a test DNS listener that listens on the given address at the given port and for specified domain

Where

IP_address IP address to be used by the listener (defaults to hostname)

port The port on which the listener will listen. Default value is 53.

domain The domain query for which to listen. By default, all domain queries are processed.

-once Flag indicating that DNS listener should exit after one DNS query packet is received

-v Verbose output

[root@db1 ~]# crsctl status -h

Usage:

crsctl status {resource|type|serverpool|server} [|-w ] [-g]

where

name CRS entity name

-w CRS entity filter

-g Check if CRS entities are registered

crsctl status ip -A {|}

Check if the IP is alive

Where

IP_name Name which resolves to an IP. If name is not fully qualified domain name then standard name search will be used.

IP_address IP address

crsctl status testdns [-address ] [-port ] [-v]

Check status of DNS server for specified domain

Where

IP_address DNS server address (defaults to hostname)

port The port on which the DNS server is listening. Default value for the port is 53.

-v Verbose output

感谢你能够认真阅读完这篇文章,希望小编分享的"oracle rac crsctl命令怎么用"这篇文章对大家有帮助,同时也希望大家多多支持,关注行业资讯频道,更多相关知识等着你来学习!

命令 状态 篇文章 监听 资源 节点 帮助 价值 例子 兴趣 内容 同时 实例 方法 更多 朋友 用户 知识 编带 行业 数据库的安全要保护哪些东西 数据库安全各自的含义是什么 生产安全数据库录入 数据库的安全性及管理 数据库安全策略包含哪些 海淀数据库安全审计系统 建立农村房屋安全信息数据库 易用的数据库客户端支持安全管理 连接数据库失败ssl安全错误 数据库的锁怎样保障安全 火舞软件开发召唤三国 软件开发属it行业吗 电脑服务器如何与电脑硬件连接 数据库显示10000 黑龙江哈尔滨软件开发现状 画画手抄报 关于网络安全 软件开发与软件测试需要人的比例 陕西数字币量化交易软件开发费用 计算机网络技术的技能是什么 聊天服务器设计 数据库设计评审需要产品参加 安卓电视机怎么安卓软件开发 软件开发公司职级划分 新乡市铭睿网络技术有限公司 数据库原理与技术实验六 希腊软件开发 穿越火线端游怎么转服务器 用友数据库后台模块 深圳软件开发面试流程 mysql数据库替代方案 余姚服务器托管 数据库连接对象所属的类的类名为 靠谱的纸箱软件开发方案 数据库设计评审需要产品参加 网络安全工程师在哪里可以学习 重庆物保宝网络技术 sql代码创建数据库 判断数据库数据的修改 公安局网络安全隐患排查通知 人大在职研数据库
0