root 유저로 마지막 노드를 제외한 모든 노드에서 실행
cd $GRID_HOME/crs/install
# $GRID_HOME/perl/bin/perl rootcrs.pl -deconfig -force
$GRID_HOME/crs/install/rootcrs.sh -deconfig -force


root 유저로 마지막 노드에서 수행
cd $GRID_HOME/crs/install
# $GRID_HOME/perl/bin/perl rootcrs.pl -deconfig -force -lastnode
$GRID_HOME/crs/install/rootcrs.sh -deconfig -force -lastnode


root 유저로 oracle에서 생성한 파일 삭제
rm -fr /etc/oraInst.loc
rm -fr /etc/oracle
rm -fr /etc/oracleafd.conf
rm -fr /etc/oratab
rm -fr /etc/init.d/init.tfa
rm -fr /etc/init.d/afd
rm -fr /etc/init.d/ohasd
rm -fr /etc/init.d/init.ohasd
rm -fr $ORACLE_BASE
rm -fr $GRID_HOME


root 유저로 ASM 디스크 정리 (ASMLiB 사용시)
oracleasm deletedisk CRS1      # ASM 디스크명 입력 (모든 디스크 삭제)
fdisk /dev/sdb                 # 디스크명 입력하여 파티션 삭제 : d, w (모든 디스크 파티션 삭제)


root 유저로 디스크 초기화
dd if=/dev/zero of=/dev/sdb bs=1024k count=1000  # Grid나 DB에서 사용한 모든 디스크에 적용


  • 레이블 없음