| Oracle® Content Database Installation Guide 10g Release 1 (10.2.0.0.0) for Solaris Operating System (x86) and Solaris Operating System (x86-64) Part Number B32188-01 |
|
|
View PDF |
This appendix provides information about software requirements for Solaris Operating System (x86) and Solaris Operating System (x86-64). It contains the following topics:
This section contains information on software requirements for Solaris x86 and Solaris x86-64 operating systems. It contains the following sections:
It contains the following sections:
Table F-1 lists the supported operating systems and packages for Solaris x86 (Solaris 9 and Solaris 10) and Solaris x86-64 (Solaris 10). The procedure that follows the table describes how to ensure your system meets these requirements and any additional requirements for installing Oracle Application Server.
Table F-1 Supported Operating Systems and Packages
| Item | Requirement |
|---|---|
|
Operating Systems |
Solaris x86: Solaris 9 and 10 Solaris x86-64: Solaris 10 |
|
Packages |
SUNWarc SUNWbtool SUNWhea SUNWlibm SUNWlibms SUNWsprot SUNWtoo SUNWi1of SUNWi1cs SUNWi15cs SUNWxwfnt Note: You may also require additional font packages for Java, depending on your locale. For more information, refer to: |
To ensure that the system meets all the requirements, follow these steps:
To determine which version of Solaris is installed, enter the following command:
# uname -r
On Solaris 9 machine the output is 5.9, whereas in Solaris 10 machine the output is 5.10. If necessary, refer to your operating system documentation for information about upgrading the operating system.
To determine whether the required packages are installed, enter a command similar to the following:
# pkginfo -i SUNWarc SUNWbtool SUNWhea SUNWlibm SUNWlibms SUNWsprot SUNWtoo SUNWi1of SUNWi1cs SUNWi15cs
If a package is not installed, then install it. Refer to your operating system or software documentation for information about installing packages.
Table F-2 lists the software packages required for Solarisx86 (Solaris 9 and Solaris 10) and Solaris x86-64 (Solaris 10) operating systems. The procedure that follows the table describes how to ensure your system meets patch requirements.
Table F-2 Software Patches for Solaris x86 and Solaris x86-64
| Operating System | Patches |
|---|---|
|
Patches required for Solaris 9 on Solaris x86 operating system |
Follwing patches are required for Solaris 9 for all installations:
|
|
Patches required for Solaris 10 on Solaris x86 and Solaris x86-64 operating systems |
Follwing patches are required for Solaris 10 for all installations:
|
How to Get a List of Operating System Patches Installed on Your Computer
To determine which patches are installed on your computer:
Run the showrev command with the -p option. The following command saves the sorted output to a file called patchList.
prompt> showrev -p | sort > patchList
Open the file in a text editor, such as vi or emacs, and search for patch numbers.
To check if a particular patch is installed on your computer, use the following command:
# /usr/sbin/patchadd -p | grep patch_number
If an operating system patch is not installed, then download it from the following Web site and install it:
How the Installer Checks for Operating System Patches
The installer searches for the required patch versions on your computer. If it does not find an exact match, it displays a warning message in the shell where you started the installer.
prompt> mount_point/runInstaller ... ... installer performs prerequisite checks here ... ... Some optional pre-requisite checks have failed. Continue? (y/n) [n] n
The installer gives you a choice to exit or continue.
Type n to exit the installer if you do not have all the patches. You should download and install the patches.
Type y to continue only if you are sure all the required patches are installed.