Tuesday, 19 May 2015

Oracle 11.2.0.4 installation-Package pdksh-5.2.14 - This is a prerequisite condition to test whether the package "pdksh-5.2.14" is available on the system.

Oracle database installation of 11.2.0.4 fails with pre-check on " pdksh-5.2.14" package.

Error:
Package: pdksh-5.2.14 - This is a prerequisite condition to test whether the package "pdksh-5.2.14" is available on the system.
Expected Value
:pdksh-5.2.14
Actual Value
:missing
Details:
-
PRVF-7532 : Package "pdksh" is missing on node "Hostname" - Cause: A required package is either not installed or, if the package is a kernel module, is not loaded on the specified node. - Action: Ensure that the required package is installed and available.



Solution:
Install ksh package then ignore the warring and proceed with installation

~]# yum install ksh
Loaded plugins: product-id, refresh-packagekit, security, subscription-manager
This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register.
Setting up Install Process
Resolving Dependencies
--> Running transaction check
---> Package ksh.x86_64 0:20120801-10.el6 will be installed
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================= Package                             Arch                                   Version                                           Repository                           Size
=================================================================================
Installing:
 ksh                                 x86_64                                 20120801-10.el6                                   dvd                                 756 k

Transaction Summary
=================================================================================
Install       1 Package(s)

Total download size: 756 k
Installed size: 1.7 M
Is this ok [y/N]: y
Downloading Packages:
Running rpm_check_debug
Running Transaction Test
Transaction Test Succeeded
Running Transaction
  Installing : ksh-20120801-10.el6.x86_64                                                                                                                           1/1
  Verifying  : ksh-20120801-10.el6.x86_64                                                                                                                           1/1

Installed:
  ksh.x86_64 0:20120801-10.el6

Complete!

No comments: