How to Create an OCM Response file to Apply a Patch (文檔 ID 966023.1)

來源:互聯網
上載者:User

標籤:how to create an ocm response file to apply a patch in silent mode - opatch silent (文檔 id 966023.1)

How to Create an OCM Response file to Apply a Patch in Silent Mode - opatch silent (文檔 ID 966023.1)


APPLIES TO:Oracle Universal Installer - Version 10.2.0.1 to 11.2.0.4 [Release 10.2 to 11.2]
Oracle Database - Enterprise Edition - Version 10.2.0.1 to 11.2.0.4 [Release 10.2 to 11.2]
Information in this document applies to any platform.
GOAL

650) this.width=650;" src="https://support.oracle.com/epmos/main/downloadattachmentprocessor?attachid=1268927.1:AD_HOR_DB_GENERIC&clickstream=no" style="width:524.5px;border:none;" alt="downloadattachmentprocessor?attachid=126" />


This Article helps in creating the OCM response file to run opatch in silent mode

Scenario:
While installing patch in silent mode, opatch tool prompts User for OCM configuration, this makes Opatch to break the silent install process and park patch apply for User response. (And this violates silent install feature).

However, this can be solved via creating an OCM response file and pass all the parameters via this file while silent install. Opatch reads this file while installing in silent does not prompt for OCM credentials.

 

What is OCM (Oracle Configuration Manager?)

The Oracle Configuration Manager (OCM) is a tool which proactively monitor the customers Oracle environment and provide this information to My Oracle Support (MOS). The Data collected from the customer environment is uploaded to Oracle Customer Configuration Repository and replicates this to My Oracle Support so that customer/support can view it. Additionally MOS analyzes the Data collected and  informs respective customer about alerts and advise health checks. For more information refer Note:369619.1

 

SOLUTION

Pre-requirements to use  opatch silent


1) Download and install  latest opatch tool (ignore this if already one)2) Create response file for  OCM  3) Use the OCM response file for all opatch silent application

However, If plan to use the ocm.rsp file with other OH - like, GRID, CRS, ORACLE_HOME, then please make sure this file is placed in accessible path and have 775 file permission (i.e $chmod  775 ocm.rsp)

 

========= refer below for detailed steps =============

1)  Download and install latest opatch tool (recommended)

Patch # 6880880
Select a Release: 10.2  -OR-  11.1 -OR-  11.2 -OR-  12.1 

 

2) How to create response file for OCM 

Note : the location of OCM executable is  "$ORACLE_HOME/OPatch/ocm/bin/emocmrsp" 

syntax : 
% export ORACLE_HOME=<my_oracle_home_path>
% $ORACLE_HOME/OPatch/ocm/bin/emocmrsp  -no_banner -output <specify_the_location>/file.rsp

* creates the response in location specified by the parameter "-output"
* running without "-output <specify_the_location>/file.rsp"  creates the file in current directory with default name(ocm.rsp)

Refer  the options below to create a ocm response file

Option 1 :  Create the response file while keeping OCM turned OFF (Yes, OCM can be turned off. use this  options if you are not sure about OCM )

% export ORACLE_HOME=/u01/app/oracle/11.2/db1
% $ORACLE_HOME/OPatch/ocm/bin/emocmrsp -no_banner -output /u02/ocm.rsp

Provide your email address to be informed of security issues, install and
initiate Oracle Configuration Manager. Easier for you if you use your My
Oracle Support Email address/User Name.
Visit http://www.oracle.com/support/policies.html for details.
Email address/User Name:

<<<< Press Enter/Return key and don‘t provide any input >>>>

You have not provided an email address for notification of security issues.
Do you wish to remain uninformed of security issues ([Y]es, [N]o) [N]: Y <<< type Y/Yes >>>
The OCM configuration response file (/u02/ocm.rsp) was successfully created. <<


Option 2  : Create the response file while keep OCM turn ON / Active (Yes, OCM can be turned ON. use this  "options 1" if you are not sure about OCM )

% export ORACLE_HOME=/u01/app/oracle/11.2/db1
% $ORACLE_HOME/OPatch/ocm/bin/emocmrsp -no_banner -output /u02/ocm.rsp

Provide your email address to be informed of security issues, install and
initiate Oracle Configuration Manager. Easier for you if you use your My
Oracle Support Email address/User Name.
Visit http://www.oracle.com/support/policies.html for details.
Email address/User Name: <Provide Oracle Metalink Email address Example: [email protected] >

Password (optional): <Password will be verified if provided / Press return/Enter Key>
The OCM configuration response file (/u02/ocm.rsp) was successfully created.  <<<


Note 1 : we can preserve the file “/u02/ocm.rsp” ( rename if needed)  and could be used  with other similar ORACLE_HOME/setup/machine 
Note 2 : Also applicable to Grid home patching (opatch -auto -ocmrf   instead "-silent" )

However, If plan to use the ocm.rsp file with other OH - like, GRID, CRS, ORACLE_HOME, then please make sure this file is placed in accessible path and have 775 file permission (i.e $chmod  775 ocm.rsp)

 

 

3)  Use the OCM response file for all "opatch -silent"   operations

 

Assume applying patch 12345

% cd 12345
% opatch apply -silent -ocmrf <path_to_response_file>

Example: % opatch apply -silent -ocmrf /u02/ocm.rsp

 Additional Examples (Showing command usage for  CPU/SPU/PSU/ "opatch auto" )

1) User below for CPU/SPU apply
% opatch napply -silent -ocmrf /u02/ocm.rsp

2)Use below for  PSU apply
% opatch apply -silent -ocmrf /u02/ocm.rsp

3)GRID patching command changed sightly as below 
% opatch auto -ocmrf /u02/ocm.rsp

Note1 : File “/u02/ocm.rsp” (could be renamed as per requirement )  can be used with other opatch -silent when used with other ORACLE_HOME/setup/machine, however, mention this file while invoking opatch -silent 
Note3: Also applicable to Grid home patching (opatch -auto -ocmrf   instead "-silent" )

However, If plan to use the ocm.rsp file with other OH - like, GRID, CRS, ORACLE_HOME, then please make sure this file is placed in accessible path and have 775 file permission (i.e $chmod  775 ocm.rsp)

 

REFERENCESNOTE:1351428.2 - Information Center: Patching and Maintaining Oracle Database Server/Client Installations
NOTE:293369.1 - Master Note For OPatch
NOTE:369619.1 - OCM ( Oracle Configuration Manager ) and My Oracle Support : FAQ and Troubleshooting



本文出自 “技術成就夢想!” 部落格,請務必保留此出處http://dreamsanqin.blog.51cto.com/845412/1736863

How to Create an OCM Response file to Apply a Patch (文檔 ID 966023.1)

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.