PeopleTools and Lifecycle Management - PSFT (MOSC)

MOSC Banner

DPK - deploying CPU patches for weblogic 12.2.1.3

Hello

Just wanted to quickly point out an issue encountered while trying to deploy weblogic 12.2.1.3 july 2018 CPU patches using DPK (8.56.08)

The following code in the provider deploy_weblogic.rb seems to be erractic in RHEL 7

weblogic_patch_num = Dir.entries(weblogic_patch_dir).reject {|f| !File.directory?(f) || f.include?('.')}[0]

modified it to

weblogic_patch_num = Dir.entries(weblogic_patch_dir).reject {|f| !File.directory?("#{weblogic_patch_dir}/#{f}") || f.include?('.')}[0]

and it picked up the patch

Another observation is that the July 2018 CPU requires OPATCH 13.9.4.0.0 FOR FMW/WLS 12.2.1.3. While trying to build a new environment with 8.56.08 DPK the prepatched version of WL seems to have a version of opatch that is lower than 13.9.4.0.0 and doesn't apply the cpu.

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center