How to perform manual update of Time in AppManager Plugin when it is not in sync with localhost time
If the Applications Manager Plugin time is not in sync with the local host time, follow the steps given below:
1. Open the startApplicationsManager.bat file (For Windows) or startApplicationsManager.sh file (For Linux) present under the <OPM_Home>/AppManager directory.
2. Make changes to the user.timezone parameter.
3. Based on the difference in time or the time offset, modify the -Duser.timezone parameter.
For example:
From:

-Duser.timezone=CST
To:

-Duser.timezone=GMT-0600
4. Restart OpManager after applying the changes.
New to ADSelfService Plus?
Related Articles
Upgrade guide for OpManager v 12.7 and APM Plugin
After downloading the service pack for OpManager and the compatible service pack for Applications Manager Plugin (APM Plugin) to OpManager installed server, start the upgrade process for OpManager and APM Plugin by following the steps below: Note: If ...
Troubleshooting Applications Manager Plugin database migration failure after service pack upgrade of OPM and APM plugin
When upgrading OpManager from version 12.6.xxx to 12.7.xxx and updating the APM Plugin to 1651x, particularly when using Postgresql as the backend database, an essential one-time migration occurs. This migration involves moving our backend Postgresql ...
Unable to login to Applications Manager Plugin after upgrade
Issue : After upgrading, users are unable to log in to the Applications Manager Plugin. Both auto sign-in and manual login fail. When accessing the Applications tab in the OpManager UI, it redirects to the Applications Manager login page instead of ...
APM Plugin backup, restore, repair and cleanup
Steps to connect to the database In order to connect to database, use dbuser instead of postgres user to perform updates to the database. For read-only queries, submit DB query page or rouser in console can be used. A prompt to enter password will ...
Troubleshooting Applications Manager Plugin (APM Plugin) issues in OpManager/OpManager Plus
Browse through the following topics to troubleshoot the actual problems encountered in Applications Manager Plugin (APM Plugin) for OpManager and resolve them accordingly: APM Plugin is down abnormally If the APM plugin is installed as a service, ...