Oracle 12c agent install for windows

在Oracle EM12c 中部署agent的方法分两种,一种是通过EM12c的控制台通过ssh直接把agent“推送”安装到被管理端,这种方法在linux平台的OMS和被管理端比较简单,因为Linux平台有自带的ssh工具,不需要进行ssh工具的配置。但是如果是windows的平台的OMS和被管理端要进行安装Cygwin工具,前期的准备步骤比较多。第二种方法是通过脚本静默安装的方法(Silentinstallation),这种方法在windows的被管理端上安装agent相对比较简单一些,当然这种方法在Linux上两样也适用。

下面是通过EM CLI工具在windows上部署agent的方法

1. 配置软件库

静默安装需要软件下载agent的zip文件,软件库要提前配置好。

下面是在登录EM12c 环境配置软件库:

点击添加,输入名字和位置:

将使用这个位置下载agent部署zip文件。

2. 下载agent部署文件

使用EMCLI(EnterpriseManager Command Line Interface)命令下载agent安装包,EMCLI已经随在EM12c release3的OMS在服务器端已经安装成功.

使用EMCLI要确保安装了java 1.6以上的环境。

C:\Users\Administrator>java -version

java version "1.7.0_51"

Java(TM) SE Runtime Environment (build 1.7.0_51-b13)

Java HotSpot(TM) 64-Bit Server VM (build24.51-b03, mixed mode)

使用sysman用户登录EMCLI环境

E:\app\em\mw\oms\BIN>emcli login-username=sysman

Enter password

Login successful

同步sync

E:\app\em\mw\oms\BIN>emcli sync

Synchronized successfully

查询OMS支持管理的平台

E:\app\em\mw\oms\BIN>emcliget_supported_platforms

-----------------------------------------------

Version = 12.1.0.3.0

Platform = Microsoft Windows x64 (64-bit)

-----------------------------------------------

Platforms list displayed successfully.

3. 部署agent

下载支持被管理的平台的agent安装包

emcli get_agentimage -destination=E:\app\em\swlib\12.3-platform="Microsoft Windows x64 (64-bit)" -version=12.1.0.3.0

===Partition Detail ===

Space free : 138 GB

Space required : 1 GB

Check the logs atE:\app\em\gc_inst\em\EMGC_OMS1\sysman\emcli\setup/.emcli/get_a

gentimage_2014-03-11_17-42-19-PM.log

Downloading E:\app\em\swlib\12.3\12.1.0.3.0_AgentCore_233.zip

File savedas E:\app\em\swlib\12.3\12.1.0.3.0_AgentCore_233.zip

DownloadingE:\app\em\swlib\12.3\12.1.0.3.0_PluginsOneoffs_233.zip

File savedas E:\app\em\swlib\12.3\12.1.0.3.0_PluginsOneoffs_233.zip

DownloadingE:\app\em\swlib\12.3\unzip

File savedas E:\app\em\swlib\12.3\unzip

Agent Image Download completedsuccessfully.

一个zip文件在下面的目录里:

复制这个文件到被管理的目标服务器,解压缩并部署EM12c agent

解压后注意下面两个主要的文件

agentDeploy.bat     Batch file to deploy the agent.

agent.rsp           Agent response file that requiresconfiguration.

agent.rsp文件需要修改下面相应的参数:

OMS_HOST=OMS_ORCL.com  #OMS Host Servername,the name is confing in \etc\hosts

EM_UPLOAD_PORT=4800  #Upload port forOMS

AGENT_REGISTRATION_PASSWORD=pssword  #You can add a newone in security if you don‘t already have.

AGENT_INSTANCE_HOME=E:\app\agent12c  #Installation directory on new target

AGENT_PORT=3872  #Agent port

b_startAgent=true

ORACLE_HOSTNAME=TRGT_ORCL.com  #Name of targethost

s_agentHomeName=TRGT_ORCL  #Name of thetarget in EM12c

正在执行代理配置...

正在执行命令:E:\app\core\12.1.0.3.0\oui\bin\runConfig.batORACLE_HOME=E:\app\co

re\12.1.0.3.0RESPONSE_FILE=E:\app\core\12.1.0.3.0\agent.rsp ACTION=configure MO

DE=perform COMPONENT_XML={oracle.sysman.top.agent.11_1_0_1_0.xml}RERUN=true

Configuration Log Location:E:\app\core\12.1.0.3.0\cfgtoollogs\cfgfw\CfmLogger<ti

mestamp>.log

错误: 代理配置失败 SEVERE:Oracle 主目录 名称无效。Oracle 主目录 名称最多只能包含

128 个字符, 并且只能包含字母数字字符和下划线。

参考:

http://dbakevlar.com/2013/10/em12c-agent-deployment-on-windows/

EM CLI部署见:

http://docs.oracle.com/cd/E24628_01/em.121/e17786/deploy.htm

时间: 2024-12-16 11:39:25

Oracle 12c agent install for windows的相关文章

Oracle 12c agent install for linux

安装Agent代理 在EM11g时,agent安装是通过在被监制主机端下载agent代理并安装,在EM12c版本号上,能够在EM12c服务端.通过"推送"的方式把agent代理在远程安装到被监控的主机端,而且能够同一时候为多个主机安装agent代理. 官方文档: http://www.gokhanatil.com/2011/10/how-to-deploy-oracle-management-agent.html 安装方法: 首先登录EM12c 选择: 设置 -> 加入目标 -&

Oracle 12c(12.1.0.5)OEM server agent 安装配置

注意: 此文档为生产上操作文档,省略了IP,oracle用户server,agent 端至少需要sudo,ping,ssh,创建目录权限. 一.安装要求 1.1. 系统情况一览 IP 数据库 OEM 操作系统 数据库版本 XX1 单机 service(12.1.0.5) Linux 6.7 oracle11.2.0.4 XX2 RAC agent Linux 6.7 Oracle11.2.0.4 XX3 RAC agent Linux 6.7 Oracle11.2.0.4 注意:OEM管理RAC

Oracle 12c Windows安装、介绍及简单使用(图文)

转载请注明出处:http://blog.csdn.net/anxpp/article/details/51345074,谢谢! 本文适合没有使用过Oracle的同学(不管是没是用过其他的数据库),最基本的操作. 1.下载 地址为:http://www.oracle.com/technetwork/cn/database/enterprise-edition/downloads/index.html 含企业版和标准版的各种平台支持的下载链接,此处选择windows下的企业版: 2.安装 2.1 解

Windows 下安装 Oracle 12c 教程

原文 Windows 下安装 Oracle 12c 教程 申明:本文原作者:Jmq   本文给大家带来的是 Oracle 12C 的安装教程. 1.准备 1.1 下载 Oracle 12c 安装程序 下载地址可参考:http://www.wxzzz.com/1231.html 文章可顺利下载. 1.2 解压下载好的两个压缩文件 将两个压缩包解压到同一个目录下,即“database”,然后单击解压目录下的“setup.exe”文件: 2.安装过程 2.1.双击”setup.exe”进行安装 软件会

Oracle 12c 的windows 安装

方法/步骤 1下载oracle 12c R2 forWindows的版本 下载地址: http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html其中包括两个压缩包:winx64_12c_database_1of2.zip,winx64_12c_database_2of2.zip 解压oracle 12c R2 for Windows的版本 将两个压缩包解压到同一个目录下,即"database

[转]Windows 下安装 Oracle 12c 教程

1.准备 1.1 下载 Oracle 12c 安装程序 下载地址可参考:http://www.wxzzz.com/1231.html 文章可顺利下载. 1.2 解压下载好的两个压缩文件 将两个压缩包解压到同一个目录下,即“database”,然后单击解压目录下的“setup.exe”文件: 2.安装过程 2.1.双击”setup.exe”进行安装 软件会加载并初步校验系统是否可以达到了数据库安装的最低配置,如果达到要求,就会直接加载程序并进行下一步的安装; 2.2 在出现的“配置安全更新”窗口中

windows Sever 2012下Oracle 12c安装配置方法图文教程

windows Sever 2012下Oracle 12c安装配置方法图文教程 Oracle 12c安装配置方法图文教程,具体内容如下 1.我们开启虚拟机 2.Windows Sever 2012启动中. 3.看到Windows Sever 2012的桌面. 4.我们解压缩两个文件,winx64_12c_database_1of2.zip,winx64_12c_database_2of2.zip.也就是oracle的安装文件. 5.这个时候我们可以看到服务器启动以后的仪表板. 6.然后我们合并两

【翻译自mos文章】将Oracle 12c数据库从标准版convert到企业版

将Oracle 12c数据库从标准版convert到企业版 来源于: How to Convert Oracle Database 12c from Standard to Enterprise Edition ? (文档 ID 2046103.1) APPLIES TO: Oracle Database - Enterprise Edition - Version 12.1.0.1 and later Information in this document applies to any pl

(转)oracle linux 7 安装oracle 12c

原文:https://blog.csdn.net/jiuyun1986/article/details/53589446 1.安装准备 oracle linux 7.3 其它7版本也可以,安装后升级到最新 oracle database 12c oracle virtualBox xftp 5 xmanager 5 putty or  CRT 2.安装虚拟机及linux环境 a.新建虚拟机 内存根据自己实机情况来给 配置CPU及其它参数(把  指点设备 改成USB 这样在虚拟机与实机中切换鼠标方