...
...
...
Back to Table of Contents
...
If it becomes necessary to change the time zone outside of the installation process, perform one of the procedures below.
Warning |
---|
Changing the time zone forces a restart of the application (for HA, both servers are affected) which causes a service outage for a few minutes. recommends changing the time zone only during a system maintenance window. |
Change Time Zone From EMA
From the EMA menu bar, select All > System > NTP > Time Zone
Caption |
---|
|
Image Modified |
Select the Time Zone that you want to modify, from the Time Zone List.
Caption |
---|
0 | Figure |
---|
1 | Time Zone drop down menu |
---|
|
Image Modified |
A window Edit Selected Time Zone appears below the window Time Zone List.
Caption |
---|
|
Image Modified |
Select a new time zone from the Zone drop-down list, and click the Save icon.
Caption |
---|
0 | Figure |
---|
1 | Edit Time Zone Dropdown |
---|
|
Image Modified |
On saving the changes successfully, the Success window will appear.
Caption |
---|
0 | Figure |
---|
1 | Timezone Change Success |
---|
|
Image Modified |
To undo the modifications, use the Undo Edits icon in the Edit Selected Time Zone window.
Note |
---|
After clicking on the Save icon, clicking on the Undo Edits icon will not undo the changes. If the saved changes needs to be undone, the desired zone has to be selected from the Zone drop-down menu, and then saved again. |
The application restarts (in HA configuration, the application restarts on both
s), and will take a few minutes to complete.Once the system comes back up, the new time zone is in effect.
Change Time Zone From CLI
Login to CLI and switch to Configure mode.
To view current time zone, enter command:
Code Block |
---|
|
% show system ntp timeZone
timeZone FINCH {
zone gmtMinus07-Mountain;
} |
Enter following command to change time zone:
Code Block |
---|
|
% set system ntp timeZone <SYSTEM NAME> zone <time zone> |
To commit changes, enter commit and respond y when prompted.
The following warnings were generated:
Code Block |
---|
|
'system ntp timeZone FINCH': Changing timezone will restart application and impact service. Do you wish to continue?
Proceed? [yes,no] y |
The application restarts (in HA configuration, the application restarts on both
s).Once the system is restarted, the new time zone is in effect.