Layer7 API Management

  • 1.  CA API Gateway timezone and NTP server udpate

    Posted May 06, 2018 07:59 PM

    Hi Team,

    I am using Gateway cents form factor.Need to update the gateway timezone and ntp server.I know the we can update through ssgconfig menu.Are there any options to update these values without going to ssgconfig menu.Any suggestions please.

     

     

    Regards

    Deepu



  • 2.  Re: CA API Gateway timezone and NTP server udpate

    Posted May 07, 2018 09:51 AM

    Hello,

     

    You can update the NTP Details in the below location

     

    /etc/ntp.conf

     

    Please correct me if am wrong

     

     

    Thanks,

    Irfan



  • 3.  Re: CA API Gateway timezone and NTP server udpate
    Best Answer

    Posted May 08, 2018 12:06 AM

    Yes the ntp details gets written to ntp.conf

     

    and in regards to time zone below is a example of what i think

    rm -rf /etc/localtime

    ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime

    This should set the time zone to Asia/Shanghai

     

     List of available timezones is here /usr/share/zoneinfo

     

    Well all that being said the question is why do you want to make the changes directly rather than through config menu, its just few steps through it.