본문 바로가기

Oracle/설치12

Oracle 19c Silent Single Install (CentOS 7.8 64bit) DB를 설치해 줄 일이 있어 설치를 하였는데, GUI설치가 되지 않는 환경이라, Silent모드로 설치를 진행하였습니다. 설치 순서를 정리한것을 포스팅하겠습니다. OS 정보 # cat /etc/redhat-release CentOS Linux release 7.8.2003 (Core) root유저로 수행 1. /etc/hosts에 IP와 hostname 추가 # cat /etc/hosts 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6 10.20.24.10 wms.localdomain wms.. 2020. 11. 17.
OEL 8.1 19c DB runinstall 시 나는 패키지 관련 에러 패키지 검증 시 아래와 같은 패키지 필요하다고 나올때. 조치 : 기존의 runinstall창을 끄고 export CV_ASSUME_DISTID=OEL7 을 수행하고 다시 runinstall을 수행한다. 끝. 2020. 6. 4.
11gR2 RAC Grid 재기동 시 특정 노드가 올라오지 않는 현상 Grid 설치 후 서버 재기동하였을 때 두개의 노드 중 1번노드만 crsctl stat res -t가 보였고 2번노드는 crsctl stst res -t 시 아래와 같은 에러가 발생하며 되지 않았음. CRS-4535: Cannot communicate with Cluster Ready Services CRS-4000: Command Status failed, or completed with errors. CRS-4535와 CRS-4000번은 너무 포괄적인 에러라 해당 에러를 검색했을 때 현재 이슈에 대한 해결방법에 딱 맞는게 나오지 않았습니다. 우선 제일 먼저 의심해봐야했던건 OHAS 프로세스입니다. 이 프로세스는 다른 CRS 데몬들의 기동에 직,간접적으로 영향을 주는 프로세스로 제일 먼저 띄워져 있어야.. 2020. 4. 1.
11gR2 RAC_Grid 설치 후 root.sh 돌릴 때 CRS-4124,CRS-4000 해결법 Grid 설치를 위해 runinstall을 돌리고 root.sh을 돌릴 때 겉보기에는 아래와 같이 이상이 없지만, crsctl stat res -t 같은 명령어를 사용하거나 아래의 로그를 확인해보면 에러가 발생하면서 root.sh이 제대로 돌아가지 않은 현상이 발생한다. [root@rac1 ~]# /u01/app/11.2.0/grid/root.sh Check /u01/app/11.2.0/grid/install/root_rac1_2020-03-31_11-03-59.log for the output of root script 로그의 내용 ... Adding daemon to inittab CRS-4124: Oracle High Availability Services startup failed. CRS-400.. 2020. 3. 31.