Monday, July 13, 2009

Upgrading Maintenance Wizard 2.12 to 2.13

- Download maintenance wizard Live patch # 7479670
- Set the following variables,
ORACLE_HOME=/u04/oracle/10.2.0; export ORACLE_HOME PATH=$ORACLE_HOME/bin:$PATH; export PATH TWO_TASK=MAINWIZ;export TWO_TASK TNS_ADMIN=$ORACLE_HOME/network/admin; export TNS_ADMIN EOF_HOME=$ORACLE_HOME/eof; export EOF_HOME IAS_HOME=/u04/oracle/10.1.3; export IAS_HOME
- Change directory to $EOF_HOME and execute the environment file
. ./EOF.env
- Edit the $IAS_HOME/Apache/Apache/httpd.conf to change Timeout parameter to a value of 10800 (3 hours)
- Unzip the livepatch.zip file using the following command,
unzip -o $EOF_HOME/p7479670_R12_GENERIC.zip
- Stop iAS
$IAS_HOME/opmn/bin/opmnctl stopall
- Run the upload_livepatch.sh script using the following commands,
cd $EOF_HOME/livepatch ./upload_livepatch.sh
- Review the $EOF_HOME/livepatch/LivePatch.log for errors and warnings
- Start iAS
$IAS_HOME/opmn/bin/opmnctl startall
- Login to the tool using the following URL and the pre-assigned username and password that we assigned it
sysadmin/mainwiz (
http://hostname.domain:ApachePort/EOF/ )
- Use LiveUpdate tab in wizard to see the newfeatures of the LivePatch - 2.13

No comments: