Set controller NTP settings
The set controller NTPServers
command sets the NTP settings for the controller so the controller can automatically synchronize the clocks with an external host using SNTP (Simple Network Time Protocol).
Supported Arrays
This command applies to any individual storage array, including the E2700, E5600, E2800, E5700, EF600 and EF300 arrays, as long as all SMcli packages are installed.
Roles
To execute this command on an E2800, E5700, EF600, or EF300 storage array, you must have the Storage Admin or Support Admin role.
Context
When this feature is enabled, the controller periodically queries the configured NTP server, and then uses the results to update its internal time-of-day clock. If only one controller has NTP enabled, the alternate controller periodically synchronizes its clock with the controller that has NTP enabled. If neither controller has NTP enabled, the controllers periodically synchronize their clocks with each other.
This command is controller-specific. It is not necessary to configure NTP on both controllers; however, doing so improves the array's ability to stay synchronized during hardware or communication failures. |
If you configure NTP using a fully qualified domain name, you must also configure DNS on those controller(s) for the operation to succeed.See Set controller DNS Settings for more information. |
Syntax
set controller(a|b) NTPServers=(disabled|auto|(Address1 [Address2]))
Parameters
Parameter | Description | ||||
---|---|---|---|---|---|
|
The controller for which you want to change the NTP settings. Valid controller identifiers are a or b. |
||||
|
This parameter configures the NTP servers for the controller.
|
||||
|
"DomainName"|IPv4Address|IPv6Address
|
Examples
set controller[a] NTPServers=disabled; set controller[a] NTPServers=auto; set controller[a] NTPServers=("0.pool.ntp.org" "1.us.pool.ntp.org"); set controller[b] NTPServers=(192.168.1.105 "1.us.pool.ntp.org"); set controller[b] NTPServers=(2001:0db8:85a3:0000:0000:8a2e:0370:7334);
Minimum firmware level
8.25
8.42 adds the key credential parameters for NTP authentication.