|
[B]2.6 About Oracle Enterprise Manager 10g Grid Control[/B]
实际上是个集成度更高的集中管理,不仅可管理Oracle AS还可管理Oracle其它产品,如database等等.
可以理解为Oracle公司整个产品线基于WEB的管理工具(当然可以这样集成了,WEB么,加个page,加个 hyper link就行了 ),这个工具偶还是比较看好的,因为集中是大势所趋,并且Oracle产品线风格的一致性都可在这里得到体现.
[B]2.6.1 About the Components of Grid Control[/B]
three-tier architecture:
■ Web-based GUI,这可称为[B]面向最终用户[/B].
■ Oracle Management Service使用database repository来存放管理数据,处理系统任务(真不知这些repository database Oracle是如何收license费用的 ),这可称为[B]管理驱动-支持层[/B].
■ Oracle Management Agent,就是安装在被管理的主机上,收集,传递管理信息,执行管理任务等.这可称为[B]管理代理层[/B].
详见<<Oracle Enterprise Manager Concepts>>
[B]2.6.2 Installing the Grid Components[/B]
这个产品是在单独的CD-ROM上的.(上次去Developer's Day中已看到Oracle出DVD的产品碟了,FT.通常按如下步骤安装:
-1. 在主机上安装Management Service和Management Repository.
-2. 在想通过Grid Control Console管理的每台机器上安装
Oracle Management Agent,这个是必然的.
[B]Note:[/B] 需将Orale Management Agent安装到其自已的Oracle Home目录中.
之后agents就会在各机器上收集信息.
详见<<Oracle Eneterprise Manager Grid Control Installation and Basic Configuration>>和<<Oracle Enterprise Manager Adavanced Configuration>>
[B]2.6.3 Logging In to the Grid Control Console[/B]
在配置和启动了Oracle Management Service后,可通过以下URL来访问Grid Control Console.
[B]http://grid_control_hostname.domain : port/em[/B]
其中的[B]port[/B]存放在下面的地址之一:
■ [B]$ORACLE_HOME/install/setupinfo.txt[/B],其中的信息是你在安装Grid Control到最后阶段时在OUI中显示的.
■ 也可能存在于Management Service主机的[B]$ORACLE_HOME/install/portlist.ini[/B]文件中.
当Grid Control的login页面显示时,请输入超级用户[B]SYSMAN[/B][/COLOR]帐号和密码(这个用户在安装Grid Control时定义的).
登录后的界面显示如图Figure2-9所示. |
|