System information
63 of 114Release 7.0VNX™ System Operations
4. Set the hardware clock to the current time zone of the Control Station by typing:
# vi /etc/sysconfig/clock
When the file opens, type:
ZONE="America/New_York"
UTC=false
ARC=false
5. Save the file and exit.
6. Change the current time zone, New York, to Denver, by typing:
# /usr/bin/perl /nas/http/webui/bin/timezone.pl -s America/Denver
Note: A list of valid Linux time zones is located in the /usr/share/zoneinfo directory.
7. To verify the current environment, type:
# date
Output:
Tue May 5 06:27:03 MDT 2009
8. Display information about the current time zone of the Control Station by typing:
# ls -la /etc/localtime
Output:
lrwxrwxrwx 1 root root 34 May 5 06:21 /etc/localtime ->
/usr/share/zoneinfo/America/Denver
9. Set the hardware clock to the current time zone of the Control Station by typing:
# vi /etc/sysconfig/clock
When the file opens, type:
ZONE="America/Denver"
UTC=false
ARC=false
10. Save the file and exit.
11.
The time zone of the Control Station is changed to the new location specified in step 6.
Step Action