HOW TO DEINSTALL THE ENTERPRISE MANAGER 13C CLOUD CONTROL AGENT
1. Locate the Central Inventory by reviewing the inventory pointer file.
oracle configurationintermediate
by OracleDba
15 views
1. Locate the Central Inventory by reviewing the inventory pointer file.
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
[oracle@prim ~] cat /etc/oraInst.loc
inventory_loc=/etc/oraInventory
inst_group=dba
[oracle@prim ~] cat /etc/oraInventory/ContentsXML/inventory.xml
<?xml version="1.0" standalone="yes" ?>
<!-- Copyright (c) 1999, 2015, Oracle. All rights reserved. -->
<!-- Do not modify the contents of this file by hand. -->
<INVENTORY>
<VERSION_INFO>
<SAVED_WITH>13.6.0.0.0</SAVED_WITH>
<MINIMUM_VER>2.1.0.6.0</MINIMUM_VER>
</VERSION_INFO>
<HOME_LIST>
<HOME NAME="OraDB12Home1" LOC="/oracle/product/12.2.0.1" TYPE="O" IDX="1"/>
<HOME NAME="agent13c1" LOC="/agent13c/agent_13.1.0.0.0" TYPE="O" IDX="2"/>
</HOME_LIST>
<COMPOSITEHOME_LIST>
</COMPOSITEHOME_LIST>
</INVENTORY>
[oracle@prim ~] export AGENT_HOME=/agent13c/agent_13.1.0.0.0
[oracle@prim ~] $AGENT_HOME/bin/emctl stop agent
Oracle Enterprise Manager Cloud Control 13c Release 1
Copyright (c) 1996, 2015 Oracle Corporation. All rights reserved.
Stopping agent ... stopped.
[oracle@prim ~] $AGENT_HOME/perl/bin/perl $AGENT_HOME/sysman/install/AgentDeinstall.pl -agentHome $AGENT_HOME
Agent Oracle Home: /agent13c/agent_13.1.0.0.0
agentHome = /agent13c/agent_13.1.0.0.0
value of skip flag is false
NOTE: The agent base directory: /agent13c will be removed after successful deinstallation of agent home.
The command is /agent13c/agent_13.1.0.0.0/oracle_common/jdk/jre/bin/java
-classpath /agent13c/agent_13.1.0.0.0/oui/modules/OraInstaller.jar:/agent13c/agent_13.1.0.0.0/oui/modules/emCfg.jar:
/agent13c/agent_13.1.0.0.0/jlib/agentInstaller.jar oracle.sysman.agent.installer.AgentDeinstallation
/agent13c/agent_13.1.0.0.0 /agent13c /agent13c/agent_inst
May 04, 2018 2:12:33 PM oracle.sysman.agent.installer.AgentInstaller$StreamGobbler run
INFO: Oracle Enterprise Manager Cloud Control 13c Release 1
May 04, 2018 2:12:33 PM oracle.sysman.agent.installer.AgentInstaller$StreamGobbler run
INFO: Copyright (c) 1996, 2015 Oracle Corporation. All rights reserved.
May 04, 2018 2:12:35 PM oracle.sysman.agent.installer.AgentInstaller$StreamGobbler run
INFO: Agent is Not Running
May 04, 2018 2:12:35 PM oracle.sysman.agent.installer.AgentInstaller$StreamGobbler run
INFO: Plugin homes:
May 04, 2018 2:12:35 PM oracle.sysman.agent.installer.AgentInstaller$StreamGobbler run
INFO: Plugin homes:
May 04, 2018 2:12:35 PM oracle.sysman.agent.installer.AgentDeinstallation main
INFO: Creating directory /agent13c/agent_13.1.0.0.0/install/tmp completed successfully.
May 04, 2018 2:12:35 PM oracle.sysman.agent.installer.AgentDeinstallation main
INFO: File /etc/oragchomelist exists.
May 04, 2018 2:12:35 PM oracle.sysman.agent.installer.AgentDeinstallation main
INFO: File /etc/oragchomelist is writable.
May 04, 2018 2:12:35 PM oracle.sysman.agent.installer.AgentDeinstallation main
INFO: Index :0 for line : /agent13c/agent_13.1.0.0.0:/agent13c/agent_inst
May 04, 2018 2:12:35 PM oracle.sysman.agent.installer.AgentDeinstallation main
INFO: Overwriting the contents since oracle home:/agent13c/agent_13.1.0.0.0 entry already exists.
The output is Agent Deinstall:agent deintall has been started
Executing status :0
Agent service stopped successfully.
and the exit code is 0
Agent deconfiguration completed successfully. 0
DetachHome Command executed:/agent13c/agent_13.1.0.0.0/oui/bin/detachHome.sh -silent ORACLE_HOME=/agent13c/agent_13.1.0.0.0
Launcher log file is /tmp/OraInstall2018-05-04_02-12-35PM/launcher2018-05-04_02-12-35PM.log.
Starting Oracle Universal Installer
Checking swap space: must be greater than 500 MB. Actual 24575 MB Passed
Checking if this platform requires a 64-bit JVM. Actual 64 Passed (64-bit not required)
'detachHome' was successful.
Logs successfully copied to /etc/oraInventory/logs.
Removing other files ...
Can't locate Carp.pm in @INC (@INC contains: /agent13c/agent_13.1.0.0.0/perl/lib/5.10.0/x86_64-linux-thread-multi
/agent13c/agent_13.1.0.0.0/perl/lib/5.10.0 /agent13c/agent_13.1.0.0.0/perl/lib/site_perl/5.10.0/x86_64-linux-thread-multi
/agent13c/agent_13.1.0.0.0/perl/lib/site_perl/5.10.0 .) at /agent13c/agent_13.1.0.0.0/perl/lib/5.10.0/File/Path.pm line 32.123456789101112131415161718192021
[oracle@prim ~] ls -l /agent13c/agent_13.1.0.0.0
ls: cannot access /agent13c/agent_13.1.0.0.0: No such file or directory
[oracle@prim ~] ls -l /agent13c
total 0
[oracle@prim ~] cat /etc/oraInventory/ContentsXML/inventory.xml
<?xml version="1.0" standalone="yes" ?>
<!-- Copyright (c) 1999, 2015, Oracle. All rights reserved. -->
<!-- Do not modify the contents of this file by hand. -->
<INVENTORY>
<VERSION_INFO>
<SAVED_WITH>13.6.0.0.0</SAVED_WITH>
<MINIMUM_VER>2.1.0.6.0</MINIMUM_VER>
</VERSION_INFO>
<HOME_LIST>
<HOME NAME="OraDB12Home1" LOC="/oracle/product/12.2.0.1" TYPE="O" IDX="1"/>
</HOME_LIST>
<COMPOSITEHOME_LIST>
</COMPOSITEHOME_LIST>
</INVENTORY>Please to add comments
No comments yet. Be the first to comment!