Solaris Repo Creation - Document 1928542

Download as pdf or txt
Download as pdf or txt
You are on page 1of 7

Document 1928542.1 https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=44...

PowerView is On Support Identifier: Not 18971958 (Emirates... SYSTEM (Available) (87) Contact Us Help

Dashboard Knowledge Service Requests Patches & Updates

Give Feedback...
Copyright (c) 2018, Oracle. All rights reserved. Oracle Confidential.

How to Create and Update a Solaris 11 Local Repository Server (Doc ID 1928542.1) To Bottom

In this Document Was this document helpful?

Goal
Document Details
Solution
Basic info: Where to find S11 update images Type:
HOWTO
Simple Procedure to Create a Local Repository from ZIP files Status:
PUBLISHED
Last Major
Set up a depot server to enable other systems allow update via HTTP Oct 25, 2018
Update:
Oct 25, 2018
Installing a local repository from pkg.oracle.com Last Update:

Generic Info to Setup a Local Repository Using install-repo.ksh


Download locations for Solaris 11.2_GA or 11.3_GA Related Products
Excerpt from Install_guide for Solaris 11.2.2.5.0 SRU ( 11.2 SRU2.5.0 ) Solaris Operating System
Solaris Operating System
SMF mirror service svc:/application/pkg/mirror:default is available to update a local repository by cronjob
ensure to set locale to 'C'
Information Centers
References

Document References
APPLIES TO: Oracle Solaris 11 Support
Repository Updates (SRU)
Index [1372094.1]
Solaris Operating System - Version 11.2 and later
Information in this document applies to any platform. Oracle Solaris 11.3 Support
Repository Updates (SRU)
Index [2045311.1]
GOAL
Oracle Solaris 11.2 Support
Repository Updates (SRU)
This document provides information about the new script install-repo.ksh and shows the differences to earlier Solaris 11 Index [1672221.1]
releases
Oracle Solaris 11.2.2.5.0
Support Repository Update
Note: (Oracle Solaris 11.2 SRU2.5.0)
the version of the install-repo.ksh changed from Solaris 11.3 SRU 16 on. README [1925904.1]
The install-repo.ksh versions are not upward/downward compatible. Oracle Solaris 11.1 Support
It is recommended to download the correct version if install-repo.ksh from patch labelled "Installation Guide" near the Repository Updates (SRU)
Repository patch in table of MOS document Index [1501435.1]
Oracle Solaris 11.3 Support Repository Updates (SRU) Index Document 2045311.1 Show More

Recently Viewed

SOLUTION Solaris Cluster HA-Oracle


oracle_server_start
(SUNW.oracle_server)
Basic info: Where to find S11 update images Resource Fails to Start,
ORA-28002 ORA-28001
Support Repository Updates (SRU) are delivered as patches. Tables with listing of SRU numbers and patch numbers for S11 releases are contained in [1305679.1]
MOS documents:
"Corrupt label; wrong magic
number": How To Label
Document 1372094.1 Oracle Solaris 11.0 Support Repository Updates (SRU) Index
Multiple LUNs [2214857.1]
Document 1501435.1 Oracle Solaris 11.1 Support Repository Updates (SRU) Index
Document 1672221.1 Oracle Solaris 11.2 Support Repository Updates (SRU) Index Solaris Cluster Resource or
Document 2045311.1 Oracle Solaris 11.3 Support Repository Updates (SRU) Index Resource Group Failed or
Faulted or Failed to Start
Document 2433412.1 Oracle Solaris 11.4 Support Repository Updates (SRU) Index Resolution Path [1020790.1]

Where to download Oracle Solaris ISO images and Update Releases Document 1277964.1 ORA-15018 ORA-15031
Creating New ASM Diskgroup
URL to download to Solaris 11.3 GA: In Exadata [2299466.1]
http://www.oracle.com/technetwork/server-storage/solaris11/downloads/local-repository-2245081.html Disk Is not Discovered in
ASM, Diskgroup Creation
Fails with Ora-15018
Ora-15031 Ora-15014
[431013.1]
Show More

Simple Procedure to Create a Local Repository from ZIP files

http://www.oracle.com/technetwork/server-storage/solaris11/documentation/solaris-11-cheat-sheet-1556378.pdf

Local Package Repository

1 of 7 11/1/2018, 2:01 PM
Document 1928542.1 https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=44...

Setting up your own package repository

Prepare a ZFS dataset for the repository and for the repo*.zip files

# zfs create -o mountpoint=/export/repoSolaris11/ rpool/export/repoSolaris11


# zfs set atime=off rpool/export/repoSolaris11

# zfs create -o mountpoint=/export/iso rpool/export/iso


# mkdir /export/iso/GA
# cd /export/iso/GA

Download all the GA (Global Availability) repository files from


http://www.oracle.com/technetwork/server-storage/solaris11/downloads/local-repository-2245081.html

into /export/iso/GA and invoke the install-repo.ksh script

# ls -l
total 16482295
-rwxr-xr-x 1 root root 11612 May 20 05:35 install-repo.ksh
-rw-r----- 1 root root 1540097274 May 20 05:36 sol-11_3-repo_1of5.zip
-rw-r----- 1 root root 1730669364 May 20 05:36 sol-11_3-repo_2of5.zip
-rw-r----- 1 root root 1717187368 May 20 05:37 sol-11_3-repo_3of5.zip
-rw-r----- 1 root root 1871913207 May 20 05:38 sol-11_3-repo_4of5.zip
-rw-r----- 1 root root 1570373423 May 20 05:38 sol-11_3-repo_5of5.zip
-rw-r--r-- 1 root root 285 May 20 05:38 sol-11_3-repo_md5sums.txt

# ./install-repo.ksh -d /export/repoSolaris11/
Using sol-11_3-repo download.
Uncompressing sol-11_3-repo_1of5.zip...done.
Uncompressing sol-11_3-repo_2of5.zip...done.
Uncompressing sol-11_3-repo_3of5.zip...done.
Uncompressing sol-11_3-repo_4of5.zip...done.
Uncompressing sol-11_3-repo_5of5.zip...done.
Repository can be found in /export/repoSolaris11/

Add all required SRUs to /export/iso/<SRU> in the same way

The patches for the SRU's can be found in the tables in the following documents (see column 'IPS Repository')
Oracle Solaris 11.2 Support Repository Updates (SRU) Index Document 1672221.1
Oracle Solaris 11.3 Support Repository Updates (SRU) Index Document 2045311.1

Example for Solaris 11.3 SRU_6:


Download the patches 22835668 (Repository) and 22835670 (Installation Guide) for Solaris 11.3 SRU_6 to /export/iso/SRU6

# cd /export/iso/SRU6
# unzip p22835670_1100_SOLARIS64.zip
# ls -l
-rwxr-xr-x 1 root root 11612 Mar 10 17:59 install-repo.ksh
-rw-r----- 1 root root 1861775294 May 20 06:26 p22835668_1100_SOLARIS64_1of2.zip
-rw-r----- 1 root root 1435669221 May 20 06:27 p22835668_1100_SOLARIS64_2of2.zip
-rw-r--r-- 1 root root 136 Mar 10 18:06 sol-11_3_6_5_0-incr-repo_md5sums.txt
-- lines omitted --

# ./install-repo.ksh -d /export/repoSolaris11/
Using p22835668_1100_SOLARIS64 files for sol-11_3_6_5_0-incr-repo download.
IPS repository exists at destination /export/repoSolaris11/
Current version: 0.175.3.7.0.5.0
Do you want to add to this repository? (y/n)[n]: y
Uncompressing p22835668_1100_SOLARIS64_1of2.zip...done.
Uncompressing p22835668_1100_SOLARIS64_2of2.zip...done.
Repository can be found in /export/repoSolaris11/.
Initiating repository rebuild.

# pkgrepo list -s /export/repoSolaris11/ entire


PUBLISHER NAME O VERSION
solaris entire 0.5.11-0.175.3.6.0.5.0:20160309T220555Z
solaris entire 0.5.11-0.175.3.1.0.5.0:20151006T140051Z

optional: make a snapshot of the current state

# zfs snapshot rpool/export/repoSolaris11@ga-and-sru6

Set up a depot server to enable other systems allow update via HTTP

The port was selected here for '8081' in order to leave the standard http port '80' open for other apache services on system
In case the http port '80' is not required for other services then you might use standard port '80'
Please bear in mind that you need to define the port number for any port number <> '80' when accessing the depot server.
e.g. # pkg set-publisher -g http://pkgserver:8081/ solaris

# svccfg -s application/pkg/server setprop pkg/inst_root=/export/repoSolaris11/


# svccfg -s application/pkg/server setprop pkg/readonly=true
# svccfg -s application/pkg/server setprop pkg/port=8081
# svcadm refresh application/pkg/server
# svcadm enable application/pkg/server
# svcs application/pkg/server
STATE STIME FMRI
online 7:00:30 svc:/application/pkg/server:default

2 of 7 11/1/2018, 2:01 PM
Document 1928542.1 https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=44...

Installing a local repository from pkg.oracle.com

When installing a local repository from pkg.oracle.com please bear in mind that the default value for the option '-m' changed between Solaris 11.1
and Solaris 11.2

Note: A local repository with all timestamps takes approximately 130 GB in size ( sol 11.0 FCS -> sol 11.3 SRU 19 )
The same amount is required for the cache which resides in /var/tmp/pkgrecv-xyzxyz by default
In case the system does not have enough enough free space ( 130 GB ++ ) in /var/tmp for the cache, you need to define a certain cache-dir
on a volume with enough free space. e.g.
# pkgrecv ..some_options.. -c /data1/export/cache/ -m all-timestamps '*'

Default behaviour ( if the -m option is not specified) for Solaris S11.1 and Solaris S11.2

Solaris s11.1 default value is -m latest '*'


Solaris s11.2 default value is -m all-timestamps '*'

So, in case you want to have only 'latest' timestamps, you might consider to use -m latest '*' for pkgrecv command for all Solaris 11 versions

Example with option -m latest '*' :

# zfs create -o mountpoint=/export/repoSolaris11 rpool/export/repoSolaris11


# zfs set atime=off rpool/export/repoSolaris11
# pkgrepo create /export/repoSolaris11/

# pkgrecv -s https://pkg.oracle.com/solaris/support/ -d /export/repoSolaris11 \


--key /var/pkg/ssl/pkg.oracle.com.key.pem \
--cert /var/pkg/ssl/pkg.oracle.com.certificate.pem \
-m all-timestamps '*'

Processing packages for publisher solaris ...


Retrieving and evaluating 5864 package(s)...
PROCESS ITEMS GET (MB) SEND (MB)
Completed 5864/5864 8159/8159 26468/26468

# pkgrepo list -s /export/repoSolaris11 entire | head


PUBLISHER NAME O VERSION
solaris entire 0.5.11,5.11-0.175.3.19.0.5.0:20170407T231931Z
solaris entire 0.5.11,5.11-0.175.3.18.0.6.0:20170322T192451Z
solaris entire 0.5.11,5.11-0.175.3.17.0.5.0:20170217T020457Z
solaris entire 0.5.11,5.11-0.175.3.16.0.3.0:20161222T001646Z
solaris entire 0.5.11,5.11-0.175.3.15.0.4.0:20161206T214337Z
solaris entire 0.5.11,5.11-0.175.3.14.0.6.0:20161110T164958Z
solaris entire 0.5.11,5.11-0.175.3.13.0.4.0:20160929T175502Z
solaris entire 0.5.11,5.11-0.175.3.12.0.4.0:20160901T180628Z
solaris entire 0.5.11,5.11-0.175.3.11.0.6.0:20160815T002341Z

Generic Info to Setup a Local Repository Using install-repo.ksh

Solaris 11.2 provides a script install-repo.ksh to build/update a local repository. This script is included in the "Installation Guide" downloads in the
"IPS Repository" column of the
Oracle Solaris 11.2 Support Repository Updates (SRU) Index Document 1672221.1

Content of the "Installation Guide" zip files:

install-repo.ksh
readme-11_2_XX_X_X.html
readme-11_2_XX_X_X.txt
README-zipped-repo.txt
sol-11_2_XX_X_X-incr-repo_md5sums.txt

Download file structure changed in s11.2.


For 11.2 GA and SRU's you need to create separate subdirectories ( one per GA and SRU each )
and place the downloaded parts into these subdirectories.

Update the local repository using the mentioned install-repo.ksh then.

The script install-repo.ksh needs to be in the same directory as the 11.2 GA or the SRU zip files along with the sol*-md5sums.txt ( i.e. sol-11_2_1_5_0-
incr-repo-md5sums.txt ) file.

The script looks for existing *.zip files in the directory and checks it's md5 checksum against the sol*-repo-md5sums.txt in the same directory.

If this test has been passed, it will unzip the *.zip files in the given local repository

3 of 7 11/1/2018, 2:01 PM
Document 1928542.1 https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=44...

USAGE: install-repo.ksh -d dest [-s zipsrc] [-i image-name] [-c] [-v] [-I]

Example:

// build the local publisher with the 11.2 GA repo first

# cd /space/zipped-repo_GA/
# ls -l
-rw-r--r-- 1 root root 3160 Jan 18 2015 README-zipped-repo.txt
-rwxr-xr-x 1 root root 5594 Dec 22 2014 install-repo.ksh
-rw-r--r-- 1 root root 1771800121 Jan 18 2015 sol-11_2-repo-1of4.zip
-rw-r--r-- 1 root root 1889867782 Jan 18 2015 sol-11_2-repo-2of4.zip
-rw-r--r-- 1 root root 1902167161 Jan 18 2015 sol-11_2-repo-3of4.zip
-rw-r--r-- 1 root root 1790358735 Jan 18 2015 sol-11_2-repo-4of4.zip
-rw-r--r-- 1 root root 228 Jan 18 2015 sol-11_2-repo-md5sums.txt

# zfs create -o mountpoint=/export/sol11.2 rpool/export/sol11.2


# zfs set atime=off rpool/export/sol11.2
# ./install-repo.ksh -d /export/sol11.2 -v -c

Comparing checksums of downloaded files...done. Checksums match.

Uncompressing sol-11_2-repo-1of4.zip...done.
Uncompressing sol-11_2-repo-2of4.zip...done.
Uncompressing sol-11_2-repo-3of4.zip...done.
Uncompressing sol-11_2-repo-4of4.zip...done.
Repository can be found in /export/sol11.2.
Initiating repository verification.
Building ISO image...done.
ISO image and instructions for using the ISO image are at:
/space/zipped-repo_GA/sol-11_2-repo.iso
/space/zipped-repo_GA/README-repo-iso.txt

# pkgrepo list -s /export/sol11.2 entire


PUBLISHER NAME O VERSION
solaris entire 0.5.11,5.11-0.175.2.0.0.42.0:20140624T193832Z

// add a SRU repo on top of this

# cd /space/zipped-repo_sol-11_2_13_6
# ls -l
-rw-r--r-- 1 root root 4031 Aug 11 04:47 README-zipped-repo.txt
-rwxr-xr-x 1 root root 11612 Aug 11 04:47 install-repo.ksh
-rw-r--r-- 1 root root 6549 Aug 11 04:47 sol-11_2_13_6_0-incr-install_guide.zip
-rw-r--r-- 1 root root 1323586748 Aug 11 04:56 sol-11_2_13_6_0-incr-repo_1of3.zip
-rw-r--r-- 1 root root 1372479560 Aug 11 05:02 sol-11_2_13_6_0-incr-repo_2of3.zip
-rw-r--r-- 1 root root 1207557708 Aug 11 05:08 sol-11_2_13_6_0-incr-repo_3of3.zip
-rw-r--r-- 1 root root 207 Aug 11 05:08 sol-11_2_13_6_0-incr-repo_md5sums.txt

# ./install-repo.ksh -d /export/sol11.2 -v -c
Using sol-11_2_13_6_0-incr-repo download.
IPS repository exists at destination /export/sol11.2
Current version: 0.175.2.0.0.42.0
Do you want to add to this repository? (y/n)[n]: y

Comparing checksums of downloaded files...done. Checksums match.

Uncompressing sol-11_2_13_6_0-incr-repo_1of3.zip...done.
Uncompressing sol-11_2_13_6_0-incr-repo_2of3.zip...done.
Uncompressing sol-11_2_13_6_0-incr-repo_3of3.zip...done.
Repository can be found in /export/sol11.2.
Initiating repository rebuild.
Initiating repository verification.
Building ISO image...done.
ISO image can be found at:
/space/zipped-repo_sol-11_2_13_6/sol-11_2_13_6_0-incr-repo.iso
Instructions for using the ISO image can be found at:
/export/sol11.2/README-repo-iso.txt

# pkgrepo list -s /export/sol11.2 entire


PUBLISHER NAME O VERSION
solaris entire 0.5.11,5.11-0.175.2.13.0.6.0:20150810T161629Z
solaris entire 0.5.11,5.11-0.175.2.0.0.42.0:20140624T193832Z

For more information please see How to Update an Oracle Solaris 11.2 Package Repository (Doc ID 1925904.1)

Download locations for Solaris 11.2_GA or 11.3_GA

(GA = Generally Available)


Where to download Oracle Solaris ISO images and Update Releases Document 1277964.1

URL to download to Solaris 11.3:


http://www.oracle.com/technetwork/server-storage/solaris11/downloads/local-repository-2245081.html

Oracle Solaris 11.2 Repository


Organizations that want to keep a stricter control on what Oracle Solaris packages are being used on their systems, should consider setting up their own
repository.
This can be done by directly with Oracle’s hosted repository, or using the downloads below.

4 of 7 11/1/2018, 2:01 PM
Document 1928542.1 https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=44...

To set up the repository, follow the instructions in the README by downloading the assembly script, MD5 checksums and 4 repository parts.
The repository will contain both SPARC and x86 packages.

Download README Instructions


Download Repository Assembly Script (install-repo.ksh)
Download MD5 Checksums
Download Oracle Solaris 11.2 Repository (Part 1) (1.7 GB)
Download Oracle Solaris 11.2 Repository (Part 2) (1.8 GB)
Download Oracle Solaris 11.2 Repository (Part 3) (1.8 GB)
Download Oracle Solaris 11.2 Repository (Part 4) (1.6 GB)

The install-repo.ksh script is available along with four zip archives of Solaris 11.2 plus a checksum file sol-11_2_1_5_0-incr-repo-md5sums.txt
All of these files need to be downloaded into a specific directory

You can check a local repository with pkgrepo

/usr/bin/pkgrepo info -s <repo_uri_or_path>

If not already present, then you can create a new local repository using this

/usr/bin/pkgrepo create <uri_or_path>

Please bear in mind that you need Solaris 11.2 GA in your repository first. SRUs are incremental.

Excerpt from Install_guide for Solaris 11.2.2.5.0 SRU ( 11.2 SRU2.5.0 )

Managing the Repository

Oracle Solaris 11.2.2.5.0 Support Repository Update (Oracle Solaris 11.2 SRU2.5.0) README (Doc ID 1925904.1)

This SRU is provided in two parts: Oracle Solaris IPS Repository Installation Guide and Oracle Solaris IPS Repository.
The Oracle Solaris IPS Repository Installation Guide contains the install script and readme files.
The Oracle Solaris IPS Repository contains the zip files of the repository.
You must download both the parts from MOS to add the packages to an existing repository.
The zip file associated with this README must be used in conjunction with an existing local copy of the Oracle Solaris support repository.
It is necessary to have a valid solaris publisher set before performing an update. For instructions to create an
Oracle Solaris 11.2 package repository, see Copying and Creating Oracle Solaris 11.2 Package Repositories.

Managing the Repository

Some important points to consider before applying or installing the repository zip file:

* The minimum OS level required for the system to run this repository is Oracle Solaris 11.1.
* The repository is provided as zip files. They contain only the latest revision of IPS packages that have been added or changed since the initial release
of Oracle Solaris 11.2.
* This SRU is provided in two parts: Oracle Solaris IPS Repository Installation Guide and Oracle Solaris IPS Repository. The Oracle Solaris IPS
Repository Installation Guide contains the install
script and readme files. The Oracle Solaris IPS Repository contains the zip files of the repository. You must download both the parts
from MOS <https://support.oracle.com/rs?type=doc&id=1672221.1> to add the packages to an existing repository.
* The zip file associated with this README must be used in conjunction with an existing local copy of the Oracle Solaris support repository.
* It is necessary to have a valid |solaris| publisher set before performing an update. For instructions to create an Oracle Solaris 11.2 package
repository, see Copying and Creating Oracle Solaris 11.2 Package Repositories
<http://docs.oracle.com/cd/E36784_01/html/E36805/index.html>.

The example commands listed in this section should be executed with |root| privileges or by using |sudo|(1M) or |pfexec|(1) commands.

How to Update an Oracle Solaris 11.2 Package Repository

Download the SRU's IPS Repository Installation Guide and IPS Repository patches from MOS.

Perform the following steps to update an existing Oracle Solaris 11.2 package repository with the contents of the SRU zip file.

1. Become an administrator.
For more information, see How to Use Your Assigned Administrative Rights in Securing Users and Processes in Oracle Solaris 11.2
<http://docs.oracle.com/cd/E36784_01/html/E37123/rbactask-28.html#OSSUPrbactask-28>.

2. Run the |install-repo.ksh| script that is included in the IPS Repository Installation Guide patch to update your existing repository.
$ install-repo.ksh [-c] [-v] -d full_path_to_existing_s11_2_repo

For example:
$ install-repo.ksh -c -v -d /export/support-repo

3. If the repository is managed by |pkgserv|, restart the appropriate service.


$ svcadm restart svc:/application/pkg/server:your_repo_instance

For more information about using the |install-repo.ksh| script, see the |README-zipped-repo.txt| file.

For more information about managing your repository, see the following resources:

5 of 7 11/1/2018, 2:01 PM
Document 1928542.1 https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=44...

* Updating and Maintaining Oracle Solaris 11 <https://support.oracle.com/rs?type=doc&id=1559737.2>


* Oracle Solaris 11 Image Packaging System (IPS) Frequently Asked Questions (FAQ) <https://support.oracle.com/rs?type=doc&id=1433186.1>

How to Update Your Local System

Perform the following steps to update your local system by using the SRU zip file.

1. Become an administrator.

For more information, see How to Use Your Assigned Administrative Rights in Securing Users and Processes in Oracle Solaris 11.2
<http://docs.oracle.com/cd/E36784_01/html/E37123/rbactask-28.html#OSSUPrbactask-28>.

2. Run the |install-repo.ksh| script that is included in the IPS Repository Installation Guide patch to update your existing repository.
$ install-repo.ksh [-c] [-v] -d full_path_to_existing_s11_2_repo

For example:
$ install-repo.ksh -c -v -d /export/support-repo

3. If the repository is managed by |pkgserv|, restart the appropriate service.


$ svcadm restart svc:/application/pkg/server:your_repo_instance

4. If an existing repository is not set, add the repository to the system.


$ pkg set-publisher -g file:///full_path_to_existing_s11_2_repo solaris

5. Update the packages.


$ pkg update

For more information about using the install-repo.ksh script, see the |README-zipped-repo.txt| file.

SMF mirror service svc:/application/pkg/mirror:default is available to update a local repository by cronjob

How to Automatically Copy a Repository From the Internet


By default, the svc:/application/pkg/mirror SMF service performs a periodic pkgrecv operation from the solaris publisher origins
defined in this image to /var/share/pkg/repositories/solaris.
This pkgrecv operation starts at 2:30am one day each month. To change this default behavior, configure the service as described in this procedure.
At the end of each successful run of this service, the repository catalogs are refreshed. You do not need to refresh the repository to build a search
index.

Please see also http://www.oracle.com/technetwork/articles/servers-storage-admin/howto-set-up-repos-mirror-ips-2266101.html

ensure to set locale to 'C'

# LC_ALL=C
# export LC_ALL
# ./install-repo.ksh [ .. options .. ]

Note: ensure you set locale to 'C' before starting the install-repo.ksh script

REFERENCES

NOTE:1372094.1 - Oracle Solaris 11 Support Repository Updates (SRU) Index


NOTE:2045311.1 - Oracle Solaris 11.3 Support Repository Updates (SRU) Index
NOTE:1672221.1 - Oracle Solaris 11.2 Support Repository Updates (SRU) Index
NOTE:1925904.1 - Oracle Solaris 11.2.2.5.0 Support Repository Update (Oracle Solaris 11.2 SRU2.5.0) README
NOTE:1501435.1 - Oracle Solaris 11.1 Support Repository Updates (SRU) Index
NOTE:1277964.1 - Where to download Oracle Solaris ISO images and Update Releases
NOTE:2433412.1 - Oracle Solaris 11.4 Support Repository Updates (SRU) Index
Didn't find what you are looking for? Ask in Community...

Related
Products
Sun Microsystems > Operating Systems > Solaris Operating System > Solaris Operating System
Sun Microsystems > Operating Systems > Solaris Operating System > Solaris Operating System > Install and Upgrade > Other

6 of 7 11/1/2018, 2:01 PM
Document 1928542.1 https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=44...

Keywords
ADMINISTRATOR; INCREMENTAL; INSTALL; IPS; ISO; LOCAL REPOSITORY; PATCH; PUBLISHER; REPOSITORY; SOLARIS; SOLARIS11 CONFIGURE; SOLARIS11 UPDATE; UPDATE

Back to Top
Copyright (c) 2018, Oracle. All rights reserved. Legal Notices and Terms of Use Privacy Statement

7 of 7 11/1/2018, 2:01 PM

You might also like