Webcache upgrade instructions
1) Stop the existing webcache instance
2) Create a new directory mkdir /app/backup
3) mv /app/webtier /app/backup
4) cd /app/tmp
5) Extract the software binary by unzip ofm_webtier_111120_disk1.zip
6) Ensure ORACLE_HOME and ORACLE_INSTANCE environment variables aren’t set: env | grep ORACLE
7) mkdir /app/etc if it doesn’t exists
8) Find oraInst.loc file and copy to the /app/etc folder
inventory_loc=/app/oraInventory
inst_group=oracle
9) cd /app/tmp/webcahce11120/Disk1
10) Execute the below installer command which is done through silent mode
./runInstaller -silent -invPtrLoc /etc/oraInst.loc -responeFile /app/tmp/install.rsp
11) Create a new Oralce instance for Webcache
cd /app/webtier/webcache/opmn/bin
./opmnctl createinstance -oracleInstance /app/webcacheajay -adminRegistration OFF
12) Now create the webcache components from newly created Oracle instance location
cd /app/webacacheajay/bin
./opmnctl createcomponent -componentName webache -componentType WebCache
13) As Root:
Execute ./webcache_setuser.sh setroot oracle
14) Find and Navigate to webcache.xml. Edit with the below instructions:
Under add
15) In the same file the copy and paste the contents of xml tags such as “SITE”, “HOST”,”VIRTUALHOSTMAP”,”LISTEN” sections of backed up webcache.xml to new webcache.xml
Add the below entry after MULTIPORT end tag. to disable IPV6
16) Change the location of security wallet which is referred in webcache.xml
17) Save the changes to the file
18) Start the Webcache component and test the applicaiton
19) Extract the software binary by unzip ofm_webtier_111150_disk1.zip
20) cd /app/tmp/webcahce11150/Disk1
21) Execute the below installer command which is done through silent mode
./runInstaller -silent -invPtrLoc /etc/oraInst.loc -responeFile /app/tmp/patch.rsp
22) Re-Run ./webcache_setuser.sh as root user.
23) Restart the webcache components using opmnctl utility.
install.rsp
============
[ENGINE]
Response File Version=1.0.0.0.0
[GENERIC]
INSTALL AND CONFIGURE TYPE= false
INSTALL AND CONFIGURE LATER TYPE= true
ORACLE_HOME=/app/webtier/webcache
MIDDLEWARE_HOME=/app/webtier
MYORACLESUPPORT_USERNAME=
MYORACLESUPPORT_PASSWORD=
DECLINE_SECURITY_UPDATES= true
SECURITY_UPDATES_VIA_MYORACLESUPPORT=false
PROXY_HOST=
PROXY_PORT=
PROXY_USER=
PROXY_PWD=
[SYSTEM]
[APPLICATIONS]
[RELATIONSHIPS]
patch.rsp
===========
[ENGINE]
Response File Version=1.0.0.0.0
[GENERIC]
INSTALL AND CONFIGURE TYPE= false
INSTALL AND CONFIGURE LATER TYPE= true
ORACLE_HOME=/app/webtier/webcache
MIDDLEWARE_HOME=/app/webtier
MYORACLESUPPORT_USERNAME=
MYORACLESUPPORT_PASSWORD=
DECLINE_SECURITY_UPDATES= true
SECURITY_UPDATES_VIA_MYORACLESUPPORT=false
PROXY_HOST=
PROXY_PORT=
PROXY_USER=
PROXY_PWD=
COLLECTOR_SUPPORTHUB_URL=
CONFIG_WIZARD_RESPONSE_FILE_LOCATION=0
[SYSTEM]
[APPLICATIONS]
[RELATIONSHIPS]