root 유저로 실행
cd $GRID_HOME/crs/install
$GRID_HOME/perl/bin/perl roothas.pl -deconfig -force

 

root 유저로 oracle에서 생성한 파일 삭제
rm -fr /etc/oraInst.loc
rm -fr /etc/oracle
rm -fr /etc/oracleafd.conf  # ASM Filter Driver 사용시
rm -fr /etc/oratab
rm -fr $GRID_BASE
rm -fr $ORACLE_BASE

 

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에서 사용한 모든 디스크에 적용

 

  • 레이블 없음