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 an individual DE2000H, DE4000H, DE4000F, DE6000H, or DE6000F storage array.
Roles
To execute this command on an 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.
See Set controller DNS settings for more information.
Syntax
set controller(<span className="ph">a</span>|<span className="ph">b</span>) NTPServers=(disabled|auto|(Address1 [keyIdentifier=integerLiteral() keyType=stringLiteral()
passPhrase=stringLiteral()] [Address2 [keyIdentifier=integerLiteral() keyType=stringLiteral() passPhrase=stringLiteral()]]))
Parameters
Parameter | Description |
---|---|
controller | The controller for which you want to change the NTP settings. Valid controller identifiers are a or b . |
NTPServers | This parameter configures the NTP servers for the controller.
Note Surround the NTP server name with quotes, as shown in the Examples section. |
Address | "DomainName"|IPv4Address|IPv6Address Note If a domain name is specified, a DNS server must also be configured to allow the controller to resolve the server IP address. |
keyIdentifier keyType passPhrase | Optionally, these parameters provide the key credentials for enabling NTP authentication:
|
Examples
set controller[<span className="ph">a</span>] NTPServers=disabled;
set controller[<span className="ph">a</span>] NTPServers=auto;
set controller[<span className="ph">a</span>] NTPServers=("0.pool.ntp.org" keyIdentifier=3 keyType="sha1" passPhrase="SomePassword1"
"1.us.pool.ntp.org" keyIdentifier=3 keyType="sha1" passPhrase=" SomePassword1");
set controller[<span className="ph">b</span>] NTPServers=(192.168.1.105 keyIdentifier=3 keyType="sha1" passPhrase=" SomePassword1"
"1.us.pool.ntp.org");
set controller[<span className="ph">b</span>] NTPServers=(set controller[b] NTPServers=(2001:0db8:85a3:0000:0000:8a2e:0370:7334
keyIdentifier=3 keyType="sha1" passPhrase=" SomePassword1");