Deploy Oracle 10g Grid Control Agent

今天再次尝试做了下Grid Control的Agent deploy.以前一直的很顺利,今天突然出现如下的错误提示:Completed with Status=255

Starting Oracle Universal Installer...

Checking installer requirements...

Checking operating system version: must be enterprise-4, enterprise-5, redhat-3, redhat-4, redhat-5, redhat-5.1, SuSE-9, SuSE-10, UnitedLinux-1.0, asianux-1 or asianux-2
                                      Passed


All installer requirements met.

Preparing to launch Oracle Universal Installer from /tmp/OraInstall2013-03-21_08-07-42PM. Please wait ...Completed with Status=255

 

突然想到是不是我自己在实验的时候,删除Agent的时候,没有把相关的信息删除干净,于是做了下面的尝试工作:

$cd /u01/app

$ cd ContentsXML/

$ vi  inventory.xml

<?xml version="1.0" standalone="yes" ?>
<!-- Copyright (c) 2009 Oracle Corporation. All rights Reserved -->
<!-- Do not modify the contents of this file by hand. -->
<INVENTORY>
<VERSION_INFO>
   <SAVED_WITH>10.2.0.5.0</SAVED_WITH>
   <MINIMUM_VER>2.1.0.6.0</MINIMUM_VER>
</VERSION_INFO>
<HOME_LIST>
<HOME NAME="OraDb10g_home1" LOC="/u01/app/oracle/product/10.2.0/db_1" TYPE="O" IDX="1"/>
<HOME NAME="agent10g" LOC="/u01/app/oracle/product/10.2.0/agent10g" TYPE="O" IDX="2"/>
</HOME_LIST>
</INVENTORY>

果然发现inventory.xml文件里已经有了agent10g的相关的entry.于是果断的删除点这个entry,保存重新deploy agent,这次顺利成功了。哈哈

这个问题折腾了我一个上午,This is a good lessons learned. 好了,做饭去了。。。。。。。


 

你可能感兴趣的:(deploy,agent)