Siebel Open UI, Tools, Scripting and EAI (MOSC)

MOSC Banner

Adding Patches With a Finish Script

edited Jan 28, 2015 10:03AM in Siebel Open UI, Tools, Scripting and EAI (MOSC) 1 commentAnswered

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

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