官方文档:
https://docs.oracle.com/cd/E25156_01/doc/install.11203/e22489/rem_orcl.htm
下 GI 服务:
[grid@asm ~]$ crsctl stop has
CRS-2791: Starting shutdown of Oracle High Availability Services-managed
resources on 'asm'
CRS-2673: Attempting to stop 'ora.FRA.dg' on 'asm'
CRS-2673: Attempting to stop 'ora.OCR.dg' on 'asm'
CRS-2673: Attempting to stop 'ora.orcl.db' on 'asm'
CRS-2673: Attempting to stop 'ora.LISTENER.lsnr' on 'asm'
CRS-2677: Stop of 'ora.FRA.dg' on 'asm' succeeded
CRS-2677: Stop of 'ora.OCR.dg' on 'asm' succeeded
CRS-2677: Stop of 'ora.orcl.db' on 'asm' succeeded
CRS-2673: Attempting to stop 'ora.DATA.dg' on 'asm'
CRS-2677: Stop of 'ora.LISTENER.lsnr' on 'asm' succeeded
分离目录:
[grid@asm ~]$ ls -l $ORACLE_HOME/ora*.loc
-rw-r----- 1 grid oinstall 56 Nov 1 06:21 /u01/app/grid/11.2.0/oraInst.loc
[grid@asm ~]$ cd $ORACLE_HOME/oui/bin
./detachHome.sh -silent -local -invPtrLoc /u01/app/grid/11.2.0/oraInst.loc
Starting Oracle Universal Installer...
Checking swap space: must be greater than 500 MB. Actual 2047 MB Passed
The inventory pointer is located at /u01/app/grid/11.2.0/oraInst.loc
The inventory is located at /u01/app/oraInventory
'DetachHome' was successful.
移动目录:
# mv /u01/app/grid/11.2.0/* /u01/app/11.2.0/grid/
指定新目录:
[grid@asm ~]$ export ORACLE_HOME=/u01/app/11.2.0/grid
[grid@asm ~]$ cd $ORACLE_HOME/clone/bin
[grid@asm ~]$
perl clone.pl ORACLE_BASE=/u01/app/grid ORACLE_HOME=/u01/app/11.2.0/grid
INVENTORY_LOCATION=/u01/app/oraInventory
./runInstaller -clone -waitForCompletion "ORACLE_BASE=/u01/app/grid"
"ORACLE_HOME=/u01/app/11.2.0/grid" "INVENTORY_LOCATION=/u01/app/oraInventory"
-defaultHomeName -silent -noConfig -nowait
Starting Oracle Universal Installer...
Checking swap space: must be greater than 500 MB. Actual 2047 MB Passed
Preparing to launch Oracle Universal Installer from /tmp/OraInstall2020-11-
01_07-59-14AM. Please wait ...Oracle Universal Installer, Version 11.2.0.3.0
Production
Copyright (C) 1999, 2011, Oracle. All rights reserved.
You can find the log of this install session at:
/u01/app/oraInventory/logs/cloneActions2020-11-01_07-59-14AM.log
................................................................................
.................... 100% Done.
Could not backup file /u01/app/11.2.0/grid/rootupgrade.sh to
/u01/app/11.2.0/grid/rootupgrade.sh.ouibak
Could not backup file /u01/app/11.2.0/grid/root.sh to
/u01/app/11.2.0/grid/root.sh.ouibak
Installation in progress (Sunday, November 1, 2020 7:59:30 AM CST)
........................................................................
评论