본문 바로가기
[DATABASE] ORACLE/CRS

[CRS] MGMTDB 비활성

by 기미차니 2022. 9. 5.
반응형
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Oracle Management Database (MGMTDB) and Cluster Health Monitor 비활성 명령어
 
Note: "crsctl" 명령어는 root 계정으로 all node 에서 수행, "srvctl" 명령어는 리소스 owner node에서 수행 한다. 
 
-- 비활성
crsctl stop res ora.crf -init --unsupported
crsctl modify resource ora.crf -attr AUTO_START=never -init -unsupported
 
srvctl stop mgmtdb -f
srvctl disable mgmtdb
srvctl stop listener -listener mgmtlsnr -f
srvctl disable listener -listener mgmtlsnr
 
-- 활성
srvctl enable listener -listener mgmtlsnr
srvctl start listener -listener mgmtlsnr
srvctl enable mgmtdb
srvctl start mgmtdb
 
crsctl start res ora.crf -init -unsupported
crsctl modify resource ora.crf -attr AUTO_START=always -init -unsupported
cs
반응형

'[DATABASE] ORACLE > CRS' 카테고리의 다른 글

[CRS] VIP 역할  (0) 2022.08.25
[CRS] RAC Vip 확인 및 수동 Fail-Over  (0) 2022.08.18
[CRS] DB 리소스 등록  (0) 2022.07.06

댓글