Unsolved
This post is more than 5 years old
1 Rookie
•
99 Posts
0
507
March 10th, 2009 05:00
nas_replicate showing wrong timezone
We're having a NS20 running Dart 5.6.40-3.
TZ is set correctly on both DM and CS.
# server_date server_2 timezone
server_2 : Local timezone: Europe/Amsterdam
# date
Tue Mar 10 13:40:23 CET 2009
But nas_replicate showing EDT timezone:
# nas_replicate -info www_data_repl | grep Time
Last Sync Time = Tue Mar 10 08:40:40 EDT 2009
Is there a way to let nas_replicate showing the corect time.
Regards,
John Grinwis
TZ is set correctly on both DM and CS.
# server_date server_2 timezone
server_2 : Local timezone: Europe/Amsterdam
# date
Tue Mar 10 13:40:23 CET 2009
But nas_replicate showing EDT timezone:
# nas_replicate -info www_data_repl | grep Time
Last Sync Time = Tue Mar 10 08:40:40 EDT 2009
Is there a way to let nas_replicate showing the corect time.
Regards,
John Grinwis
No Events found!


nandas
6 Operator
•
1.5K Posts
0
March 10th, 2009 06:00
Please check the /etc/sysconfig/clock file on the control station and ensure correct local timezone is mentioned in the file. The "ZONE" in this file should be the local time zone like -
ZONE="Europe/Amsterdam"
UTC="yes"
ARC=false
You may refer to the Primus solution emc206656 for more details.
Hope this helps,
Regards,
Sandip
jgrinwis
1 Rookie
•
99 Posts
0
March 11th, 2009 02:00
$ more /etc/sysconfig/clock
ZONE="Europe/Amsterdam"
UTC=false
ARC=false
Peter_EMC
674 Posts
0
March 11th, 2009 04:00
corect time.
the timezone is taken from the Controlstation, when starting the NAS service. If it is changed afterwards, this change is not recognized by NAS. In order to do this, restart NAS or reboot the Controlstation
Regards
Peter
Rainer_EMC
6 Operator
•
8.6K Posts
0
March 11th, 2009 06:00
jgrinwis
1 Rookie
•
99 Posts
0
March 11th, 2009 07:00
web gui is telling us EDT, while checkpoint is saying CET:
$ fs_ckpt sfsexport -list | awk {'print $3'} | grep T
03/11/2009-11:15:01-CET
03/11/2009-14:15:01-CET
jgrinwis
1 Rookie
•
99 Posts
0
April 8th, 2009 04:00