[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]


Setting the Time Zone with the SRC CLI

You can set the time zone on a Solaris platform or on a C-series Controller with the SRC CLI. Use one of the following formats:

To see a list of entries in this format, use the ? help at the CLI:

[edit system]
user@host# set time-zone ?
Possible completions:
  Africa/Abidjan
  Africa/Accra
  Africa/Addis_Ababa
  Africa/Algiers
  Africa/Asmera
  Africa/Bamako
  Africa/Bangui
  Africa/Banjul
. . .

To modify the local time zone:

  1. In configuration mode at the [edit system] hierarchy level, set the time zone.
  2. [edit system]
    
    user@host# set time-zone time-zone 
    
    
    

For example, to set the time zone for New York:

[edit system]
user@host# set system time-zone America/New_York

  1. Verify the configuration. For example:
  2. [edit system]
    
    user@host# show
    
    time-zone America/New_York;
    
    
    
  3. For the time zone change to take effect for all processes running on the system, reboot the system.

[Contents] [Prev] [Next] [Index] [Report an Error] [No Frames]