The database for the DevTest environment is running Oracle which is currently running on Windows Server 2008 R2.
Want to upgrade the machine Oracle is running on to Windows Server 2012 R2.
Trying to figure out the best approach, which will cause the least amount of downtime for the environment.
Can a new 2012 server be built with a new instance of Oracle installed on it with the current files copied to it?
If so, what and where would configuration changes be required in the DevTest environment settings to point to the new server and oracle instance?
All supported DevTest releases.
N/A
Before making any changes, make sure to bring down all DevTest server components.
There are two ways to update IAM to point to an external database:
1. Run DataSourceUpdater and it will prompt for the database information and then can point to the new database machine.
2. Update DEVTEST_HOME\IdentityAccessManager\iam.properties file.
This example is for Oracle:
For the Enterprise Dashboard, modify DEVTEST_HOME\dradis.properties file to point to the new Oracle.
For the Registry, modify DEVTEST_HOME\site.properties file to point to the new Oracle.
Make sure all the needed DevTest ports and Oracle ports are opened on the new Oracle machine.
Once the new Oracle is up and running, then start all the Server components.