프린트 하기

내맘대로긍정이 알려주는

Oracle 23ai 신기능
무료 세미나 발표자료

다운로드 trending_flat

OS환경 : Oracle Linux 7.6 (64bit)

 

DB 환경 : Oracle Database 19.10.0.0

 

방법 : 오라클 19c Cluster(grid) 프로세스 시작 순서도

참조 링크에 있는 문서에서 발견함

 

 

19c RAC 환경에서 crsctl start crs -wait 옵션으로 시작되는 프로세스 확인

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# crsctl start crs -wait
CRS-4123: Starting Oracle High Availability Services-managed resources
CRS-2672: Attempting to start 'ora.mdnsd' on 'oel19db1'
CRS-2672: Attempting to start 'ora.evmd' on 'oel19db1'
CRS-2676: Start of 'ora.mdnsd' on 'oel19db1' succeeded
CRS-2676: Start of 'ora.evmd' on 'oel19db1' succeeded
CRS-2672: Attempting to start 'ora.gpnpd' on 'oel19db1'
CRS-2676: Start of 'ora.gpnpd' on 'oel19db1' succeeded
CRS-2672: Attempting to start 'ora.gipcd' on 'oel19db1'
CRS-2676: Start of 'ora.gipcd' on 'oel19db1' succeeded
CRS-2672: Attempting to start 'ora.cssdmonitor' on 'oel19db1'
CRS-2672: Attempting to start 'ora.crf' on 'oel19db1'
CRS-2676: Start of 'ora.cssdmonitor' on 'oel19db1' succeeded
CRS-2672: Attempting to start 'ora.cssd' on 'oel19db1'
CRS-2672: Attempting to start 'ora.diskmon' on 'oel19db1'
CRS-2676: Start of 'ora.diskmon' on 'oel19db1' succeeded
CRS-2676: Start of 'ora.crf' on 'oel19db1' succeeded
CRS-2676: Start of 'ora.cssd' on 'oel19db1' succeeded
CRS-2672: Attempting to start 'ora.cluster_interconnect.haip' on 'oel19db1'
CRS-2672: Attempting to start 'ora.ctssd' on 'oel19db1'
CRS-2676: Start of 'ora.ctssd' on 'oel19db1' succeeded
CRS-2676: Start of 'ora.cluster_interconnect.haip' on 'oel19db1' succeeded
CRS-2672: Attempting to start 'ora.asm' on 'oel19db1'
CRS-2676: Start of 'ora.asm' on 'oel19db1' succeeded
CRS-2672: Attempting to start 'ora.storage' on 'oel19db1'
CRS-2676: Start of 'ora.storage' on 'oel19db1' succeeded
CRS-2672: Attempting to start 'ora.crsd' on 'oel19db1'
CRS-2676: Start of 'ora.crsd' on 'oel19db1' succeeded
CRS-6023: Starting Oracle Cluster Ready Services-managed resources
CRS-6017: Processing resource auto-start for servers: oel19db1
CRS-2672: Attempting to start 'ora.scan1.vip' on 'oel19db1'
CRS-2672: Attempting to start 'ora.oel19db1.vip' on 'oel19db1'
CRS-2672: Attempting to start 'ora.qosmserver' on 'oel19db1'
CRS-2672: Attempting to start 'ora.oel19db2.vip' on 'oel19db1'
CRS-2672: Attempting to start 'ora.chad' on 'oel19db1'
CRS-2672: Attempting to start 'ora.cvu' on 'oel19db1'
CRS-2672: Attempting to start 'ora.ons' on 'oel19db1'
CRS-2676: Start of 'ora.cvu' on 'oel19db1' succeeded
CRS-2676: Start of 'ora.oel19db1.vip' on 'oel19db1' succeeded
CRS-2672: Attempting to start 'ora.LISTENER.lsnr' on 'oel19db1'
CRS-2676: Start of 'ora.chad' on 'oel19db1' succeeded
CRS-2676: Start of 'ora.oel19db2.vip' on 'oel19db1' succeeded
CRS-2676: Start of 'ora.scan1.vip' on 'oel19db1' succeeded
CRS-2672: Attempting to start 'ora.LISTENER_SCAN1.lsnr' on 'oel19db1'
CRS-2676: Start of 'ora.LISTENER.lsnr' on 'oel19db1' succeeded
CRS-2676: Start of 'ora.ons' on 'oel19db1' succeeded
CRS-2676: Start of 'ora.LISTENER_SCAN1.lsnr' on 'oel19db1' succeeded
CRS-2672: Attempting to start 'ora.asmnet1.asmnetwork' on 'oel19db1'
CRS-2676: Start of 'ora.asmnet1.asmnetwork' on 'oel19db1' succeeded
CRS-2672: Attempting to start 'ora.oradb.db' on 'oel19db1'
CRS-2676: Start of 'ora.qosmserver' on 'oel19db1' succeeded
CRS-2676: Start of 'ora.oradb.db' on 'oel19db1' succeeded
CRS-6016: Resource auto-start has completed for server oel19db1
CRS-6024: Completed start of Oracle Cluster Ready Services-managed resources
CRS-4123: Oracle High Availability Services has been started.

 

 

참조 : https://docs.oracle.com/en/database/oracle/oracle-database/19/cwadd/introduction-to-oracle-clusterware.html#GUID-10B78E53-2047-46DE-A9E0-6EA15117D373

 

Clusterware Administration and Deployment Guide

Oracle Clusterware concepts and components.

docs.oracle.com

https://positivemh.tistory.com/654

 

crsctl start crs wait 옵션

OS환경 : Oracle Linux 7.6 (64bit) DB 환경 : Oracle Database 19.3.0.0 방법 : crsctl start crs -wait 옵션 crs 기동 시 wait 옵션을 사용하면 crsctl stop crs 시 처럼 시작되는 grid 프로세스를 확인 할 수..

positivemh.tistory.com