Unsolved

This post is more than 5 years old

1 Rookie

 • 

99 Posts

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

6 Operator

 • 

1.5K Posts

March 10th, 2009 06:00

Hi John,

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

1 Rookie

 • 

99 Posts

March 11th, 2009 02:00

clock file looks ok.

$ more /etc/sysconfig/clock
ZONE="Europe/Amsterdam"
UTC=false
ARC=false

674 Posts

March 11th, 2009 04:00

Is there a way to let nas_replicate showing the
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

6 Operator

 • 

8.6K Posts

March 11th, 2009 06:00

I suggest to open a service request if havent already so that it gets tracked and a bug can get opened (if there isnt one already)

1 Rookie

 • 

99 Posts

March 11th, 2009 07:00

I will open a case, as we're seeing more timezone related issues.

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

1 Rookie

 • 

99 Posts

April 8th, 2009 04:00

Customer reloaded the CS and timezone is correct now.
No Events found!

Top