| | | |
Uploading ....
I've configured Monitors and created actions and threshold profiles in one of my machines, say Beta. Is there a way to export this data (alarms, monitors & threshold profiles) to some file, which can then be imported onto another application manager in the deployment server?
Steps: - Install the Applications Manager with same build number in new the machine (Go to Support tab->'Installation Information' to find Build Number)
- From AppManager 11 we bundle PGSQL, so to migrate a MySQL backend AppManager, install 10900 build (Last MySQL build), apply required service packs first and then migrate your MySQL backend Applications Manager to new server
- Complete the Prerequsites, start the new Applications Manager once and then stop it
- Applications Manager is data driven and all data are in database.
- For MySQL & PGSQL backend, take backup of the database in old server & restore in the new server using the steps here
- For MSSQL backend, point (or provide) the same database name used by your old installation during the installation process in new server
For steps and tips for migrating MsSQL DB to a new server refer below link. http://support.microsoft.com/kb/314546
- For MSSQL backend, before migrating stop the Applications Manager as you do normally & then run the command shutdownApplicationsManager.bat -force from <ApplicationsManager_Home> folder (Open cmd prompt using "Run as administrator")
- For MSSQL backend to move the configuration files,mibs,ssh-keys run BackupConfig.bat (sh) / RestoreConfig.bat (sh) available in <AppManager Home>/bin directory in old and new server.
- Start the new Applications Manager
Note (for all backend): -
There should be no date and time difference between the two hosts as it may affect reports & alarms - Update hostname or ipaddress of new server in the database using steps here and apply your original License.xml file again
-
Migration will work for moving data between:
Linux to Linux Windows to Windows Linux to Windows Windows to Linux (only with PGSQL backend) Download link for previous versions of Applications Manager like 10,9 etc http://archives.manageengine.com/applications_manager/ Download link for old versions of APM Plugin can be downloaded from following link. http://archives.manageengine.com/opmanager/
- To migrate a Managed Server, first install as a professional edition, delete the AppManager_Home/conf/install.txt file and add below mentioned changes in AMServer.properties file and then start it
Open AMServer.properties file under AppManager_Home/conf/ in old Managed server and the copy below parameters & add them to the file in new installation * For example in first Managed server startresidrange will be 10000000 , in second Managed server startresidrange will be 20000000 & so on
am.server.type=MAS am.server.startresidrange=<serverid x 10000000> am.adminserver.host=<Admin Server HostName> am.adminserver.port=<Admin Server SSL Port>
* Then update new hostname or ipaddress in Admin console -> Managed servers list
|
|
|
| | | |
|