Oracle ZFS Storage Appliance Administration Manual page 315

Hide thumbs Also See for ZFS Storage Appliance:
Table of Contents

Advertisement

2.
Disable the NTP service.
3.
Click SYNC.
Configuring NTP (CLI)
1.
Under configuration services ntp, edit authorizations with the authkey command:
hostname:configuration services ntp> authkey
hostname:configuration services ntp authkey>
2.
From this context, new keys can be added with the create command:
hostname:configuration services ntp authkey> create
hostname:configuration services ntp authkey-000 (uncommitted)> get
hostname:configuration services ntp authkey-000 (uncommitted)> set keyno=1
hostname:configuration services ntp authkey-000 (uncommitted)> set type=A
hostname:configuration services ntp authkey-000 (uncommitted)> set key=coconuts
hostname:configuration services ntp authkey-000 (uncommitted)> commit
hostname:configuration services ntp authkey>
3.
To associate authentication keys with servers via the CLI, the serverkeys property
should be set to a list of values in which each value is a key to be associated
with the corresponding server in the servers property.
If a server does not use authentication, the corresponding server key should be set to 0. For
example, to use the key created above to authenticate the servers "gefilte" and "carp":
hostname:configuration services ntp> set servers=gefilte,carp
hostname:configuration services ntp> set serverkeys=1,1
hostname:configuration services ntp> commit
hostname:configuration services ntp>
4.
To associate authentication keys with servers, set the serverkeys property
to a list of values in which each value is a key to be associated with the
corresponding server in the servers property.
If a server does not use authentication, the corresponding server key should be set to 0. For
example, to use the key created above to authenticate the servers "gefilte" and "carp":
keyno = (unset)
type = (unset)
key = (unset)
keyno = 1 (uncommitted)
type = A (uncommitted)
key = ******** (uncommitted)
servers = gefilte,carp (uncommitted)
serverkeys = 1,1 (uncommitted)
Configuring NTP (CLI)
Appliance Services
315

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the ZFS Storage Appliance and is the answer not in the manual?

Questions and answers

Table of Contents