You are on page 1of 1

Backup the Applications & Database Stack.

================================= 1) ShutDown Application Tier & Database Tier 2) Backup the APPL_TOP, COMMON_TOP, ORACLE_HOME, iAS_ORACLE_HOME as APPLMGR user . tar -zcvf APPL_TOP.tar.gz $APPL_TOP tar -zcvf COMMON_TOP.tar.gz $COMMON_TOP tar -zcvf IAS_HOME.tar.gz $IAS_ORACLE_HOME tar -zcvf 806_HOME.tar.gz $ORACLE_HOME 3) Backup the ORACLE_HOME, /VISDATA/ as ORACLE user. tar -zcvf RDBMS_HOME.tar.gz $ORACLE_HOME tar -zcvf VISDATA.tar.gz /visdata/ Migrate the Backup from Source to Target Server ====================================== 1) using scp Copy the Backup from Source to Target Server. 2) unzip the Backup files using the following command with their corresponding u sers in Target Server. tar -xvf APPL_TOP.tar.gz tar -xvf COMMON_TOP.tar.gz tar -xvf IAS_HOME.tar.gz tar -xvf 806_HOME.tar.gz tar -xvf RDBMS_HOME.tar.gz tar -xvf VISDATA.tar.gz ---------------------------------------------------------------------------------------------------------/u01/apps/visora/8.0.6/network/jre11/lib/i686/native_threads/libjava.so: undefin ed reference to `sem_init@GLIBC_2.1' /u01/apps/visora/8.0.6/network/jre11/lib/i686/native_threads/libjava.so: undefin ed reference to `sem_post@GLIBC_2.1' /u01/apps/visora/8.0.6/network/jre11/lib/i686/native_threads/libjava.so: undefin ed reference to `sem_destroy@GLIBC_2.1' /u01/apps/visora/8.0.6/network/jre11/lib/i686/native_threads/libjava.so: undefin ed reference to `sem_wait@GLIBC_2.1' collect2: ld returned 1 exit status make: *** [/u01/apps/visappl/fnd/11.5.0/bin/ar60runb] Error 1 Done with link of fnd executable 'ar60runb' on Fri Oct 28 00:11:17 IST 2011 Relink of module "ar60runb" failed.

You might also like