08-28-2012 01:56 AM - edited 03-17-2019 11:41 PM
Hi all,
Does anyone know if it is possible to change/adjust VCS's operating system time manually?
We want to do that without NTP server and no TImezone setting.
Best Regards,
Kotaro Hashimoto
Solved! Go to Solution.
08-28-2012 03:12 AM
Hi kotaro,
you can use this command
# date -s "28 AUG 2012 15:39:00"
but as Guy pointed use the NTP.thats always recomended
Thanks
Alok
08-28-2012 02:04 AM
Hi,
If you really have to you can log in with the root account to the VCS and use the Linux date command to set the correct date and time.
However I would strongly recommend configuring an NTP server in the VCS, even if it is one from pool.ntp.org as correct time is critical to H.323 authentication.
Without correct time you may end up seeing a lot of registration rejected messages for H.323 with a reason "Time difference too large for authentication"
Thanks
08-28-2012 03:12 AM
Hi kotaro,
you can use this command
# date -s "28 AUG 2012 15:39:00"
but as Guy pointed use the NTP.thats always recomended
Thanks
Alok
08-28-2012 03:26 AM
Hi Guy, Alok
Thank you for your information!
I could change the time of VCS manually.
I know cisco strogly recommends to use NTP server.
I needed to do this just for an authentication test.
Best Regards,
Kotaro Hashimoto
08-28-2012 08:34 AM
some remarks.
Not directly mentioned by Alok, but the date command has to be executed by the user root on the vcs.
When you set the time like that, the timezone will still be used, you would set the local time,
logfiles might show the relative time based on GMT.
So check that you have the timezone proper (or set it to GMT) and also do not forget to remove the NTP server.
H323 registrations will fail if the time offset is to big (think its 5 minutes).
Like you said, NTP shall be used, my recomandation is to use the same server(pool) for all components you operate,
so do not forget to set an ntp server again after testing :-)
Please remember to rate helpful responses and identify
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide