root@GuestDom1:~# pkg update --accept
Packages to remove: 16
Packages to install: 125
Packages to update: 465
Packages to change: 1
Mediators to change: 3
Create boot environment: Yes
Activate boot environment: Yes
Name of boot environment: 11.4.68.164.2
Create backup boot environment: No
Removed Packages:
database/mysql-57/library
library/perl-5/sun-solaris-532
library/security/openssl-11
network/legacy-remote-utilities
package/pkg-37
...
11 additional removed packages. Use 'pkg history' to view the full list.
Planning linked: 0/1 done; 1 working: zone:mdvp1udora121
Linked image 'zone:mdvp1udora121' output:
| Packages to remove: 17
| Packages to install: 134
| Packages to update: 409
| Packages to change: 1
| Mediators to change: 4
| Services to change: 17
|
| Removed Packages:
|
| database/mysql-57/library
| developer/oracle/odpi-312
| library/perl-5/openscap-532
| library/perl-5/sun-solaris-532
| library/python/cx_oracle-37
| ...
| 12 additional removed packages. Use 'pkg history' to view the full list.
|
| Release Notes:
|
| pkg://solaris/network/ssh
| Updated versions of OpenSSH may change the default configuration
| including addition or removal of ciphers or other features.
|
| If this system has a customised sshd_config(5) or ssh_config(5)
| file you should review and may need to update it before using the
| updated version of OpenSSH delivered by this package.
|
| Note that users may also have settings in their HOME/.ssh/config
| that need updating.
|
| If the sshd_config references features removed by this version the
| svc:/network/ssh:default service may be in the maintenance
| state on the next reboot or after installation of this package.
|
| For more information review the release notes for OpenSSH
| in /usr/share/doc/release-notes/openssh/
|
| pkg://solaris/system/network/ldap/openldap
|
| OpenLDAP 2.6 CLI and developer changes
|
| Please note that
| - Common options '-h' and '-p' on ldap commands have been deprecated
| since OpenLDAP 2.4 and were officially removed in 2.6. Currently a
| reprieve has been put in place to accept both options and display a
| warning if used with remedial advice to use '-H URI'. The warning
| can be disabled if environment variable LDAP_OPT_REPRIEVE is set.
| Beware though that a future update will remove those options or
| worse repurpose them! Stop using them now, and modify your scripts.
|
| - Directory /usr/include/openldap is deprecated, headers are now in
| standard location; /usr/include. Modify projects as necessary, a
| compatibility link has been provided which will be removed in the
| future.
|
|
|
| pkg://solaris/system/file-system/smb
| NOTICE: The old, insecure SMB1 client (ie smbfs) is provided only for
| legacy application support and may be removed in a future Support
| Repository Update (SRU) of Oracle Solaris.
|
| pkg://solaris/editor/vim/vim-core
| Vim 9.0 brings incompatible change in vim scripts written in Lua; Lua arrays
| are now one-based, while they used to be zero-based.
|
| pkg://solaris/system/core-os
| From Oracle Solaris 11.4.66 onwards the default time stamp has
| a fractional time stamp with a default precision of milliseconds.
|
| To restore the original syslogd time stamp, change the time_precision
| using svccfg:
|
| svccfg -s system-log:default setprop config/time_precision = 0
| svccfg -s system-log:default refresh
|
| pkg://solaris/system/core-os
| From Oracle Solaris 11.4 SRU48 onwards, global crashdump directory
| /var/share/crash is a separate file system. On upgrade to 11.4 SRU48
| or later any existing contents of /var/share/crash will be preserved
| in a directory /var/share/historical-crash.
|
| Crash dumps can take up significant space, so after upgrading to
| 11.4 SRU48 you should examine the contents of /var/share/historical-crash
| and remove the directory and crashdumps if they are no longer needed to
| pursue diagnosis of an unsolved panic.
|
| pkg://solaris/system/network
| From Oracle Solaris 11.4.61 onwards, systems which utilize dhcp options
| to configure node DNS client "server list" and "domain" parameters and
| where the dhcp server is also configured to supply a "Domain Search List"
| (dhcp option 119), will have the DNS client "search" parameter configured
| using the search list from the dhcp option.
|
| pkg://solaris/library/pcre
| The previous version of the Perl Compatible Regular Expression library,
| libpcre, will be removed in a future release of Oracle Solaris.
| Software using libpcre should migrate to the current version, libpcre2.
`
Planning linked: 1/1 done
DOWNLOAD PKGS FILES XFER (MB) SPEED
Completed 607/607 24387/24387 625.7/625.7 6.0M/s
Downloading linked: 0/1 done; 1 working: zone:Zone1
Downloading linked: 1/1 done
PHASE ITEMS
Removing old actions 9998/9998
Installing new actions 22184/22184
Updating modified actions 12635/12635
Updating package state database Done
Updating package cache 481/481
Updating image state Done
Creating fast lookup database Done
Executing linked: 0/1 done; 1 working: zone:Zone1
Linked image 'zone:mdvp1udora121' output:
|
| The following unexpected or editable files and directories were
| salvaged while executing the requested package operation; they
| have been moved to the displayed location in the image:
|
| usr/lib/python3.7/vendor-packages/rad/server/com/oracle/solaris/rad/__pycache__ -> /tmp/tmp9c0pquuc/zones/mdvp1udora121/root/var/pkg/lost+found/usr/lib/python3.7/vendor-packages/rad/server/com/oracle/solaris/rad/__pycache__-20240507T020058Z
`
Executing linked: 1/1 done
Updating package cache 1/1
A clone of 11.4.45.119.2 exists and has been updated and activated.
On the next boot the Boot Environment be://rpool/11.4.68.164.2 will be
mounted on '/'. Reboot when ready to switch to this updated BE.
Updating package cache 1/1
root@GuestDom1:~# beadm list
BE Name Flags Mountpoint Space Policy Created
------------- ----- ---------- ------ ------ ----------------
11.4.34.94.4 - - 4.48G static 2021-07-05 07:13
11.4.42.113.1 - - 4.34G static 2022-02-17 06:41
11.4.45.119.2 N / 3.80G static 2022-06-10 03:44
11.4.68.164.2 R - 17.09G static 2024-05-07 01:59
R --> Status shows next reboot that kernel will be active.
#reboot --> Reboot the server to take new kernel to activate.
First we have shutdown the running zones on Guest LDOM with below commands.
#zoneadm list -cv - to list the running zones.
root@GuestDom1:~# zoneadm list -cv
ID NAME STATUS PATH BRAND IP
0 global running / solaris shared
1 Zone1 running /zones/Zone1 solaris excl
root@GuestDom1:~#
Shutdwon the Zones on Guest Domains with below command
root@GuestDom1:~# zoneadm -z Zone1 Shutdown --> it will shutdown the zone
root@GuestDom1:~# zoneadm list -cv
ID NAME STATUS PATH BRAND IP
0 global running / solaris shared
1 Zone1 Shutdown /zones/Zone1 solaris excl
root@GuestDom1:~#
Once Zones powered Off/shutdown, we have completed above given process to complete the Guest Domain Patching/update activity.
Comments
Post a Comment