clustermode date and time

define ntp-server:
ntp server create -node cl1-01 -server 192.168.1.16

show ntp-server:
system services ntp> ntp server show
(system services ntp server show)
Node Server Version
------ ------------------------------ ----------------------------------------
cl1-01
192.168.1.164 3
cl1-02
192.168.1.164 3
2 entries were displayed.

enable / disable ntp:
(note: you cannot change date and time when ntp is enabled)
ntp config modify -enabled true
ntp config modify -enabled false

change timezone:
system date modify -timezone Europe/Amsterdam
date
Node Date Time zone
--------- ------------------------ -------------------------
cl1-01 Sun Jan 27 11:35:07 2013 Europe/Amsterdam
cl1-02 Sun Jan 27 11:35:11 2013 Europe/Amsterdam
2 entries were displayed.

change date and time:
date ?
[-u] Displays system date and time in UTC.
[[[[[cc]yy]mm]dd]hhmm[.ss]] Sets the system date and time in local time zone
or UTC if -u option is specified.
[-node ] Displays or sets the system date and time only
for the specified node.

This entry was posted in netapp. Bookmark the permalink.

Comments are closed.