21 February 2022

Solaris 11.4 SRU42 (Feb 2022) - ansible

The Oracle Solaris 11.4 SRU42  (Feb 2022) delivers ansible 2.10.
It is not installed by default. To use ansible install this 3 packages

pkg install ansible jinja2 pyyaml

Then create your own small ansible config file

-bash-5.1$ cat .ansible.cfg
[defaults]
inventory=/export/home/marcel/ansible_hosts

and you are ready to start

-bash-5.1$ ansible --version
ansible 2.10.15.post0
  config file = /export/home/marcel/.ansible.cfg
  configured module search path = ['/export/home/marcel/.ansible/plugins/modules', '/usr/share/ansible/plugins/modules']
  ansible python module location = /usr/lib/python3.7/vendor-packages/ansible
  executable location = /usr/bin/ansible
  python version = 3.7.10 (default, Dec 22 2021, 02:24:16) [GCC 10.3.0]


The ansible Users Guide can be found here
https://docs.ansible.com/ansible/latest/user_guide/index.html

18 February 2022

Solaris 11.4 SRU42 (Feb 2022) - zpool status -s

zpool status -s does now report many details about
the allocations on the disks


-bash-5.1$ zpool status -s all v0144_data

  pool: v0144_data
    id: 13650650466694793377
 state: ONLINE
  scan: scrub repaired 0 in 1s with 0 errors on Thu Jan 20 08:24:49 2022
config:

NAME     STATE  READ WRITE CKSUM AUNIT LSIZE PSIZE SLOW RPAIR RSLVR ALLOC  FREE %FULL
v0144_d  ONLINE    0     0     0     -     -     -    -     -     - 15.4G 34.3G  31.0
  c1d1   ONLINE    0     0     0   512   512   512    -     -     - 7.26G 12.6G  36.5
  c1d6   ONLINE    0     0     0   512   512   512    -     -     -  8.1G 21.6G  27.2
errors: No known data errors





16 February 2022

New Features in Solaris 11.4 SRU42 (Feb 2022)

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

In February 2022 it is a BIG one

Ansible 2.10
OpenSSL 3.0
ldm command enhancements
Ldom migration-class2 for SPARC T7/S7/T8
split -b
coreadm enhanced defaults
zpool -s flag
Apache 2.4.52
new FS /var/share/cores

and many, many FOSS updates

Stay tuned for more blogs about this new features









18 January 2022

Current State and Updates for Oracle Solaris 01/2022

Oracle Solaris 11.4 is supported by Oracle at *least* till 11/2034.
I'm not aware of any other Vendor with such a long term guarantee.

Today, 18th January 2022 the SRU41 (CPU JAN 2022) was released.
All the details on MOS in Doc 2433412.1
Every quarter a CPU (Critical Patch Update) is made available,
which is recommended to be installed on production systems.

Every month after the CPU a SRU with several new features
is released. Stay tunned for February 2022 !

Additionally Patches for Solaris 10 and ESU for Solaris 11.3
was made available. This updates are only available for Customers
with "Extended/Vintage Support"

Solaris 11.3 ESU 36.27   MOS 2759706.1
Solaris 10   a few new patches

This Extended Support for the older Solaris Releases ends on 01/2024.
Time to plan and prepare upgrades to Solaris 11.4.


22 December 2021

Oracle Increases Max Memory for SPARC T8 Servers by 2x

Oracle does now deliver 128 GB DIMM for the SPARC T8 and M8 Servers.

Using this new DIMMs every SPARC M8 CPU has now access to 2 TB of Memory.

All the details on the Oracle Blog

https://blogs.oracle.com/oracle-systems/post/announcing-new-enhancements-to-sparc-t8-and-m8-servers


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.