=======db 올리기전 클러스터 ,asm 시간 동기화는 필수임.. 아래 서비스는 꼭 체크
systemctl restart named
systemctl status named
=== Oracle 계정
lsnrctl status
lsnrctl start
systemctl restart chronyd
crsctl start cluster
========= db install====================
/u01/app/grid/product/19C/
/u01/app/grid/product/19C/oracle/19.3.3
2번 노드
mkdir -p /u01/app/grid/product/19C/oracle/19.0.3.0
chown -R oracle:oinstall /u01/app/grid/product/19C/oracle/19.0.3.0
db 설치를 위한 필수 소프트웨어..
[ LINUX.X64_193000_db_home.zip,
p6880880_190000_Linux-x86-64.zip
p36582629_190000_Linux-x86-64 ] 이 3개임..
작업
cp LINUX.X64_193000_db_home.zip /u01/app/grid/product/19C/oracle/19.0.3.0
cp p6880880_190000_Linux-x86-64.zip /u01/app/grid/product/19C/oracle/19.0.3.0
cd /u01/app/grid/product/19C/oracle/19.0.3.0
unzip -q LINUX.X64_193000_db_home.zip
rm -rf OPatch
unzip -q p6880880_190000_Linux-x86-64.zip
cd /u01/software
unzip -q p36582629_190000_Linux-x86-64.zip
chown -R oracle:oinstall 36582629
=============================================== 패치 시작
첫번째 패치가 끝나면 화면을 닫고 두번째 패치시작
종료 후 db 설치 소프트웨어만 양노드 설치 한다,
만약 설치 도중 에러가 나면 해결 하고 진행 하기 바람..
./runInstaller -applyRU /u01/software/36582629/36582781
./runInstaller -applyRU /u01/software/36582629/36587798
======================================================로그
oracle@Oradb02 ~]$ cd $ORACLE_HOME
[oracle@Oradb02 19.0.3.0]$ ./runInstaller -applyRU /u01/software/36582629/36582781
Preparing the home to patch...
Applying the patch /u01/software/36582629/36582781...
Successfully applied the patch.
The log can be found at: /u01/app/oraInventory/logs/InstallActions2025-01-31_02-45-59PM/installerPatchActions_2025-01-31_02-45-59PM.log
Launching Oracle Database Setup Wizard...
[oracle@Oradb02 19.0.3.0]$ ./runInstaller -applyRU /u01/software/36582629/36587798
Preparing the home to patch...
Applying the patch /u01/software/36582629/36587798...
======================================================log
cd /u01/app/grid/product/19C/oracle/19.0.3.0
./root.sh
이건 설치전에 먼저 확인하는건데.. 난 그리드 설치시 했으므로 패스했다.
#설치전 확인
$GRID_HOME/runcluvfy.sh stage -pre crsinst -n [노드1],[노드2]
./runInstaller
// 아래는 install 소유권을 oracle:oinstall 꼭주기 바람..
chown -R oracle:oinstall /u01/app/temp
crsctl status resource -t
export PATH=/usr/sbin:$PATH:$ORACLE_HOME/bin:/home/oracle
export PATH=$PATH:/home/oracle
crsctl status resource -t
crsctl stop cluster