5
Advanced Operation
Setting the Time Zone
The Management Platform can use the Network Time Protocol (NTP) to set the date and
time. However, the time zone will need to be specified. Alternately the date and time can
be set manually.
1. Telnet to the Management Platform.
telnet 192.168.1.6
2. After the connection has been established, use the set server timezone
command to set the time zone.
Zyper$ set server timezone America/New_York
Success
Zyper$
3. To set date/time manually use the set server timezonedate manual command.
Zyper$ set server date manual month 4 day 1 year 2021 hour 15
minute 1
Success
Zyper$
Use the show server info command to verify the correct time zone has been set.
Zyper$ show server info
server(192.168.0.22);
server.gen; hostname=zyper.local, serverType=NUC,
version=3.0.38847, previousVersion=2.5.3.38647, master=true
server.gen; uptime=1d:1h:20m:31s, freeMem= 6.74GB, \
sdvoeVersion=3.5.0.0, bootCount=204, serialNumber=ZZM1K400011D
server.gen; macAddress=94:c6:91:a0:47:fc, managementMacAddress=
server.ipActive; ipServerAddr=192.168.0.22,
ipManagementAddr=192.168.0.22, gatewayAddr=192.168.0.1, dnsAddr=0.0.0.0
server.ipActive; managementGatewayAddr=0.0.0.0, managementDnsAddr=0.0.0.0
server.time; time=”Fri May 12 14:14:31 2023”, timezone=EST
server.license; productID=F9188182-AF72-C6C8-92C6-94C691A047FC,
license=none
server.license; Zyper4KLimit=24, Zyper4KDevices=9, allDevices=25,
allDevicesUp=7, Zyper4KDevicesExceeded=0
server.deviceUpdates; active=0
server.activeDeviceVersions; num_1.5.0.1=1, num_1.7.2.0=2,
num_1.7.4.1=2, num_2.0.4.18=1, num_4.1.2.9=1
lastChangeIdMax(40);
Success
The time zone must be specified in POSIX format and is case-sensitive.
Refer to the following link for more information:
http://wikipedia.org/wiki/List_of_tz_database_time_zones.