In a Multinode to Multinode Cloning Process, I want to know whether the following steps are correct. Our Production System(2 Node) has been installed as follows:

DB Tier (ebizprod01): DB-ADMIN-CCM
Apps Tier(ebizprod02): WEB-FORMS

1) Preclone Process (Source System):
----------------- ---------------
a) On the Source Database Tier:

cd $ORACLE_HOME/appsutil/scripts/PROD_ebizprod01
perl adpreclone.pl dbTier

b) On the Source Web Tier:

cd $COMMON_TOP/admin/scripts/PROD_ebizprod02
perl adpreclone.pl appsTier

c) On the Source CCM(ADMIN) node:

cd $COMMON_TOP/admin/scripts/PROD_ebizprod01
perl adprelcone.pl appsTier

2) Copy the Source System to the Target System

3) Postclone Process (Target System):
----------------------------------

a) On the Target DB Tier run the following commands to Configure and Start
the Database:

cd $ORACLE_HOME/appsutil/clone/bin
perl adcfgclone.pl dbTier

b) On the Target Web Tier run the following commands:

cd $COMMON_TOP/clone/bin
perl adcfgclone.pl appsTier

c) On the Target CCM (ADMIN) node run the following commands:

cd $COMMON_TOP/clone/bin
perl adcfgclone.pl appsTier


So, Please let me know whether the above mentioned steps are in a correct sequence and are also correct for Cloning our Multinode (2 Node) Production System to a Multinode (2 Node) Clone.