Jump to content
Welcome to our new Citrix community!

Error when setting NTP servers


Jeff Kaplan

Recommended Posts

Hello,

I'm receiving an error when attempting to set the NTP servers on an ADC VPX running on an EC2 instance. When navigating to System > NTP Servers an Error window pops up saying "Error in retrieving NTP Server. File does not exist.". When adding an NTP server via the command line I receive "ERROR: File does not exist.".

 

This ADC is running on AWS and was upgraded from 12.1-53.12 to 13.0-41.20.nc. 

 

Any help would be appreciated

Link to comment
Share on other sites

Seems like a Bug, Please try this

Create a file under /nsconfig with the name "ntp.conf"

Paste this line

includefile /etc/ntp.common.conf

 

Then try adding the ntp server.

 

Sample:-

root@ip-192-168-1-236# cat /nsconfig/ntp.conf
includefile /etc/ntp.common.conf

> add ntp server 192.168.55.57
 Done
> shell
Copyright (c) 1992-2013 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
    The Regents of the University of California. All rights reserved.

root@ip-192-168-1-236# cat /nsconfig/ntp.conf
includefile /etc/ntp.common.conf
server 192.168.55.57 minpoll 6 maxpoll 10
restrict 192.168.55.57 nomodify notrap nopeer noquery
root@ip-192-168-1-236#

  • Like 6
Link to comment
Share on other sites

  • 2 weeks later...
On 9/19/2019 at 9:28 AM, Farhan Ali1709152717 said:

Seems like a Bug, Please try this

Create a file under /nsconfig with the name "ntp.conf"

Paste this line

includefile /etc/ntp.common.conf

 

Then try adding the ntp server.

 

Sample:-

root@ip-192-168-1-236# cat /nsconfig/ntp.conf
includefile /etc/ntp.common.conf

> add ntp server 192.168.55.57
 Done
> shell
Copyright (c) 1992-2013 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
    The Regents of the University of California. All rights reserved.

root@ip-192-168-1-236# cat /nsconfig/ntp.conf
includefile /etc/ntp.common.conf
server 192.168.55.57 minpoll 6 maxpoll 10
restrict 192.168.55.57 nomodify notrap nopeer noquery
root@ip-192-168-1-236#

 

It Works great... Thx.

Link to comment
Share on other sites

  • 2 weeks later...

guys

 

same problem with a new import of the VPX appliance 13.0 Build 41.20

Same issue occurs with running the initial config step 3 - setting hostname, Timezone and NTP server.

Creating the /etc/ntp.conf file fixes it.

 

Regards

 

Ken Z

Link to comment
Share on other sites

  • 1 month later...
On 9/19/2019 at 9:28 AM, Farhan Ali1709152717 said:

Seems like a Bug, Please try this

Create a file under /nsconfig with the name "ntp.conf"

Paste this line

includefile /etc/ntp.common.conf

 

Then try adding the ntp server.

 

Sample:-

root@ip-192-168-1-236# cat /nsconfig/ntp.conf
includefile /etc/ntp.common.conf

> add ntp server 192.168.55.57
 Done
> shell
Copyright (c) 1992-2013 The FreeBSD Project.
Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994
    The Regents of the University of California. All rights reserved.

root@ip-192-168-1-236# cat /nsconfig/ntp.conf
includefile /etc/ntp.common.conf
server 192.168.55.57 minpoll 6 maxpoll 10
restrict 192.168.55.57 nomodify notrap nopeer noquery
root@ip-192-168-1-236#

Worked for me, I created the file with WinSCP and then added the NTP servers through the gui. thanks.

  • Like 1
Link to comment
Share on other sites

1. create a file on your local machine with the name: ntp.conf
2. edit the file and add the following line in it: includefile /etc/ntp.common.conf
3. Using WinSCP,  copy the file to the root/flash/nsconfig/ directory of the netscaler
4. login to netscaler from your browser
5. click on Configuration tab
5. on the top right below nsroot, click on the wheel setting
6. Redo Step #3 - Host Name, DNS IP Address, Time Zone and NTP Server

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...