2013. 8. 22. 13:36 오라클
11gRAC 설치작업중 실패후 Grid Infrastructure 의 제거
11gRAC 설치작업중 실패후 Grid Infrastructure 의 제거
아래와 같이 하면 깔끔하게 지울수 있습니다.
2가지의 상황이 있을수 있다. root.sh 실행하지 않은 경우와 root.sh 를 이미 실행한 경우
1. root.sh 를 실행이 적이 없다면 grid user 로
$ $GRID_HOME/deinstall/deinstall
2. root.sh 를 이미 실행해 버렸다면
root user로
1) $GRID_HOME/crs/install/rootcrs.pl -verbose -deconfig -force
2) $GRID_HOME/crs/install/rootcrs.pl -verbose -deconfig -force -lastnode
(마지막 노드에서 실행해줌, -lastnode 옵션을 주면 같이 OCR, VOTE 를 지워버림)
3) grid user 로
$ $GRID_HOME/deinstall/deinstall