DBA Hub

📋Steps in this guide1/7

Upgrade OMSPatcher - Bright DBA

How to upgrade the Enterprise Manager 13.1 Cloud Control OMSPatcher to the Latest Version

oracle upgradeintermediate
by OracleDba
13 views
1

Overview

How to upgrade the Enterprise Manager 13.1 Cloud Control OMSPatcher to the Latest Version 0. Overview

Code/Command (click line numbers to comment):

1
2
3
OMSPatcher Upgrade just like Oracle OPatch version upgrade.
How to upgrade the Enterprise Manager 13.1 Cloud Control OMSPatcher to the Latest Version (Doc ID 2135028.1)
EM 13.2 How to Upgrade the Enterprise Manager 13.2 & 13.3 Cloud Control OMSPatcher to the Latest Version (Doc ID 2203007.1)
2

Section 2

OMSPatcher Upgrade just like Oracle OPatch version upgrade. 1. Environment Oracle Enterprise Manager Cloud Control 13c Release 1 OMS ORACLE_HOME=/u01/app/oracle/mwroem131/

Code/Command (click line numbers to comment):

1
2
3
Oracle Enterprise Manager Cloud Control 13c Release 1
OMS ORACLE_HOME=/u01/app/oracle/mwroem131/
DB ORACLE_HOME=/u01/app/oracle/product/12.1.0/dbhome_1
3

Section 3

DB ORACLE_HOME=/u01/app/oracle/product/12.1.0/dbhome_1 2. Current OMSPatcher Version export ORACLE_HOME=/u01/app/oracle/mwroem131/ OMSPatcher Version: 13.6.0.0.0

Code/Command (click line numbers to comment):

1
2
3
4
5
6
7
8
9
10
11
12
13
[oracle@rac1 ]$
cd /u01/app/oracle/mwroem131/OMSPatcher
[oracle@rac1 OMSPatcher]$
export ORACLE_HOME=/u01/app/oracle/mwroem131/
[oracle@rac1 OMSPatcher]$
./omspatcher version
OMSPatcher Version: 13.6.0.0.0
<------
OPlan Version: 12.1.0.2.2
OsysModel build: Wed Oct 14 06:21:23 PDT 2015

OMSPatcher succeeded.
[oracle@rac1 OMSPatcher]$
4

Section 4

3. Download the patch from MOS 4. Backup OMSPatcher directory

Code/Command (click line numbers to comment):

1
2
3
4
5
6
7
8
9
10
11
12
13
https://updates.oracle.com/download/19999993.html

[oracle@rac1 mwroem131]$ pwd
/u01/app/oracle/mwroem131
[oracle@rac1 mwroem131]$
ls -ld OMSPatcher/
drwxr-x---. 7 oracle oinstall 4096 Jun  1 19:15 OMSPatcher/
[oracle@rac1 mwroem131]$
mv OMSPatcher OMSPatcher_bkp_02062019
[oracle@rac1 mwroem131]$
ls -ld OMSPatcher
ls: cannot access OMSPatcher: No such file or directory
[oracle@rac1 mwroem131]$
5

Section 5

mv OMSPatcher OMSPatcher_bkp_02062019 5. Unzip patch -- Copy the patch to OMS ORACLE_HOME creating: OMSPatcher/

Code/Command (click line numbers to comment):

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
-- Copy the patch to OMS ORACLE_HOME
[oracle@rac1 ~]$
cp p19999993_131000_Generic.zip /u01/app/oracle/mwroem131
[oracle@rac1 ~]$
cd /u01/app/oracle/mwroem131
[oracle@rac1 mwroem131]$
ls -ltr p19999993_131000_Generic.zip
-rw-r--r--. 1 oracle oinstall 720177 Jun  2 17:34 p19999993_131000_Generic.zip
[oracle@rac1 mwroem131]$
unzip p19999993_131000_Generic.zip
Archive:  p19999993_131000_Generic.zip
creating: OMSPatcher/
inflating: OMSPatcher/omspatcher.bat
   creating: OMSPatcher/jlib/
  inflating: OMSPatcher/jlib/omspatcher.jar
  inflating: OMSPatcher/jlib/oracle.omspatcher.classpath.jar
  inflating: OMSPatcher/jlib/oracle.omspatcher.classpath.unix.jar
  inflating: OMSPatcher/jlib/oracle.omspatcher.classpath.windows.jar
   creating: OMSPatcher/scripts/
   creating: OMSPatcher/scripts/oms/
   creating: OMSPatcher/scripts/oms/oms_child_scripts/
  inflating: OMSPatcher/scripts/oms/oms_child_scripts/omspatcher_jvm_discovery
  inflating: OMSPatcher/scripts/oms/oms_child_scripts/omspatcher_jvm_discovery.bat
  inflating: OMSPatcher/scripts/oms/oms_child_scripts/omspatcher_wls
  inflating: OMSPatcher/scripts/oms/oms_child_scripts/omspatcher_wls.bat
  inflating: OMSPatcher/scripts/oms/omspatcher
  inflating: OMSPatcher/scripts/oms/omspatcher.bat
   creating: OMSPatcher/wlskeys/
  inflating: OMSPatcher/wlskeys/createkeys.cmd
  inflating: OMSPatcher/wlskeys/createkeys.sh
   creating: OMSPatcher/oms/
  inflating: OMSPatcher/oms/generateMultiOMSPatchingScripts.pl
  inflating: OMSPatcher/omspatcher
  inflating: readme.txt
  inflating: PatchSearch.xml
[oracle@rac1 mwroem131]$
[oracle@rac1 mwroem131]$ ls -ld OMSPatcher
drwxr-xr-x. 6 oracle oinstall 4096 Apr 13  2017 OMSPatcher
[oracle@rac1 mwroem131]$
6

Section 6

6. Verify OMSPatcher Version export ORACLE_HOME=/u01/app/oracle/mwroem131/ 13.6.0.0.4 <----- changed from version 13.6.0.0.0

Code/Command (click line numbers to comment):

1
2
3
4
5
6
7
8
9
10
11
12
13
14
[oracle@rac1 ~]$
cd /u01/app/oracle/mwroem131/OMSPatcher
[oracle@rac1 OMSPatcher]$
export ORACLE_HOME=/u01/app/oracle/mwroem131/
[oracle@rac1 OMSPatcher]$
./omspatcher version
OMSPatcher Version:
13.6.0.0.4
<----- changed from version 13.6.0.0.0
OPlan Version: 12.1.0.2.2
OsysModel build: Wed Oct 14 06:21:23 PDT 2015

OMSPatcher succeeded.
[oracle@rac1 OMSPatcher]$
7

Section 7

Caution: Your use of any information or materials on this website is entirely at your own risk. It is provided for educational purposes only. It has been tested internally, however, we do not guarantee that it will work for you. Ensure that you run it in your test environment before using. Caution: Your use of any information or materials on this website is entirely at your own risk. It is provided for educational purposes only. It has been tested internally, however, we do not guarantee that it will work for you. Ensure that you run it in your test environment before using.

Comments (0)

Please to add comments

No comments yet. Be the first to comment!