메뉴 건너뛰기

Korea Oracle User Group

Install/Configuration

오라클 21c RAC 설치 with Oracle Linux 8.2 - 3 (사용할 Disk Group 생성)

 

참고용 19c RAC 설치 게시글

Oracle 19c RAC 설치 with Oracle Linux 8.2 - 1 (OS 및 스토리지 설정)

Oracle 19c RAC 설치 with Oracle Linux 8.2 - 2 (Grid Infrastructure)

Oracle 19c RAC 설치 with Oracle Linux 8.2 - 3 (사용할 Disk Group 생성)

Oracle 19c RAC 설치 with Oracle Linux 8.2 - 4 (Database Software 설치)

Oracle 19c RAC 설치 with Oracle Linux 8.2 - 5 (DBCA로 Database 생성)

 

1. asmca 실행

2. 추가된 디스크 정보 확인

 

1. asmca 실행

1
mprac1.localdomain@grid:+ASM1:/home/grid> asmca
 

 

CRS의 경우 Grid 설치시에 생성한 Disk Group 이다.

asmca로 이번에는 DATA / FRA Disk Group을 생성할 예정이다.

아래 이미지의 경우 DATA Disk Group을 이미 생성한 모습이며

이제 추가로 FRA Disk Group을 추가하는 이미지이다.

 

20211202_163449.jpg

 

생성 버튼을 통해 FRA 디스크 그룹을 추가해 준다.

 

20211202_165637.jpg

 

아래는 완료된 화면이다.

 

20211202_165753.jpg

 

2. 추가된 디스크 정보 확인

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
mprac1.localdomain@grid:+ASM1:/home/grid> ocrcheck
Status of Oracle Cluster Registry is as follows :
         Version                  :          4
         Total space (kbytes)     :     901284
         Used space (kbytes)      :      85004
         Available space (kbytes) :     816280
         ID                       :  409094230
         Device/File Name         :       +CRS
                                    Device/File integrity check succeeded
 
                                    Device/File not configured
 
                                    Device/File not configured
 
                                    Device/File not configured
 
                                    Device/File not configured
 
         Cluster registry integrity check succeeded
 
         Logical corruption check bypassed due to non-privileged user
 
mprac1.localdomain@grid:+ASM1:/home/grid> sqlplus / as sysasm
 
SQL*Plus: Release 21.0.0.0.0 - Production on Thu Dec 2 17:05:57 2021
Version 21.3.0.0.0
 
Copyright (c) 19822021, Oracle.  All rights reserved.
 
 
Connected to:
Oracle Database 21c Enterprise Edition Release 21.0.0.0.0 - Production
Version 21.3.0.0.0
 
SQL> SET LINESIZE 200
SQL> col "Diskgroup Name" for a12
SQL> col "Disk Name" for a20
SQL> col "Disk Label" for a10
SQL> col "Disk Path" for a40
SQL> select dg.name "Diskgroup Name"
  2       , d.name "Disk Name"
  3       , d.label "Disk Label"
  4       , d.path "Disk Path"
  5  from v$asm_diskgroup dg, v$asm_disk d
  6  where dg.group_number(+= d.group_number
  7  order by dg.name, d.name; 
 
Diskgroup Na Disk Name            Disk Label Disk Path
------------ -------------------- ---------- ----------------------------------------
CRS          CRS_0000             CRS1       /dev/rac/crs1
CRS          CRS_0001                        /dev/rac/crs2
CRS          CRS_0002                        /dev/rac/crs3
DATA         DATA_0000                       /dev/rac/data
FRA          FRA_0000                        /dev/rac/fra
 
번호 제목 글쓴이 날짜 조회 수
40 패치 conflict(충돌) 검사 방법 [1] 우뽕 2023.04.04 364
39 오라클 21c RAC 설치 with Oracle Linux 8.2 - 5 (DBCA로 Database 생성) file 명품관 2021.12.02 487
38 오라클 21c RAC 설치 with Oracle Linux 8.2 - 4 (Database Software 설치) file 명품관 2021.12.02 790
» 오라클 21c RAC 설치 with Oracle Linux 8.2 - 3 (사용할 Disk Group 생성) file 명품관 2021.12.02 337
36 오라클 21c RAC 설치 with Oracle Linux 8.2 - 2 (Grid Infrastructure) [1] file 명품관 2021.12.01 792
35 오라클 21c RAC 설치 with Oracle Linux 8.2 - 1 (OS 및 스토리지 설정) 명품관 2021.12.01 3055
34 Oracle RAC RU rolling patching from 19.3 to 19.9.0.0.201020(Patch 31750108) [1] file 명품관 2020.12.08 5258
33 Oracle EM(Enterprise Manager) 13.4 설치 및 구성 - 2(EM 설치) file 명품관 2020.11.27 2323
32 Oracle Database 19c Patch Update(단일 인스턴스 오라클 DB 19.3 에서 19.9로 RU Update) 명품관 2020.11.24 35215
31 Oracle EM(Enterprise Manager) 13.4 설치 및 구성 - 1(Repository DB 설치) file 명품관 2020.11.23 1190
30 Oracle 19c RAC 설치 with Oracle Linux 8.2 - 5 (DBCA로 Database 생성) file 명품관 2020.11.19 2829
29 Oracle 19c RAC 설치 with Oracle Linux 8.2 - 4 (Database Software 설치) file 명품관 2020.11.19 947
28 Oracle 19c RAC 설치 with Oracle Linux 8.2 - 3 (사용할 Disk Group 생성) file 명품관 2020.11.19 1492
27 Oracle 19c RAC 설치 with Oracle Linux 8.2 - 2 (Grid Infrastructure) file 명품관 2020.11.19 5061
26 Oracle 19c RAC 설치 with Oracle Linux 8.2 - 1 (OS 및 스토리지 설정) 명품관 2020.11.14 4871
25 ORA-27300, ORA-27301, ORA-27302 Error 와 함께 DB Shutdown - 작성중. Talros 2020.08.28 319
24 ASM 에 spfile 등록 및 삭제 하기 우뽕 2020.07.27 4473
23 메뉴얼하게 DB 추가 작업 - GRID 리소스에 DB 추가 작업 우뽕 2020.07.27 1298
22 19c RAC - Manual Patch 적용방법 우뽕 2020.05.05 2342
21 19c RAC OJVM 패치작업 우뽕 2020.04.22 5308
위로