Replica of PROD

Is it possible to replicate the production data to Dev server(this is a backup for Dev). If so will i able to see all the active instances and active tasks.
What are the complications ? We will take care of DB data.

OriginalPostID-249899

  Discussion posts and replies are publicly visible

Parents
  • you can replicate prod environment to another non-prod environment by copying the kdbs, changing custom.properties to fit to dev, cloning database(should have same name as prod..if using oracle...you can ask DBA to clone prod db using oracle access manager)...then copy the data files under /_admin, plugins, jboss with cache...this is easy for doing non-nfs environments...if there is nfs for joining data files on multiple servers...then its little more complicated
Reply
  • you can replicate prod environment to another non-prod environment by copying the kdbs, changing custom.properties to fit to dev, cloning database(should have same name as prod..if using oracle...you can ask DBA to clone prod db using oracle access manager)...then copy the data files under /_admin, plugins, jboss with cache...this is easy for doing non-nfs environments...if there is nfs for joining data files on multiple servers...then its little more complicated
Children
No Data