SlideShare a Scribd company logo
1 of 17
1. DELETE RAC DATABASE
2. DELETE ORACLE DATABASE SOFTWARE
3. DEINSTALLATION OF Grid Infrastructure [ With Grid Management
database]
1. DELETE RAC DATABASE
[root@rac1 Desktop]# ps -ef | grep pmon
oracle 4135 1 0 22:22 ? 00:00:00 asm_pmon_+ASM1
oracle 4736 1 0 22:23 ? 00:00:00 mdb_pmon_-MGMTDB
oracle 4922 1 0 22:23 ? 00:00:00 ora_pmon_cdb1
root 19930 19857 0 22:50 pts/0 00:00:00 grep pmon
And follow the prompt.
Manually:
-----------------
Stop the database from cluster environment
srvctl stop database -d cdb
Start only one instance and change the cluster_database parameter to FALSE
sqlplus / as sysdba
SQL> startup mount
SQL> alter system set cluster_database=FALSE scope=spfile sid='*';
SQL> shutdown abort;
Start only one instance after changing parameter CLUSTER_DATABASE parameters to FALSE
SQL> startup mount exclusive restrict
SQL> drop database;
Remove database information from cluster registry
srvctl remove database -d dbname
Check
------------
[root@rac1 Desktop]# ps -ef | grep pmon
[root@rac1 Desktop]# ps -ef | grep pmon
oracle 4135 1 0 22:22 ? 00:00:00 asm_pmon_+ASM1
oracle 4736 1 0 22:23 ? 00:00:00 mdb_pmon_-MGMTDB
root 6642 19857 0 23:23 pts/0 00:00:00 grep pmon
2. DELETE ORACLE DATABASE SOFTWARE
[oracle@rac1 ~]$ cd /u01/app/oracle/product/12.1.0.2/db_1/deinstall
[oracle@rac1 deinstall]$ ls
bootstrap_files.lst deinstall deinstall.xml readme.txt sshUserSetup.sh
bootstrap.pl deinstall.pl jlib response utl
[oracle@rac1 deinstall]$ ./deinstall
Checking for requiredfiles 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/12.1.0.2/db_1
Oracle Home type selected for deinstall is: Oracle Real Application Cluster Database
Oracle Base selectedfor 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/12.1.0.2/grid
The following nodes are part of this cluster: rac1,rac2
Active Remote Nodes are rac2
Checking for sufficient tempspace availability on node(s) : 'rac1,rac2'
## [END] Install check configuration ##
Network Configuration check config START
Network de-configuration trace file location: /u01/app/oraInventory/logs/netdc_check2015-
02-13_11-16-15-PM.log
Network Configuration check config END
Database Check Configuration START
Database de-configuration trace file location:
/u01/app/oraInventory/logs/databasedc_check2015-02-13_11-16-25-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_check6411.log
Oracle Configuration Manager check END
######################### DECONFIG CHECK OPERATION END
#########################
####################### DECONFIG CHECK OPERATION SUMMARY
#######################
Oracle Grid Infrastructure Home is: /u01/app/12.1.0.2/gri d
The following nodes are part of this cluster: rac1,rac2
Active Remote Nodes are rac2
The cluster node(s) on which the Oracle home deinstallation will be performed are:rac1,rac2
Oracle Home selectedfor deinstall is: /u01/app/oracle/product/12.1.0.2/db_1
Inventory Location where the Oracle home registeredis: /u01/app/oraInventory
Checking the config status for CCR
rac1 : Oracle Home exists with CCR directory, but CCR is not configured
rac2 : 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_deconfig2015-
02-13_11-15-16-PM.out'
Any error messages from this session will be written to:
'/u01/app/oraInventory/logs/deinstall_deconfig2015-02-13_11-15-16-PM.err'
######################## DECONFIG CLEAN OPERATION START
########################
Database de-configuration trace file location:
/u01/app/oraInventory/logs/databasedc_clean2015-02-13_11-16-53-PM.log
Network Configuration clean config START
Network de-configuration trace file location: /u01/app/oraInventory/logs/netdc_clean2015-
02-13_11-16-53-PM.log
De-configuring Listener configuration file on all nodes...
Listener configuration file de-configuredsuccessfully.
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 -configuredsuccessfully.
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 cleanedup successfully.
Network Configuration clean config END
Oracle Configuration Manager clean START
OCM clean log file location : /u01/app/oraInventory/logs//ocm_clean6411.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/deinstall2015-02-13_11-12-56PM/response/deinstall_2015-02-
13_11-15-16-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_deconfig2015-
02-13_11-15-16-PM.out'
Any error messages from this session will be written to:
'/u01/app/oraInventory/logs/deinstall_deconfig2015-02-13_11-15-16-PM.err'
######################## DEINSTALL CLEAN OPERATION START
########################
## [START] Preparing for Deinstall ##
Setting LOCAL_NODE to rac1
Setting REMOTE_NODES to rac2
Setting CLUSTER_NODES to rac1,rac2
Setting CRS_HOME to false
Setting oracle.installer.invPtrLoc to /tmp/deinstall2015-02-13_11-12-56PM/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/12.1.0.2/db_1' from the central inventory on
the local node : Done
Delete directory '/u01/app/oracle/product/12.1.0.2/db_1' on the local node : Done
The Oracle Base directory '/u01/app/oracle' will not be removedon local node. The directory is
in use by Oracle Home '/u01/app/12.1.0.2/grid'.
Detach Oracle home '/u01/app/oracle/product/12.1.0.2/db_1' from the central inventory on
the remote nodes 'rac2' : Done
Delete directory '/u01/app/oracle/product/12.1.0.2/db_1' on the remote nodes 'rac2' : Done
The Oracle Base directory '/u01/app/oracle' will not be removedon node 'rac2'. The directory
is in use by Oracle Home '/u01/app/12.1.0.2/grid'.
Oracle Universal Installer cleanupwas successful.
Oracle Universal Installer clean END
## [START] Oracle install clean ##
Clean install operation removing temporary directory '/tmp/deinstall2015-02-13_11-12-56PM'
on node 'rac1'
Clean install operation removing temporary directory '/tmp/deinstall2015-02-13_11-12-56PM'
on node 'rac2'
## [END] Oracle install clean ##
######################### DEINSTALL CLEAN OPERATION END
#########################
####################### DEINSTALL CLEAN OPERATION SUMMARY
#######################
Successfully detached Oracle home '/u01/app/oracle/product/12.1.0.2/db_1' from the central
inventory on the local node.
Successfully deleted directory '/u01/app/oracle/product/12.1.0.2/db_1' on the local node.
Successfully detached Oracle home '/u01/app/oracle/product/12.1.0.2/db_1' from the central
inventory on the remote nodes 'rac2'.
Successfully deleted directory '/u01/app/oracle/product/12.1.0.2/db_1' on the remote nodes
'rac2'.
Oracle Universal Installer cleanupwas successful.
Oracle deinstall tool successfully cleanedup temporary directories.
#######################################################################
############# ORACLE DEINSTALL TOOL END #############
Check Oracle Database Home
oracle@rac1 deinstall]$ cd /u01/app/oracle/product/12.1.0.2
[oracle@rac1 12.1.0.2]$ ls -lt
total 0
3. DEINSTALLATION OF Grid Infrastructure [ With Grid
Management database]
[oracle@rac1 12.1.0.2]$ ps -ef | grep pmon
oracle 4135 1 0 22:22 ? 00:00:00 asm_pmon_+ASM1
oracle 4736 1 0 22:23 ? 00:00:00 mdb_pmon_-MGMTDB --Grid Mgt Database
oracle 8172 20089 0 23:28 pts/1 00:00:00 grep pmon
[oracle@rac1 12.1.0.2]$ . oraenv
ORACLE_SID = [cdb1] ? -MGMTDB
The Oracle base remains unchangedwith value /u01/app/oracle
[oracle@rac1 12.1.0.2]$ sqlplus " / as sysdba "
SQL*Plus: Release 12.1.0.2.0 Production on Fri Feb 13 23:28:44 2015
Copyright (c) 1982, 2014, Oracle. All rights reserved.
Connectedto:
Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production
With the Partitioning, Automatic Storage Management and Advanced Analytics options
SQL> select cdb from v$database;
CDB
---
YES --Container Database
SQL> select name from v$datafile;
NAME
--------------------------------------------------------------------------------
+DATA/_MGMTDB/DATAFILE/system.258.870022609
+DATA/_MGMTDB/DATAFILE/sysaux.257.870022559
+DATA/_MGMTDB/DATAFILE/undotbs1.259.870022675
+DATA/_MGMTDB/FD9AC0F7C36E4438E043B6A9E80A24D5/DATAFILE/system.265.870022797
+DATA/_MGMTDB/FD9AC0F7C36E4438E043B6A9E80A24D5/DATAFILE/sysaux.266.870022797
+DATA/_MGMTDB/FD9B43BF6A646F8CE043B6A9E80A2815/DATAFILE/system.270.870023535
+DATA/_MGMTDB/FD9B43BF6A646F8CE043B6A9E80A2815/DATAFILE/sysaux.271.870023535
+DATA/_MGMTDB/FD9B43BF6A646F8CE043B6A9E80A2815/DATAFILE/users.274.870023535
+DATA/_MGMTDB/FD9B43BF6A646F8CE043B6A9E80A2815/DATAFILE/sysgridhomedata.272.8700
23535
+DATA/_MGMTDB/FD9B43BF6A646F8CE043B6A9E80A2815/DATAFILE/sysmgmtdata.269.87002353
3
+DATA/_MGMTDB/FD9B43BF6A646F8CE043B6A9E80A2815/DATAFILE/sysmgmtdatadb.273.870023535
11 rows selected.
SQL> select name, open_mode from v$pdbs;
NAME OPEN_MODE
------------------------------ ----------
PDB$SEED READ ONLY
SCAN READ WRITE
For testing, I didn't stop Grid Management database, ASM or clusterware, simply using
deinstall utility -- and it worked fine
ORACLE_SID = [-MGMTDB] ? +ASM1
The Oracle base remains unchangedwith value /u01/app/oracle
[oracle@rac1 12.1.0.2]$ srvctl status database -d -MGMTDB
PRKO-2388 : Command line option -db should be followed by a value.
PRKO-2002 : Invalid command line option: -MGMTDB
[oracle@rac1 12.1.0.2]$ cd $ORACLE_HOME
[oracle@rac1 grid]$ ls
addnode css eons inventory md oracore QOpatch sqlpatch wwg
assistants ctss evm javavm mdns oraInst.loc racg sqlplus xag
auth cv gipc jdbc network ord rdbms srvm xdk
bin dbs gnsd jdk nls osysmond relnotes suptools
cdata dc_ocm gpnp jlib oc4j oui rest tfa
cfgtoollogs deinstall has JRE ohasd owm root.sh ucp
clone demo hs ldap ologgerd perl rootupgrade.sh usm
crf diagnostics install lib OPatch plsql scheduler utl
crs dmu instantclient log opmn precomp slax wlm
[oracle@rac1 grid]$ cd deinstall/
[oracle@rac1 deinstall]$ ls
bootstrap_files.lst deinstall deinstall.xml readme.txt sshUserSetup.sh
bootstrap.pl deinstall.pl jlib response utl
[oracle@rac1 deinstall]$ ./deinstall
Checking for requiredfiles and bootstrapping ...
Please wait ...
Location of logs /tmp/deinstall2015-02-13_11-35-08PM/logs/
############ ORACLE DECONFIG TOOL START ############
######################### DECONFIG CHECK OPERATION START
#########################
## [START] Install check configuration ##
Checking for existence of the Oracle home location /u01/app/12.1.0.2/grid
Oracle Home type selectedfor deinstall is: Oracle Grid Infrastructure for a Cluster
Oracle Base selectedfor 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/12.1.0.2/grid
The following nodes are part of this cluster: rac1,rac2
Active Remote Nodes are rac2
Checking for sufficient tempspace availability on node(s) : 'rac1,rac2'
## [END] Install check configuration ##
Traces log file: /tmp/deinstall2015-02-13_11-35-08PM/logs//crsdc_2015-02-13_11-37-
32PM.log
Network Configuration check config START
Network de-configuration trace file location: /tmp/deinstall2015-02-13_11-35-
08PM/logs/netdc_check2015-02-13_11-37-34-PM.log
Specify all RAC listeners (do not include SCAN listener) that are to be de -configured. Enter
.(dot) to deselect all. [LISTENER]:
Network Configuration check config END
Asm Check Configuration START
ASM de-configuration trace file location: /tmp/deinstall2015-02-13_11-35-
08PM/logs/asmcadc_check2015-02-13_11-38-09-PM.log
Automatic Storage Management (ASM) instance is detectedin this Oracle home
/u01/app/12.1.0.2/grid.
ASM Diagnostic Destination : /u01/app/oracle
ASM Diskgroups : +DATA
ASM diskstring : /dev/oracleasm/disk*
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 detectedis 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/deinstall2015-02-13_11-35-
08PM/logs/databasedc_check2015-02-13_11-38-31-PM.log
Oracle Grid Management database was 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/12.1.0.2/gri d
The following nodes are part of this cluster: rac1,rac2
Active Remote Nodes are rac2
The cluster node(s) on which the Oracle home deinstallation will be performed are:rac1,rac2
Oracle Home selectedfor deinstall is: /u01/app/12.1.0.2/grid
Inventory Location where the Oracle home registeredis: /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 found in this Grid Infrastructure home
Oracle Grid Management database will be de-configured from 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/deinstall2015-02-13_11-35-
08PM/logs/deinstall_deconfig2015-02-13_11-36-53-PM.out'
Any error messages from this session will be written to: '/tmp/deinstall2015-02-13_11-35-
08PM/logs/deinstall_deconfig2015-02-13_11-36-53-PM.err'
######################## DECONFIG CLEAN OPERATION START
########################
Database de-configuration trace file location: /tmp/deinstall2015-02-13_11-35-
08PM/logs/databasedc_clean2015-02-13_11-39-54-PM.log
This operation may take few minutes.
ASM de-configuration trace file location: /tmp/deinstall2015-02-13_11-35-
08PM/logs/asmcadc_clean2015-02-13_11-41-41-PM.log
ASM Clean Configuration START
ASM Clean Configuration END
Network Configuration clean config START
Network de-configuration trace file location: /tmp/deinstall2015-02-13_11-35-
08PM/logs/netdc_clean2015-02-13_11-41-46-PM.log
De-configuring RAC listener(s): LISTENER
De-configuring listener: LISTENER
Stopping listener: LISTENER
Listener stopped successfully.
Unregistering listener: LISTENER
Listener unregisteredsuccessfully.
Listener de-configuredsuccessfully.
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 -configuredsuccessfully.
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 cleanedup successfully.
Network Configuration clean config END
---------------------------------------->
The deconfig command below can be executedin 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 "rac2".
/tmp/deinstall2015-02-13_11-35-08PM/perl/bin/perl -I/tmp/deinstall2015-02-13_11-35-
08PM/perl/lib -I/tmp/deinstall2015-02-13_11-35-08PM/crs/install /tmp/deinstall2015-02-
13_11-35-08PM/crs/install/rootcrs.pl -force -deconfig -paramfile "/tmp/deinstall2015-02-
13_11-35-08PM/response/deinstall_OraGI12Home1.rsp"
Run the following command as the root user or the administrator on node "rac1".
/tmp/deinstall2015-02-13_11-35-08PM/perl/bin/perl -I/tmp/deinstall2015-02-13_11-35-
08PM/perl/lib -I/tmp/deinstall2015-02-13_11-35-08PM/crs/install /tmp/deinstall2015-02-
13_11-35-08PM/crs/install/rootcrs.pl -force -deconfig -paramfile "/tmp/deinstall2015-02-
13_11-35-08PM/response/deinstall_OraGI12Home1.rsp" -lastnode
Press Enter after you finish running the above commands
<----------------------------------------
FROM SECOND NODE
------------------------------
[root@rac2 Desktop]# /tmp/deinstall2015-02-13_11-35-08PM/perl/bin/perl -
I/tmp/deinstall2015-02-13_11-35-08PM/perl/lib -I/tmp/deinstall2015-02-13_11-35-
08PM/crs/install /tmp/deinstall2015-02-13_11-35-08PM/crs/install/rootcrs.pl -force -
deconfig -paramfile "/tmp/deinstall2015-02-13_11-35-
08PM/response/deinstall_OraGI12Home1.rsp"
Using configuration parameter file: /tmp/deinstall2015-02-13_11-35-
08PM/response/deinstall_OraGI12Home1.rsp
Network 1 exists
Subnet IPv4: 192.168.2.0/255.255.255.0/eth0, static
Subnet IPv6:
Ping Targets:
Network is enabled
Network is individually enabled on nodes:
Network is individually disabled on nodes:
VIP exists: network number 1, hosting node rac1
VIP Name: rac1-vip.localdomain
VIP IPv4 Address: 192.168.2.16
VIP IPv6 Address:
VIP is enabled.
VIP is individually enabled on nodes:
VIP is individually disabled on nodes:
VIP exists: network number 1, hosting node rac2
VIP Name: rac2-vip.localdomain
VIP IPv4 Address: 192.168.2.17
VIP IPv6 Address:
VIP is enabled.
VIP is individually enabled on nodes:
VIP is individually disabled on nodes:
ONS exists: Local port 6100, remote port 6200, EM port 2016, Uses SSL false
ONS is enabled
ONS is individually enabled on nodes:
ONS is individually disabled on nodes:
CRS-2791: Starting shutdown of Oracle High Availability Services-managedresources on 'rac2'
CRS-2673: Attempting to stop 'ora.crsd' on 'rac2'
CRS-2790: Starting shutdown of Cluster Ready Services-managedresources on 'rac2'
CRS-2673: Attempting to stop 'ora.asm' on 'rac2'
CRS-2677: Stop of 'ora.asm' on 'rac2' succeeded
CRS-2792: Shutdown of Cluster Ready Services-managedresources on 'rac2' has completed
CRS-2677: Stop of 'ora.crsd' on 'rac2' succeeded
CRS-2673: Attempting to stop 'ora.evmd' on 'rac2'
CRS-2673: Attempting to stop 'ora.ctssd' on 'rac2'
CRS-2673: Attempting to stop 'ora.crf' on 'rac2'
CRS-2673: Attempting to stop 'ora.drivers.acfs' on 'rac2'
CRS-2673: Attempting to stop 'ora.mdnsd' on 'rac2'
CRS-2673: Attempting to stop 'ora.gpnpd' on 'rac2'
CRS-2677: Stop of 'ora.drivers.acfs' on 'rac2' succeeded
CRS-2677: Stop of 'ora.ctssd' on 'rac2' succeeded
CRS-2677: Stop of 'ora.crf' on 'rac2' succeeded
CRS-2677: Stop of 'ora.evmd' on 'rac2' succeeded
CRS-2673: Attempting to stop 'ora.storage' on 'rac2'
CRS-2677: Stop of 'ora.storage' on 'rac2' succeeded
CRS-2673: Attempting to stop 'ora.asm' on 'rac2'
CRS-2677: Stop of 'ora.mdnsd' on 'rac2' succeeded
CRS-2677: Stop of 'ora.gpnpd' on 'rac2' succeeded
CRS-2677: Stop of 'ora.asm' on 'rac2' succeeded
CRS-2673: Attempting to stop 'ora.cluster_interconnect.haip' on 'rac2'
CRS-2677: Stop of 'ora.cluster_interconnect.haip' on 'rac2' succeede d
CRS-2673: Attempting to stop 'ora.cssd' on 'rac2'
CRS-2677: Stop of 'ora.cssd' on 'rac2' succeeded
CRS-2673: Attempting to stop 'ora.gipcd' on 'rac2'
CRS-2677: Stop of 'ora.gipcd' on 'rac2' succeeded
CRS-2793: Shutdown of Oracle High Availability Services-managedresources on 'rac2' has
completed
CRS-4133: Oracle High Availability Services has been stopped.
2015/02/13 23:48:29 CLSRSC-4006: Removing Oracle Trace File Analyzer (TFA) Collector.
2015/02/13 23:48:57 CLSRSC-4007: Successfully removedOracle Trace File Analyzer (TFA)
Collector.
2015/02/13 23:49:03 CLSRSC-336: Successfully deconfigured Oracle Clusterware stack on
this node
2015/02/13 23:49:09 CLSRSC-46: Error:
'/u01/app/oracle/crsdata/rac2/crsconfig/cluutil2.log' does not exist
2015/02/13 23:49:09 CLSRSC-46: Error:
'/u01/app/oracle/crsdata/rac2/crsconfig/cluutil2.log' does not exist
NOW FROM FIRST NODE
-------------------------------
[root@rac1 Desktop]# /tmp/deinstall2015-02-13_11-35-08PM/perl/bin/perl -
I/tmp/deinstall2015-02-13_11-35-08PM/perl/lib -I/tmp/deinstall2015-02-13_11-35-
08PM/crs/install /tmp/deinstall2015-02-13_11-35-08PM/crs/install/rootcrs.pl -force -
deconfig -paramfile "/tmp/deinstall2015-02-13_11-35-
08PM/response/deinstall_OraGI12Home1.rsp" -lastnode
Using configuration parameter file: /tmp/deinstall2015-02-13_11-35-
08PM/response/deinstall_OraGI12Home1.rsp
Network 1 exists
Subnet IPv4: 192.168.2.0/255.255.255.0/eth0, static
Subnet IPv6:
Ping Targets:
Network is enabled
Network is individually enabled on nodes:
Network is individually disabled on nodes:
VIP exists: network number 1, hosting node rac1
VIP Name: rac1-vip.localdomain
VIP IPv4 Address: 192.168.2.16
VIP IPv6 Address:
VIP is enabled.
VIP is individually enabled on nodes:
VIP is individually disabled on nodes:
ONS exists: Local port 6100, remote port 6200, EM port 2016, Uses SSL false
ONS is enabled
ONS is individually enabled on nodes:
ONS is individually disabled on nodes:
CRS-2791: Starting shutdown of Oracle High Availability Services-managedresources on 'rac1'
CRS-2673: Attempting to stop 'ora.crsd' on 'rac1'
CRS-2790: Starting shutdown of Cluster Ready Services-managedresources on 'rac1'
CRS-2673: Attempting to stop 'ora.MGMTLSNR' on 'rac1'
CRS-2673: Attempting to stop 'ora.asm' on 'rac1'
CRS-2677: Stop of 'ora.asm' on 'rac1' succeeded
CRS-2677: Stop of 'ora.MGMTLSNR' on 'rac1' succeeded
CRS-2792: Shutdown of Cluster Ready Services-managedresources on 'rac1' has completed
CRS-2677: Stop of 'ora.crsd' on 'rac1' succeeded
CRS-2673: Attempting to stop 'ora.storage' on 'rac1'
CRS-2673: Attempting to stop 'ora.mdnsd' on 'rac1'
CRS-2673: Attempting to stop 'ora.gpnpd' on 'rac1'
CRS-2673: Attempting to stop 'ora.drivers.acfs' on 'rac1'
CRS-2677: Stop of 'ora.drivers.acfs' on 'rac1' succeeded
CRS-2677: Stop of 'ora.storage' on 'rac1' succeeded
CRS-2673: Attempting to stop 'ora.crf' on 'rac1'
CRS-2673: Attempting to stop 'ora.ctssd' on 'rac1'
CRS-2673: Attempting to stop 'ora.evmd' on 'rac1'
CRS-2673: Attempting to stop 'ora.asm' on 'rac1'
CRS-2677: Stop of 'ora.crf' on 'rac1' succeeded
CRS-2677: Stop of 'ora.ctssd' on 'rac1' succeeded
CRS-2677: Stop of 'ora.evmd' on 'rac1' succeeded
CRS-2677: Stop of 'ora.gpnpd' on 'rac1' succeeded
CRS-2677: Stop of 'ora.mdnsd' on 'rac1' succeeded
CRS-2677: Stop of 'ora.asm' on 'rac1' succeeded
CRS-2673: Attempting to stop 'ora.cluster_interconnect.haip' on 'rac1'
CRS-2677: Stop of 'ora.cluster_interconnect.haip' on 'rac1' succeeded
CRS-2673: Attempting to stop 'ora.cssd' on 'rac1'
CRS-2677: Stop of 'ora.cssd' on 'rac1' succeeded
CRS-2673: Attempting to stop 'ora.gipcd' on 'rac1'
CRS-2677: Stop of 'ora.gipcd' on 'rac1' succeeded
CRS-2793: Shutdown of Oracle High Availability Services-managedresources on 'rac1' 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 'rac1'
CRS-2672: Attempting to start 'ora.mdnsd' on 'rac1'
CRS-2676: Start of 'ora.mdnsd' on 'rac1' succeeded
CRS-2676: Start of 'ora.evmd' on 'rac1' succeeded
CRS-2672: Attempting to start 'ora.gpnpd' on 'rac1'
CRS-2676: Start of 'ora.gpnpd' on 'rac1' succeeded
CRS-2672: Attempting to start 'ora.cssdmonitor' on 'rac1'
CRS-2672: Attempting to start 'ora.gipcd' on 'rac1'
CRS-2676: Start of 'ora.cssdmonitor' on 'rac1' succeeded
CRS-2676: Start of 'ora.gipcd' on 'rac1' succeeded
CRS-2672: Attempting to start 'ora.cssd' on 'rac1'
CRS-2672: Attempting to start 'ora.diskmon' on 'rac1'
CRS-2676: Start of 'ora.diskmon' on 'rac1' succeeded
CRS-2676: Start of 'ora.cssd' on 'rac1' succeeded
ASM de-configuration trace file location: /tmp/deinstall2015-02-13_11-35-
08PM/logs/asmcadc_clean2015-02-13_11-54-37-PM.log
ASM Clean Configuration START
ASM Clean Configuration END
ASM with SID +ASM1 deleted successfully. Check /tmp/deinstall2015-02-13_11-35-
08PM/logs/asmcadc_clean2015-02-13_11-54-37-PM.log for details.
CRS-2791: Starting shutdown of Oracle High Availability Services-managedresources on 'rac1'
CRS-2673: Attempting to stop 'ora.mdnsd' on 'rac1'
CRS-2673: Attempting to stop 'ora.gpnpd' on 'rac1'
CRS-2673: Attempting to stop 'ora.ctssd' on 'rac1'
CRS-2673: Attempting to stop 'ora.evmd' on 'rac1'
CRS-2673: Attempting to stop 'ora.asm' on 'rac1'
CRS-2673: Attempting to stop 'ora.drivers.acfs' on 'rac1'
CRS-2677: Stop of 'ora.drivers.acfs' on 'rac1' succeeded
CRS-2677: Stop of 'ora.mdnsd' on 'rac1' succeeded
CRS-2677: Stop of 'ora.gpnpd' on 'rac1' succeeded
CRS-2677: Stop of 'ora.ctssd' on 'rac1' succeeded
CRS-2677: Stop of 'ora.evmd' on 'rac1' succeeded
CRS-2677: Stop of 'ora.asm' on 'rac1' succeeded
CRS-2673: Attempting to stop 'ora.cluster_interconnect.haip' on 'rac1'
CRS-2677: Stop of 'ora.cluster_interconnect.haip' on 'rac1' succeeded
CRS-2673: Attempting to stop 'ora.cssd' on 'rac1'
CRS-2677: Stop of 'ora.cssd' on 'rac1' succeeded
CRS-2673: Attempting to stop 'ora.gipcd' on 'rac1'
CRS-2677: Stop of 'ora.gipcd' on 'rac1' succeeded
CRS-2793: Shutdown of Oracle High Availability Services-managedresources on 'rac1' has
completed
CRS-4133: Oracle High Availability Services has been stopped.
2015/02/13 23:57:48 CLSRSC-4006: Removing Oracle Trace File Analyzer (TFA) Collector.
2015/02/13 23:58:03 CLSRSC-4007: Successfully removedOracle Trace File Analyzer (TFA)
Collector.
2015/02/13 23:58:08 CLSRSC-336: Successfully deconfigured Oracle Clusterware stack on
this node
2015/02/13 23:58:08 CLSRSC-559: Ensure that the GPnP profile data under the 'gpnp'
directory in /u01/app/12.1.0.2/grid is deleted on each node before using the software in the
current Grid Infrastructure home for reconfiguration.
2015/02/13 23:58:13 CLSRSC-46: Error:
'/u01/app/oracle/crsdata/rac1/crsconfig/cluutil2.log' does not exist
2015/02/13 23:58:13 CLSRSC-46: Error:
'/u01/app/oracle/crsdata/rac1/crsconfig/cluutil2.log' does not exist
Press Enter button
######################### DECONFIG CLEAN OPERATION END
#########################
####################### DECONFIG CLEAN OPERATION SUMMARY
#######################
Successfully de-configured Oracle Grid Management database
ASM instance was de-configured successfully from the Oracle home
Following RAC listener(s) were de-configuredsuccessfully: LISTENER
Oracle Clusterware is stopped and successfully de -configured on node "rac1"
Oracle Clusterware is stopped and successfully de-configured on node "rac2"
Oracle Clusterware is stopped and de-configured successfully.
#######################################################################
############# ORACLE DECONFIG TOOL END #############
Using properties file /tmp/deinstall2015-02-13_11-35-08PM/response/deinstall_2015-02-
13_11-36-53-PM.rsp
Location of logs /tmp/deinstall2015-02-13_11-35-08PM/logs/
############ ORACLE DEINSTALL TOOL START ############
####################### DEINSTALL CHECK OPERATION SUMMARY
#######################
A log of this session will be written to: '/tmp/deinstall2015-02-13_11-35-
08PM/logs/deinstall_deconfig2015-02-13_11-36-53-PM.out'
Any error messages from this session will be written to: '/tmp/deinstall2015-02-13_11-35-
08PM/logs/deinstall_deconfig2015-02-13_11-36-53-PM.err'
######################## DEINSTALL CLEAN OPERATION START
########################
## [START] Preparing for Deinstall ##
Setting LOCAL_NODE to rac1
Setting REMOTE_NODES to rac2
Setting CLUSTER_NODES to rac1,rac2
Setting CRS_HOME to true
Setting oracle.installer.invPtrLoc to /tmp/deinstall2015-02-13_11-35-08PM/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/12.1.0.2/grid' from the central inventory on the local node :
Done
Delete directory '/u01/app/12.1.0.2/grid' on the local node : Done
Delete directory '/u01/app/oraInventory' on the local node : Done
Failed to delete the directory
'/u01/app/oracle/log/diag/asmcmd/user_root/rac1.localdomain/trace'. The directory is in
use.
The Oracle Base directory '/u01/app/oracle' will not be removedon local node. The directory is
not empty.
Detach Oracle home '/u01/app/12.1.0.2/grid' from the central inventory on the remote nodes
'rac2' : Done
Delete directory '/u01/app/12.1.0.2/grid' on the remote nodes 'rac2' : Done
Delete directory '/u01/app/oraInventory' on the remote nodes 'rac2' : Done
The Oracle Base directory '/u01/app/oracle' will not be removedon node 'rac2'. The directory
is not empty.
Oracle Universal Installer cleanupwas successful.
Oracle Universal Installer clean END
## [START] Oracle install clean ##
Clean install operation removing temporary directory '/tmp/deinstall2015-02-13_11-35-08PM'
on node 'rac1'
Clean install operation removing temporary directory '/tmp/deinstall2015-02-13_11-35-08PM'
on node 'rac2'
## [END] Oracle install clean ##
######################### DEINSTALL CLEAN OPERATION END
#########################
####################### DEINSTALL CLEAN OPERATION SUMMARY
#######################
Successfully detached Oracle home '/u01/app/12.1.0.2/grid' from the central inventory on the
local node.
Successfully deleted directory '/u01/app/12.1.0.2/grid' on the local node.
Successfully deleted directory '/u01/app/oraInventory' on the local node.
Successfully detached Oracle home '/u01/app/12.1.0.2/grid' from the central inventory on the
remote nodes 'rac2'.
Successfully deleted directory '/u01/app/12.1.0.2/grid' on the remote nodes 'rac2'.
Successfully deleted directory '/u01/app/oraInventory' on the remote nodes 'rac2'.
Oracle Universal Installer cleanupwas successful.
Run 'rm -r /etc/oraInst.loc' as root on node(s) 'rac1,rac2' at the end of the session.
Run 'rm -r /opt/ORCLfmap' as root on node(s) 'rac1,rac2' at the end of the session.
Oracle deinstall tool successfully cleanedup temporary directories.
#######################################################################
############# ORACLE DEINSTALL TOOL END #############
[root@rac1 Desktop]# rm -r /etc/oraInst.loc
rm: remove regular file `/etc/oraInst.loc'? y
[root@rac1 Desktop]# rm -r /opt/ORCLfmap
rm: descend into directory `/opt/ORCLfmap'? y
rm: descend into directory `/opt/ORCLfmap/prot1_64'? y
rm: remove directory `/opt/ORCLfmap/prot1_64/log'? y
rm: descend into directory `/opt/ORCLfmap/prot1_64/bin'? y
rm: remove regular file `/opt/ORCLfmap/prot1_64/bin/fmputlhp'? y
rm: remove regular file `/opt/ORCLfmap/prot1_64/bin/fmputl'? y
rm: remove directory `/opt/ORCLfmap/prot1_64/bin'? y
rm: descend into directory `/opt/ORCLfmap/prot1_64/etc'? y
rm: remove regular file `/opt/ORCLfmap/prot1_64/etc/filemap.ora'? y
rm: remove directory `/opt/ORCLfmap/prot1_64/etc'? y
rm: remove directory `/opt/ORCLfmap/prot1_64'? y
rm: remove directory `/opt/ORCLfmap'? y
Second Node
--------------------
[root@rac2 Desktop]# rm -r /etc/oraInst.loc
rm: remove regular file `/etc/oraInst.loc'? y
[root@rac2 Desktop]# rm -r /opt/ORCLfmap
rm: descend into directory `/opt/ORCLfmap'? y
rm: descend into directory `/opt/ORCLfmap/prot1_64'? y
rm: remove directory `/opt/ORCLfmap/prot1_64/log'? y
rm: descend into directory `/opt/ORCLfmap/prot1_64/bin'? y
rm: remove regular file `/opt/ORCLfmap/prot1_64/bin/fmputlhp'? yy
rm: remove regular file `/opt/ORCLfmap/prot1_64/bin/fmputl'? y
rm: remove directory `/opt/ORCLfmap/prot1_64/bin'? y
rm: descend into directory `/opt/ORCLfmap/prot1_64/etc'? y
rm: remove regular file `/opt/ORCLfmap/prot1_64/etc/filemap.ora'? y
rm: remove directory `/opt/ORCLfmap/prot1_64/etc'? y
rm: remove directory `/opt/ORCLfmap/prot1_64'? y
rm: remove directory `/opt/ORCLfmap'? y

More Related Content

What's hot

Oracle 12c r1 installation on solaris 11.1
Oracle 12c r1 installation on solaris 11.1Oracle 12c r1 installation on solaris 11.1
Oracle 12c r1 installation on solaris 11.1Laurent Leturgez
 
Install Solaris 11.1 on a Virtualbox VM
Install Solaris 11.1 on a Virtualbox VMInstall Solaris 11.1 on a Virtualbox VM
Install Solaris 11.1 on a Virtualbox VMLaurent Leturgez
 
Cloug Troubleshooting Oracle 11g Rac 101 Tips And Tricks
Cloug Troubleshooting Oracle 11g Rac 101 Tips And TricksCloug Troubleshooting Oracle 11g Rac 101 Tips And Tricks
Cloug Troubleshooting Oracle 11g Rac 101 Tips And TricksScott Jenner
 
Oracle Database Management Basic 1
Oracle Database Management Basic 1Oracle Database Management Basic 1
Oracle Database Management Basic 1Chien Chung Shen
 
Latihan soal
Latihan soalLatihan soal
Latihan soaljoko
 
Adventures in Dataguard
Adventures in DataguardAdventures in Dataguard
Adventures in DataguardJason Arneil
 
12c Flex ASM: Moving to Flex ASM
12c Flex ASM: Moving to Flex ASM12c Flex ASM: Moving to Flex ASM
12c Flex ASM: Moving to Flex ASMMonowar Mukul
 
Oracle数据库日志满导致错误
Oracle数据库日志满导致错误Oracle数据库日志满导致错误
Oracle数据库日志满导致错误Zianed Hou
 
Linux Du Jour
Linux Du JourLinux Du Jour
Linux Du Jourmwedgwood
 
Quickly Locate Poorly Performing DB2 for z/OS Batch SQL
Quickly Locate Poorly Performing DB2 for z/OS Batch SQL Quickly Locate Poorly Performing DB2 for z/OS Batch SQL
Quickly Locate Poorly Performing DB2 for z/OS Batch SQL softbasemarketing
 
Percona Live 2012PPT: introduction-to-mysql-replication
Percona Live 2012PPT: introduction-to-mysql-replicationPercona Live 2012PPT: introduction-to-mysql-replication
Percona Live 2012PPT: introduction-to-mysql-replicationmysqlops
 
11 Things About11g
11 Things About11g11 Things About11g
11 Things About11gfcamachob
 
Deploy Failover/High Availability in ASA Firewall
Deploy Failover/High Availability in ASA FirewallDeploy Failover/High Availability in ASA Firewall
Deploy Failover/High Availability in ASA FirewallKHNOG
 
greenplum installation guide - 4 node VM
greenplum installation guide - 4 node VM greenplum installation guide - 4 node VM
greenplum installation guide - 4 node VM seungdon Choi
 
Juniper JNCIA – Juniper Floating Static Route Configuration
Juniper JNCIA – Juniper Floating Static Route ConfigurationJuniper JNCIA – Juniper Floating Static Route Configuration
Juniper JNCIA – Juniper Floating Static Route ConfigurationHamed Moghaddam
 
A deep dive about VIP,HAIP, and SCAN
A deep dive about VIP,HAIP, and SCAN A deep dive about VIP,HAIP, and SCAN
A deep dive about VIP,HAIP, and SCAN Riyaj Shamsudeen
 
Step by Step Restore rman to different host
Step by Step Restore rman to different hostStep by Step Restore rman to different host
Step by Step Restore rman to different hostOsama Mustafa
 

What's hot (17)

Oracle 12c r1 installation on solaris 11.1
Oracle 12c r1 installation on solaris 11.1Oracle 12c r1 installation on solaris 11.1
Oracle 12c r1 installation on solaris 11.1
 
Install Solaris 11.1 on a Virtualbox VM
Install Solaris 11.1 on a Virtualbox VMInstall Solaris 11.1 on a Virtualbox VM
Install Solaris 11.1 on a Virtualbox VM
 
Cloug Troubleshooting Oracle 11g Rac 101 Tips And Tricks
Cloug Troubleshooting Oracle 11g Rac 101 Tips And TricksCloug Troubleshooting Oracle 11g Rac 101 Tips And Tricks
Cloug Troubleshooting Oracle 11g Rac 101 Tips And Tricks
 
Oracle Database Management Basic 1
Oracle Database Management Basic 1Oracle Database Management Basic 1
Oracle Database Management Basic 1
 
Latihan soal
Latihan soalLatihan soal
Latihan soal
 
Adventures in Dataguard
Adventures in DataguardAdventures in Dataguard
Adventures in Dataguard
 
12c Flex ASM: Moving to Flex ASM
12c Flex ASM: Moving to Flex ASM12c Flex ASM: Moving to Flex ASM
12c Flex ASM: Moving to Flex ASM
 
Oracle数据库日志满导致错误
Oracle数据库日志满导致错误Oracle数据库日志满导致错误
Oracle数据库日志满导致错误
 
Linux Du Jour
Linux Du JourLinux Du Jour
Linux Du Jour
 
Quickly Locate Poorly Performing DB2 for z/OS Batch SQL
Quickly Locate Poorly Performing DB2 for z/OS Batch SQL Quickly Locate Poorly Performing DB2 for z/OS Batch SQL
Quickly Locate Poorly Performing DB2 for z/OS Batch SQL
 
Percona Live 2012PPT: introduction-to-mysql-replication
Percona Live 2012PPT: introduction-to-mysql-replicationPercona Live 2012PPT: introduction-to-mysql-replication
Percona Live 2012PPT: introduction-to-mysql-replication
 
11 Things About11g
11 Things About11g11 Things About11g
11 Things About11g
 
Deploy Failover/High Availability in ASA Firewall
Deploy Failover/High Availability in ASA FirewallDeploy Failover/High Availability in ASA Firewall
Deploy Failover/High Availability in ASA Firewall
 
greenplum installation guide - 4 node VM
greenplum installation guide - 4 node VM greenplum installation guide - 4 node VM
greenplum installation guide - 4 node VM
 
Juniper JNCIA – Juniper Floating Static Route Configuration
Juniper JNCIA – Juniper Floating Static Route ConfigurationJuniper JNCIA – Juniper Floating Static Route Configuration
Juniper JNCIA – Juniper Floating Static Route Configuration
 
A deep dive about VIP,HAIP, and SCAN
A deep dive about VIP,HAIP, and SCAN A deep dive about VIP,HAIP, and SCAN
A deep dive about VIP,HAIP, and SCAN
 
Step by Step Restore rman to different host
Step by Step Restore rman to different hostStep by Step Restore rman to different host
Step by Step Restore rman to different host
 

Viewers also liked

Testing Orachk for Database Health Monitoring
Testing Orachk for Database Health MonitoringTesting Orachk for Database Health Monitoring
Testing Orachk for Database Health MonitoringMonowar Mukul
 
Oracle AWR baseline - Basic
Oracle AWR baseline - BasicOracle AWR baseline - Basic
Oracle AWR baseline - BasicMonowar Mukul
 
Oracle Certified Master 11g database administration preparation
Oracle Certified Master 11g database administration preparationOracle Certified Master 11g database administration preparation
Oracle Certified Master 11g database administration preparationMonowar Mukul
 
Oracle EM12c Edit or Create Incident rules and Setup SMS alert
Oracle EM12c Edit or Create Incident rules and Setup SMS alertOracle EM12c Edit or Create Incident rules and Setup SMS alert
Oracle EM12c Edit or Create Incident rules and Setup SMS alertMonowar Mukul
 
EM12c Configuration Setup - Step by Step
EM12c Configuration Setup - Step by StepEM12c Configuration Setup - Step by Step
EM12c Configuration Setup - Step by StepMonowar Mukul
 
SMS notification setup using EM12c
SMS notification setup using EM12cSMS notification setup using EM12c
SMS notification setup using EM12cMonowar Mukul
 
Oracle 12cR2 RAC Database Software Installation and Create Database
Oracle 12cR2 RAC Database Software Installation and Create DatabaseOracle 12cR2 RAC Database Software Installation and Create Database
Oracle 12cR2 RAC Database Software Installation and Create DatabaseMonowar Mukul
 
Copyright Crash Course 1st revised ppt 6340.64 Sonia Aldape
Copyright Crash Course 1st revised ppt 6340.64 Sonia AldapeCopyright Crash Course 1st revised ppt 6340.64 Sonia Aldape
Copyright Crash Course 1st revised ppt 6340.64 Sonia Aldapesoniaaldape
 
12c: Testing audit features for Data Pump (Export & Import) and RMAN jobs
12c: Testing audit features for Data Pump (Export & Import) and RMAN jobs12c: Testing audit features for Data Pump (Export & Import) and RMAN jobs
12c: Testing audit features for Data Pump (Export & Import) and RMAN jobsMonowar Mukul
 
TimesTen in memory database Creation
TimesTen in memory database Creation TimesTen in memory database Creation
TimesTen in memory database Creation Monowar Mukul
 
Edtc6341 63 esther_sauceda_practice_test5
Edtc6341 63 esther_sauceda_practice_test5Edtc6341 63 esther_sauceda_practice_test5
Edtc6341 63 esther_sauceda_practice_test5esauceda12
 
Upgrade database using cloud_control Provisioning
Upgrade database using cloud_control Provisioning Upgrade database using cloud_control Provisioning
Upgrade database using cloud_control Provisioning Monowar Mukul
 
Advanced installation 12c rac
Advanced installation 12c racAdvanced installation 12c rac
Advanced installation 12c racMonowar Mukul
 
Exadata I/O Resource Manager (Exadata IORM)
Exadata I/O Resource Manager (Exadata IORM)Exadata I/O Resource Manager (Exadata IORM)
Exadata I/O Resource Manager (Exadata IORM)Monowar Mukul
 
Exadata - Smart Scan Testing
Exadata - Smart Scan TestingExadata - Smart Scan Testing
Exadata - Smart Scan TestingMonowar Mukul
 
Exadata - BULK DATA LOAD Testing on Database Machine
Exadata - BULK DATA LOAD Testing on Database Machine Exadata - BULK DATA LOAD Testing on Database Machine
Exadata - BULK DATA LOAD Testing on Database Machine Monowar Mukul
 
12c database migration from ASM storage to NON-ASM storage
12c database migration from ASM storage to NON-ASM storage12c database migration from ASM storage to NON-ASM storage
12c database migration from ASM storage to NON-ASM storageMonowar Mukul
 
Moving 12c database from NON-ASM to ASM
Moving 12c database from NON-ASM to ASMMoving 12c database from NON-ASM to ASM
Moving 12c database from NON-ASM to ASMMonowar Mukul
 
Oracle 12c RAC (Advanced installation - Flex ASM)
Oracle 12c RAC (Advanced installation - Flex ASM)Oracle 12c RAC (Advanced installation - Flex ASM)
Oracle 12c RAC (Advanced installation - Flex ASM)Monowar Mukul
 
SOA Fusion Middleware installation
SOA Fusion Middleware installationSOA Fusion Middleware installation
SOA Fusion Middleware installationMonowar Mukul
 

Viewers also liked (20)

Testing Orachk for Database Health Monitoring
Testing Orachk for Database Health MonitoringTesting Orachk for Database Health Monitoring
Testing Orachk for Database Health Monitoring
 
Oracle AWR baseline - Basic
Oracle AWR baseline - BasicOracle AWR baseline - Basic
Oracle AWR baseline - Basic
 
Oracle Certified Master 11g database administration preparation
Oracle Certified Master 11g database administration preparationOracle Certified Master 11g database administration preparation
Oracle Certified Master 11g database administration preparation
 
Oracle EM12c Edit or Create Incident rules and Setup SMS alert
Oracle EM12c Edit or Create Incident rules and Setup SMS alertOracle EM12c Edit or Create Incident rules and Setup SMS alert
Oracle EM12c Edit or Create Incident rules and Setup SMS alert
 
EM12c Configuration Setup - Step by Step
EM12c Configuration Setup - Step by StepEM12c Configuration Setup - Step by Step
EM12c Configuration Setup - Step by Step
 
SMS notification setup using EM12c
SMS notification setup using EM12cSMS notification setup using EM12c
SMS notification setup using EM12c
 
Oracle 12cR2 RAC Database Software Installation and Create Database
Oracle 12cR2 RAC Database Software Installation and Create DatabaseOracle 12cR2 RAC Database Software Installation and Create Database
Oracle 12cR2 RAC Database Software Installation and Create Database
 
Copyright Crash Course 1st revised ppt 6340.64 Sonia Aldape
Copyright Crash Course 1st revised ppt 6340.64 Sonia AldapeCopyright Crash Course 1st revised ppt 6340.64 Sonia Aldape
Copyright Crash Course 1st revised ppt 6340.64 Sonia Aldape
 
12c: Testing audit features for Data Pump (Export & Import) and RMAN jobs
12c: Testing audit features for Data Pump (Export & Import) and RMAN jobs12c: Testing audit features for Data Pump (Export & Import) and RMAN jobs
12c: Testing audit features for Data Pump (Export & Import) and RMAN jobs
 
TimesTen in memory database Creation
TimesTen in memory database Creation TimesTen in memory database Creation
TimesTen in memory database Creation
 
Edtc6341 63 esther_sauceda_practice_test5
Edtc6341 63 esther_sauceda_practice_test5Edtc6341 63 esther_sauceda_practice_test5
Edtc6341 63 esther_sauceda_practice_test5
 
Upgrade database using cloud_control Provisioning
Upgrade database using cloud_control Provisioning Upgrade database using cloud_control Provisioning
Upgrade database using cloud_control Provisioning
 
Advanced installation 12c rac
Advanced installation 12c racAdvanced installation 12c rac
Advanced installation 12c rac
 
Exadata I/O Resource Manager (Exadata IORM)
Exadata I/O Resource Manager (Exadata IORM)Exadata I/O Resource Manager (Exadata IORM)
Exadata I/O Resource Manager (Exadata IORM)
 
Exadata - Smart Scan Testing
Exadata - Smart Scan TestingExadata - Smart Scan Testing
Exadata - Smart Scan Testing
 
Exadata - BULK DATA LOAD Testing on Database Machine
Exadata - BULK DATA LOAD Testing on Database Machine Exadata - BULK DATA LOAD Testing on Database Machine
Exadata - BULK DATA LOAD Testing on Database Machine
 
12c database migration from ASM storage to NON-ASM storage
12c database migration from ASM storage to NON-ASM storage12c database migration from ASM storage to NON-ASM storage
12c database migration from ASM storage to NON-ASM storage
 
Moving 12c database from NON-ASM to ASM
Moving 12c database from NON-ASM to ASMMoving 12c database from NON-ASM to ASM
Moving 12c database from NON-ASM to ASM
 
Oracle 12c RAC (Advanced installation - Flex ASM)
Oracle 12c RAC (Advanced installation - Flex ASM)Oracle 12c RAC (Advanced installation - Flex ASM)
Oracle 12c RAC (Advanced installation - Flex ASM)
 
SOA Fusion Middleware installation
SOA Fusion Middleware installationSOA Fusion Middleware installation
SOA Fusion Middleware installation
 

Similar to TESTING - Drop 12c RAC Database, Database Software and GI

Oracle 11g R2 RAC setup on rhel 5.0
Oracle 11g R2 RAC setup on rhel 5.0Oracle 11g R2 RAC setup on rhel 5.0
Oracle 11g R2 RAC setup on rhel 5.0Santosh Kangane
 
Asian Spirit 3 Day Dba On Ubl
Asian Spirit 3 Day Dba On UblAsian Spirit 3 Day Dba On Ubl
Asian Spirit 3 Day Dba On Ublnewrforce
 
AHMED JASSAT SOUTH ARICAN ORACLE USER GROUP PRESENTATION
AHMED JASSAT SOUTH ARICAN ORACLE USER GROUP PRESENTATIONAHMED JASSAT SOUTH ARICAN ORACLE USER GROUP PRESENTATION
AHMED JASSAT SOUTH ARICAN ORACLE USER GROUP PRESENTATIONZahid02
 
Upgrade Oracle Database to 12c
Upgrade Oracle Database to 12c Upgrade Oracle Database to 12c
Upgrade Oracle Database to 12c Osama Mustafa
 
图文详解安装Net backup 6.5备份恢复oracle 10g rac 数据库
图文详解安装Net backup 6.5备份恢复oracle 10g rac 数据库图文详解安装Net backup 6.5备份恢复oracle 10g rac 数据库
图文详解安装Net backup 6.5备份恢复oracle 10g rac 数据库maclean liu
 
One Click Provisioning With Enterprise Manager 12c
One Click Provisioning With Enterprise Manager 12cOne Click Provisioning With Enterprise Manager 12c
One Click Provisioning With Enterprise Manager 12cJosh Turner
 
Vbox virtual box在oracle linux 5 - shoug 梁洪响
Vbox virtual box在oracle linux 5 - shoug 梁洪响Vbox virtual box在oracle linux 5 - shoug 梁洪响
Vbox virtual box在oracle linux 5 - shoug 梁洪响maclean liu
 
Installing oracle grid infrastructure and database 12c r1
Installing oracle grid infrastructure and database 12c r1Installing oracle grid infrastructure and database 12c r1
Installing oracle grid infrastructure and database 12c r1Voeurng Sovann
 
Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...
Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...
Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...ginniapps
 
RAC-Installing your First Cluster and Database
RAC-Installing your First Cluster and DatabaseRAC-Installing your First Cluster and Database
RAC-Installing your First Cluster and DatabaseNikhil Kumar
 
Step by Step to Install oracle grid 11.2.0.3 on solaris 11.1
Step by Step to Install oracle grid 11.2.0.3 on solaris 11.1Step by Step to Install oracle grid 11.2.0.3 on solaris 11.1
Step by Step to Install oracle grid 11.2.0.3 on solaris 11.1Osama Mustafa
 
Oracle Enterprise Manager 12c - OEM12c Presentation
Oracle Enterprise Manager 12c - OEM12c PresentationOracle Enterprise Manager 12c - OEM12c Presentation
Oracle Enterprise Manager 12c - OEM12c PresentationFrancisco Alvarez
 
OSMC 2019 | Use Cloud services & features in your redundant Icinga2 Environme...
OSMC 2019 | Use Cloud services & features in your redundant Icinga2 Environme...OSMC 2019 | Use Cloud services & features in your redundant Icinga2 Environme...
OSMC 2019 | Use Cloud services & features in your redundant Icinga2 Environme...NETWAYS
 
Log grid root
Log grid rootLog grid root
Log grid rootopenmi
 
Upgrade 10204-to-10205 on-2-node_rac_linux_x86_64_detail-steps_v0.1
Upgrade 10204-to-10205 on-2-node_rac_linux_x86_64_detail-steps_v0.1Upgrade 10204-to-10205 on-2-node_rac_linux_x86_64_detail-steps_v0.1
Upgrade 10204-to-10205 on-2-node_rac_linux_x86_64_detail-steps_v0.1Raheel Syed
 
Multiple instances on linux
Multiple instances on linuxMultiple instances on linux
Multiple instances on linuxVasudeva Rao
 

Similar to TESTING - Drop 12c RAC Database, Database Software and GI (20)

Oracle 11g R2 RAC setup on rhel 5.0
Oracle 11g R2 RAC setup on rhel 5.0Oracle 11g R2 RAC setup on rhel 5.0
Oracle 11g R2 RAC setup on rhel 5.0
 
Asian Spirit 3 Day Dba On Ubl
Asian Spirit 3 Day Dba On UblAsian Spirit 3 Day Dba On Ubl
Asian Spirit 3 Day Dba On Ubl
 
AHMED JASSAT SOUTH ARICAN ORACLE USER GROUP PRESENTATION
AHMED JASSAT SOUTH ARICAN ORACLE USER GROUP PRESENTATIONAHMED JASSAT SOUTH ARICAN ORACLE USER GROUP PRESENTATION
AHMED JASSAT SOUTH ARICAN ORACLE USER GROUP PRESENTATION
 
Upgrade Oracle Database to 12c
Upgrade Oracle Database to 12c Upgrade Oracle Database to 12c
Upgrade Oracle Database to 12c
 
图文详解安装Net backup 6.5备份恢复oracle 10g rac 数据库
图文详解安装Net backup 6.5备份恢复oracle 10g rac 数据库图文详解安装Net backup 6.5备份恢复oracle 10g rac 数据库
图文详解安装Net backup 6.5备份恢复oracle 10g rac 数据库
 
One Click Provisioning With Enterprise Manager 12c
One Click Provisioning With Enterprise Manager 12cOne Click Provisioning With Enterprise Manager 12c
One Click Provisioning With Enterprise Manager 12c
 
Vbox virtual box在oracle linux 5 - shoug 梁洪响
Vbox virtual box在oracle linux 5 - shoug 梁洪响Vbox virtual box在oracle linux 5 - shoug 梁洪响
Vbox virtual box在oracle linux 5 - shoug 梁洪响
 
Installing oracle grid infrastructure and database 12c r1
Installing oracle grid infrastructure and database 12c r1Installing oracle grid infrastructure and database 12c r1
Installing oracle grid infrastructure and database 12c r1
 
Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...
Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...
Discoverer 11.1.1.7 web logic (10.3.6) & ebs r12 12.1.3) implementation guide...
 
RAC-Installing your First Cluster and Database
RAC-Installing your First Cluster and DatabaseRAC-Installing your First Cluster and Database
RAC-Installing your First Cluster and Database
 
Oam install & config
Oam install & configOam install & config
Oam install & config
 
OAM Install & Config
OAM Install & ConfigOAM Install & Config
OAM Install & Config
 
Step by Step to Install oracle grid 11.2.0.3 on solaris 11.1
Step by Step to Install oracle grid 11.2.0.3 on solaris 11.1Step by Step to Install oracle grid 11.2.0.3 on solaris 11.1
Step by Step to Install oracle grid 11.2.0.3 on solaris 11.1
 
Oracle Enterprise Manager 12c - OEM12c Presentation
Oracle Enterprise Manager 12c - OEM12c PresentationOracle Enterprise Manager 12c - OEM12c Presentation
Oracle Enterprise Manager 12c - OEM12c Presentation
 
OSMC 2019 | Use Cloud services & features in your redundant Icinga2 Environme...
OSMC 2019 | Use Cloud services & features in your redundant Icinga2 Environme...OSMC 2019 | Use Cloud services & features in your redundant Icinga2 Environme...
OSMC 2019 | Use Cloud services & features in your redundant Icinga2 Environme...
 
Log grid root
Log grid rootLog grid root
Log grid root
 
Upgrade 10204-to-10205 on-2-node_rac_linux_x86_64_detail-steps_v0.1
Upgrade 10204-to-10205 on-2-node_rac_linux_x86_64_detail-steps_v0.1Upgrade 10204-to-10205 on-2-node_rac_linux_x86_64_detail-steps_v0.1
Upgrade 10204-to-10205 on-2-node_rac_linux_x86_64_detail-steps_v0.1
 
Multiple instances on linux
Multiple instances on linuxMultiple instances on linux
Multiple instances on linux
 
Linux configer
Linux configerLinux configer
Linux configer
 
Rac on NFS
Rac on NFSRac on NFS
Rac on NFS
 

Recently uploaded

General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024Janet Corral
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdfSoniaTolstoy
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingTeacherCyreneCayanan
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAssociation for Project Management
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...fonyou31
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfAyushMahapatra5
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...Sapna Thakur
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxheathfieldcps1
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfchloefrazer622
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxVishalSingh1417
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformChameera Dedduwage
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introductionMaksud Ahmed
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Sapana Sha
 

Recently uploaded (20)

General AI for Medical Educators April 2024
General AI for Medical Educators April 2024General AI for Medical Educators April 2024
General AI for Medical Educators April 2024
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdfBASLIQ CURRENT LOOKBOOK  LOOKBOOK(1) (1).pdf
BASLIQ CURRENT LOOKBOOK LOOKBOOK(1) (1).pdf
 
fourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writingfourth grading exam for kindergarten in writing
fourth grading exam for kindergarten in writing
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
APM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across SectorsAPM Welcome, APM North West Network Conference, Synergies Across Sectors
APM Welcome, APM North West Network Conference, Synergies Across Sectors
 
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
Ecosystem Interactions Class Discussion Presentation in Blue Green Lined Styl...
 
Advance Mobile Application Development class 07
Advance Mobile Application Development class 07Advance Mobile Application Development class 07
Advance Mobile Application Development class 07
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
BAG TECHNIQUE Bag technique-a tool making use of public health bag through wh...
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdf
 
Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1Código Creativo y Arte de Software | Unidad 1
Código Creativo y Arte de Software | Unidad 1
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Unit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptxUnit-IV- Pharma. Marketing Channels.pptx
Unit-IV- Pharma. Marketing Channels.pptx
 
A Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy ReformA Critique of the Proposed National Education Policy Reform
A Critique of the Proposed National Education Policy Reform
 
microwave assisted reaction. General introduction
microwave assisted reaction. General introductionmicrowave assisted reaction. General introduction
microwave assisted reaction. General introduction
 
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111Call Girls in Dwarka Mor Delhi Contact Us 9654467111
Call Girls in Dwarka Mor Delhi Contact Us 9654467111
 

TESTING - Drop 12c RAC Database, Database Software and GI

  • 1. 1. DELETE RAC DATABASE 2. DELETE ORACLE DATABASE SOFTWARE 3. DEINSTALLATION OF Grid Infrastructure [ With Grid Management database] 1. DELETE RAC DATABASE [root@rac1 Desktop]# ps -ef | grep pmon oracle 4135 1 0 22:22 ? 00:00:00 asm_pmon_+ASM1 oracle 4736 1 0 22:23 ? 00:00:00 mdb_pmon_-MGMTDB oracle 4922 1 0 22:23 ? 00:00:00 ora_pmon_cdb1 root 19930 19857 0 22:50 pts/0 00:00:00 grep pmon And follow the prompt. Manually: ----------------- Stop the database from cluster environment srvctl stop database -d cdb Start only one instance and change the cluster_database parameter to FALSE sqlplus / as sysdba
  • 2. SQL> startup mount SQL> alter system set cluster_database=FALSE scope=spfile sid='*'; SQL> shutdown abort; Start only one instance after changing parameter CLUSTER_DATABASE parameters to FALSE SQL> startup mount exclusive restrict SQL> drop database; Remove database information from cluster registry srvctl remove database -d dbname Check ------------ [root@rac1 Desktop]# ps -ef | grep pmon [root@rac1 Desktop]# ps -ef | grep pmon oracle 4135 1 0 22:22 ? 00:00:00 asm_pmon_+ASM1 oracle 4736 1 0 22:23 ? 00:00:00 mdb_pmon_-MGMTDB root 6642 19857 0 23:23 pts/0 00:00:00 grep pmon 2. DELETE ORACLE DATABASE SOFTWARE [oracle@rac1 ~]$ cd /u01/app/oracle/product/12.1.0.2/db_1/deinstall [oracle@rac1 deinstall]$ ls bootstrap_files.lst deinstall deinstall.xml readme.txt sshUserSetup.sh bootstrap.pl deinstall.pl jlib response utl [oracle@rac1 deinstall]$ ./deinstall Checking for requiredfiles 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/12.1.0.2/db_1 Oracle Home type selected for deinstall is: Oracle Real Application Cluster Database Oracle Base selectedfor 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/12.1.0.2/grid The following nodes are part of this cluster: rac1,rac2 Active Remote Nodes are rac2 Checking for sufficient tempspace availability on node(s) : 'rac1,rac2' ## [END] Install check configuration ## Network Configuration check config START
  • 3. Network de-configuration trace file location: /u01/app/oraInventory/logs/netdc_check2015- 02-13_11-16-15-PM.log Network Configuration check config END Database Check Configuration START Database de-configuration trace file location: /u01/app/oraInventory/logs/databasedc_check2015-02-13_11-16-25-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_check6411.log Oracle Configuration Manager check END ######################### DECONFIG CHECK OPERATION END ######################### ####################### DECONFIG CHECK OPERATION SUMMARY ####################### Oracle Grid Infrastructure Home is: /u01/app/12.1.0.2/gri d The following nodes are part of this cluster: rac1,rac2 Active Remote Nodes are rac2 The cluster node(s) on which the Oracle home deinstallation will be performed are:rac1,rac2 Oracle Home selectedfor deinstall is: /u01/app/oracle/product/12.1.0.2/db_1 Inventory Location where the Oracle home registeredis: /u01/app/oraInventory Checking the config status for CCR rac1 : Oracle Home exists with CCR directory, but CCR is not configured rac2 : 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_deconfig2015- 02-13_11-15-16-PM.out' Any error messages from this session will be written to: '/u01/app/oraInventory/logs/deinstall_deconfig2015-02-13_11-15-16-PM.err' ######################## DECONFIG CLEAN OPERATION START ######################## Database de-configuration trace file location: /u01/app/oraInventory/logs/databasedc_clean2015-02-13_11-16-53-PM.log Network Configuration clean config START Network de-configuration trace file location: /u01/app/oraInventory/logs/netdc_clean2015- 02-13_11-16-53-PM.log De-configuring Listener configuration file on all nodes... Listener configuration file de-configuredsuccessfully. De-configuring Naming Methods configuration file on all nodes... Naming Methods configuration file de-configured successfully.
  • 4. De-configuring Local Net Service Names configuration file on all nodes... Local Net Service Names configuration file de -configuredsuccessfully. 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 cleanedup successfully. Network Configuration clean config END Oracle Configuration Manager clean START OCM clean log file location : /u01/app/oraInventory/logs//ocm_clean6411.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/deinstall2015-02-13_11-12-56PM/response/deinstall_2015-02- 13_11-15-16-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_deconfig2015- 02-13_11-15-16-PM.out' Any error messages from this session will be written to: '/u01/app/oraInventory/logs/deinstall_deconfig2015-02-13_11-15-16-PM.err' ######################## DEINSTALL CLEAN OPERATION START ######################## ## [START] Preparing for Deinstall ## Setting LOCAL_NODE to rac1 Setting REMOTE_NODES to rac2 Setting CLUSTER_NODES to rac1,rac2 Setting CRS_HOME to false Setting oracle.installer.invPtrLoc to /tmp/deinstall2015-02-13_11-12-56PM/oraInst.loc Setting oracle.installer.local to false
  • 5. ## [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/12.1.0.2/db_1' from the central inventory on the local node : Done Delete directory '/u01/app/oracle/product/12.1.0.2/db_1' on the local node : Done The Oracle Base directory '/u01/app/oracle' will not be removedon local node. The directory is in use by Oracle Home '/u01/app/12.1.0.2/grid'. Detach Oracle home '/u01/app/oracle/product/12.1.0.2/db_1' from the central inventory on the remote nodes 'rac2' : Done Delete directory '/u01/app/oracle/product/12.1.0.2/db_1' on the remote nodes 'rac2' : Done The Oracle Base directory '/u01/app/oracle' will not be removedon node 'rac2'. The directory is in use by Oracle Home '/u01/app/12.1.0.2/grid'. Oracle Universal Installer cleanupwas successful. Oracle Universal Installer clean END ## [START] Oracle install clean ## Clean install operation removing temporary directory '/tmp/deinstall2015-02-13_11-12-56PM' on node 'rac1' Clean install operation removing temporary directory '/tmp/deinstall2015-02-13_11-12-56PM' on node 'rac2' ## [END] Oracle install clean ## ######################### DEINSTALL CLEAN OPERATION END ######################### ####################### DEINSTALL CLEAN OPERATION SUMMARY ####################### Successfully detached Oracle home '/u01/app/oracle/product/12.1.0.2/db_1' from the central inventory on the local node. Successfully deleted directory '/u01/app/oracle/product/12.1.0.2/db_1' on the local node. Successfully detached Oracle home '/u01/app/oracle/product/12.1.0.2/db_1' from the central inventory on the remote nodes 'rac2'. Successfully deleted directory '/u01/app/oracle/product/12.1.0.2/db_1' on the remote nodes 'rac2'. Oracle Universal Installer cleanupwas successful. Oracle deinstall tool successfully cleanedup temporary directories. #######################################################################
  • 6. ############# ORACLE DEINSTALL TOOL END ############# Check Oracle Database Home oracle@rac1 deinstall]$ cd /u01/app/oracle/product/12.1.0.2 [oracle@rac1 12.1.0.2]$ ls -lt total 0 3. DEINSTALLATION OF Grid Infrastructure [ With Grid Management database] [oracle@rac1 12.1.0.2]$ ps -ef | grep pmon oracle 4135 1 0 22:22 ? 00:00:00 asm_pmon_+ASM1 oracle 4736 1 0 22:23 ? 00:00:00 mdb_pmon_-MGMTDB --Grid Mgt Database oracle 8172 20089 0 23:28 pts/1 00:00:00 grep pmon [oracle@rac1 12.1.0.2]$ . oraenv ORACLE_SID = [cdb1] ? -MGMTDB The Oracle base remains unchangedwith value /u01/app/oracle [oracle@rac1 12.1.0.2]$ sqlplus " / as sysdba " SQL*Plus: Release 12.1.0.2.0 Production on Fri Feb 13 23:28:44 2015 Copyright (c) 1982, 2014, Oracle. All rights reserved. Connectedto: Oracle Database 12c Enterprise Edition Release 12.1.0.2.0 - 64bit Production With the Partitioning, Automatic Storage Management and Advanced Analytics options SQL> select cdb from v$database; CDB --- YES --Container Database SQL> select name from v$datafile; NAME -------------------------------------------------------------------------------- +DATA/_MGMTDB/DATAFILE/system.258.870022609 +DATA/_MGMTDB/DATAFILE/sysaux.257.870022559 +DATA/_MGMTDB/DATAFILE/undotbs1.259.870022675 +DATA/_MGMTDB/FD9AC0F7C36E4438E043B6A9E80A24D5/DATAFILE/system.265.870022797 +DATA/_MGMTDB/FD9AC0F7C36E4438E043B6A9E80A24D5/DATAFILE/sysaux.266.870022797 +DATA/_MGMTDB/FD9B43BF6A646F8CE043B6A9E80A2815/DATAFILE/system.270.870023535 +DATA/_MGMTDB/FD9B43BF6A646F8CE043B6A9E80A2815/DATAFILE/sysaux.271.870023535 +DATA/_MGMTDB/FD9B43BF6A646F8CE043B6A9E80A2815/DATAFILE/users.274.870023535 +DATA/_MGMTDB/FD9B43BF6A646F8CE043B6A9E80A2815/DATAFILE/sysgridhomedata.272.8700 23535 +DATA/_MGMTDB/FD9B43BF6A646F8CE043B6A9E80A2815/DATAFILE/sysmgmtdata.269.87002353 3 +DATA/_MGMTDB/FD9B43BF6A646F8CE043B6A9E80A2815/DATAFILE/sysmgmtdatadb.273.870023535 11 rows selected. SQL> select name, open_mode from v$pdbs; NAME OPEN_MODE ------------------------------ ---------- PDB$SEED READ ONLY
  • 7. SCAN READ WRITE For testing, I didn't stop Grid Management database, ASM or clusterware, simply using deinstall utility -- and it worked fine ORACLE_SID = [-MGMTDB] ? +ASM1 The Oracle base remains unchangedwith value /u01/app/oracle [oracle@rac1 12.1.0.2]$ srvctl status database -d -MGMTDB PRKO-2388 : Command line option -db should be followed by a value. PRKO-2002 : Invalid command line option: -MGMTDB [oracle@rac1 12.1.0.2]$ cd $ORACLE_HOME [oracle@rac1 grid]$ ls addnode css eons inventory md oracore QOpatch sqlpatch wwg assistants ctss evm javavm mdns oraInst.loc racg sqlplus xag auth cv gipc jdbc network ord rdbms srvm xdk bin dbs gnsd jdk nls osysmond relnotes suptools cdata dc_ocm gpnp jlib oc4j oui rest tfa cfgtoollogs deinstall has JRE ohasd owm root.sh ucp clone demo hs ldap ologgerd perl rootupgrade.sh usm crf diagnostics install lib OPatch plsql scheduler utl crs dmu instantclient log opmn precomp slax wlm [oracle@rac1 grid]$ cd deinstall/ [oracle@rac1 deinstall]$ ls bootstrap_files.lst deinstall deinstall.xml readme.txt sshUserSetup.sh bootstrap.pl deinstall.pl jlib response utl [oracle@rac1 deinstall]$ ./deinstall Checking for requiredfiles and bootstrapping ... Please wait ... Location of logs /tmp/deinstall2015-02-13_11-35-08PM/logs/ ############ ORACLE DECONFIG TOOL START ############ ######################### DECONFIG CHECK OPERATION START ######################### ## [START] Install check configuration ## Checking for existence of the Oracle home location /u01/app/12.1.0.2/grid Oracle Home type selectedfor deinstall is: Oracle Grid Infrastructure for a Cluster Oracle Base selectedfor 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/12.1.0.2/grid The following nodes are part of this cluster: rac1,rac2 Active Remote Nodes are rac2 Checking for sufficient tempspace availability on node(s) : 'rac1,rac2' ## [END] Install check configuration ## Traces log file: /tmp/deinstall2015-02-13_11-35-08PM/logs//crsdc_2015-02-13_11-37- 32PM.log Network Configuration check config START
  • 8. Network de-configuration trace file location: /tmp/deinstall2015-02-13_11-35- 08PM/logs/netdc_check2015-02-13_11-37-34-PM.log Specify all RAC listeners (do not include SCAN listener) that are to be de -configured. Enter .(dot) to deselect all. [LISTENER]: Network Configuration check config END Asm Check Configuration START ASM de-configuration trace file location: /tmp/deinstall2015-02-13_11-35- 08PM/logs/asmcadc_check2015-02-13_11-38-09-PM.log Automatic Storage Management (ASM) instance is detectedin this Oracle home /u01/app/12.1.0.2/grid. ASM Diagnostic Destination : /u01/app/oracle ASM Diskgroups : +DATA ASM diskstring : /dev/oracleasm/disk* 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 detectedis 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/deinstall2015-02-13_11-35- 08PM/logs/databasedc_check2015-02-13_11-38-31-PM.log Oracle Grid Management database was 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/12.1.0.2/gri d The following nodes are part of this cluster: rac1,rac2 Active Remote Nodes are rac2 The cluster node(s) on which the Oracle home deinstallation will be performed are:rac1,rac2 Oracle Home selectedfor deinstall is: /u01/app/12.1.0.2/grid Inventory Location where the Oracle home registeredis: /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 found in this Grid Infrastructure home Oracle Grid Management database will be de-configured from 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/deinstall2015-02-13_11-35- 08PM/logs/deinstall_deconfig2015-02-13_11-36-53-PM.out' Any error messages from this session will be written to: '/tmp/deinstall2015-02-13_11-35- 08PM/logs/deinstall_deconfig2015-02-13_11-36-53-PM.err'
  • 9. ######################## DECONFIG CLEAN OPERATION START ######################## Database de-configuration trace file location: /tmp/deinstall2015-02-13_11-35- 08PM/logs/databasedc_clean2015-02-13_11-39-54-PM.log This operation may take few minutes. ASM de-configuration trace file location: /tmp/deinstall2015-02-13_11-35- 08PM/logs/asmcadc_clean2015-02-13_11-41-41-PM.log ASM Clean Configuration START ASM Clean Configuration END Network Configuration clean config START Network de-configuration trace file location: /tmp/deinstall2015-02-13_11-35- 08PM/logs/netdc_clean2015-02-13_11-41-46-PM.log De-configuring RAC listener(s): LISTENER De-configuring listener: LISTENER Stopping listener: LISTENER Listener stopped successfully. Unregistering listener: LISTENER Listener unregisteredsuccessfully. Listener de-configuredsuccessfully. 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 -configuredsuccessfully. 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 cleanedup successfully. Network Configuration clean config END ----------------------------------------> The deconfig command below can be executedin 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 "rac2". /tmp/deinstall2015-02-13_11-35-08PM/perl/bin/perl -I/tmp/deinstall2015-02-13_11-35- 08PM/perl/lib -I/tmp/deinstall2015-02-13_11-35-08PM/crs/install /tmp/deinstall2015-02- 13_11-35-08PM/crs/install/rootcrs.pl -force -deconfig -paramfile "/tmp/deinstall2015-02- 13_11-35-08PM/response/deinstall_OraGI12Home1.rsp" Run the following command as the root user or the administrator on node "rac1".
  • 10. /tmp/deinstall2015-02-13_11-35-08PM/perl/bin/perl -I/tmp/deinstall2015-02-13_11-35- 08PM/perl/lib -I/tmp/deinstall2015-02-13_11-35-08PM/crs/install /tmp/deinstall2015-02- 13_11-35-08PM/crs/install/rootcrs.pl -force -deconfig -paramfile "/tmp/deinstall2015-02- 13_11-35-08PM/response/deinstall_OraGI12Home1.rsp" -lastnode Press Enter after you finish running the above commands <---------------------------------------- FROM SECOND NODE ------------------------------ [root@rac2 Desktop]# /tmp/deinstall2015-02-13_11-35-08PM/perl/bin/perl - I/tmp/deinstall2015-02-13_11-35-08PM/perl/lib -I/tmp/deinstall2015-02-13_11-35- 08PM/crs/install /tmp/deinstall2015-02-13_11-35-08PM/crs/install/rootcrs.pl -force - deconfig -paramfile "/tmp/deinstall2015-02-13_11-35- 08PM/response/deinstall_OraGI12Home1.rsp" Using configuration parameter file: /tmp/deinstall2015-02-13_11-35- 08PM/response/deinstall_OraGI12Home1.rsp Network 1 exists Subnet IPv4: 192.168.2.0/255.255.255.0/eth0, static Subnet IPv6: Ping Targets: Network is enabled Network is individually enabled on nodes: Network is individually disabled on nodes: VIP exists: network number 1, hosting node rac1 VIP Name: rac1-vip.localdomain VIP IPv4 Address: 192.168.2.16 VIP IPv6 Address: VIP is enabled.
  • 11. VIP is individually enabled on nodes: VIP is individually disabled on nodes: VIP exists: network number 1, hosting node rac2 VIP Name: rac2-vip.localdomain VIP IPv4 Address: 192.168.2.17 VIP IPv6 Address: VIP is enabled. VIP is individually enabled on nodes: VIP is individually disabled on nodes: ONS exists: Local port 6100, remote port 6200, EM port 2016, Uses SSL false ONS is enabled ONS is individually enabled on nodes: ONS is individually disabled on nodes: CRS-2791: Starting shutdown of Oracle High Availability Services-managedresources on 'rac2' CRS-2673: Attempting to stop 'ora.crsd' on 'rac2' CRS-2790: Starting shutdown of Cluster Ready Services-managedresources on 'rac2' CRS-2673: Attempting to stop 'ora.asm' on 'rac2' CRS-2677: Stop of 'ora.asm' on 'rac2' succeeded CRS-2792: Shutdown of Cluster Ready Services-managedresources on 'rac2' has completed CRS-2677: Stop of 'ora.crsd' on 'rac2' succeeded CRS-2673: Attempting to stop 'ora.evmd' on 'rac2' CRS-2673: Attempting to stop 'ora.ctssd' on 'rac2' CRS-2673: Attempting to stop 'ora.crf' on 'rac2' CRS-2673: Attempting to stop 'ora.drivers.acfs' on 'rac2' CRS-2673: Attempting to stop 'ora.mdnsd' on 'rac2' CRS-2673: Attempting to stop 'ora.gpnpd' on 'rac2' CRS-2677: Stop of 'ora.drivers.acfs' on 'rac2' succeeded CRS-2677: Stop of 'ora.ctssd' on 'rac2' succeeded CRS-2677: Stop of 'ora.crf' on 'rac2' succeeded CRS-2677: Stop of 'ora.evmd' on 'rac2' succeeded CRS-2673: Attempting to stop 'ora.storage' on 'rac2' CRS-2677: Stop of 'ora.storage' on 'rac2' succeeded CRS-2673: Attempting to stop 'ora.asm' on 'rac2' CRS-2677: Stop of 'ora.mdnsd' on 'rac2' succeeded CRS-2677: Stop of 'ora.gpnpd' on 'rac2' succeeded CRS-2677: Stop of 'ora.asm' on 'rac2' succeeded CRS-2673: Attempting to stop 'ora.cluster_interconnect.haip' on 'rac2' CRS-2677: Stop of 'ora.cluster_interconnect.haip' on 'rac2' succeede d CRS-2673: Attempting to stop 'ora.cssd' on 'rac2' CRS-2677: Stop of 'ora.cssd' on 'rac2' succeeded CRS-2673: Attempting to stop 'ora.gipcd' on 'rac2' CRS-2677: Stop of 'ora.gipcd' on 'rac2' succeeded CRS-2793: Shutdown of Oracle High Availability Services-managedresources on 'rac2' has completed CRS-4133: Oracle High Availability Services has been stopped. 2015/02/13 23:48:29 CLSRSC-4006: Removing Oracle Trace File Analyzer (TFA) Collector. 2015/02/13 23:48:57 CLSRSC-4007: Successfully removedOracle Trace File Analyzer (TFA) Collector. 2015/02/13 23:49:03 CLSRSC-336: Successfully deconfigured Oracle Clusterware stack on this node
  • 12. 2015/02/13 23:49:09 CLSRSC-46: Error: '/u01/app/oracle/crsdata/rac2/crsconfig/cluutil2.log' does not exist 2015/02/13 23:49:09 CLSRSC-46: Error: '/u01/app/oracle/crsdata/rac2/crsconfig/cluutil2.log' does not exist NOW FROM FIRST NODE ------------------------------- [root@rac1 Desktop]# /tmp/deinstall2015-02-13_11-35-08PM/perl/bin/perl - I/tmp/deinstall2015-02-13_11-35-08PM/perl/lib -I/tmp/deinstall2015-02-13_11-35- 08PM/crs/install /tmp/deinstall2015-02-13_11-35-08PM/crs/install/rootcrs.pl -force - deconfig -paramfile "/tmp/deinstall2015-02-13_11-35- 08PM/response/deinstall_OraGI12Home1.rsp" -lastnode Using configuration parameter file: /tmp/deinstall2015-02-13_11-35- 08PM/response/deinstall_OraGI12Home1.rsp Network 1 exists Subnet IPv4: 192.168.2.0/255.255.255.0/eth0, static Subnet IPv6: Ping Targets: Network is enabled Network is individually enabled on nodes: Network is individually disabled on nodes: VIP exists: network number 1, hosting node rac1 VIP Name: rac1-vip.localdomain VIP IPv4 Address: 192.168.2.16 VIP IPv6 Address: VIP is enabled. VIP is individually enabled on nodes: VIP is individually disabled on nodes: ONS exists: Local port 6100, remote port 6200, EM port 2016, Uses SSL false ONS is enabled ONS is individually enabled on nodes: ONS is individually disabled on nodes: CRS-2791: Starting shutdown of Oracle High Availability Services-managedresources on 'rac1' CRS-2673: Attempting to stop 'ora.crsd' on 'rac1' CRS-2790: Starting shutdown of Cluster Ready Services-managedresources on 'rac1' CRS-2673: Attempting to stop 'ora.MGMTLSNR' on 'rac1' CRS-2673: Attempting to stop 'ora.asm' on 'rac1' CRS-2677: Stop of 'ora.asm' on 'rac1' succeeded CRS-2677: Stop of 'ora.MGMTLSNR' on 'rac1' succeeded CRS-2792: Shutdown of Cluster Ready Services-managedresources on 'rac1' has completed CRS-2677: Stop of 'ora.crsd' on 'rac1' succeeded CRS-2673: Attempting to stop 'ora.storage' on 'rac1' CRS-2673: Attempting to stop 'ora.mdnsd' on 'rac1' CRS-2673: Attempting to stop 'ora.gpnpd' on 'rac1' CRS-2673: Attempting to stop 'ora.drivers.acfs' on 'rac1' CRS-2677: Stop of 'ora.drivers.acfs' on 'rac1' succeeded CRS-2677: Stop of 'ora.storage' on 'rac1' succeeded CRS-2673: Attempting to stop 'ora.crf' on 'rac1' CRS-2673: Attempting to stop 'ora.ctssd' on 'rac1' CRS-2673: Attempting to stop 'ora.evmd' on 'rac1' CRS-2673: Attempting to stop 'ora.asm' on 'rac1' CRS-2677: Stop of 'ora.crf' on 'rac1' succeeded CRS-2677: Stop of 'ora.ctssd' on 'rac1' succeeded CRS-2677: Stop of 'ora.evmd' on 'rac1' succeeded
  • 13. CRS-2677: Stop of 'ora.gpnpd' on 'rac1' succeeded CRS-2677: Stop of 'ora.mdnsd' on 'rac1' succeeded CRS-2677: Stop of 'ora.asm' on 'rac1' succeeded CRS-2673: Attempting to stop 'ora.cluster_interconnect.haip' on 'rac1' CRS-2677: Stop of 'ora.cluster_interconnect.haip' on 'rac1' succeeded CRS-2673: Attempting to stop 'ora.cssd' on 'rac1' CRS-2677: Stop of 'ora.cssd' on 'rac1' succeeded CRS-2673: Attempting to stop 'ora.gipcd' on 'rac1' CRS-2677: Stop of 'ora.gipcd' on 'rac1' succeeded CRS-2793: Shutdown of Oracle High Availability Services-managedresources on 'rac1' 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 'rac1' CRS-2672: Attempting to start 'ora.mdnsd' on 'rac1' CRS-2676: Start of 'ora.mdnsd' on 'rac1' succeeded CRS-2676: Start of 'ora.evmd' on 'rac1' succeeded CRS-2672: Attempting to start 'ora.gpnpd' on 'rac1' CRS-2676: Start of 'ora.gpnpd' on 'rac1' succeeded CRS-2672: Attempting to start 'ora.cssdmonitor' on 'rac1' CRS-2672: Attempting to start 'ora.gipcd' on 'rac1' CRS-2676: Start of 'ora.cssdmonitor' on 'rac1' succeeded CRS-2676: Start of 'ora.gipcd' on 'rac1' succeeded CRS-2672: Attempting to start 'ora.cssd' on 'rac1' CRS-2672: Attempting to start 'ora.diskmon' on 'rac1' CRS-2676: Start of 'ora.diskmon' on 'rac1' succeeded CRS-2676: Start of 'ora.cssd' on 'rac1' succeeded ASM de-configuration trace file location: /tmp/deinstall2015-02-13_11-35- 08PM/logs/asmcadc_clean2015-02-13_11-54-37-PM.log ASM Clean Configuration START ASM Clean Configuration END ASM with SID +ASM1 deleted successfully. Check /tmp/deinstall2015-02-13_11-35- 08PM/logs/asmcadc_clean2015-02-13_11-54-37-PM.log for details. CRS-2791: Starting shutdown of Oracle High Availability Services-managedresources on 'rac1' CRS-2673: Attempting to stop 'ora.mdnsd' on 'rac1' CRS-2673: Attempting to stop 'ora.gpnpd' on 'rac1' CRS-2673: Attempting to stop 'ora.ctssd' on 'rac1' CRS-2673: Attempting to stop 'ora.evmd' on 'rac1' CRS-2673: Attempting to stop 'ora.asm' on 'rac1' CRS-2673: Attempting to stop 'ora.drivers.acfs' on 'rac1' CRS-2677: Stop of 'ora.drivers.acfs' on 'rac1' succeeded CRS-2677: Stop of 'ora.mdnsd' on 'rac1' succeeded CRS-2677: Stop of 'ora.gpnpd' on 'rac1' succeeded CRS-2677: Stop of 'ora.ctssd' on 'rac1' succeeded CRS-2677: Stop of 'ora.evmd' on 'rac1' succeeded CRS-2677: Stop of 'ora.asm' on 'rac1' succeeded CRS-2673: Attempting to stop 'ora.cluster_interconnect.haip' on 'rac1' CRS-2677: Stop of 'ora.cluster_interconnect.haip' on 'rac1' succeeded CRS-2673: Attempting to stop 'ora.cssd' on 'rac1' CRS-2677: Stop of 'ora.cssd' on 'rac1' succeeded CRS-2673: Attempting to stop 'ora.gipcd' on 'rac1'
  • 14. CRS-2677: Stop of 'ora.gipcd' on 'rac1' succeeded CRS-2793: Shutdown of Oracle High Availability Services-managedresources on 'rac1' has completed CRS-4133: Oracle High Availability Services has been stopped. 2015/02/13 23:57:48 CLSRSC-4006: Removing Oracle Trace File Analyzer (TFA) Collector. 2015/02/13 23:58:03 CLSRSC-4007: Successfully removedOracle Trace File Analyzer (TFA) Collector. 2015/02/13 23:58:08 CLSRSC-336: Successfully deconfigured Oracle Clusterware stack on this node 2015/02/13 23:58:08 CLSRSC-559: Ensure that the GPnP profile data under the 'gpnp' directory in /u01/app/12.1.0.2/grid is deleted on each node before using the software in the current Grid Infrastructure home for reconfiguration. 2015/02/13 23:58:13 CLSRSC-46: Error: '/u01/app/oracle/crsdata/rac1/crsconfig/cluutil2.log' does not exist 2015/02/13 23:58:13 CLSRSC-46: Error: '/u01/app/oracle/crsdata/rac1/crsconfig/cluutil2.log' does not exist Press Enter button ######################### DECONFIG CLEAN OPERATION END #########################
  • 15. ####################### DECONFIG CLEAN OPERATION SUMMARY ####################### Successfully de-configured Oracle Grid Management database ASM instance was de-configured successfully from the Oracle home Following RAC listener(s) were de-configuredsuccessfully: LISTENER Oracle Clusterware is stopped and successfully de -configured on node "rac1" Oracle Clusterware is stopped and successfully de-configured on node "rac2" Oracle Clusterware is stopped and de-configured successfully. ####################################################################### ############# ORACLE DECONFIG TOOL END ############# Using properties file /tmp/deinstall2015-02-13_11-35-08PM/response/deinstall_2015-02- 13_11-36-53-PM.rsp Location of logs /tmp/deinstall2015-02-13_11-35-08PM/logs/ ############ ORACLE DEINSTALL TOOL START ############ ####################### DEINSTALL CHECK OPERATION SUMMARY ####################### A log of this session will be written to: '/tmp/deinstall2015-02-13_11-35- 08PM/logs/deinstall_deconfig2015-02-13_11-36-53-PM.out' Any error messages from this session will be written to: '/tmp/deinstall2015-02-13_11-35- 08PM/logs/deinstall_deconfig2015-02-13_11-36-53-PM.err' ######################## DEINSTALL CLEAN OPERATION START ######################## ## [START] Preparing for Deinstall ## Setting LOCAL_NODE to rac1 Setting REMOTE_NODES to rac2 Setting CLUSTER_NODES to rac1,rac2 Setting CRS_HOME to true Setting oracle.installer.invPtrLoc to /tmp/deinstall2015-02-13_11-35-08PM/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/12.1.0.2/grid' from the central inventory on the local node : Done Delete directory '/u01/app/12.1.0.2/grid' on the local node : Done Delete directory '/u01/app/oraInventory' on the local node : Done
  • 16. Failed to delete the directory '/u01/app/oracle/log/diag/asmcmd/user_root/rac1.localdomain/trace'. The directory is in use. The Oracle Base directory '/u01/app/oracle' will not be removedon local node. The directory is not empty. Detach Oracle home '/u01/app/12.1.0.2/grid' from the central inventory on the remote nodes 'rac2' : Done Delete directory '/u01/app/12.1.0.2/grid' on the remote nodes 'rac2' : Done Delete directory '/u01/app/oraInventory' on the remote nodes 'rac2' : Done The Oracle Base directory '/u01/app/oracle' will not be removedon node 'rac2'. The directory is not empty. Oracle Universal Installer cleanupwas successful. Oracle Universal Installer clean END ## [START] Oracle install clean ## Clean install operation removing temporary directory '/tmp/deinstall2015-02-13_11-35-08PM' on node 'rac1' Clean install operation removing temporary directory '/tmp/deinstall2015-02-13_11-35-08PM' on node 'rac2' ## [END] Oracle install clean ## ######################### DEINSTALL CLEAN OPERATION END ######################### ####################### DEINSTALL CLEAN OPERATION SUMMARY ####################### Successfully detached Oracle home '/u01/app/12.1.0.2/grid' from the central inventory on the local node. Successfully deleted directory '/u01/app/12.1.0.2/grid' on the local node. Successfully deleted directory '/u01/app/oraInventory' on the local node. Successfully detached Oracle home '/u01/app/12.1.0.2/grid' from the central inventory on the remote nodes 'rac2'. Successfully deleted directory '/u01/app/12.1.0.2/grid' on the remote nodes 'rac2'. Successfully deleted directory '/u01/app/oraInventory' on the remote nodes 'rac2'. Oracle Universal Installer cleanupwas successful. Run 'rm -r /etc/oraInst.loc' as root on node(s) 'rac1,rac2' at the end of the session. Run 'rm -r /opt/ORCLfmap' as root on node(s) 'rac1,rac2' at the end of the session. Oracle deinstall tool successfully cleanedup temporary directories. #######################################################################
  • 17. ############# ORACLE DEINSTALL TOOL END ############# [root@rac1 Desktop]# rm -r /etc/oraInst.loc rm: remove regular file `/etc/oraInst.loc'? y [root@rac1 Desktop]# rm -r /opt/ORCLfmap rm: descend into directory `/opt/ORCLfmap'? y rm: descend into directory `/opt/ORCLfmap/prot1_64'? y rm: remove directory `/opt/ORCLfmap/prot1_64/log'? y rm: descend into directory `/opt/ORCLfmap/prot1_64/bin'? y rm: remove regular file `/opt/ORCLfmap/prot1_64/bin/fmputlhp'? y rm: remove regular file `/opt/ORCLfmap/prot1_64/bin/fmputl'? y rm: remove directory `/opt/ORCLfmap/prot1_64/bin'? y rm: descend into directory `/opt/ORCLfmap/prot1_64/etc'? y rm: remove regular file `/opt/ORCLfmap/prot1_64/etc/filemap.ora'? y rm: remove directory `/opt/ORCLfmap/prot1_64/etc'? y rm: remove directory `/opt/ORCLfmap/prot1_64'? y rm: remove directory `/opt/ORCLfmap'? y Second Node -------------------- [root@rac2 Desktop]# rm -r /etc/oraInst.loc rm: remove regular file `/etc/oraInst.loc'? y [root@rac2 Desktop]# rm -r /opt/ORCLfmap rm: descend into directory `/opt/ORCLfmap'? y rm: descend into directory `/opt/ORCLfmap/prot1_64'? y rm: remove directory `/opt/ORCLfmap/prot1_64/log'? y rm: descend into directory `/opt/ORCLfmap/prot1_64/bin'? y rm: remove regular file `/opt/ORCLfmap/prot1_64/bin/fmputlhp'? yy rm: remove regular file `/opt/ORCLfmap/prot1_64/bin/fmputl'? y rm: remove directory `/opt/ORCLfmap/prot1_64/bin'? y rm: descend into directory `/opt/ORCLfmap/prot1_64/etc'? y rm: remove regular file `/opt/ORCLfmap/prot1_64/etc/filemap.ora'? y rm: remove directory `/opt/ORCLfmap/prot1_64/etc'? y rm: remove directory `/opt/ORCLfmap/prot1_64'? y rm: remove directory `/opt/ORCLfmap'? y