Deinstalling Previous Release Grid Home
Use this procedure to deinstall the previous release Grid home.
- Log in as the rootuser.
- Manually change the permissions of the previous release Grid home.
- Run the deinstallcommand.
For example, on Grid Infrastructure for a standalone server:
# chown -R oracle:oinstall /u01/app/oracle/product/11.2.0/grid
# chmod -R 775 /u01/app/oracle/product/11.2.0/gridIn this example:
- 
                        /u01/app/oracle/product/11.2.0/gridis the previous release Oracle Grid Infrastructure for a standalone server home
- 
                        oracleis the Oracle Grid Infrastructure installation owner user
- 
                        oinstallis the name of the Oracle Inventory group (OINSTALL group)
For example, on Oracle Grid Infrastructure:
# chown -R grid:oinstall /u01/app/grid/11.2.0
# chmod -R 775 /u01/app/11.2.0/gridIn this example:
- 
                        /u01/app/11.2.0/gridis the previous release clusterware home
- 
                        gridis the Oracle Grid Infrastructure installation owner user
- 
                        oinstallis the name of the Oracle Inventory group (OINSTALL group)
Parent topic: Removing Oracle Database Software