반응형
1. 테스트 환경
RAC1번 : rdb01d(192.168.0.31) 서버
RAC2번 : rdb02d(192.168.0.32) 서버
2. 작업 시작 전 RAC 상태 확인
[DRDB1:oracle@rdb01d][/home/oracle]$ csrt
--------------------------------------------------------------------------------
Name Target State Server State details
--------------------------------------------------------------------------------
Local Resources
--------------------------------------------------------------------------------
ora.ASMNET1LSNR_ASM.lsnr
ONLINE ONLINE rdb01d STABLE
ONLINE ONLINE rdb02d STABLE
ora.CRS.dg
ONLINE ONLINE rdb01d STABLE
ONLINE ONLINE rdb02d STABLE
ora.DATA1.dg
ONLINE ONLINE rdb01d STABLE
ONLINE ONLINE rdb02d STABLE
ora.FRA1.dg
ONLINE ONLINE rdb01d STABLE
ONLINE ONLINE rdb02d STABLE
ora.LISTENER.lsnr
ONLINE ONLINE rdb01d STABLE
ONLINE ONLINE rdb02d STABLE
ora.MGMT.dg
ONLINE ONLINE rdb01d STABLE
ONLINE ONLINE rdb02d STABLE
ora.net1.network
ONLINE ONLINE rdb01d STABLE
ONLINE ONLINE rdb02d STABLE
ora.ons
ONLINE ONLINE rdb01d STABLE
ONLINE ONLINE rdb02d STABLE
--------------------------------------------------------------------------------
Cluster Resources
--------------------------------------------------------------------------------
ora.LISTENER_SCAN1.lsnr
1 ONLINE ONLINE rdb02d STABLE
ora.LISTENER_SCAN2.lsnr
1 ONLINE ONLINE rdb01d STABLE
ora.LISTENER_SCAN3.lsnr
1 ONLINE ONLINE rdb01d STABLE
ora.MGMTLSNR
1 OFFLINE OFFLINE STABLE
ora.asm
1 ONLINE ONLINE rdb01d Started,STABLE
2 ONLINE ONLINE rdb02d Started,STABLE
3 OFFLINE OFFLINE STABLE
ora.cvu
1 ONLINE ONLINE rdb01d STABLE
ora.qosmserver
1 ONLINE ONLINE rdb01d STABLE
ora.rdb01d.vip
1 ONLINE ONLINE rdb01d STABLE
ora.rdb02d.vip
1 ONLINE ONLINE rdb02d STABLE
ora.scan1.vip
1 ONLINE ONLINE rdb02d STABLE
ora.scan2.vip
1 ONLINE ONLINE rdb01d STABLE
ora.scan3.vip
1 ONLINE ONLINE rdb01d STABLE
--------------------------------------------------------------------------------
--> 해당 서버에서 모든 db는 drop database한 상태임
3. ORACLE 엔진 제거
[DRDB1:oracle@rdb01d][/home/oracle]$ cd $ORACLE_HOME/deinstall
[DRDB1:oracle@rdb01d][/u01/app/oracle/product/12c/db_1/deinstall]$ pwd
/u01/app/oracle/product/12c/db_1/deinstall
--rac 1번 노드에서만 수행하면 됨 (2번 노드의 oracle 엔진은 알아서 지워줌)
[DRDB1:oracle@rdb01d][/u01/app/oracle/product/12c/db_1/deinstall]$ ./deinstall
Checking for required files and bootstrapping ...
Please wait ...
Location of logs /u01/app/oraInventory/logs/
############ ORACLE DECONFIG TOOL START ############
######################### DECONFIG CHECK OPERATION START #########################
## [START] Install check configuration ##
Checking for existence of the Oracle home location /u01/app/oracle/product/12c/db_1
Oracle Home type selected for deinstall is: Oracle Real Application Cluster Database
Oracle Base selected for deinstall is: /u01/app/oracle
Checking for existence of central inventory location /u01/app/oraInventory
Checking for existence of the Oracle Grid Infrastructure home /u01/app/12c/grid
The following nodes are part of this cluster: rdb01d,rdb02d
Active Remote Nodes are rdb02d
Checking for sufficient temp space availability on node(s) : 'rdb01d,rdb02d'
## [END] Install check configuration ##
Network Configuration check config START
Network de-configuration trace file location: /u01/app/oraInventory/logs/netdc_check2025-05-26_06-12-16-PM.log
Network Configuration check config END
Database Check Configuration START
Database de-configuration trace file location: /u01/app/oraInventory/logs/databasedc_check2025-05-26_06-12-17-PM.log
Use comma as separator when specifying list of values as input
Specify the list of database names that are configured in this Oracle home []:
Database Check Configuration END
Oracle Configuration Manager check START
OCM check log file location : /u01/app/oraInventory/logs//ocm_check6495.log
Oracle Configuration Manager check END
######################### DECONFIG CHECK OPERATION END #########################
####################### DECONFIG CHECK OPERATION SUMMARY #######################
Oracle Grid Infrastructure Home is: /u01/app/12c/grid
The following nodes are part of this cluster: rdb01d,rdb02d
Active Remote Nodes are rdb02d
The cluster node(s) on which the Oracle home deinstallation will be performed are:rdb01d,rdb02d
Oracle Home selected for deinstall is: /u01/app/oracle/product/12c/db_1
Inventory Location where the Oracle home registered is: /u01/app/oraInventory
Checking the config status for CCR
rdb01d : Oracle Home exists with CCR directory, but CCR is not configured
rdb02d : Oracle Home exists with CCR directory, but CCR is not configured
CCR check is finished
Do you want to continue (y - yes, n - no)? [n]: y
A log of this session will be written to: '/u01/app/oraInventory/logs/deinstall_deconfig2025-05-26_06-12-03-PM.out'
Any error messages from this session will be written to: '/u01/app/oraInventory/logs/deinstall_deconfig2025-05-26_06-12-03-PM.err'
######################## DECONFIG CLEAN OPERATION START ########################
Database de-configuration trace file location: /u01/app/oraInventory/logs/databasedc_clean2025-05-26_06-14-43-PM.log
Network Configuration clean config START
Network de-configuration trace file location: /u01/app/oraInventory/logs/netdc_clean2025-05-26_06-14-43-PM.log
De-configuring Listener configuration file on all nodes...
Listener configuration file de-configured successfully.
De-configuring Naming Methods configuration file on all nodes...
Naming Methods configuration file de-configured successfully.
De-configuring Local Net Service Names configuration file on all nodes...
Local Net Service Names configuration file de-configured successfully.
De-configuring Directory Usage configuration file on all nodes...
Directory Usage configuration file de-configured successfully.
De-configuring backup files on all nodes...
Backup files de-configured successfully.
The network configuration has been cleaned up successfully.
Network Configuration clean config END
Oracle Configuration Manager clean START
OCM clean log file location : /u01/app/oraInventory/logs//ocm_clean6495.log
Oracle Configuration Manager clean END
######################### DECONFIG CLEAN OPERATION END #########################
####################### DECONFIG CLEAN OPERATION SUMMARY #######################
Cleaning the config for CCR
As CCR is not configured, so skipping the cleaning of CCR configuration
CCR clean is finished
#######################################################################
############# ORACLE DECONFIG TOOL END #############
Using properties file /tmp/deinstall2025-05-26_06-11-47PM/response/deinstall_2025-05-26_06-12-03-PM.rsp
Location of logs /u01/app/oraInventory/logs/
############ ORACLE DEINSTALL TOOL START ############
####################### DEINSTALL CHECK OPERATION SUMMARY #######################
A log of this session will be written to: '/u01/app/oraInventory/logs/deinstall_deconfig2025-05-26_06-12-03-PM.out'
Any error messages from this session will be written to: '/u01/app/oraInventory/logs/deinstall_deconfig2025-05-26_06-12-03-PM.err'
######################## DEINSTALL CLEAN OPERATION START ########################
## [START] Preparing for Deinstall ##
Setting LOCAL_NODE to rdb01d
Setting REMOTE_NODES to rdb02d
Setting CLUSTER_NODES to rdb01d,rdb02d
Setting CRS_HOME to false
Setting oracle.installer.invPtrLoc to /tmp/deinstall2025-05-26_06-11-47PM/oraInst.loc
Setting oracle.installer.local to false
## [END] Preparing for Deinstall ##
Setting the force flag to false
Setting the force flag to cleanup the Oracle Base
Oracle Universal Installer clean START
Detach Oracle home '/u01/app/oracle/product/12c/db_1' from the central inventory on the local node : Done
Delete directory '/u01/app/oracle/product/12c/db_1' on the local node : Done
The Oracle Base directory '/u01/app/oracle' will not be removed on local node. The directory is in use by Oracle Home '/u01/app/12c/grid'.
Detach Oracle home '/u01/app/oracle/product/12c/db_1' from the central inventory on the remote nodes 'rdb02d' : Done
Delete directory '/u01/app/oracle/product/12c/db_1' on the remote nodes 'rdb02d' : Done
The Oracle Base directory '/u01/app/oracle' will not be removed on node 'rdb02d'. The directory is in use by Oracle Home '/u01/app/12c/grid'.
Oracle Universal Installer cleanup was successful.
Oracle Universal Installer clean END
## [START] Oracle install clean ##
Clean install operation removing temporary directory '/tmp/deinstall2025-05-26_06-11-47PM' on node 'rdb02d'
## [END] Oracle install clean ##
######################### DEINSTALL CLEAN OPERATION END #########################
####################### DEINSTALL CLEAN OPERATION SUMMARY #######################
Successfully detached Oracle home '/u01/app/oracle/product/12c/db_1' from the central inventory on the local node.
Successfully deleted directory '/u01/app/oracle/product/12c/db_1' on the local node.
Successfully detached Oracle home '/u01/app/oracle/product/12c/db_1' from the central inventory on the remote nodes 'rdb02d'.
Successfully deleted directory '/u01/app/oracle/product/12c/db_1' on the remote nodes 'rdb02d'.
Oracle Universal Installer cleanup was successful.
Run 'rm -r /opt/ORCLfmap' as root on node(s) 'rdb01d' at the end of the session.
Review the permissions and contents of '/u01/app/oracle' on nodes(s) 'rdb01d,rdb02d'.
If there are no Oracle home(s) associated with '/u01/app/oracle', manually delete '/u01/app/oracle' and its contents.
Oracle deinstall tool successfully cleaned up temporary directories.
#######################################################################
############# ORACLE DEINSTALL TOOL END #############
--root os user로 접속하여 /opt 이하 파일 백업
--rac1번
[root@rdb01d][/root]$ cd /opt
[root@rdb01d][/opt]$ mv ORCLfmap ORCLfmap.rmbak
--rac2번
[root@rdb02d][/root]$ cd /opt
[root@rdb02d][/opt]$ mv ORCLfmap ORCLfmap.rmbak
4. GRID 엔진 제거
[+ASM1:grid@rdb01d][/home/grid]$ cd $GRID_HOME/deinstall
--> grid os user로 접속하여 한쪽 노드에서만 deinstall 실행
[+ASM1:grid@rdb01d][/u01/app/12c/grid/deinstall]$ ./deinstall
Checking for required files and bootstrapping ...
Please wait ...
Location of logs /tmp/deinstall2025-05-27_10-11-53PM/logs/
############ ORACLE DECONFIG TOOL START ############
######################### DECONFIG CHECK OPERATION START #########################
## [START] Install check configuration ##
Checking for existence of the Oracle home location /u01/app/12c/grid
Oracle Home type selected for deinstall is: Oracle Grid Infrastructure for a Cluster
Oracle Base selected for deinstall is: /u01/app/oracle
Checking for existence of central inventory location /u01/app/oraInventory
Checking for existence of the Oracle Grid Infrastructure home /u01/app/12c/grid
The following nodes are part of this cluster: rdb01d,rdb02d
Active Remote Nodes are rdb02d
Checking for sufficient temp space availability on node(s) : 'rdb01d,rdb02d'
## [END] Install check configuration ##
Traces log file: /tmp/deinstall2025-05-27_10-11-53PM/logs//crsdc_2025-05-27_10-12-22-PM.log
Network Configuration check config START
Network de-configuration trace file location: /tmp/deinstall2025-05-27_10-11-53PM/logs/netdc_check2025-05-27_10-12-23-PM.log
Specify all RAC listeners (do not include SCAN listener) that are to be de-configured. Enter .(dot) to deselect all. [LISTENER]:LISTENER
Network Configuration check config END
Asm Check Configuration START
ASM de-configuration trace file location: /tmp/deinstall2025-05-27_10-11-53PM/logs/asmcadc_check2025-05-27_10-12-47-PM.log
Automatic Storage Management (ASM) instance is detected in this Oracle home /u01/app/12c/grid.
ASM Diagnostic Destination : /u01/app/oracle
ASM Diskgroups : +CRS,+DATA1,+FRA1,+MGMT
ASM diskstring : /dev/oracleasm/disks
Diskgroups will be dropped
De-configuring ASM will drop all the diskgroups and their contents at cleanup time. This will affect all of the databases and ACFS that use this ASM instance(s).
If you want to retain the existing diskgroups or if any of the information detected is incorrect, you can modify by entering 'y'. Do you want to modify above information (y|n) [n]: n
Database Check Configuration START
Database de-configuration trace file location: /tmp/deinstall2025-05-27_10-11-53PM/logs/databasedc_check2025-05-27_10-13-01-PM.log
Oracle Grid Management database was not found in this Grid Infrastructure home
Database Check Configuration END
######################### DECONFIG CHECK OPERATION END #########################
####################### DECONFIG CHECK OPERATION SUMMARY #######################
Oracle Grid Infrastructure Home is: /u01/app/12c/grid
The following nodes are part of this cluster: rdb01d,rdb02d
Active Remote Nodes are rdb02d
The cluster node(s) on which the Oracle home deinstallation will be performed are:rdb01d,rdb02d
Oracle Home selected for deinstall is: /u01/app/12c/grid
Inventory Location where the Oracle home registered is: /u01/app/oraInventory
Following RAC listener(s) will be de-configured: LISTENER
ASM instance will be de-configured from this Oracle home
Oracle Grid Management database was not found in this Grid Infrastructure home
Do you want to continue (y - yes, n - no)? [n]: y
A log of this session will be written to: '/tmp/deinstall2025-05-27_10-11-53PM/logs/deinstall_deconfig2025-05-27_10-12-09-PM.out'
Any error messages from this session will be written to: '/tmp/deinstall2025-05-27_10-11-53PM/logs/deinstall_deconfig2025-05-27_10-12-09-PM.err'
######################## DECONFIG CLEAN OPERATION START ########################
Database de-configuration trace file location: /tmp/deinstall2025-05-27_10-11-53PM/logs/databasedc_clean2025-05-27_10-13-11-PM.log
ASM de-configuration trace file location: /tmp/deinstall2025-05-27_10-11-53PM/logs/asmcadc_clean2025-05-27_10-13-11-PM.log
ASM Clean Configuration START
ASM Clean Configuration END
Network Configuration clean config START
Network de-configuration trace file location: /tmp/deinstall2025-05-27_10-11-53PM/logs/netdc_clean2025-05-27_10-13-49-PM.log
De-configuring RAC listener(s): LISTENER
De-configuring listener: LISTENER
Stopping listener: LISTENER
Listener stopped successfully.
Unregistering listener: LISTENER
Listener unregistered successfully.
Listener de-configured successfully.
De-configuring Naming Methods configuration file on all nodes...
Naming Methods configuration file de-configured successfully.
De-configuring Local Net Service Names configuration file on all nodes...
Local Net Service Names configuration file de-configured successfully.
De-configuring Directory Usage configuration file on all nodes...
Directory Usage configuration file de-configured successfully.
De-configuring backup files on all nodes...
Backup files de-configured successfully.
The network configuration has been cleaned up successfully.
Network Configuration clean config END
---------------------------------------->
The deconfig command below can be executed in parallel on all the remote nodes.
Execute the command on the local node after the execution completes on all the remote nodes.
Run the following command as the root user or the administrator on node "rdb02d".
/u01/app/12c/grid/crs/install/rootcrs.sh -force -deconfig -paramfile "/tmp/deinstall2025-05-27_10-11-53PM/response/deinstall_OraGI12Home1.rsp"
Run the following command as the root user or the administrator on node "rdb01d".
/u01/app/12c/grid/crs/install/rootcrs.sh -force -deconfig -paramfile "/tmp/deinstall2025-05-27_10-11-53PM/response/deinstall_OraGI12Home1.rsp" -lastnode
Press Enter after you finish running the above commands
--> rac2번과 rac1번에서 아래와 같이 rootcrs.sh 실행 후 엔터를 쳐야함
<----------------------------------------
--> 이 상태에서 rac 2번부터 rootcrs.sh 실행 시킴
--> rac 2번
[root@rdb02d][/root]$ /u01/app/12c/grid/crs/install/rootcrs.sh -force -deconfig -paramfile "/tmp/deinstall2025-05-27_10-11-53PM/response/deinstall_OraGI12Home1.rsp"
Using configuration parameter file: /tmp/deinstall2025-05-27_10-11-53PM/response/deinstall_OraGI12Home1.rsp
The log of current session can be found at:
/tmp/deinstall2025-05-27_10-11-53PM/logs/crsdeconfig_rdb02d_2025-05-27_10-15-22PM.log
CRS-2791: Starting shutdown of Oracle High Availability Services-managed resources on 'rdb02d'
CRS-2673: Attempting to stop 'ora.crsd' on 'rdb02d'
CRS-2790: Starting shutdown of Cluster Ready Services-managed resources on server 'rdb02d'
CRS-2673: Attempting to stop 'ora.CRS.dg' on 'rdb02d'
CRS-2677: Stop of 'ora.CRS.dg' on 'rdb02d' succeeded
CRS-2673: Attempting to stop 'ora.asm' on 'rdb02d'
CRS-2677: Stop of 'ora.asm' on 'rdb02d' succeeded
CRS-2673: Attempting to stop 'ora.ASMNET1LSNR_ASM.lsnr' on 'rdb02d'
CRS-2677: Stop of 'ora.ASMNET1LSNR_ASM.lsnr' on 'rdb02d' succeeded
CRS-2792: Shutdown of Cluster Ready Services-managed resources on 'rdb02d' has completed
CRS-2677: Stop of 'ora.crsd' on 'rdb02d' succeeded
CRS-2673: Attempting to stop 'ora.asm' on 'rdb02d'
CRS-2673: Attempting to stop 'ora.crf' on 'rdb02d'
CRS-2673: Attempting to stop 'ora.gpnpd' on 'rdb02d'
CRS-2673: Attempting to stop 'ora.mdnsd' on 'rdb02d'
CRS-2677: Stop of 'ora.crf' on 'rdb02d' succeeded
CRS-2677: Stop of 'ora.gpnpd' on 'rdb02d' succeeded
CRS-2677: Stop of 'ora.mdnsd' on 'rdb02d' succeeded
CRS-2677: Stop of 'ora.asm' on 'rdb02d' succeeded
CRS-2673: Attempting to stop 'ora.cluster_interconnect.haip' on 'rdb02d'
CRS-2677: Stop of 'ora.cluster_interconnect.haip' on 'rdb02d' succeeded
CRS-2673: Attempting to stop 'ora.ctssd' on 'rdb02d'
CRS-2673: Attempting to stop 'ora.evmd' on 'rdb02d'
CRS-2677: Stop of 'ora.ctssd' on 'rdb02d' succeeded
CRS-2677: Stop of 'ora.evmd' on 'rdb02d' succeeded
CRS-2673: Attempting to stop 'ora.cssd' on 'rdb02d'
CRS-2677: Stop of 'ora.cssd' on 'rdb02d' succeeded
CRS-2673: Attempting to stop 'ora.gipcd' on 'rdb02d'
CRS-2677: Stop of 'ora.gipcd' on 'rdb02d' succeeded
CRS-2793: Shutdown of Oracle High Availability Services-managed resources on 'rdb02d' has completed
CRS-4133: Oracle High Availability Services has been stopped.
2025/05/27 22:16:15 CLSRSC-336: Successfully deconfigured Oracle Clusterware stack on this node
--> rac 1번
[root@rdb01d][/root]$ /u01/app/12c/grid/crs/install/rootcrs.sh -force -deconfig -paramfile "/tmp/deinstall2025-05-27_10-11-53PM/response/deinstall_OraGI12Home1.rsp" -lastnode
--> -lastnode 옵션 사용 시 주의 해야함 CRS 디스크그룹 내역을 제거하게됨
Using configuration parameter file: /tmp/deinstall2025-05-27_10-11-53PM/response/deinstall_OraGI12Home1.rsp
The log of current session can be found at:
/tmp/deinstall2025-05-27_10-11-53PM/logs/crsdeconfig_rdb01d_2025-05-27_10-16-43PM.log
CRS-2791: Starting shutdown of Oracle High Availability Services-managed resources on 'rdb01d'
CRS-2673: Attempting to stop 'ora.crsd' on 'rdb01d'
CRS-2790: Starting shutdown of Cluster Ready Services-managed resources on server 'rdb01d'
CRS-2673: Attempting to stop 'ora.CRS.dg' on 'rdb01d'
CRS-2677: Stop of 'ora.CRS.dg' on 'rdb01d' succeeded
CRS-2673: Attempting to stop 'ora.asm' on 'rdb01d'
CRS-2677: Stop of 'ora.asm' on 'rdb01d' succeeded
CRS-2673: Attempting to stop 'ora.ASMNET1LSNR_ASM.lsnr' on 'rdb01d'
CRS-2677: Stop of 'ora.ASMNET1LSNR_ASM.lsnr' on 'rdb01d' succeeded
CRS-2792: Shutdown of Cluster Ready Services-managed resources on 'rdb01d' has completed
CRS-2677: Stop of 'ora.crsd' on 'rdb01d' succeeded
CRS-2673: Attempting to stop 'ora.storage' on 'rdb01d'
CRS-2673: Attempting to stop 'ora.crf' on 'rdb01d'
CRS-2673: Attempting to stop 'ora.gpnpd' on 'rdb01d'
CRS-2673: Attempting to stop 'ora.mdnsd' on 'rdb01d'
CRS-2677: Stop of 'ora.crf' on 'rdb01d' succeeded
CRS-2677: Stop of 'ora.gpnpd' on 'rdb01d' succeeded
CRS-2677: Stop of 'ora.storage' on 'rdb01d' succeeded
CRS-2673: Attempting to stop 'ora.asm' on 'rdb01d'
CRS-2677: Stop of 'ora.mdnsd' on 'rdb01d' succeeded
CRS-2677: Stop of 'ora.asm' on 'rdb01d' succeeded
CRS-2673: Attempting to stop 'ora.cluster_interconnect.haip' on 'rdb01d'
CRS-2677: Stop of 'ora.cluster_interconnect.haip' on 'rdb01d' succeeded
CRS-2673: Attempting to stop 'ora.ctssd' on 'rdb01d'
CRS-2673: Attempting to stop 'ora.evmd' on 'rdb01d'
CRS-2677: Stop of 'ora.ctssd' on 'rdb01d' succeeded
CRS-2677: Stop of 'ora.evmd' on 'rdb01d' succeeded
CRS-2673: Attempting to stop 'ora.cssd' on 'rdb01d'
CRS-2677: Stop of 'ora.cssd' on 'rdb01d' succeeded
CRS-2673: Attempting to stop 'ora.gipcd' on 'rdb01d'
CRS-2677: Stop of 'ora.gipcd' on 'rdb01d' succeeded
CRS-2793: Shutdown of Oracle High Availability Services-managed resources on 'rdb01d' has completed
CRS-4133: Oracle High Availability Services has been stopped.
CRS-4123: Oracle High Availability Services has been started.
CRS-2672: Attempting to start 'ora.evmd' on 'rdb01d'
CRS-2672: Attempting to start 'ora.mdnsd' on 'rdb01d'
CRS-2676: Start of 'ora.mdnsd' on 'rdb01d' succeeded
CRS-2676: Start of 'ora.evmd' on 'rdb01d' succeeded
CRS-2672: Attempting to start 'ora.gpnpd' on 'rdb01d'
CRS-2676: Start of 'ora.gpnpd' on 'rdb01d' succeeded
CRS-2672: Attempting to start 'ora.cssdmonitor' on 'rdb01d'
CRS-2672: Attempting to start 'ora.gipcd' on 'rdb01d'
CRS-2676: Start of 'ora.cssdmonitor' on 'rdb01d' succeeded
CRS-2676: Start of 'ora.gipcd' on 'rdb01d' succeeded
CRS-2672: Attempting to start 'ora.cssd' on 'rdb01d'
CRS-2672: Attempting to start 'ora.diskmon' on 'rdb01d'
CRS-2676: Start of 'ora.diskmon' on 'rdb01d' succeeded
CRS-2676: Start of 'ora.cssd' on 'rdb01d' succeeded
CRS-2672: Attempting to start 'ora.crf' on 'rdb01d'
CRS-2672: Attempting to start 'ora.ctssd' on 'rdb01d'
CRS-2672: Attempting to start 'ora.cluster_interconnect.haip' on 'rdb01d'
CRS-2676: Start of 'ora.crf' on 'rdb01d' succeeded
CRS-2676: Start of 'ora.ctssd' on 'rdb01d' succeeded
CRS-2676: Start of 'ora.cluster_interconnect.haip' on 'rdb01d' succeeded
CRS-2672: Attempting to start 'ora.asm' on 'rdb01d'
CRS-2676: Start of 'ora.asm' on 'rdb01d' succeeded
CRS-2672: Attempting to start 'ora.storage' on 'rdb01d'
CRS-2676: Start of 'ora.storage' on 'rdb01d' succeeded
CRS-2672: Attempting to start 'ora.crsd' on 'rdb01d'
CRS-2676: Start of 'ora.crsd' on 'rdb01d' succeeded
CRS-2673: Attempting to stop 'ora.crsd' on 'rdb01d'
CRS-2677: Stop of 'ora.crsd' on 'rdb01d' succeeded
CRS-2791: Starting shutdown of Oracle High Availability Services-managed resources on 'rdb01d'
CRS-2673: Attempting to stop 'ora.ctssd' on 'rdb01d'
CRS-2673: Attempting to stop 'ora.evmd' on 'rdb01d'
CRS-2673: Attempting to stop 'ora.storage' on 'rdb01d'
CRS-2673: Attempting to stop 'ora.mdnsd' on 'rdb01d'
CRS-2673: Attempting to stop 'ora.gpnpd' on 'rdb01d'
CRS-2677: Stop of 'ora.ctssd' on 'rdb01d' succeeded
CRS-2677: Stop of 'ora.evmd' on 'rdb01d' succeeded
CRS-2677: Stop of 'ora.storage' on 'rdb01d' succeeded
CRS-2673: Attempting to stop 'ora.asm' on 'rdb01d'
CRS-2677: Stop of 'ora.mdnsd' on 'rdb01d' succeeded
CRS-2677: Stop of 'ora.gpnpd' on 'rdb01d' succeeded
CRS-2677: Stop of 'ora.asm' on 'rdb01d' succeeded
CRS-2673: Attempting to stop 'ora.cluster_interconnect.haip' on 'rdb01d'
CRS-2677: Stop of 'ora.cluster_interconnect.haip' on 'rdb01d' succeeded
CRS-2673: Attempting to stop 'ora.cssd' on 'rdb01d'
CRS-2677: Stop of 'ora.cssd' on 'rdb01d' succeeded
CRS-2673: Attempting to stop 'ora.crf' on 'rdb01d'
CRS-2677: Stop of 'ora.crf' on 'rdb01d' succeeded
CRS-2673: Attempting to stop 'ora.gipcd' on 'rdb01d'
CRS-2677: Stop of 'ora.gipcd' on 'rdb01d' succeeded
CRS-2793: Shutdown of Oracle High Availability Services-managed resources on 'rdb01d' has completed
CRS-4133: Oracle High Availability Services has been stopped.
CRS-4123: Oracle High Availability Services has been started.
CRS-2672: Attempting to start 'ora.evmd' on 'rdb01d'
CRS-2672: Attempting to start 'ora.mdnsd' on 'rdb01d'
CRS-2676: Start of 'ora.mdnsd' on 'rdb01d' succeeded
CRS-2676: Start of 'ora.evmd' on 'rdb01d' succeeded
CRS-2672: Attempting to start 'ora.gpnpd' on 'rdb01d'
CRS-2676: Start of 'ora.gpnpd' on 'rdb01d' succeeded
CRS-2672: Attempting to start 'ora.cssdmonitor' on 'rdb01d'
CRS-2672: Attempting to start 'ora.gipcd' on 'rdb01d'
CRS-2676: Start of 'ora.cssdmonitor' on 'rdb01d' succeeded
CRS-2676: Start of 'ora.gipcd' on 'rdb01d' succeeded
CRS-2672: Attempting to start 'ora.cssd' on 'rdb01d'
CRS-2672: Attempting to start 'ora.diskmon' on 'rdb01d'
CRS-2676: Start of 'ora.diskmon' on 'rdb01d' succeeded
CRS-2676: Start of 'ora.cssd' on 'rdb01d' succeeded
ASM de-configuration trace file location: /tmp/deinstall2025-05-27_10-11-53PM/logs/asmcadc_clean2025-05-27_10-19-31-PM.log
ASM Clean Configuration START
ASM Clean Configuration END
ASM instance deleted successfully. Check /tmp/deinstall2025-05-27_10-11-53PM/logs/asmcadc_clean2025-05-27_10-19-31-PM.log for details.
CRS-2791: Starting shutdown of Oracle High Availability Services-managed resources on 'rdb01d'
CRS-2673: Attempting to stop 'ora.evmd' on 'rdb01d'
CRS-2673: Attempting to stop 'ora.mdnsd' on 'rdb01d'
CRS-2673: Attempting to stop 'ora.gpnpd' on 'rdb01d'
CRS-2677: Stop of 'ora.evmd' on 'rdb01d' succeeded
CRS-2673: Attempting to stop 'ora.cssd' on 'rdb01d'
CRS-2677: Stop of 'ora.gpnpd' on 'rdb01d' succeeded
CRS-2677: Stop of 'ora.mdnsd' on 'rdb01d' succeeded
CRS-2677: Stop of 'ora.cssd' on 'rdb01d' succeeded
CRS-2673: Attempting to stop 'ora.gipcd' on 'rdb01d'
CRS-2677: Stop of 'ora.gipcd' on 'rdb01d' succeeded
CRS-2793: Shutdown of Oracle High Availability Services-managed resources on 'rdb01d' has completed
CRS-4133: Oracle High Availability Services has been stopped.
2025/05/27 22:20:46 CLSRSC-336: Successfully deconfigured Oracle Clusterware stack on this node
2025/05/27 22:20:46 CLSRSC-559: Ensure that the GPnP profile data under the 'gpnp' directory in /u01/app/12c/grid is deleted on each node before using the software in the current Grid Infrastructure home for reconfiguration.
--> 이 상태에서 최초에 grid deinstall 실행 시킨 세션으로 가서 enter침
######################### DECONFIG CLEAN OPERATION END #########################
####################### DECONFIG CLEAN OPERATION SUMMARY #######################
There is no Oracle Grid Management database to de-configure in this Grid Infrastructure home
ASM instance was de-configured successfully from the Oracle home
Following RAC listener(s) were de-configured successfully: LISTENER
Oracle Clusterware is stopped and successfully de-configured on node "rdb02d"
Oracle Clusterware is stopped and successfully de-configured on node "rdb01d"
Oracle Clusterware is stopped and de-configured successfully.
#######################################################################
############# ORACLE DECONFIG TOOL END #############
Using properties file /tmp/deinstall2025-05-27_10-11-53PM/response/deinstall_2025-05-27_10-12-09-PM.rsp
Location of logs /tmp/deinstall2025-05-27_10-11-53PM/logs/
############ ORACLE DEINSTALL TOOL START ############
####################### DEINSTALL CHECK OPERATION SUMMARY #######################
A log of this session will be written to: '/tmp/deinstall2025-05-27_10-11-53PM/logs/deinstall_deconfig2025-05-27_10-12-09-PM.out'
Any error messages from this session will be written to: '/tmp/deinstall2025-05-27_10-11-53PM/logs/deinstall_deconfig2025-05-27_10-12-09-PM.err'
######################## DEINSTALL CLEAN OPERATION START ########################
## [START] Preparing for Deinstall ##
Setting LOCAL_NODE to rdb01d
Setting REMOTE_NODES to rdb02d
Setting CLUSTER_NODES to rdb01d,rdb02d
Setting CRS_HOME to true
Setting oracle.installer.invPtrLoc to /tmp/deinstall2025-05-27_10-11-53PM/oraInst.loc
Setting oracle.installer.local to false
## [END] Preparing for Deinstall ##
Setting the force flag to false
Setting the force flag to cleanup the Oracle Base
Oracle Universal Installer clean START
Detach Oracle home '/u01/app/12c/grid' from the central inventory on the local node : Done
Delete directory '/u01/app/12c/grid' on the local node : Done
Delete directory '/u01/app/oraInventory' on the local node : Done
Failed to delete the directory '/u01/app/oracle/admin/DRDB/dpdump'. Either user has no permission to delete or it is in use.
Failed to delete the directory '/u01/app/oracle/admin/DRDB/hdump'. Either user has no permission to delete or it is in use.
Failed to delete the directory '/u01/app/oracle/product/12c'. Either user has no permission to delete or it is in use.
Failed to delete the directory '/u01/app/oracle/diag/crs/rdb01d/crs/alert'. Either user has no permission to delete or it is in use.
Failed to delete the directory '/u01/app/oracle/diag/crs/rdb01d/crs/incident'. Either user has no permission to delete or it is in use.
Failed to delete the directory '/u01/app/oracle/diag/crs/rdb01d/crs/metadata_pv'. Either user has no permission to delete or it is in use.
Failed to delete the directory '/u01/app/oracle/diag/crs/rdb01d/crs/metadata_dgif'. Either user has no permission to delete or it is in use.
Failed to delete the directory '/u01/app/oracle/diag/crs/rdb01d/crs/incpkg'. Either user has no permission to delete or it is in use.
Failed to delete the directory '/u01/app/oracle/diag/crs/rdb01d/crs/sweep'. Either user has no permission to delete or it is in use.
Failed to delete the directory '/u01/app/oracle/diag/crs/rdb01d/crs/cdump'. Either user has no permission to delete or it is in use.
Failed to delete the directory '/u01/app/oracle/diag/crs/rdb01d/crs/stage'. Either user has no permission to delete or it is in use.
Failed to delete the directory '/u01/app/oracle/diag/crs/rdb01d/crs/log/debug'. Either user has no permission to delete or it is in use.
Failed to delete the directory '/u01/app/oracle/diag/crs/rdb01d/crs/log/test'. Either user has no permission to delete or it is in use.
Failed to delete the file '/u01/app/oracle/cfgtoollogs/sqlpatch/sqlpatch_6992_2025_03_19_23_24_20/sqlpatch_debug.log'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/cfgtoollogs/sqlpatch/sqlpatch_6992_2025_03_19_23_24_20/sqlpatch_invocation.log'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/cfgtoollogs/sqlpatch/sqlpatch_6992_2025_03_19_23_24_20/sqlpatch_catcon__catcon_6992.lst'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/cfgtoollogs/sqlpatch/sqlpatch_6992_2025_03_19_23_24_20/sqlpatch_catcon_0.log'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/cfgtoollogs/sqlpatch/sqlpatch_6992_2025_03_19_23_24_20/sqlpatch_catcon_1.log'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/cfgtoollogs/sqlpatch/sqlpatch_6992_2025_03_19_23_24_20/sqlpatch_catcon_2.log'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/cfgtoollogs/sqlpatch/sqlpatch_6992_2025_03_19_23_24_20/sqlpatch_catcon_3.log'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/cfgtoollogs/sqlpatch/sqlpatch_6992_2025_03_19_23_24_20/sqlpatch_catcon_4.log'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/cfgtoollogs/sqlpatch/sqlpatch_6992_2025_03_19_23_24_20/sqlpatch_catcon_5.log'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/cfgtoollogs/sqlpatch/sqlpatch_6992_2025_03_19_23_24_20/sqlpatch_catcon_6.log'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/cfgtoollogs/sqlpatch/sqlpatch_6992_2025_03_19_23_24_20/sqlpatch_catcon_7.log'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/cfgtoollogs/sqlpatch/sqlpatch_6992_2025_03_19_23_24_20/bootstrap1.sql'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/cfgtoollogs/sqlpatch/sqlpatch_6992_2025_03_19_23_24_20/bootstrap1_DRDB.log'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/cfgtoollogs/sqlpatch/sqlpatch_6992_2025_03_19_23_24_20/recomp_skip_list.sql'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/cfgtoollogs/sqlpatch/sqlpatch_6992_2025_03_19_23_24_20/recomp.sql'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the directory '/u01/app/oracle/cfgtoollogs/sqlpatch/sqlpatch_6992_2025_03_19_23_24_20'. The directory is not empty.
Failed to delete the file '/u01/app/oracle/cfgtoollogs/sqlpatch/33587128/24566093/33587128_apply_DRDB_2025Mar19_23_26_22.log'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the directory '/u01/app/oracle/cfgtoollogs/sqlpatch/33587128/24566093'. The directory is not empty.
Failed to delete the directory '/u01/app/oracle/cfgtoollogs/sqlpatch/33587128'. The directory is not empty.
Failed to delete the file '/u01/app/oracle/cfgtoollogs/sqlpatch/sqlpatch_7036_2025_03_20_00_04_19/sqlpatch_debug.log'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/cfgtoollogs/sqlpatch/sqlpatch_7036_2025_03_20_00_04_19/sqlpatch_invocation.log'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/cfgtoollogs/sqlpatch/sqlpatch_7036_2025_03_20_00_04_19/sqlpatch_catcon__catcon_7036.lst'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/cfgtoollogs/sqlpatch/sqlpatch_7036_2025_03_20_00_04_19/sqlpatch_catcon_0.log'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/cfgtoollogs/sqlpatch/sqlpatch_7036_2025_03_20_00_04_19/sqlpatch_catcon_1.log'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/cfgtoollogs/sqlpatch/sqlpatch_7036_2025_03_20_00_04_19/sqlpatch_catcon_2.log'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/cfgtoollogs/sqlpatch/sqlpatch_7036_2025_03_20_00_04_19/sqlpatch_catcon_3.log'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/cfgtoollogs/sqlpatch/sqlpatch_7036_2025_03_20_00_04_19/sqlpatch_catcon_4.log'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/cfgtoollogs/sqlpatch/sqlpatch_7036_2025_03_20_00_04_19/sqlpatch_catcon_5.log'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/cfgtoollogs/sqlpatch/sqlpatch_7036_2025_03_20_00_04_19/sqlpatch_catcon_6.log'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/cfgtoollogs/sqlpatch/sqlpatch_7036_2025_03_20_00_04_19/sqlpatch_catcon_7.log'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/cfgtoollogs/sqlpatch/sqlpatch_7036_2025_03_20_00_04_19/bootstrap1.sql'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/cfgtoollogs/sqlpatch/sqlpatch_7036_2025_03_20_00_04_19/bootstrap1_DRDB.log'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the directory '/u01/app/oracle/cfgtoollogs/sqlpatch/sqlpatch_7036_2025_03_20_00_04_19'. The directory is not empty.
Failed to delete the file '/u01/app/oracle/cfgtoollogs/sqlpatch/sqlpatch_3399_2025_05_19_22_29_25/sqlpatch_debug.log'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/cfgtoollogs/sqlpatch/sqlpatch_3399_2025_05_19_22_29_25/sqlpatch_invocation.log'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/cfgtoollogs/sqlpatch/sqlpatch_3399_2025_05_19_22_29_25/sqlpatch_catcon__catcon_3399.lst'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/cfgtoollogs/sqlpatch/sqlpatch_3399_2025_05_19_22_29_25/sqlpatch_catcon_0.log'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/cfgtoollogs/sqlpatch/sqlpatch_3399_2025_05_19_22_29_25/sqlpatch_catcon_1.log'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/cfgtoollogs/sqlpatch/sqlpatch_3399_2025_05_19_22_29_25/sqlpatch_catcon_2.log'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/cfgtoollogs/sqlpatch/sqlpatch_3399_2025_05_19_22_29_25/sqlpatch_catcon_3.log'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/cfgtoollogs/sqlpatch/sqlpatch_3399_2025_05_19_22_29_25/sqlpatch_catcon_4.log'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/cfgtoollogs/sqlpatch/sqlpatch_3399_2025_05_19_22_29_25/sqlpatch_catcon_5.log'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/cfgtoollogs/sqlpatch/sqlpatch_3399_2025_05_19_22_29_25/sqlpatch_catcon_6.log'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/cfgtoollogs/sqlpatch/sqlpatch_3399_2025_05_19_22_29_25/sqlpatch_catcon_7.log'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/cfgtoollogs/sqlpatch/sqlpatch_3399_2025_05_19_22_29_25/bootstrap1.sql'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/cfgtoollogs/sqlpatch/sqlpatch_3399_2025_05_19_22_29_25/bootstrap1_DRDBNEW.log'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/cfgtoollogs/sqlpatch/sqlpatch_3399_2025_05_19_22_29_25/recomp_skip_list.sql'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/cfgtoollogs/sqlpatch/sqlpatch_3399_2025_05_19_22_29_25/recomp.sql'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the directory '/u01/app/oracle/cfgtoollogs/sqlpatch/sqlpatch_3399_2025_05_19_22_29_25'. The directory is not empty.
Failed to delete the file '/u01/app/oracle/cfgtoollogs/sqlpatch/33561275/24539585/33561275_apply_DRDBNEW_2025May19_22_29_32.log'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the directory '/u01/app/oracle/cfgtoollogs/sqlpatch/33561275/24539585'. The directory is not empty.
Failed to delete the directory '/u01/app/oracle/cfgtoollogs/sqlpatch/33561275'. The directory is not empty.
Failed to delete the directory '/u01/app/oracle/cfgtoollogs/sqlpatch'. The directory is not empty.
Failed to delete the file '/u01/app/oracle/cfgtoollogs/dbca/DRDB/trace.log_2025-03-19_10-59-52-PM'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/cfgtoollogs/dbca/DRDB/CloneRmanRestore.log'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/cfgtoollogs/dbca/DRDB/tempControl.ctl'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/cfgtoollogs/dbca/DRDB/rmanUtil'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/cfgtoollogs/dbca/DRDB/cloneDBCreation.log'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/cfgtoollogs/dbca/DRDB/hr_main.log'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/cfgtoollogs/dbca/DRDB/postScripts.log'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/cfgtoollogs/dbca/DRDB/CreateClustDBViews.log'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/cfgtoollogs/dbca/DRDB/postDBCreation.log'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/cfgtoollogs/dbca/DRDB/lockAccount.log'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/cfgtoollogs/dbca/DRDB/DRDB.log'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the directory '/u01/app/oracle/cfgtoollogs/dbca/DRDB'. The directory is not empty.
Failed to delete the directory '/u01/app/oracle/cfgtoollogs/dbca'. The directory is not empty.
Failed to delete the directory '/u01/app/oracle/cfgtoollogs'. The directory is not empty.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/trace/crsctl_7778.trc'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/trace/crsctl_7778.trm'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/trace/crsctl_8405.trc'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/trace/crsctl_8405.trm'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/trace/crsctl_8484.trc'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/trace/crsctl_8484.trm'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/trace/crsctl_8635.trc'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/trace/crsctl_8635.trm'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/trace/crsctl_8658.trc'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/trace/crsctl_8658.trm'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the directory '/u01/app/oracle/diag/crs/rdb01d/crs/trace'. The directory is not empty.
Failed to delete the directory '/u01/app/oracle/diag/crs/rdb01d/crs/alert'. Either user has no permission to delete or it is in use.
Failed to delete the directory '/u01/app/oracle/diag/crs/rdb01d/crs/incident'. Either user has no permission to delete or it is in use.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/metadata/ADR_CONTROL.ams'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/metadata/ADR_INVALIDATION.ams'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/metadata/INC_METER_IMPT_DEF.ams'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/metadata/INC_METER_PK_IMPTS.ams'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/metadata/INCIDENT.ams'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/metadata/PROBLEM.ams'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/metadata/INCCKEY.ams'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/metadata/INCIDENT_FILE.ams'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/metadata/SWEEPERR.ams'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/metadata/PICKLEERR.ams'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/metadata/VIEW.ams'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/metadata/VIEWCOL.ams'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/metadata/HM_RUN.ams'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/metadata/HM_FINDING.ams'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/metadata/HM_RECOMMENDATION.ams'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/metadata/HM_FDG_SET.ams'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/metadata/HM_INFO.ams'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/metadata/HM_MESSAGE.ams'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/metadata/DDE_USER_ACTION_DEF.ams'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/metadata/DDE_USER_ACTION_PARAMETER_DEF.ams'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/metadata/DDE_USER_ACTION.ams'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/metadata/DDE_USER_ACTION_PARAMETER.ams'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/metadata/DDE_USER_INCIDENT_TYPE.ams'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/metadata/DDE_USER_INCIDENT_ACTION_MAP.ams'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/metadata/IPS_PACKAGE.ams'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/metadata/IPS_PACKAGE_INCIDENT.ams'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/metadata/IPS_PACKAGE_FILE.ams'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/metadata/IPS_FILE_METADATA.ams'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/metadata/IPS_FILE_COPY_LOG.ams'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/metadata/IPS_PACKAGE_HISTORY.ams'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/metadata/IPS_REMOTE_PACKAGE.ams'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/metadata/IPS_CONFIGURATION.ams'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/metadata/IPS_PROGRESS_LOG.ams'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/metadata/INC_METER_SUMMARY.ams'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/metadata/INC_METER_INFO.ams'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/metadata/INC_METER_CONFIG.ams'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/metadata/EM_USER_ACTIVITY.ams'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/metadata/EM_DIAG_JOB.ams'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/metadata/EM_TARGET_INFO.ams'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/metadata/AMS_XACTION.ams'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/metadata/DFW_CONFIG_CAPTURE.ams'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/metadata/DFW_CONFIG_ITEM.ams'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/metadata/DFW_PATCH_CAPTURE.ams'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/metadata/DFW_PATCH_ITEM.ams'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/metadata/DFW_PURGE.ams'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/metadata/DFW_PURGE_ITEM.ams'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/metadata/ADR_CONTROL_AUX.ams'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/metadata/PDB_PROBLEM.ams'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/metadata/PDB_SPACE_MGMT.ams'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the directory '/u01/app/oracle/diag/crs/rdb01d/crs/metadata'. The directory is not empty.
Failed to delete the directory '/u01/app/oracle/diag/crs/rdb01d/crs/metadata_pv'. Either user has no permission to delete or it is in use.
Failed to delete the directory '/u01/app/oracle/diag/crs/rdb01d/crs/metadata_dgif'. Either user has no permission to delete or it is in use.
Failed to delete the directory '/u01/app/oracle/diag/crs/rdb01d/crs/incpkg'. Either user has no permission to delete or it is in use.
Failed to delete the directory '/u01/app/oracle/diag/crs/rdb01d/crs/sweep'. Either user has no permission to delete or it is in use.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/lck/AM_3216668543_3129272988.lck'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/lck/AM_1744845641_3861997533.lck'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/lck/AM_1096102193_3488045378.lck'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/lck/AM_1096102262_3454819329.lck'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/lck/AM_1762783_4031814035.lck'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/lck/AM_53419_3606358678.lck'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/lck/AM_53417_2985279723.lck'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/lck/AM_1477507928_3848095858.lck'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/lck/AM_1762885_3826749810.lck'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/lck/AM_58174112_2445060518.lck'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/lck/AM_1_2089646048.lck'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/lck/AM_53421_2401899358.lck'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/lck/AM_1618_3044626670.lck'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/lck/AM_1919660852_3403801080.lck'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/lck/AM_2020575435_1685934094.lck'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/lck/AM_1919660852_3200803573.lck'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/lck/AM_53417_1688101061.lck'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/lck/AM_1919660854_3704060414.lck'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/lck/AM_3172236303_1050790107.lck'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/lck/AM_4123867812_464947195.lck'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/lck/AM_3063883707_458774509.lck'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/lck/AM_117463809_1252689677.lck'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/lck/AM_2569157681_2857696958.lck'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/lck/AM_4294531585_3603614071.lck'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/lck/AM_3219651335_1369860572.lck'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/lck/AM_2485072945_164397129.lck'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/lck/AM_1479503217_1058909787.lck'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/lck/AM_2087871759_1054152112.lck'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/lck/AM_2087871662_4269132395.lck'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/lck/AM_1506961005_3222638125.lck'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/lck/AM_2099277876_66242055.lck'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/lck/AM_994187642_3287667720.lck'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/lck/AM_1485693922_2937733126.lck'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/lck/AM_423666793_1876373544.lck'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/lck/AM_1521063874_363843526.lck'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/lck/AM_2876149918_855262320.lck'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/lck/AM_2904361128_3186785985.lck'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/lck/AM_3218196182_2691928421.lck'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/lck/AM_1737460353_941080040.lck'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/lck/AM_3216766131_2188903675.lck'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/lck/AM_497148109_3359240142.lck'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/lck/AM_1317892465_764739657.lck'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/lck/AM_1256574238_2295251304.lck'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/lck/AM_3293835190_3462375459.lck'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/lck/AM_58170159_2309433480.lck'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/lck/AM_3293841721_1014909846.lck'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/lck/AM_2133151281_4062580841.lck'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/lck/AM_3222012286_854140907.lck'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the file '/u01/app/oracle/diag/crs/rdb01d/crs/lck/AM_1432227889_1110943450.lck'. Either the file is in use or there are not enough permissions to delete the file.
Failed to delete the directory '/u01/app/oracle/diag/crs/rdb01d/crs/lck'. The directory is not empty.
Failed to delete the directory '/u01/app/oracle/diag/crs/rdb01d/crs/cdump'. Either user has no permission to delete or it is in use.
Failed to delete the directory '/u01/app/oracle/diag/crs/rdb01d/crs/stage'. Either user has no permission to delete or it is in use.
Failed to delete the directory '/u01/app/oracle/diag/crs/rdb01d/crs/log/debug'. Either user has no permission to delete or it is in use.
Failed to delete the directory '/u01/app/oracle/diag/crs/rdb01d/crs/log/test'. Either user has no permission to delete or it is in use.
Failed to delete the directory '/u01/app/oracle/diag/crs/rdb01d/crs/log'. The directory is not empty.
Failed to delete the directory '/u01/app/oracle/diag/crs/rdb01d/crs'. The directory is not empty.
Failed to delete the directory '/u01/app/oracle/diag/crs/rdb01d'. The directory is not empty.
Failed to delete the directory '/u01/app/oracle/diag/crs'. The directory is not empty.
Failed to delete the directory '/u01/app/oracle/diag'. The directory is not empty.
The Oracle Base directory '/u01/app/oracle' will not be removed on local node. The directory is not empty.
Detach Oracle home '/u01/app/12c/grid' from the central inventory on the remote nodes 'rdb02d' : Done
Delete directory '/u01/app/12c/grid' on the remote nodes 'rdb02d' : Done
Delete directory '/u01/app/oraInventory' on the remote nodes 'rdb02d' : Done
Delete directory '/u01/app/oracle' on the remote nodes 'rdb02d' : Failed <<<<
The directory '/u01/app/oracle' could not be deleted on the nodes 'rdb02d'.
Oracle Universal Installer cleanup completed with errors.
Oracle Universal Installer clean END
## [START] Oracle install clean ##
Clean install operation removing temporary directory '/tmp/deinstall2025-05-27_10-11-53PM' on node 'rdb02d'
## [END] Oracle install clean ##
######################### DEINSTALL CLEAN OPERATION END #########################
####################### DEINSTALL CLEAN OPERATION SUMMARY #######################
Successfully detached Oracle home '/u01/app/12c/grid' from the central inventory on the local node.
Successfully deleted directory '/u01/app/12c/grid' on the local node.
Successfully deleted directory '/u01/app/oraInventory' on the local node.
Successfully detached Oracle home '/u01/app/12c/grid' from the central inventory on the remote nodes 'rdb02d'.
Successfully deleted directory '/u01/app/12c/grid' on the remote nodes 'rdb02d'.
Successfully deleted directory '/u01/app/oraInventory' on the remote nodes 'rdb02d'.
Failed to delete directory '/u01/app/oracle' on the remote nodes 'rdb02d'.
Oracle Universal Installer cleanup completed with errors.
Run 'rm -r /etc/oraInst.loc' as root on node(s) 'rdb01d,rdb02d' at the end of the session.
Review the permissions and contents of '/u01/app/oracle' on nodes(s) 'rdb01d,rdb02d'.
If there are no Oracle home(s) associated with '/u01/app/oracle', manually delete '/u01/app/oracle' and its contents.
Oracle deinstall tool successfully cleaned up temporary directories.
#######################################################################
############# ORACLE DEINSTALL TOOL END #############
--필수 파일 백업
--rac 1번
[root@rdb01d][/etc]$ mv /etc/oraInst.loc /etc/oraInst.loc.rmbak
--rac 2번
[root@rdb02d][/etc]$ mv /etc/oraInst.loc /etc/oraInst.loc.rmbak
--oracle 엔진에 이어서 grid 엔진까지 제거했으니 $ORACLE_BASE 디렉토리 및 그 이하 파일 제거
--rac 1번
[root@rdb01d][/root]$ rm -rf $ORACLE_BASE
--rac 2번
[root@rdb02d][/root]$ rm -rf $ORACLE_BASE반응형