January 09, 2025

OEM Agent - Manual Patching - AgentPatcher

Oracle Enterprise Manager 13c Release 5 Update 24 ( 13.5.0.24 ) 

Manually Apply Agent Patches on each agent:

1) Download Patch 33355570 for EM 13.5.0.0.0 from My Oracle Support.

 2) Copy the zip file "p33355570_135000_Generic.zip" to the EM 13.5 <Agent ORACLE_HOME>

<Agent ORACLE_HOME> is <Agent_Base_Directory>/agent_13.5.0.0.0

 3) If the AgentPatcher directory exists inside the <Agent Oracle_Home>, take a backup:

$ cd <Agent ORACLE_HOME>

$ mv AgentPatcher AgentPatcher_old

 

4) Unzip the p33355570_135000_Generic.zip file inside the <Agent ORACLE_HOME>


$ cd <Agent ORACLE_HOME>

$ unzip p33355570_135000_Generic.zip

 

5) Export the ORACLE_HOME variable to the <Agent ORACLE_HOME>:

      $ export ORACLE_HOME=<AGENT_HOME>

6) Verify the AgentPatcher version by executing:

$ cd $ORACLE_HOME/AgentPatcher

$ ./agentpatcher version

AgentPatcher Version: 13.9.5.10.0

OPlan Version: 12.2.0.1.16

OsysModel build: <timestamp>


Patch 36761598: 

Oracle Enterprise Manager 13c Release 5 Update 24 ( 13.5.0.24 ) for Oracle Management Agent

         unzip the patch

cd PATCH_TOP/36761598

export PATH=$ORACLE_HOME/AgentPatcher:$ORACLE_HOME/bin:$PATH:.

emctl stop agent

agentpatcher apply -analyze

agentpatcher apply

emctl start agent


Agent patching is completed. 


Hope this helps with your manual patching. If you find this useful or want any correction, please leave a comment.

Best Wishes!!

No comments:

Post a Comment

If you have any queries/ any suggestion please do comment and let me know.

Recent Post

Check progress on expdp and impdp

 Check progress on expdp and impdp: In few cases we need to monitor the progress of an export or import job in oracle. below are the steps c...