① 准备好安装源,这个ORACLE普通账号无法下载到,有需要的可以联系我
   p14570373_112000_Generic.zip,用于Windows 64位操作系统

② 解压p14570373_112000_Generic.zip,
   同时要进一步解压里面的12.1.0.2.0_AgentCore_233.zip

③ 配置12.1.0.2.0_AgentCore_233.zip解压出来的文件agent.rsp
   #Enter the OMS host name
    OMS_HOST=Could Control Server Name
        
    #Enter the upload port (HTTP or HTTPS) for communicating with the OMS
    #Default HTTP Port is 4890    HTTPS Port is 4904
    EM_UPLOAD_PORT=Could Control HTTP Or HTTPS Upload Port

#Enter a password for registering new Management Agents that join the Enterprise Manager system
    AGENT_REGISTRATION_PASSWORD=Could Control AGENT REGISTRATION PASSWORD 不是SYSMAN的密码

#Enter a directory location on the destination host where all Management Agent-related configuration files can be stored
    AGENT_INSTANCE_HOME=D:\agent\agent_inst

#Enter a free port on which the Management Agent process should be started
    #If you do not enter any value, then either 3872 or any free port between 1830 and 1849 is honored
    AGENT_PORT=3872

#Enter TRUE if you want the Management Agent to start automatically once it is installed and configured. Otherwise, enter FALSE.
    #注意这项默认就已经在 agent.rsp 里面,为了好看才把它写到这里来
    b_startAgent=true

#Enter the fully qualified domain name of the host where you want to install the agent
    ORACLE_HOSTNAME=Install Agent Host Name

#Enter the name of the Oracle home you want to see created for the Management Agent
    s_agentHomeName=agent12cR2

#Enter the customized Management Agent service name
    s_agentServiceName=Oracleagent12cAgent
        
        这里注意几点:
        ♢ OMS_HOST参数为服务器的hostname,假如服务器端配置的名称带域名的,必须在客户端hosts文件中配置短名称或者长名称
        ♢ AGENT_REGISTRATION_PASSWORD,这个密码不是SYSMAN的密码
           如果忘记了
           可以在服务器端执行emctl secure setpwd sysmanpassword agentregisterpasswd,重置这个密码
    ♢ ORACLE_HOSTNAME,是客户端的HOST_NAME,假如在一个多网卡的环境中
          一定不能直接就用客户端的HOST_NAME,在Windows 下这个HOST_NAME,不是唯一对应着一个固定的IP,所以必须要在hosts文件重新配置一个
          例如我的host_name 是Shark,可是这里配置的ORACLE_HOSTNAME=shark-vm,Hosts文件中添加了一个条目
           192.168.202.1 shark-vm
          同时要在服务器端的Host文件中配置此内容,当然如果你有DNS服务器,就只需要在DNS配置此内容就可以了。

这个参数配置不正确的话,在Clound Control Console上就找不到主机目标
     这些配置项,配置错的话,都会导致第④步出错

④ 以管理员身份打开cmd.exe,尤其是Windows 7,Windows 2008,Windows 8上
    agentDeploy.bat AGENT_BASE_DIR=D:\agent\agent_inst OMS_HOST= Could Control Server Name  EM_UPLOAD_PORT=4890 AGENT_REGISTRATION_PASSWORD=passwd ORACLE_HOSTNAME=Install Agent Host Name   
    ♢ 这里还有一个参数:-ignorePrereqs,忽略先决条件检查,这个很重要,否则你要更改很多.ini文件中的[Certified Versions]中的Windows项Windows=4.0,5.0,5.1,5.2,6.0,6.1,6.2,6.3

  ♢  注意AGENT_BASE_DIR参数不要设置和安装源同一路径下

⑤  在 Clound Control Console,搜寻相关管理目标,注意客户端上的数据库、监听器登管理对象,是需要手动搜寻。

在Window下安装Oracle 12C Cloud Control Agent的更多相关文章

  1. Linux 6.3下安装Oracle Enterprise Cloud Control 12c

    Oracle enterprise cloud control 12c的安装是一个比較复杂的过程,由于他须要依赖于Oracel database以及Oracle Weblogic. 如今Oracle已 ...

  2. Windows 下安装 Oracle 12c 教程

    原文 Windows 下安装 Oracle 12c 教程 申明:本文原作者:Jmq   本文给大家带来的是 Oracle 12C 的安装教程. 1.准备 1.1 下载 Oracle 12c 安装程序 ...

  3. Centos 7下安装Oracle 12c

    SQL Server玩了有些年,最近想玩玩Oracle,于是想到装一台Oracle server来玩玩.第一次在Linux下安装Oracle,整个过程参考了一篇文章:http://blog.csdn. ...

  4. 转://Window下安装Oracle ASM单实例数据库

    之前做的Oracle ASM实验都是基于Linux或者Unix操作系统的,最近想试试如何在Windows环境下使用Oracle ASM.本文介绍如何在windows下创建裸设备,并创建ASM磁盘组以及 ...

  5. 最小安装的centos7下安装oracle 12c

    下载 oracal 安装包 进入https://www.oracle.com/index.html  依次选择-->Menu -->Downloads and trials -->D ...

  6. 在Window下安装Oracle

    一.Oracle下载地址 http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html 二.解压 ...

  7. Redhat 6环境下安装Oracle 12c的方法

    Step 1: 要在Linux上安装Oracle,需要在安装Oracle之前安装好相应的软件包,在不同操作系统环境下,对软件包的要求各不相同.具体对应的软件包,见官网文档:https://docs.o ...

  8. window下安装oracle数据库

    Oracle 11g安装 1.解压下载的包,然后进入包内,点击setup.exe开始安装 . 2.出现如下:一般把那个小对勾取消,点击下一步进行, 弹出下图这个后点‘是’ 3.下图后,选择创建和配置数 ...

  9. win10 x64下安装oracle 12c出现[INS-30131]报错的解决方案

    解决方案: 第一步:控制面板>所有控制面板项>管理工具>服务>SERVER 启动 第二步:控制面板>所有控制面板项>管理工具>计算机管理>系统工具> ...

随机推荐

  1. [ACM] poj 2456 Aggressive cows (二分查找)

    Aggressive cows Time Limit: 1000MS   Memory Limit: 65536K Total Submissions: 5436   Accepted: 2720 D ...

  2. linux-3重置root密码

    1.首先确认是redhat7 [root@localhost /]# cat /etc/redhat-release 详细步骤: 第1步:开机后在内核上敲击"e". 第2步:在li ...

  3. 蛙蛙推荐:如何实时监控MySql状态

    大多网站的性能瓶颈都会出在数据库上,所以想把Mysql监控起来,就搜索了下相关资料. 后来和同事讨论了下cacti和nagios有些老套和过时,graphite比较时尚,然后就搜了下相关的资料,最后搞 ...

  4. [Xamarin] 關於Internal Storage ,存取App內部使用資料 (转帖)

    最近在開發App,會使用到必須要處理一些App所使用的資料,上網路查一下Android 得作法,包含我自己也實作了一下,可能是因為對Java || Android 不是很孰悉,常常錯在 java.la ...

  5. 作业七:团队项目——Alpha版本冲刺阶段-06

    昨天进展:代码编写. 今天安排:代码编写.

  6. [OpenGL] 1、环境搭建及最小系统

    >_<: 首先推荐一个企业版的VC6.0自带OpenGL和DirectX,非常方便:http://pan.baidu.com/s/1mgIAGi8 PS: 要注意这里的OpenGL建立的工 ...

  7. [游戏模版3] Win32 画笔 画刷 图形

    >_<:introduce the functions of define\create\use pen and brush to draw all kinds of line and s ...

  8. Web API 简单示例

    一.RESTful和Web API Representational State Transfer (REST) is a software architecture style consisting ...

  9. JUnit 测试

    Junit 使用 1.忽略测试方法.在使用@Test的方法上使用@Ignore,将不会对此方法进行测试 2.测试套件 解决的问题: 1.对测试类进行统一测试,而不必在单独测试类上一个一个进行测试. 使 ...

  10. jenkins2 hello pipeline

    文章来自:http://www.ciandcd.com 文中的代码来自可以从github下载: https://github.com/ciandcd   根据前面的2篇文章,我们已经安装和配置好了je ...