Unable to Fetch Time Synchronization Data
Overview:
- In the Active Directory monitor, if the monitored server is not a Primary Domain Controller (PDC), we fetch the name of its Primary DC and the time difference between the Primary DC and the monitored Secondary DC.
- This information is retrieved by connecting to the monitored server using PowerShell remoting and executing the "w32tm /monitor" command:
- Before fetching this data, ensure that the PowerShell prerequisites are met.
Steps to Check the Data Directly on the Monitored Server:
- Open PowerShell in administrator mode in the target server.
- Run the below command and check the output.
Steps to check the data using PS script used in AppManager:
- Open PowerShell in administrator mode on the machine where Applications Manager is installed.
- Navigate to <AppManager-Home>\working\conf\application\scripts\powershell directory.
- Run the command below, replacing hostname, username, and password with the credentials used in the Active Directory monitor:
.\ADTimeSyncTest.ps1 'hostname' 'username' 'password'
- The Time Synchronization metrics are mapped under Performance Polling and can be modified by navigating to:
Settings -> Performance Polling -> Optimize Data Collection -> Monitor Type -> Active Directory -> Metric Name -> Time Synchronization - Here, you can change the polling interval for these metrics or stop data collection as needed.
New to ADSelfService Plus?
Related Articles
APM Insight monitor is UP, but monitor page doesn't show any data
Possible Causes The APM Insight monitor status corresponds to the respective agent folder pointed Java Application status i.e., as long as the Application server is running, the monitor status will be UP. 1. No Transactions Recorded: It is possible ...
Data Collection: Troubleshoot data collection issues in Exchange Server monitor
Prerequisites: Ensure that you have met all the prerequisites for the Exchange Server monitor. Refer to the below error scenarios and refer to the respective troubleshooting steps. No data collected for few metrics or all the metrics in Exchange ...
Unable to Retrieve Data Through WMI Mode
Overview This article provides troubleshooting steps to identify and resolve data collection failures for Windows monitors configured in WMI mode. If one or more metrics are not being collected, the steps in this article will help determine whether ...
APM Insight Python Agent & Data Exporter Onboarding Docker Guide (Same Container)
Overview This guide explains how to enable APM Insight monitoring for your Python application running in Docker, using the APM Insight Python agent and Data Exporter (In Same Container). 1. Download the Required Components APM Insight Python Agent: ...
Unable to fetch the SharePoint Server version
When adding a SharePoint Server monitor in Applications Manager, the SharePoint Server version selected in Applications Manager is validated against the version found on the target server. If you encounter the error "Unable to fetch the SharePoint ...