Hello,
Trying to update Solaris 11.4 to the latest available repository on a refresh Ldom.
I have updated the digest text; run the install script ( install-repo.ksh)
However, the script uncompresses the last file only:
When doing pkg info entire, it shows the last update (2025) date correctly but when point the repo to other ldom, it shows that the repo date is on 2022.
Detail:
root@repo:/soft/repo# ls
install-repo.ksh p37322547_1100_SOLARIS64_5of10.zip
p37322547_1100_SOLARIS64_10of10.zip p37322547_1100_SOLARIS64_6of10.zip
p37322547_1100_SOLARIS64_1of10.zip p37322547_1100_SOLARIS64_7of10.zip
p37322547_1100_SOLARIS64_2of10.zip p37322547_1100_SOLARIS64_8of10.zip
p37322547_1100_SOLARIS64_3of10.zip p37322547_1100_SOLARIS64_9of10.zip
p37322547_1100_SOLARIS64_4of10.zip sol-11_4-repo_digest.txt
root@repo:/soft/repo# ./install-repo.ksh -d /IPS/ -v
Using p37322547_1100_SOLARIS64_10of10 files for sol-11_4-repo download.
^C sol-11_4_16_4_0-incr-repo_digest.txtepo_digest.txt sol-11_4_16_4_0-incr-repo_digest.txt ./install-repo.ksh -d /ls^C ./install-repo.ksh -d /IPS/ -v11_4-repo_digest.txt so^C11_4_16_4_0-incr-repo_digest.txt
root@repo:/soft/repo#
root@repo:/soft/repo#
root@repo:/soft/repo# ./install-repo.ksh -d /IPS/ -v
Using p37322547_1100_SOLARIS64_10of10 files for sol-11_4_16_4_0-incr-repo download.
IPS repository exists at destination /IPS/
Current version: 11.4.0.0.1.15.0
Do you want to add to this repository? (y/n)[n]: y
Uncompressing p37322547_1100_SOLARIS64_10of10.zip...done.
Repository can be found in /IPS/.
When pointing to another ldom :
root@MUSUSTRYDB:~# pkg publisher~
~PUBLISHER TYPE STATUS P LOCATION~
~solaris origin online F http://2.1.1.2:85/~
~root@MUSUSTRYDB:~# pkg info entire
Name: entire
Summary: entire incorporation including Support Repository Update
(Oracle Solaris 11.4.51.132.1).
Description: This package constrains system package versions to the same
build. WARNING: Proper system update and correct package
selection depend on the presence of this incorporation.
Removing this package will result in an unsupported system.
For more information see:
https://support.oracle.com/rs?type=doc&id=2433412.1
Category: Meta Packages/Incorporations
State: Installed
Publisher: solaris
Version: 11.4 (Oracle Solaris 11.4.51.132.1)
Branch: 11.4.51.0.1.132.1
Packaging Date: November 4, 2022 at 10:59:48 PM
Last Install Time: November 5, 2022 at 5:24:36 PM
Size: 2.52 kB
FMRI: pkg://solaris/entire@11.4-11.4.51.0.1.132.1:20221104T225948Z
root@MUSUSTRYDB:~#~
~root@MUSUSTRYDB:~# pkg update --a
kindly advice.
Thanks