Array Setup and Networking
1821638 Members
2973 Online
109633 Solutions
New Discussion

Adding multiple NTP/DNS Sources

 
adamdb_uk
Frequent Advisor

Adding multiple NTP/DNS Sources

Hi,

      can anyone advise the syntax to add multiple NTP and DNS sources to an Alletra 6000 (Nimble) storage system

group --edit --ntpserver xx.xx.xx.xx is the command but I cannot work out the syntax to add multiple NTP targets.

Similarly for DNS

group --edit --dnsserver xx.xx.xx.xx --domainname name

I've tried adding them as a list, using semi-colons, commas, etc. 

placing the two entries in double/single quotes with and without the above.

I know on 3PAR you can do it with double quotes and semi-colons so i was hoping for something similar.

Can't see any examples anywhere hence the question.

Thanks.

 

2 REPLIES 2
Mahesh202
HPE Pro

Re: Adding multiple NTP/DNS Sources

Hi adamdb_uk

you may try with the below command

group --edit --ntpserver ip address
group --edit --ntpserver <server IP>

to verify once you have modified the server:
group --info | grep -i ntp

After deployment, you cannot add/edit multiple NTP servers in the GUI or CLI.

and for DNS please run this command group --edit --dnsserver ipaddress 1, ipaddress 2

OR

You can add it from the GUI
1. Click on Administration >>Network>>DNS
2. Add multiple DNS servers
3. Save

hope this helps.!!

Regards
Mahesh



I work at HPE
HPE Support Center offers support for your HPE services and products when and how you need it. Get started with HPE Support Center today.
[Any personal opinions expressed are mine, and not official statements on behalf of Hewlett Packard Enterprise]
Accept or Kudo
support_s
System Recommended

Query: Adding multiple NTP/DNS Sources

Hello,

 

Let us know if you were able to resolve the issue.

 

If you have no further query, and you are satisfied with the answer then kindly mark the topic as Solved so that it is helpful for all community members.

 

Please click on "Thumbs Up/Kudo" icon to give a "Kudo".

 

Thank you for being a HPE valuable community member.


Accept or Kudo