#topicpath
----
Grid Control Enterprise Manager 10g 10.2.0.5.0 を構築したサーバにて、
対応する Agent を download でインストールできるようにします。

* インストール場所について [#x82d7405]

Grid Control Enterprise Manager 10g は
/u01/app/oracle/product/oms10g
にインストールしたものとします。

* 必要なもの [#l2fb21a8]

Agent を Oracle のサイトからダウンロードしてきます。

- [[Download Management Agent Software:http://www.oracle.com/technology/global/jp/software/products/oem/htdocs/agentsoft.html]]

* OMS で展開 [#ed98b125]

Agent を http://(emのサーバ):4889/agent_download/ で見える場所に展開します。

#pre{{
[oracle@em1 ~]$ cd /u01/app/oracle/product/oms10g/sysman/agent_download/
[oracle@em1 agent_download]$ mv 10.2.0.5.0 10.2.0.5.0.orig
[oracle@em1 agent_download]$ mkdir 10.2.0.5.0
[oracle@em1 agent_download]$ cd 10.2.0.5.0
[oracle@em1 10.2.0.5.0]$ unzip ~/Linux_Grid_Control_agent_download_10_2_0_5_0.zip
...
}}

silent install のための response ファイルを正しく置きます。
なぜ最初からこうなっていないのかは謎です。

#pre{{
[oracle@em1 10.2.0.5.0]$ cp agent_download.rsp.bak agent_download.rsp
}}

これで準備完了です。

* Agent のインストール [#m8807b76]

管理したいDBサーバなどで、この Agent をダウンロードインストールできます。

まず agentDownload.linux を取ってきます。
実行権限を付けておきましょう。

#pre{{
[oracle@ora1 ~]$ wget http://(emのサーバ):4889/agent_download/10.2.0.5.0/linux/agentDownload.linux
...
[oracle@ora1 ~]$ chmod +x agentDownload.linux
}}

引数を付けて実行すればおしまいです。
ここではEMのサーバは em1.sugimura.homelinux.org:4889 です。

#pre{{
[oracle@ora1 ~]$ ./agentDownload.linux  -b /u01/app/oracle/product -m em1.sugimura.homelinux.org -r 4889 
}}

終わったら他の Oracle のプロダクトと同様に root.sh を実行するように言われます。

インストール後は自動的に実行されるので確認してみましょう。

#pre{{
[oracle@ora1 ~]$ cd /u01/app/oracle/product/agent10g/bin/
[oracle@ora1 bin]$ ./emctl status agent
Oracle Enterprise Manager 10g Release 5 Grid Control 10.2.0.5.0.  
Copyright (c) 1996, 2009 Oracle Corporation.  All rights reserved.
---------------------------------------------------------------
Agent Version     : 10.2.0.5.0
OMS Version       : 10.2.0.5.0
Protocol Version  : 10.2.0.5.0
Agent Home        : /u01/app/oracle/product/agent10g
Agent binaries    : /u01/app/oracle/product/agent10g
Agent Process ID  : 22080
Parent Process ID : 22055
Agent URL         : https://ora1.sugimura.homelinux.org:3872/emd/main/
Repository URL    : https://em1.sugimura.homelinux.org:1159/em/upload
Started at        : 2009-12-23 23:00:47
Started by user   : oracle
Last Reload       : 2009-12-23 23:00:47
Last successful upload                       : 2009-12-23 23:09:28
Total Megabytes of XML files uploaded so far :     9.48
Number of XML files pending upload           :        0
Size of XML files pending upload(MB)         :     0.00
Available disk space on upload filesystem    :    50.77%
Last successful heartbeat to OMS             : 2009-12-23 23:10:52
---------------------------------------------------------------
Agent is Running and Ready
[oracle@ora1 bin]$ 
}}

----
#comment

トップ   差分 履歴 リロード   一覧 検索 最終更新   ヘルプ   最終更新のRSS