`
hanjian861202
  • 浏览: 165003 次
  • 性别: Icon_minigender_1
  • 来自: 南京
文章分类
社区版块
存档分类
最新评论

Oracle:Grid Control安装

 
阅读更多



 

$ORACLE_HOME/bin/lsnrctl start
$ORACLE_HOME/bin/lsnrctl stop
$ORACLE_HOME/bin/lsnrctl status
$ORACLE_HOME/bin/lsnrctl services
SQL> startup

$OMS_HOME/opmn/bin/opmnctl startall
$OMS_HOME/opmn/bin/opmnctl stopall
$OMS_HOME/opmn/bin/opmnctl startproc ias-component=OC4J
$OMS_HOME/opmn/bin/opmnctl stopproc process-type=OC4J_EM
$OMS_HOME/opmn/bin/opmnctl status -l

$OMS_HOME/bin/emctl start oms
$OMS_HOME/bin/emctl stop oms
$OMS_HOME/bin/emctl status oms
$OMS_HOME/bin/emctl start iasconsole
$OMS_HOME/bin/emctl stop iasconsole
$OMS_HOME/bin/emctl status iasconsole

 

$AGENT_HOME/bin/emctl start agent
$AGENT_HOME/bin/emctl stop agent
$AGENT_HOME/bin/emctl status agent
$AGENT_HOME/bin/emctl upload
$AGENT_HOME/bin/emctl clearstate agent

 


首先安装GC:

装了一遍又一遍..........

 

 

label security

dbca

netca

alter system set sga_target>280m;

alter system set session_cached_cursors=200 scope=spfile;

alter system set aq_tm_processes=1;

alter system set dispatchers='';

alter system register;

@?/rdbms/admin/dbmspool

startup force 

 

 

1. Apply Patch 8430622 to the Oracle Management Service installation.
    export ORACLE_HOME=/u01/app/oracle/OmsHomes/oms10g

    ./emctl stop oms   

    opatch apply

 


2. After applying the patch, stop the Oracle Management Service (oms) process with the following command:

   <ORACLE_HOME>/opmn/bin/opmnctl stopall

3. Re-secure Oracle Management Service with the following command:

   <OMS_HOME>/bin/emctl secure oms -reset

You will be prompted twice to confirm that the Root key must be overwritten. In both cases, enter upper-case "Y" as the response. Any other response (including lower-case "y") will cause the command to terminate without completing. If this happens, the command can be re-invoked.

./emctl secure oms -reset
Oracle Enterprise Manager 10g Release 10.2.0.1.0
Copyright (c) 1996, 2005 Oracle Corporation. All rights reserved.

Enter Enterprise Manager Root (SYSMAN) Password : ******
Enter Agent Registration Password : ******

OPMN processes successfully stopped... Done.
Securing central oms... Started.
Checking Repository... Done.
Checking Em Key... Done.
Checking Repository for an existing Enterprise Manager Root Key...
WARNING! An Enterprise Manager Root Key already exists in
the Repository. This operation will replace your Enterprise
Manager Root Key.
All existing Agents that use HTTPS will need to be
reconfigured if you proceed. Do you wish to continue and
overwrite your Root Key
(Y/N) ?
Y
Are you sure ? Reset of the Enterprise Manager Root Key
will mean that you will need to reconfigure each Agent
that is associated with this OMS before they will be
able to upload any data to it. Monitoring of Targets
associated with these Agents will be unavailable until
after they are reconfigured.
(Y/N) ?
Y
Generating Enterprise Manager Root Key (this takes a minute)... Done.
Fetching Root Certificate from the Repository... Done.
Generating Registration Password Verifier in the Repository... Done.
Generating Oracle Wallet Password for Enterprise Manager OMS... Done.
Generating Oracle Wallet for Enterprise Manager OMS... Done.
Generating Oracle Wallet for iAS HTTP Server... Done.
Updating HTTPS port in emoms.properties file... Done.
Generating HTTPS Virtual Host for Enterprise Manager OMS... Done.
Securing central oms... Ended



4. Re-start Oracle Management Service by executing the following command:

  <OMS_HOME>/bin/emctl start oms

  <OMS_HOME>/bin/emctl status oms

 

5. Re-start Oracle Management Service Processes by executing the following command:

  <ORACLE_HOME>/opmn/bin/opmnctl startall

  <ORACLE_HOME>/opmn/bin/opmnctl status
 

   $OMS_HOME/bin/emctl start/stop iasconsole  应用服务器控制台
   http://<OMS hostname>:<AS_port>

   more $OMS_HOME/install/portlist.ini得到端口

   用户名ias_admin 密码与超用户密码相同

6. Retry the failed step from the error dialog to complete the installation.

 

7.install the agent

   ln –s /usr/bin/wget /usr/local/bin/wget

   export PATH=$ORACLE_HOME/jdk/bin:$PATH
   Download the agent download script  

   chmod 755 agentDownload.linux
   ./agentDownload.linux –b /u01/app/oracle/agent

   sudo /u01/app/oracle/agent/agent10g/root.sh

 

8.install monitoring credentials

  

 

=========================================================================================================

管理GC:
 

 

Starting the Grid Control Framework:
Start the repository listener:
$ORACLE_HOME/bin/lsnrctl start
Start the repository database:
$ORACLE_HOME/bin/sqlplus "/ as sysdba"
SQL> startup
Start the OMS (including Web Cache):
$OMS_HOME/opmn/bin/opmnctl startall
Start the Agent (on OMS/repository host):
$AGENT_HOME/bin/emctl start agent
Start the agent on the managed servers:
$AGENT_HOME/bin/emctl start agent
 Optionally, you may also need to start the Application Server Control if it is not started:
$OMS_HOME/bin/emctl start iasconsole

 

  


  

Stopping the Grid Control Framework:

Stop the agent on the managed servers (optional):$AGENT_HOME/bin/emctl stop

Stop the Agent (on OMS/repository host):$AGENT_HOME/bin/emctl stop

Stop the OMS (including Web Cache):$OMS_HOME/opmn/bin/opmnctl stopall

Stop the repository database:$ORACLE_HOME/bin/sqlplus "/ as sysdba"SQL> shutdown immediate

Stop the repository listener:$ORACLE_HOME/bin/lsnrctl stop 

Optionally, you may also need to stop the Application Server Control if it is not started:

$OMS_HOME/bin/emctl stop iasconsole

 

Keeping Grid Control Healthy:

To keep your Grid Control framework healthy, perform the following tasks:
 Check the OMS and repository errors page and resolve the causes of all errors.
 Check and resolve all warnings and alerts.
 Adjust thresholds when needed to prevent frequent “oscillation” of warnings and alerts.
 Check and resolve all metric collection errors.
 Agents not configured correctly can stress Grid Control systems.
 Watch for monitored targets that are always listed with a down status.

 

=========================================================================================================

 

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

http://blog.csdn.net/tianlesoftware/article/details/5704374

 

Grid Control  和 Application Server Control

  • 大小: 41.3 KB
  • 大小: 32.5 KB
  • 大小: 32.5 KB
分享到:
评论

相关推荐

    [原创]Guide: Installing Oracle Enterprise Manager Grid Control 10.2.0.5 on Oracle Database 11gR2 and RHEL Linux 5.4

    ### 安装Oracle Enterprise Manager Grid Control 10.2.0.5于Oracle Database 11gR2及RHEL Linux 5.4环境指南 #### 概述 本指南详细介绍了如何在Red Hat Enterprise Linux (RHEL) 5.4上安装并配置Oracle Enterprise...

    oracle grid 安装

    本指南将详细介绍在Oracle Linux 32位系统上安装Oracle Grid Control 11g的过程。 1. **Oracle Linux安装** 在开始Oracle Grid Infrastructure的安装前,首先要确保已正确安装了Oracle Linux 5.6。这包括创建必要...

    Oracle_EM_10g_Grid_Control_for_Windows安装步骤

    ### Oracle Enterprise Manager 10g Grid Control for Windows 安装步骤详解 #### 一、概述 Oracle Enterprise Manager 10g Grid Control(简称 EM 10g)是Oracle公司推出的一款用于集中管理和监控Oracle环境的强大...

    Oracle 10g Grid Control.pptx

    Oracle 10g Grid Control是Oracle企业级管理器的一个版本,专为管理和监控复杂的IT环境设计,特别是那些基于Oracle数据库的系统。这个解决方案提供了一系列强大的功能,旨在提高系统的可用性、性能和安全性。 1. ...

    Linux环境下oracle 11g Grid Control 监控服务端安装手册

    本手册用于指导在Linux服务器上部署oracle 11g Grid Control服务端程序。 系统需求 OMS:3G内存 Agent:512M内存 Repository:2G内存 50G磁盘空间 操作系统 RHEL 4 (Update 7), RHEL 5 (Update 2), OEL 4 (Update ...

    Oracle Enterprise Manager Grid Control Installation and Basic Configuration.pdf

    Oracle企业经理Grid Control是Oracle公司提供的一个全面的IT管理解决方案,用于监控、管理和优化Oracle数据库环境和其他IT资源。本文档“Oracle Enterprise Manager Grid Control Installation and Basic ...

    DELL 服务器10g grid control安装

    - **安装Oracle Database 10g R2**:OEM 10g Grid Control依赖于Oracle Database 10g Release 2 (R2),因此需要先安装并配置好Oracle Database。 - **安装OEM 10g Grid Control**:根据Oracle提供的官方文档,完成...

    Oracle Enterprise Manager 10g Grid Control Implementation Guide

    - 配置Console:安装并配置Grid Control Console。 - 部署Agent:根据需要将Agent部署到目标系统上。 - **配置管理**: - **目标管理**:添加和配置被管理的目标,如数据库实例或主机。 - **性能监控**:设置...

    OEM Grid Control 10.2.0.5 install

    ### OEM Grid Control 10.2.0.5 安装与配置详解 #### 概述 OEM Grid Control 10.2.0.5 是 ...正确地安装和配置 Grid Control 可以为 Oracle 系统提供全面的监控和管理能力,帮助管理员更高效地管理复杂的 IT 环境。

    Oracle10g oem grid control实战.doc

    Oracle10g OEM Grid Control是Oracle公司为大型企业级数据库管理设计的一款解决方案,尤其适合管理数十台甚至更多数据库节点的环境。与之前的OEM版本相比,10g Grid Control进行了彻底的重构,采用Web架构,消除了对...

    Oracle.Enterprise.Manager.Grid.Control.11g.R1

    - **软件环境**:安装所需的Oracle数据库版本以及支持的操作系统。 **2. 安装过程** - **部署Grid Control软件**:按照官方文档指导完成安装步骤。 - **配置管理代理**:在需要被监控的主机上安装管理代理,并与...

    oracle 11g grid infrastructure and database r2 setup

    本文档将指导您完成 Oracle 11g Grid Infrastructure and Database R2 Setup 的安装和配置。 一、安装环境 * 两个节点,每个节点安装 Redhat 5 Update 5 操作系统。 * 每个节点配备双网卡,eth0 和 eth1。 * 三块...

    Oracle Enterprise Manager 10g Grid Control Vol 1.pdf

    ### Oracle Enterprise Manager 10g Grid Control 知识点解析 #### 一、Grid Computing概念与Oracle Enterprise Manager 10g Grid Control的关系 在最高层面,网格计算(grid computing)的核心理念是将计算作为一种...

    使用OEM 10g Grid Control进行Oracle数据库环境集中管理.pdf

    Oracle 10g Grid Control 是一个强大的工具,用于集中管理和监控企业中的Oracle数据库环境。它为企业提供了一种统一的管理平台,解决了在大型Oracle数据库环境中常见的管理难题。随着Oracle数据库在企业中的广泛应用...

    深入浅出Oracle:DBA入门、进阶与诊断案例

    - **网格控制(Grid Control)**:集中式管理平台,方便对多个数据库进行统一监控。 - **自动存储管理(ASM)**:自动化的存储解决方案,简化了存储配置过程。 - **透明数据加密(TDE)**:增强了数据安全性,防止敏感信息...

    Oracle OEM Grid 10.2.0.5 for linux

    Oracle OEM(Oracle Enterprise Manager)Grid Control是Oracle公司推出的一款强大的企业级系统管理工具,主要用于监控、管理和优化Oracle数据库环境。这个版本"Oracle OEM Grid 10.2.0.5 for linux"是针对Linux操作...

    使用 Oracle Enterprise Manager 10g Grid Control 管理全部 Oracle 环境

    使用 Oracle Enterprise Manager 10g Grid Control 管理全部 Oracle 环境

    Oracle Enterprise Manager 10g Grid Control Vol 2.pdf

    Oracle Enterprise Manager 10g Grid Control

Global site tag (gtag.js) - Google Analytics