DBA Hub

📋Steps in this guide1/1

Agent Clone Failed Exit Code:1

We can see that oracle user has no permission on backup directory. So grant 777 to backup directory.

oracle configurationintermediate
by OracleDba
11 views
1

Overview

While deploying agent in one of the target server for OEM 12c , we got error like Agent Clone Failed Exit Code:1.

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
40
41
42
[oracle@prim]/export/home/oracle/bsstdba# opatch lsinventory
Oracle Interim Patch Installer version 12.1.0.1.0
Copyright (c) 2012, Oracle Corporation. All rights reserved.


Oracle Home : /oracle/app/oracle/product/12.1.0
Central Inventory : /oracle/app/oraInventory
from : /oracle/app/oracle/product/12.1.0/oraInst.loc
OPatch version : 12.1.0.1.0
OUI version : 12.1.0.1.0
Log file location : /oracle/app/oracle/product/12.1.0/cfgtoollogs/opatch/opatch2023-9-20_16-54-51PM_1.log

Lsinventory Output file location : /oracle/app/oracle/product/12.1.0/cfgtoollogs/opatch/lsinv/lsinventory2023-9-20_16-54-51PM.txt

--------------------------------------------------------------------------------
Installed Top-level Products (1):

Oracle Database 12c 12.1.0.1.0
There are 1 products installed in this Oracle Home.


There are no Interim patches installed in this Oracle Home.


--------------------------------------------------------------------------------

OPatch succeeded.

[oracle@prim]/export/home/oracle/bsstdba# cd /oracle/app/oraInventory
[oracle@prim]/oracle/app/oraInventory# ls -ltr
total 16
drwxrwx--- 2 oracle oinstall 3 May 20 12:56 oui
drwxrwx--- 2 oracle oinstall 5 May 20 13:00 ContentsXML
drwxrwx--- 2 oracle oinstall 90 Oct 20 10:19 logs
drwxrwx--- 16 siebel siebel 16 Oct 20 10:19 backup

[oracle@prim]/oracle/app/oraInventory# ls -ltr
total 16
drwxrwx--- 2 oracle oinstall 3 May 20 12:56 oui
drwxrwx--- 2 oracle oinstall 5 May 20 13:00 ContentsXML
drwxrwx--- 2 oracle oinstall 90 Oct 20 10:19 logs
drwxrwxrwx 16 siebel siebel 16 Oct 20 10:19 backup

Comments (0)

Please to add comments

No comments yet. Be the first to comment!