Administrator
|
Cloning is documented Brian.The question that you asked, is not a hard one.
read -> Cloning Oracle E-Business Suite Release 12.2 with Rapid Clone (Doc ID 1383621.1)
Also, it is your choice to have a single node or to have a split node configuration.
You can place apps and db in seperate nodes/or you can place apps and db in the same node.
But, you want a split node configuration, right?
split means -> apps and db in seperate nodes.
so now, your apps and db are in the same node
so you have 2 choices. Actually it is according to your decision & plan.
1)
you migrate apps to a new apps server.
db will stay in the same server, as it now resides.
In this case, you will copy the apps fs to new server, but copying is not enough , you need to execute preclone before it and post clone after it.. So it is like cloning.
2)
you migrate apps to a new apps server.
you migrate db to a new db server as well.
In any case, you will execute the cloning commands, again you will executes copy commands. And If you will migrate the db to a new server , you will also take a rman backup (preffered way) and restore it.. You will execute postclone on db.
|