Unsolved
This post is more than 5 years old
62 Posts
0
6604
November 6th, 2008 06:00
server_date ALL question (datamover date/time issues)
On Nov. 2, when we changed back to EST TZ, we noticed the following output from the server_date ALL command:
[nasadmin@usat0nas003 ~]$ server_date ALL
server_2 : Thu Nov 6 08:22:01 EST 2008
server_3 : Thu Nov 6 12:22:10 EST 2008
It's not clear to us why we're getting this date/time difference. Seems to be consistent on all 3 of the Celerra servers we're currently running.
DART version 5.6
I noticed in the Celerra Manager GUI that DM2 has time zone set to America/Indiana/Indianapolis ... and displays current time of 2:13pm (when it's 9:13am ... and that is sort of frustrating in itself since server_date ALL output shows the correct current time for that datamover). I then checked DM3 in the GUI and noticed that GMT was selected. So I changed it to America/Indiana/Indianapolis and applied that change.
Checked "server_date ALL" on the control station again ... and nothing has changed for either datamover. Still 4 hours difference.
[nasadmin@usat0nas003 ~]$ server_date ALL
server_2 : Thu Nov 6 08:22:01 EST 2008
server_3 : Thu Nov 6 12:22:10 EST 2008
It's not clear to us why we're getting this date/time difference. Seems to be consistent on all 3 of the Celerra servers we're currently running.
DART version 5.6
I noticed in the Celerra Manager GUI that DM2 has time zone set to America/Indiana/Indianapolis ... and displays current time of 2:13pm (when it's 9:13am ... and that is sort of frustrating in itself since server_date ALL output shows the correct current time for that datamover). I then checked DM3 in the GUI and noticed that GMT was selected. So I changed it to America/Indiana/Indianapolis and applied that change.
Checked "server_date ALL" on the control station again ... and nothing has changed for either datamover. Still 4 hours difference.
0 events found
No Events found!


pzxkys
62 Posts
0
November 6th, 2008 06:00
AmolMahajan
108 Posts
0
November 6th, 2008 07:00
Can you show the output of the below command
# date
AmolMahajan
108 Posts
0
November 6th, 2008 07:00
nandas
6 Operator
•
1.5K Posts
1
November 6th, 2008 08:00
Please ensure that the NTP server is configured for both Control Station and the Data Mover. Also ensure the NTP server is pinging from both control station and data mover - you may run ping command on control station and server_ping server_2 for the data mover.
It looks to me that, you are setting the timezone correctly but no NTP server.
Also, please note that, by default the time zone on the data mover is the same as the time zone set on the control station.
But for the standby data mover - (I assume server_3 is the standby one in your case) - you can not configure the NTP server - so, it may have a different time on it. In case of data mover failure - server_3 becomes server_2 and you get the correct time. So, I'll not worry much about the time shown on the standby data mover. If you want, you can manually change it.
Hope this helps,
Thanks,
Sandip
pzxkys
62 Posts
0
November 7th, 2008 08:00
Fri Nov 7 11:38:17 EST 2008
[nasadmin@usat0nas003 ~]$ server_date ALL
server_2 : Fri Nov 7 11:38:24 EST 2008
server_3 : Fri Nov 7 15:38:33 EST 2008
pzxkys
62 Posts
0
November 7th, 2008 08:00
I believe there is a small bug in the Celerra Manager GUI for server_2 date/time display. I also think the celerra manager gui for server_3 is a little buggy. We have everything set up identically to server_2. No good reason for it to display date/time 6 hours in the future (which is what we see at the moment). On the control station server_date ALL shows server_3 date/time 4 hours in the future. Seems a little screwy.
As Sandip says, we won't worry about the server_3 date/time since it will get the correct time if standby becomes active. I'm just not liking the unexpected results.
Thanks for your feedback!!
pzxkys
62 Posts
0
November 7th, 2008 08:00
Yes, server_3 is the standby data mover.
pzxkys
62 Posts
0
November 7th, 2008 09:00
pzxkys
62 Posts
0
November 7th, 2008 09:00
server_2 :
Time synchronization statistics since start:
hits= 978, misses= 0, first poll hit= 1, miss= 3
Last offset: 0 secs, -25368 usecs
Current State: Running, connected, interval=60
Time sync hosts:
0 1 143.242.2.12
0 1 143.242.2.11
0 1 143.242.2.13
Thanks again Sandip!
nandas
6 Operator
•
1.5K Posts
0
November 7th, 2008 09:00
However, you may run this command on server_2 to be 100% confirmed -
server_date server_2 timesvc stats ntp
Look at the number of hits, current state and time sync hosts.
For the standby data mover, as I mentioned earlier, I'll not be worried at all as this data mover is not doing anything as server_3, when the data mover failover occurs, it renames as server_2 and all server_2 configuration are effective on this data mover.
However, to make it look good -
1) either set the time on the standby data mover (server_3) manually through GUI or CLI
2) Failover the active data mover to standby data mover - ensure things are working properly - when data mover 2 completes rebooting, failback to the original data mover. Now you'll find both the data movers are having correct time.
But, please note that NTP configuration is not applicable on the standby data mover (server_3) as this is a standby one. Thus earlier, I mentioned not to worry about the time on server_3.
Hope this help,
Thanks,
Sandip
AmolMahajan
108 Posts
0
November 7th, 2008 10:00
good to know your problem got fixed.