We have OpManger 10 (Build 10100) installed on a Windows Server 2008 R2 server with the database in SQL 2005 on a Windows Server 2003 R2. We are wanting to migrate these to new machines (App on Server 2012 R2 and SQL on Server 2008 R2 with SQL 2012).
Note: We dont want to bring down the current environment until the new one is up and running properly.
The following has been done:
1. I have successfully performed and backup and restore of the OpManager database from the old SQL server onto the new one using SQL Management Backup and Restore features.
2. Installed the same version of OpManager onto the new server.
3. Copied the Conf and Users folder from the old OpManager server to the new server and altered the Database link entry in the in the database_params.conf.
When i start up OpManager now it starts but it detects the previous server and puts it in Standby (see log details below).
INFO | jvm 1 | 2017/01/09 15:26:03 | WrapperManager: Initializing...
INFO | jvm 1 | 2017/01/09 15:26:05 | Windows Server 2008
INFO | jvm 1 | 2017/01/09 15:26:05 | taryIconProps {DefaultMenuItem=Status, ApplicationName=OpManager, Menu=[{Id=Status, DisplayName=&OpManager Status, RunProcess=ShowOpManagerStatus}, {Id=StartClient, DisplayName=Start &Client, RunProcess=StartOpManagerWebClient}, {Id=ShutDownServer, DisplayName=Sh&ut Down Server, RunProcess=ShutdownOpManager}], EnableIcon=images/logo16x16_green.png, DisableIcon=images/logo16x16_gray.png, ToolTipText=ProductName, MainProcess=StartOpManager}
INFO | jvm 1 | 2017/01/09 15:26:05 | application_name OpManager
INFO | jvm 1 | 2017/01/09 15:26:05 | startAndRun
INFO | jvm 1 | 2017/01/09 15:26:05 | menuName &OpManager Status RunProcess ShowOpManagerStatus
INFO | jvm 1 | 2017/01/09 15:26:05 | menuName Start &Client RunProcess StartOpManagerWebClient
INFO | jvm 1 | 2017/01/09 15:26:05 | menuName Sh&ut Down Server RunProcess ShutdownOpManager
INFO | jvm 1 | 2017/01/09 15:26:05 | setProcessInProgress true
INFO | jvm 1 | 2017/01/09 15:26:05 | inside addon check
STATUS | wrapper | 2017/01/09 15:26:06 | ManageEngine OpManager started.
INFO | jvm 1 | 2017/01/09 15:26:17 | Checking for the availablity of the Primary Server in the Database. Found an entry.
INFO | jvm 1 | 2017/01/09 15:26:17 |
INFO | jvm 1 | 2017/01/09 15:26:17 | Trying to connect to the Primary Server at ******-mgt-02
This is not what setup we want to have. We want this setup to be completely independent. What am i missing to get this setup? Is there an entry for the old app server in the database that we have to alter? Also noticed that the log says Windows Server 2008 but this is running on Windows Server 2012 R2...
Thank you.