Friday, June 4, 2021

DPK Installation failed with this error "Weblogic install failed "OraWL12213Home -executeSysPrereqs false -silent true -noconsole '

 

 Solution 1:

Follow the oracle doc

E-DPK: PeopleTools 8.55- 8.57+ DPK Install - Weblogic install failed "OraWL12213Home -executeSysPrereqs false -silent true -noconsole ' returned 4294967295" (Doc ID 2573791.1)

 Or In case in details logs if you found any error leading to below . Make sure

 

>>> Could not execute /tmp/OraInstall2021-06-04_01-22-31AM/install978559936385842063.sh 


Solution 2:

Unset "noexec" on the /tmp folder:

To perform this action consult your System Admin.

Example command to temporarily disable the noexec flag:

$ mount -o remount,exec /tmp

The file /etc/fstab should be updated, if relevant, to permanently remove the noexec flag.