메뉴 건너뛰기

Korea Oracle User Group

Install/Configuration

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

 

1. ASMCA 실행

 

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

 

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

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

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

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

 

0028.png

 

아래는 Disk Group을 모두 추가한 상태이다. 

 

0029.png

 

아래 추가된 Disk Group에 대한 정보를 확인해 봤다.

 

mprac1.localdomain@grid:+ASM1:/home/grid> ocrcheck
Status of Oracle Cluster Registry is as follows :
         Version                  :          4
         Total space (kbytes)     :     491684
         Used space (kbytes)      :      84240
         Available space (kbytes) :     407444
         ID                       :  324193375
         Device/File Name         : +OCR_VOTING
                                    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 sysdba

SQL*Plus: Release 19.0.0.0.0 - Production on Thu Nov 19 21:34:05 2020
Version 19.3.0.0.0

Copyright (c) 1982, 2019, Oracle.  All rights reserved.


Connected to:
Oracle Database 19c Enterprise Edition Release 19.0.0.0.0 - Production
Version 19.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
------------ -------------------- ---------- ----------------------------------------
DATA         DATA_0000                       /dev/rac/data
FRA          FRA_0000                        /dev/rac/fra
OCR_VOTING   OCR_VOTING_0000                 /dev/rac/crs

 

 

 

 

 

번호 제목 글쓴이 날짜 조회 수
40 19c RAC 2Node 설치-6 [ db sw ] file 우뽕 2020.04.22 120
39 19c RAC 2Node 설치-9 [ dbca ] file 우뽕 2020.04.22 129
38 19c RAC 2Node 설치-10 [ dbca ] file 우뽕 2020.04.22 141
37 19c RAC 2Node 설치-7 [ db sw ] file 우뽕 2020.04.22 216
36 ORA-32000 : Spfile 수정이 불가능. [1] file 우뽕 2020.01.23 228
35 19c RAC 2Node 설치 -3 [ GRID ] file 우뽕 2020.04.21 244
34 19c RAC 2Node 설치-11[ dbca ] file 우뽕 2020.04.22 250
33 ORA-27300, ORA-27301, ORA-27302 Error 와 함께 DB Shutdown - 작성중. Talros 2020.08.28 321
32 오라클 21c RAC 설치 with Oracle Linux 8.2 - 3 (사용할 Disk Group 생성) file 명품관 2021.12.02 341
31 패치 conflict(충돌) 검사 방법 [1] 우뽕 2023.04.04 378
30 19c RAC 2Node 설치 -2 [ 환경, GRID ] file 우뽕 2020.04.21 394
29 12c R1 Install on Cent OS - Part 2 (Grid install) [1] file Talros 2016.02.15 396
28 오라클 21c RAC 설치 with Oracle Linux 8.2 - 5 (DBCA로 Database 생성) file 명품관 2021.12.02 495
27 19c RAC 2Node 설치-5 [ asmca ] file 우뽕 2020.04.21 519
26 12c R1 Install on Cent OS - Part 1 ( Preinstall ) file Talros 2016.02.02 527
25 오라클 21c RAC 설치 with Oracle Linux 8.2 - 4 (Database Software 설치) file 명품관 2021.12.02 797
24 오라클 21c RAC 설치 with Oracle Linux 8.2 - 2 (Grid Infrastructure) [1] file 명품관 2021.12.01 805
23 DBCA에서 ORA-12546: TNS:permission denied.. file 우뽕 2020.02.14 867
22 Oracle 19c RAC 설치 with Oracle Linux 8.2 - 4 (Database Software 설치) file 명품관 2020.11.19 950
21 19c RAC 2Node 설치 -4 [ GRID ] file 우뽕 2020.04.21 959
위로