l GRID 소프트웨어 설치
xhost +
su - oracle
genv가 command not found라고 뜨면 .bash_profile_grid와 .bash_profile_database를 적용해준다.
=> source .bash_profile_grid
=> source .bash_profie_database
export LANG=C 해주기
./runInstaller 하기
l 에러
에러문구: Source location is incomplete. Make sure you have downloaded and extracted all the relevant archives.
l 에러 해결!!!!! grid말구 database도 다시 풀어주세요.
압축 풀 때 지정해서 압축 말고 그냥 압축풀기를 하면 grid라는 폴더에 1of2와 2of2가 같이 풀리게 된다.
=> 표준 클러스터 구성(S)
=> 일반 설치(T)
rac-scan
rac2
rac2-vip
=> OS 비밀번호(W)는 Oracle OS 유저에서 설정한 패스워드를 입력해주세요.
=> 확인
=> 다음
=> Eth0은 Public(공용), eth1은 Private(전용)로 설정된 것을 확인한 후 Next 버튼을 클릭
=>Next
=> Next
=> Root 비밀번호 입력
=> 모두 무시(Ignore All) 체크하고 다음
=> 예
=> 설치(i)
=> 예
=> 예
=> 다음
=> 예
=> 닫기
=> 몇 개의 설치 실패가 발생하지만 무시하고 넘어가도 됩니다.
l ASM 환경설정
xhost + su – oracle genv (안되면 그냥 넘어가자) asmca |
혹시 asmca의 명령어로 실행이 안된다면 asmca를 찾아 직접 실행하던가 source로 bash_profile_grid와 source bash_profile_database를 적용해준다.
l 에러
에러 문구:
-bash: asmca: command not found
위와 같은 문구가 뜨면서 asmca를 실행되지 않았다.
l 에러 해결!!!!!
.bash_profile_grid를 만들고 난 후 적용을 하지 않았다!
.bash_profile_database도 적용해주기
*설정 내역 확인
sqlplus / as sysasm
select name form v$asm_diskgroup;
[관련게시물] RAC 구성-1(Linux oracle 다운, 게스트 에디션):https://seul96.tistory.com/97 RAC 구성-2(공유디스크 설정):https://seul96.tistory.com/98 RAC 구성-3(ASM 장치 설정, 노드 이중화): https://seul96.tistory.com/99 RAC 구성-4(GRID 설치, ASM 구성):https://seul96.tistory.com/100 RAC 구성-5(Oracle 12설치, 에러, 개념) https://seul96.tistory.com/101 RAC 구성-6(RAC Failover, RAC Sql Developer 원격 접근):https://seul96.tistory.com/104 |
'DATABASE > DB HA' 카테고리의 다른 글
RAC configuration - 6 (rac failover & rac sql developer Remote access (2) | 2019.08.01 |
---|---|
RAC Configuration - 5 (Oracle 12c install & error & concept) (0) | 2019.07.24 |
RAC Configuration - 3 (ASM Device Settings, RAC2 Node Replication) (0) | 2019.07.24 |
RAC Configuration - 2 (Shared Disk Settings) (0) | 2019.07.17 |
RAC Configuration - 1 (oracle linux download + guest addtion) (0) | 2019.07.15 |
댓글