Adding Patches With a Finish Script
Good evening.... I've tried to implement the following finish script from the Oracle website, but I couldn't get this following section to execute; can someone give me some insite and this...
I've extracted the recommended patches for 10_Recommended_CPU_2014-07
if [ $? = 0 ] ; then
for patch in `cat /mnt/*Recommended/patch_order` ; do
(cd /mnt/*Recommended/$patch ; echo yes | patchadd -u -d -R $BASEDIR .)
done
I've cut and pasted the finish script from www.oracle.com....
#!/bin/sh
########
#
# USER-CONFIGURABLE OPTIONS
#
########
# The location of the patches to add to the system after it's installed.
# The OS rev (5.x) and the architecture (`mach`) will be added to the