How to change timezone for File Server virtual machines?

  • 29 October 2020
  • 0 replies
  • 520 views

Userlevel 2
Badge +1

The timezone for file server virtual machines ( FSVM) can be changed using the afs command line. The following change can be done from any one FSVM and will reflect across all the FSVMs when successful.

 

  1.  SSH to any FSVM on the nutanix files cluster

  2. Get the timezone for your region. The command outputs your timezone into a region and city format.

                   nutanix@fsvm$ afs fs.get_timezone

  1. Set the timezone 

                   nutanix@fsvm$ fs.set_timezone "region_name/city_name"


 

Reference: 

https://portal.nutanix.com/#/page/docs/details?targetId=Files-v3_7:fil-file-server-set-timezone-t.htm


This topic has been closed for comments