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
18 May 2022
New Features in Solaris 11.4 SRU45 (May 2022)
16 May 2022
How to Migrate from Solaris 10 to Solaris 11
Solaris 10 was released in 2005. Currently Solaris 10 is in extended Support
and Oracle is planing to provide patches till 01/2024.
Great News About Extended Support for Oracle Solaris 10 OS
There is no easy upgrade from Solaris 10 to 11 because Solaris 11
includes many new features not available in Solaris 10.
best option
At our customers we install new Solaris 11 systems or LDoms and install
the application, do the configuration and move the data from Solaris 10.
compromise option
If your application is not supported on Solaris 11 or you want to migrate
away from older hardware in short time. Then your option is Solaris 10 Branded
Zones. You can install Solaris 10 Branded Zones on a Solaris 11 server
based on a 1:1 archive from your Solaris 10 System.
Lift and Shift Guide - Migrating Workloads from Oracle Solaris 10 SPARC Systems to Oracle Solaris 10 Branded Zones
next step: sysdiff
If you already have a Solaris 10 Branded Zone, you can use the new sysdiff tool
to identify application binaries and files and convert this into a Solaris 11 ips package.
This ips package can then be deployed on a Solaris 11 Server.
sysdiff: moving Oracle Solaris 10 legacy 3rd party apps to 11.4
If you need support for such migrations just contact our experienced consultants at JomaSoft
https://www.jomasoft.ch/about/#team
02 March 2022
Solaris 11.4 SRU42 / Non-Production Personal Use Update
For developers Solaris 11.4 GA was made available in 2018.
Updates/SRUs are (only) delivered to customers with support contract.
Since Oracle changed to the continuous delivery model there was
no update for developers since 42 months.
This changed today !!
The public Solaris IPS repository contains the SRU42
http://pkg.oracle.com/solaris/release/en/index.shtml
More details on:
https://blogs.oracle.com/solaris/post/announcing-the-first-oracle-solaris-114-cbe
25 February 2022
Solaris 11.4 SRU42 (Feb 2022) - /var/share/cores FS and coreadm defaults
/var/share/cores is now a separate filesystem
-bash-5.1$ zfs list rpool/VARSHARE/cores
NAME USED AVAIL REFER MOUNTPOINT
rpool/VARSHARE/cores 31K 22.1G 31K /var/share/cores
If you upgrade from a previous SRU to SRU42 or later,
cleanup /var/share/cores first, because the files
will be migrated to the new filesystem.
coreadm has now better defaults for the core file naming
root@marcel49:~# coreadm | head -3
global core file pattern: /var/cores/core.%z.%f.%u.%p
global core file content: default
kernel zone core file pattern: /var/cores/kzone.%z.%t
with this new core file pattern, the cores can be easier identified
and are less often overwritten.
root@marcel49:~# ls -lh /var/cores/core.marcel49.sleep.0.21198
-rw------- 1 root root 4.16M Feb 25 13:19 /var/cores/core.marcel49.sleep.0.21198
If the pattern was not configured before the upgrade to SRU42 or later
the new default is set automatically.
If you used another pattern before you upgraded to SRU42 or later
you can set it manually to the new standard/default.
coreadm -g /var/cores/core.%z.%f.%u.%p
23 February 2022
Solaris 11.4 SRU42 (Feb 2022) - LDom Migration Class 2
SRU42 introduced a new LDom Migration Class. This class
allows to do Cross CPU Live Migration between SPARC S7,M7 and M8
CPUs. LDoms using this migration-class2 can use the ADI features
of this new CPUs and still can Live Migrate between this modern
SPARC Servers.
To change the cpu-arch setting you need to shutdown and unbind
your LDom
# ldm stop g0061
# ldm unbind g0061
# ldm set-domain cpu-arch=migration-class2 g0061
# ldm bind g0061
# ldm start g0061
The JomaSoft VDCF Management Software recognises this new
cpu-arch with Version 8.2.2 or later.
Find out more about VDCF
https://www.jomasoft.ch/vdcf/
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.