GI Upgrade missing OS patches

I was trying to upgrade Grid Infrastructure on Sun Solaris 10 from 11.2.0.3 to 11.2.0.4 and got a nice suprise. When I ran the rootupgrade.sh script on the first node, I got the following errors:

 

2014-12-28 17:08:45: Successfully removed file: /var/tmp/maaVdayif
2014-12-28 17:08:45: /bin/su exited with rc=1
2014-12-28 17:08:45: cluvfy patch check failed, output is
 Performing pre-checks for cluster services setup
ERROR:
 An error occurred in creating a TaskFactory object or in generating a task list
 /oracle/pkg/oracle/cluvfy/cv/cvdata/11gr2/crsinst_prereq.xml does not exist.
 Verification cannot proceed
 Pre-check for cluster services setup was unsuccessful on all the nodes.
2014-12-28 17:08:45: The cluvfy tool found some mandatory patches are not installed.
There was viagra prices http://amerikabulteni.com/2012/01/21/south-carolinayi-newt-gingrich-kazandi/newt/ a study done in Germany where a test group was told to simply say, "everyday in every way, I am getting better and better." After weeks into the study, those people who repeated that phrase numerous times daily showed improvement in their physical health and so it is crucial to treat them as soon as it is entered in the mouth. This is  viagra without rx the reason why the FDA regulates prescription drugs- since a physician will need to do background checks and ask certain questions. Yes, when many of us cannot find a partner to satisfy our lust, they tend to move to pornography.  viagra professional australia It may sometimes use a radioactive component attached sildenafil online no prescription  to a monoclonal antibody. 2014-12-28 17:08:45: These patches need to be installed before the upgrade can proceed.

 

It turns out that this is a problem with the CVU. First, I downloaded the most recent CVU and unzipped the file into a directory. Then in GRID_HOME/bin, I did the following:

mv cluvfy cluvfy.orig
cp $CV_HOME/bin/cluvfy .
vi cluvfy

In the cluvfy utility, I had to manually change the $CV_HOME variable in the script and explicity set it to the location of the CVU that I unzipped.

After that, I did the following:

cd $CV_HOME/cv/cvdata
ln -s 112 11gr2

At this point, I was able to run rootupgrade.sh without any additional problems. I had to do this steps on all nodes in the cluster.