Go to main content

Creating and Using Oracle® Solaris 10 Zones

Exit Print View

Updated: November 2020
 
 

SVR4 Packaging and Patching in Oracle Solaris 10 Zones

About Using Packaging and Patching in solaris10 Branded Zones

The SVR4 package metadata is available inside the zone, and the package and patch commands work correctly. For proper operation, note that you must install patches 119254-75 (SPARC) or 119255-75 (x86/x64), or later versions, on your Oracle Solaris 10 system before the archive is created. The software download site for patches is My Oracle Support (https://support.oracle.com). Click on the "Patches & Updates" tab to view the download instructions and download the images. Contact your support provider for additional information regarding patches.

Because solaris10 branded zones are whole root zones, all packaging and patch operations work as described in the man pages and other documentation. Note that the kernel components of the package or patch are not used for the installation. SVR4 packages are only installed into the current zone. For information about SVR4 packaging used in solaris10 zones, see "Chapter 25, About Packages on an Solaris System With Zones Installed (Overview)" and "Chapter 26, Adding and Removing Packages and Patches on a Solaris System With Zones Installed (Tasks)" in System Administration Guide: Oracle Solaris Containers-Resource Management and Oracle Solaris Zones. This is the Oracle Solaris 10 version of the guide.

For information about system release level, see Introduction to Oracle Solaris 10 Zones.

About Performing Package and Patch Operations Remotely

For patch operations that are initiated from within Oracle Solaris 10 Zones, if the remote system is another solaris10 zone, the patching operation works correctly. However, if the remote system is not a solaris10 zone, the operation will produce undefined results. Similarly, the patch tools will produce undefined results if used to patch Oracle Solaris 10 Zones from miniroots or physical systems instead of Oracle Solaris 10 Zones.

Note that in general, the patchadd and patchrm tools allow administrators to specify alternate roots when running patch operations. This capability allows administrators to patch remote systems, such as Oracle Solaris 10 miniroots and Oracle Solaris 10 physical systems, which have root directories visible over NFS. For example, if the root directory of an Oracle Solaris 10 system is NFS-mounted onto a local system's /net/a-system directory, then the remote Oracle Solaris 10 system could be patched from the local system.

To install patch 142900-04 (or later version) on the remote system:

# patchadd -R /net/a-system 142900-04

    For more information, see the following man pages on your Oracle Solaris 10 system:

  • patchadd(1M), the –R and –C options

  • patchrm(1M)