Here I relocate BaanERP 5 to another server but different directory structure.
Production Server having BaanERP partition given below
# /ssaerp
Restore Server having below partition given below
# /lnpool/ssaerp
1. I restored /ssaerp folder from Tape to /lnpool/ssaerp folder.
2. Changed the below scripts to start BaanERP.
# vi /lnpool/ssaerp/bse/etc/rc.start
Change the BSE & BES_TMP variables path
BSE=/lnpool/ssaerp/bse
BSE_TMP=/lnpool/ssaerp/bse/tmp
export BSE BSE_TMP
#BSE=/ssaerp/bse
#BSE_TMP=/ssaerp/bse/tmp
Change the BSE & BES_TMP variables path
# vi /lnpool/ssaerp/bse/etc/rc.start_shm
BSE=/lnpool/ssaerp/bse
BSE_TMP=/lnpool/ssaerp/bse/tmp
export BSE BSE_TMP
#BSE=/ssaerp/bse
#BSE_TMP=/ssaerp/bse/tmp
--------------------------------------------------------------------------------------------------------