Support
- Advanced Backup
- Client Side
- Cloud Enterprise
- Additional Services
- Adjust Resources
- Create an Alarm for a Virtual Machine
- Create a Cloud Enterprise Virtual Machine
- Restart Your Virtual Machine
- Snapshot And Restore
- Cloud Enterprise
- Configure time sync for Cloud Virtual Machines
- Change Patch Date/Time for a Cloud Enterprise Account
- Expand Cloud Enterprise Disk Space After Adding it via the Control Panel
- Upgrade Resources for a Cloud Enterprise Account
- Upload VMDK and Deploy VM from Control Panel
- Restore Cloud Enterprise Virtual Server Files
- Choosing the Best Storage Offering for your Cloud
- Choosing the Right Amount of CPU for your Cloud
- Mounting an ISO File on your Windows Cloud Server
- Correcting CPU Usage Due to VMware Tools on Linux VMs
- Snapshots and the Effect on VM Performance
- ColdFusion
- Control Panel
- cPanel
- Customer Portal
- DNS Information
- Dedicated Servers
- DirectAdmin
- Domain Name
- dotDefender
- Dreamweaver
- FileCatalyst
- Front Page
- FTP
- General Information
- Hosted Exchange & SharePoint
- IIS6
- IIS7
- Juniper Netscreen Firewalls
- Linux
- List Server
- MIVA Merchant
- MySQL
- Patching / Server Updates
- phpMyAdmin
- Plesk
- Policies and Procedures
- Premium Spam Filtering
- Programming
- Ruby on Rails
- Search Engine Submission
- SharePoint 3
- SharePoint 2010
- SiteDesigner
- SmarterMail 3
- SmarterMail 4
- SmarterMail 5
- SmarterMail 6
- SmarterMail 7
- SmarterStats
- SmarterTrack
- SQL Server
- Secure Socket Layer (SSL)
- Uploading Your Website
- Video Tutorials
- Windows Server 2003
- Windows Server 2008
- Web Design
- WordPress
- Advanced Monitoring
- MediaWiki
- Enkompass
- Microsoft Outlook 2010
- Android
- Outlook Web Access
- Critical Availability Service
- NAS Data Transfer
- Customer Portal Demos
- Joomla
- Moodle
- Cloud Dedicated
- Gallery CMS
- phpBB
- Standard Monitoring
- Righteous Restore
- NAS (Network Attached Storage)
- Networking
- SmarterMail 8
- PCI Security Scan
- LinkTiger
- Windows Cloud VPS
- Linux Cloud VPS
- Linux VPS
- Windows VPS
- Hyper V
- ENSIM
- Alert Logic
- Webmin
- e107
- Vbulletin
- VPN
- Visual Vault
- Mozilla Thunderbird
- PyroCMS
- Active Directory
- Vmware Related
- Drupal
Configure time sync for Cloud Virtual Machines
This article will discuss how to configure your Cloud Virtual Machine to sync via NTP. This will also provide you with steps to make sure that if the server is rebooted, the time will remain synced by the node.
Windows
- Log into your server through Remote Desktop Connection (learn how to connect to your server through RDC).
- Go to Start > Run and type 'cmd' to open a command prompt.
-
At the command prompt, run the following commands:
w32tm /config /computer:ntp.hostmysite.netw32tm /resync -
To ensure that the virtual machine syncs the time on reboot, run the following command at the command prompt:
schtasks /create /tn TimeSync /tr "w32tm /resync" /sc onstart
You will be prompted for your username and password for Remote Desktop. Enter that information when prompted. To schedule this under a different account, use the flags /u [domain\]user /p password with your information submitted.
If you receive an error when trying to sync time such as RPC Server is Unavailable, follow these steps:
-
Stop the Windows Time Service via Command Line.
net stop W32Time -
Unregister the Windows Time Service.
w32tm /unregister -
Re-register the Windows Time Service.
w32tm /register - If you receive an error about the service being marked for deletion, the serer must be rebooted before the service can be re-registered.
-
Lastly, start the Windows Time Service and make sure the service is running:
net start W32Timesc query W32Time
Linux
- Log into the server via SSH. If you're not familiar with how to do this, please see How do I establish an SSH connection to my server?
-
At the command prompt as an administrator, run the following command:
vmware-guestd --cmd "vmx.set_option synctime 0 1"
