未解决
此帖子已超过 5 年
2 Intern
•
2.8K 消息
0
1753
使用命令行配置Control Station的时间、日期及时区
使用命令行配置Control Station的时间、日期及时区
介绍
本文档将介绍如何使用命令行配置Control Station的时间、日期及时区。
更多信息
Control Station的时间和日期设置对于系统事件记录的准确性非常重要,同样也有利于管理员对设备的管理。在NAS 6.0及之后的版本,如果control station和客户端时间不同,将会影响使用数字证书的Unisphere服务,特别是在升级和安装之后。
在Celerra系统包括control station和Data Mover正确配置时间和日期参数非常重要。下列步骤将为您讲解在命令行为control station配置时间、日期及时区,参考文档为《Configuring Celerra Time Services》。
第一步:使用root帐号登录control station。
第二步:使用命令显示当前的时区设置:
[root@NS480-1 nasadmin]# /nas/http/webui/bin/timezone.pl -g GMT
Asia/Shanghai
如果显示时区正确,请跳到第六步“配置时间和日期”。
配置时区
第三步:列出control station支持的时区:
[root@NS480-1 nasadmin]# /nas/http/webui/bin/timezone.pl -l | sed's/,/\n/g' | more
GMT-12
GMT-11
GMT-10
GMT-9
GMT-8
GMT-7
GMT-6
GMT-5
GMT-4
GMT-3
GMT-2
GMT-1
GMT
GMT+1
GMT+2
GMT+3
GMT+4
GMT+5
GMT+6
GMT+7
GMT+8
GMT+9
GMT+10
GMT+11
GMT+12
Universal
Africa/Abidjan
Africa/Accra
Africa/Addis_Ababa
Africa/Algiers
Africa/Asmara
Africa/Bamako
Africa/Bangui
----more----
如果您不想列出全部的支持列表,可以使用grep来过滤列表以便更好的找到你要找的国家,(注意区分大小写)如:
[root@NS480-1 nasadmin]# /nas/http/webui/bin/timezone.pl -l | sed 's/,/\n/g' | grep Australia
Australia/Adelaide
Australia/Brisbane
Australia/Broken_Hill
Australia/Currie
Australia/Darwin
Australia/Eucla
Australia/Hobart
Australia/Lindeman
Australia/Lord_Howe
Australia/Melbourne
Australia/Perth
Australia/Sydney
第四步:配置正确的时区:
#/nas/http/webui/bin/timezone.pl –s Australia/Sydney
第五步:认证正确的时区:
[root@NS480-1 nasadmin]# /nas/http/webui/bin/timezone.pl -g GMT
Australia/Sydney
配置时间及日期
第六步:显示当前的时间和日期
[root@NS480-1 nasadmin]# /nas/http/webui/bin/datetime.pl -g
2012-07-11T16:36:29
第七步:设置正确的时间及日期,使用格式 YYYY-MM-DDTHH:MM:SS
[root@NS480-1 nasadmin]# /nas/http/webui/bin/datetime.pl -s 2012-07-11T16:40:00
第八步:认证时间和日期是否正确:
[root@NS480-1 nasadmin]# /nas/http/webui/bin/datetime.pl -g
2012-07-11T16:40:03
参考
参考文档为《Configuring CelerraTime Services》。
应用于
本文档应用于在NAS版本5.5、5.6和6.0中设置control station的时间、日期及时区。
cxemc
2 Intern
2 Intern
•
362 消息
0
2013年2月18日 22:00
不知道是不是用于VNX