Moving OpManager from one server to another server without reinstalling OpManager
Question : How do I move OpManager from one server to another without reinstalling OpManager.
Solution: It is easy to move OpManager from one Server to another just by copying the complete OpManager folder and installing the service.
Steps:
1)Stop OpManager service 2)Copy the entire OpManager folder from old Server and move it to the new server on required location 3)Go to new Server command prompt with Run as administrator Option 4)Change directory to OpManager/bin and execute " opmanagerservice.bat -i " Ex: C:\ManageEngine\OpManager\bin>OpManagerService.bat -i (The above command will install OpManager service ) 5)Now you can go to Windows Services (Go to run > type Services.msc) and your can find " ManageEngine OpManager service listed which should be used to Start and Stop OpManager.
Note : The above steps will work fine if you are using MYSQL and PGSQL database , even it works if you have OpManager with MSSQL OpManagerDB on a remote server provided the new OpManager server has access to the remote MSSQL server database. OpManager menus under All programs will be missing in this type of migration every thing else will be working fine.
If you are using OpManager with bundled MSSQL Express R2 installed on the same server and wants to move it to remote server , follow the steps below:
1)Make a backup of OpManager database using MSSQL using SQL Management tool 2)Make a backup of complete old OpManager folder 2)Download and install same build of OpManager on the new server with MSSQL Express R2 Download link: http://archives.manageengine.com/opmanager 3)Start OpManager service and make sure it starts fine 4)Stop OpManager service 6)Replace the complete OpManager folder with old OpManager folder backup. 5)Restore the MSSQL database using MSSQL backup taken from old server using SQL Management tool 6)Start OpManager service.
|
|
|
New to ADSelfService Plus?
Related Articles
Migrating OpManager setup with MSSQL DB from one server to another.
Question : I have OpManager with MSSQL DB and both are installed in same server. I want to move both from one server to another. Steps to be followed : 1. Take a SQL DB backup using SQL Management tool. 2. Download and install a fresh setup of ...
Migrating OpManager from one server to another
Here are the steps to go about migrating OpManager to a new server: 1. Please click on Support->About on the OpManager webclient to make a note of the build number of the existing OpManager installation. 2. Take a backup of your existing database by ...
How to move OpManager from one drive to another ?
Follow the steps below to move OpManager from one drive to another. 1. Stop OpManager Service. 2. Go to OpManager current location cmd > OpManager\bin : Execute command > OpManagerService.bat -r (make sure to close the services window before you run ...
Moving PGSQL to a dedicated server
1. Install PostgreSQL version 9.2.1 on the dedicated server. After successfully installing it 2. Go to data directory of PostgreSQL installation. 3. Open pg_hba.conf - PostgreSQL Client Authentication configuration file, and go to the bottom of it. ...
How to start OpManager through command Prompt?
Question : How do I start OpManager using Command prompt rather using Windows service for the troubleshooting purpose? Solution: 1)Stop ManageEngine OpManager Service if running ( Go to Run > type "Services.msc" > ...