DbAppWeb.com

Menu
  • Home
  • Linux
  • HP-UX
  • macOS
  • Windows
  • Web Servers
  • App Servers
  • Storage

An error occurred getting the status of last synchronization. The RPC server is unavailable.

August 22, 2017 DbAppWeb Admin

Problem:

When I tried to sync the time of my windows server through the Date and Time window from my NTP server I got the error shown below:

An error occurred getting the status of last synchronization. The RPC server is unavailable.

An error occurred in getting the status of the last synchronization. The RPC server is unavailable.

I also tried to sync the time of the windows server through the command line but again I got the error.

C:\Documents and Settings\admin>w32tm /config /manualpeerlist:10.20.2.10 /syncfromflags:MANUAL
The command completed successfully.

C:\Documents and Settings\admin>w32tm /config /update
The following error occurred: The service has not been started. (0x80070426)

When I tried to start or stop the windows time service, I got the below error.

C:\Documents and Settings\admin>net start w32time
System error 1058 has occurred.

Reason:

I was not able to sync the time of my windows server with the NTP server because the Windows time service was not registered on the windows server. Windows time service was not registered on this machine due to which I was not able to start the windows time service

Solution:

Run the below commands one by one on the command prompt.

  • Run the command prompt as administrator.

    Run CMD as Administrator

    Run CMD as Administrator

  • First, stop the windows time service, in my case, it was not running.
    C:\Windows\system32>net stop w32time
    The Windows Time service is not started.
    
    More help is available by typing NET HELPMSG 3521.
  • Register the windows time service by using the below command.
    C:\Windows\system32>W32TM /Register
    W32Time successfully registered.

    If you get the error like “The following error occurred: Access is denied. (0x80070005)” then it might be due to the reason that you have not opened the command prompt as administrator.

  • Now start the windows time service using the below command and it should start successfully.
    C:\Windows\system32>net start w32time
    The Windows Time service is starting.
    The Windows Time service was started successfully.

Note: In this case, the client machine was a Windows Server 2003 and the NTP server was an RHEL 6.8 machine.

Share this:

  • Click to share on Twitter (Opens in new window)
  • Click to share on Facebook (Opens in new window)
  • Click to share on LinkedIn (Opens in new window)
  • Click to share on Telegram (Opens in new window)
  • Click to share on WhatsApp (Opens in new window)
Prev Article
Next Article
Tags:Linux NTP Server Sys Admin Windows Windows Server Windows Server 2003

Leave a Reply Cancel Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

  • Popular
  • Recent

Categories

  • Android (2)
  • Blogger (16)
  • Domain and Hosting (1)
  • Hardware Issues (7)
  • HP-UX (55)
  • HPE Data Protector (9)
  • IBM Lotus Notes (2)
  • IBM WebSphere Application Server (16)
  • Internet Tips & Tricks (15)
  • iOS (8)
  • JBoss/WildFly Application Server (2)
  • Linux (76)
  • macOS (15)
  • Microsoft Windows (31)
  • News and Updates (11)
  • Oracle Database (5)
  • SSL/TLS (1)
  • Storage Servers (23)
  • Tools/Softwares (1)
  • VMware ESXi (17)
  • Web Servers (14)
  • WordPress (5)

Archives

DbAppWeb.com

Solution of Database, Application and Web Server Problems

About DbAppWeb.com

One Stop Solution for Database Server, Application Server and Web Server Problems.

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

DbAppWeb on Social Media

Copyright © 2025 DbAppWeb.com
Terms and Conditions   Theme by MyThemeShop.com
 

Loading Comments...