Saturday, May 7, 2011

Steps to migrate a Model

Migration Process:

On Source System:-

1.Make sure all the IOP services are up and running.
2.preparemigration.bat (C:\oracle_iop\bin.
3.Copy EXPORT and CUSTOM folders from INSTALL_ROOT (C:\oracle_iop) to the target IOP Server.

On Target System:-

1.Backup site.properties file (C:\oracle_iop\custom\config)
2.Stop the IOP service
3.Run isreset.bat (C:\oracle_iop\bin)
4.Copy EXPORT and CUSTOM folders to C:\oracle_iop\
5.Restore the site.properties file that is backed-up earlier
6.Start the IOP service
7.Manually Create all the users existing in source system
8.Run initializesystem.bat

C:\oracle_iop\bin>initializesystem.bat -u Admin -p welcome1234

9.Run bootstrap.bat

C:\oracle_iop\custom\bin>bootstrap.bat -u Admin -p welcome1234

10.Check for errors or warnings

No comments:

Post a Comment