How to clone weblogic along with managed servers...

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

How to clone weblogic along with managed servers...

kvmishra
There is an custom application which is deployed on weblogic along with 12c db...now there is a requirement to make a clone of that server...how to do this???
Reply | Threaded
Open this post in threaded view
|

Re: How to clone weblogic along with managed servers...

ErmanArslansOracleBlog
Administrator
Depends on the app.
For pure Weblogic apps, basically you can do it in 2 ways ->

1) Clone the database using RMAN duplicate, Install new WLS (connect it to the newly duplicated DB) and deploy your custom app to that new WLS.
or
2)Clone the database using RMAN duplicate and then clone the WLS/FMW using the standard procedure + take actions for your custom app (if needed)->
See -> Fusion Middleware Administrator's Guide -> Cloning Oracle Fusion Middleware