Showing posts with label ntp. Show all posts
Showing posts with label ntp. Show all posts

18 May 2022

New Features in Solaris 11.4 SRU45 (May 2022)

Every month after the CPU (Critical Patch Update) Oracle releases
a new feature Release for Oracle Solaris.

In May 2022 it is again a BIG one

Kernel Zone Memory Live Reconfiguration (MLR) on SPARC
ZFS File Retention
vmstat uses sstore for history
packet filter (PF) filewall for Solaris 10 Branded Zones
Zstandard (zstd) fast compression utility
NTP Monitor only mode (new SMF ntp:monitor)
PHP: version 8.1 added and version 7.3 removed
Puppet: version 6.26 added / version 5 and Puppet Master removed

and many, many more FOSS updates

Stay tuned for more blogs about this new features

02 December 2021

Adjust Time Quickly at Boot on Solaris Servers

On Solaris 11.4 NTP does update the time after boot.
By default this can take a few minutes, because the NTP client
waits for a few reply's of the NTP servers.

To update the time quickly it is recommended to use the 'burst iburst'
flags in the ntp.conf

server <ntpserverip> burst iburst

Using this configuration NTP adjusts the time a few seconds after start.
This is an important configuration if you start your apps or databases automatically.