EM:database control
GC:grid control
CC:cloud control(12开始就不叫GC了改叫CC了,目前有12CC、13CC)

OMR
Oracle Management Repository 
OMR就是存放GC监控信息的数据库,一般存放在sysman用户下的表,因为要用到监控报警,所以要用到dbsnmp用户,所以要开启sysman、dbsnmp两个用户
/etc/hsots必须有OMR和OMS的信息

OMS
Oracle Management Service 
OMS简单可以简单理解为GC监控,安装了weblogic和grid control软件,其中在安装grid contro过程中要指定OMR服务器的信息。
OMS安装好后,自动在本机安装了OMA服务
/etc/hsots必须有OMR和OMS的信息
/etc/oratab信息默认如下(分别是OMS、OMA的HOME目录,可以修改*为oms和agent)
*:/u01/app/bea/oracle/Middleware/oms11g:N
*:/u01/app/bea/oracle/Middleware/agent11g:N

OMA
Oracle Management Agent
被监控的服务器,/etc/hosts必须要有OMS的域名信息
一般一台服务器装一套OMA就可以了,但是如果有不同的OMS的来监控服务器,比如13c,12c同时监控同一台服务器,则这台服务器需要两套OMA,且版本应该不一样。
安装OMA的方法
1、登录OMS服务器
. oraenv -> oms
cd $ORACLE_HOME/sysman/agent_download/11.1.0.1.0//
copy agentDownload.linux到OMA服务器比如/home/oracle
2、登录OMA服务器
 ./agentDownload.linux -b /u01/app/oracle/product/11.2.0 -y  --安装好后,默认连接OMS的4900端口
-y表示Decline Security Updates,表示不需要输入邮箱地址
3、安装好后,/etc/oratab默认有如下信息
agent:/u01/app/oracle/product/11.2.0/agent11g:N(即第二步-b时指定的HOME目录加agent11g子目录,可以修改*为agent)
OMA安装过程中一定要注意:输入正确的registration password,否则虽然可以正常安装agent,但是永远连不上OMS

OMS的启动关闭
emctl start oms
emctl stop oms
emctl status oms
emctl status oms -details
emctl status oms -details -sysman_pwd sysman'spassword

OMA的启动关闭
emctl start agent
emctl stop agent
emctl status agent

OMA连不上OMS的现象和处理方法
1、如果安装agent过程中输错了密码,连不上OMS,则如下
emctl upload agent
emctl verifykey
emctl secure agent
比如
EMD pingOMS error: Failure connecting to https://gc.oracle.com:4900/em/upload/ , err -1

2、如果重新在其他目录安装了agent,连不上OMS,则如下查看什么报错
emctl upload agent
emctl verifykey
比如
EMD pingOMS error: Invalid ping response "ERROR-Agent is blocked... Please contact EM adminstrator to unblock the agent"
则进入em界面,setup->agent->unblock

3、最后都不行的话重启OMS,再如上1、2两种方式

OMA\OMS日志目录
OMS日志在gc_inst运行时的目录里,即$INST_HOME/em/EMGC_OMS1/sysman/log
OMS:/u01/app/bea/oracle/gc_inst/em/EMGC_OMS1/sysman/log

agent日志$AGENT_HOME/sysman/log
OMA:/u01/app/bea/oracle/Middleware/agent11g/sysman/log

[oracle@oms linux_x64]$ . oraenv
ORACLE_SID = [oms] ? agent
-bash: [: too many arguments
The Oracle base for ORACLE_HOME=/u01/app/bea/oracle/Middleware/agent11g is
XPointer evaluation failed: no locset
[oracle@oms linux_x64]$ emctl status agent
Oracle Enterprise Manager 11g Release 1 Grid Control 11.1.0.1.0
Copyright (c) 1996, 2010 Oracle Corporation.  All rights reserved.
---------------------------------------------------------------
Agent Version     : 11.1.0.1.0
OMS Version       : 11.1.0.1.0
Protocol Version  : 11.1.0.0.0
Agent Home        : /u01/app/bea/oracle/Middleware/agent11g
Agent binaries    : /u01/app/bea/oracle/Middleware/agent11g
Agent Process ID  : 3271
Parent Process ID : 3250
Agent URL         : https://oms.oracle.com:3872/emd/main/
Repository URL    : https://oms.oracle.com:4900/em/upload
Started at        : 2017-06-18 01:36:17
Started by user   : oracle
Last Reload       : 2017-06-18 01:36:17
Last successful upload                       : 2017-06-18 02:14:43
Total Megabytes of XML files uploaded so far :     5.20
Number of XML files pending upload           :        0
Size of XML files pending upload(MB)         :     0.00
Available disk space on upload filesystem    :    57.63%
Last successful heartbeat to OMS             : 2017-06-18 02:17:31
---------------------------------------------------------------
Agent is Running and Ready

[oracle@gc linux]$ . oraenv
ORACLE_SID = [emrep] ? oms
-bash: [: too many arguments
The Oracle base has been set to
XPointer evaluation failed: no locset
[oracle@gc linux]$ emctl status oms
Oracle Enterprise Manager 11g Release 1 Grid Control
Copyright (c) 1996, 2010 Oracle Corporation.  All rights reserved.
WebTier is Up
Oracle Management Server is Up

[oracle@gc linux]$ emctl status oms -details
Oracle Enterprise Manager 11g Release 1 Grid Control
Copyright (c) 1996, 2010 Oracle Corporation.  All rights reserved.
Enter Enterprise Manager Root (SYSMAN) Password :
Console Server Host : gc.oracle.com
HTTP Console Port   : 7788
HTTPS Console Port  : 7799
HTTP Upload Port    : 4889
HTTPS Upload Port   : 4900
OMS is not configured with SLB or virtual hostname
Agent Upload is locked.
OMS Console is locked.
Active CA ID: 1

[oracle@gc linux]$ emctl status oms -details -sysman_pwd welcome1
Oracle Enterprise Manager 11g Release 1 Grid Control
Copyright (c) 1996, 2010 Oracle Corporation.  All rights reserved.
Console Server Host : gc.oracle.com
HTTP Console Port   : 7788
HTTPS Console Port  : 7799
HTTP Upload Port    : 4889
HTTPS Upload Port   : 4900
OMS is not configured with SLB or virtual hostname
Agent Upload is locked.
OMS Console is locked.
Active CA ID: 1

来自 “ ITPUB博客 ” ,链接:http://blog.itpub.net/30126024/viewspace-2146621/,如需转载,请注明出处,否则将追究法律责任。

转载于:http://blog.itpub.net/30126024/viewspace-2146621/

Grid Control一些术语GC、OMS、OMR、OMA的概念相关推荐

  1. oracle的oms端口默认,怎么查看grid control oms的登录端口

    若 Grid Control在启动状态,用以下命令查看: emctl status oms -details Oracle Enterprise Manager 11g Release 1 Grid ...

  2. Oracle Grid Control 10.2.0.5 for Linux 安装和配置指南

    一.概述: Grid Control的组件包括Management Agent, Management Service (OMS), Management Repository. 系统架构如下: 10 ...

  3. Oracle Grid Control 11g for linux安装和配置指南

    2019独角兽企业重金招聘Python工程师标准>>> Oracle Grid Control 11g for linux安装和配置指南 原创 candon123 2010-07-1 ...

  4. Oracle Grid control 11g及Active DataGuard 11g安装部署(二)

    安装主库各种补丁 setup new op [oracle@gc op]$ ll 总计 29688 drwxrwxr-x 8 oracle oinstall     4096 03-23 19:24 ...

  5. 11g Grid Control安装过程的一些“坑”

    Oracle提供的图形化管理工具目前主要有三个版本: EMDC:Enterprise Manager Database Control EMGC:Enterprise Manager Grid Con ...

  6. oracle不能访问管理页面,Oracle Grid Control CONSOLE无法打开9i数据库的管理维护页面...

    今天在Solaris平台的测试环境上安装了Oracle Grid control 10.2.0.1,安装及配置完成后,发现在登录9i数据库的tablespace维护页面时,页面处于长时间的等待状况.最 ...

  7. Grid Control 和 Database Control

    Oracle 自10g 以后,企业管理器(Oracle Enterprise Manager:OEM)变成了网页形式. OEM 分两种:Grid Control(网格控制) 和 Database Co ...

  8. 指南:在 linux 下的 Oracle Database 11g 中安装 Oracle Enterprise Manager 10g Grid Control 第 5 版

    原文地址:http://www.oracle.com/technetwork/cn/articles/revitt-oem-096363-zhs.html 作者:Mike Revitt 逐步详解如何针 ...

  9. 企业管理器(OEM)介绍: Grid Control 和 Database Control

    Oracle 自10g 以后,企业管理器(Oracle Enterprise Manager:OEM)变成了网页形式. OEM 分两种:Grid Control(网格控制) 和 Database Co ...

最新文章

  1. 深度度量学习的这十三年,难道是错付了吗?
  2. 浏览器的加载与页面性能优化
  3. java rhino 运行 js_Mozilla Rhino :如何从Java调用JS函数
  4. 阿里云云效技术专家分享:云原生开发、调测及可靠发布解决方案
  5. 解决vue里iscroll(better-scroll)点击触发两次和初始化无法滚动问题!
  6. windows设置mysql使用率_Windows下配置Mysql
  7. iOS 设置不同环境对应不同icon
  8. axurerp折线图控件_Axure教程:如何画出曲线图?
  9. pytorch学习笔记(十九):二维卷积层
  10. python怎么读取excel-Python|读、写Excel文件(三种模块三种方式)
  11. XMind 2022 使用教程
  12. IDA Pro、OllyDbg、LordPE和UltraEdit简单实用实验
  13. Flowable流程设计器的使用
  14. 树莓派 cpolar免费vip穿透局域网异地连接(ssh web均可)
  15. 本科毕业论文参考文献可以随便写吗?
  16. 从多个Word文档中批量取值,整理到Excel表中的技能,整理简历者必备
  17. .NET基础篇:解决VS2017引用无效问题。
  18. 什么是Ordinal Classification?
  19. 怎么在不重启服务器情况下查看管理口-IPMI的ip是多少?
  20. Java Lambda 截断流 limit

热门文章

  1. java中的轮子是什么意思_后端的轮子(一)
  2. noip c语言算法教学视频,信息学奥赛课课通(C++)课程视频课程课件与代码
  3. Linux 内核协议栈的 TSO、GSO
  4. nand falsh 111
  5. 【嵌入式】STM32实现SPI双机通信的一些细节(2)片选总结
  6. 如何成为一名合格的需求分析师?
  7. bukgu 杂项 图穷匕见
  8. 服务器连接硬盘出错,IBM服务器硬盘常见问题与故障诊断
  9. winform一个小游戏,赛马
  10. 手机CMWAP上网设置(完全版)