Oracle数据库数据恢复、性能优化

找回密码
注册
搜索
热搜: 活动 交友 discuz
发新帖

0

积分

1

好友

8

主题
1#
发表于 2014-3-20 10:45:15 | 查看: 3173| 回复: 1
--软件版本:
12c 12.1.0.3版本,server与agent一样
--server端环境:
server端在rhel 5.5上,是数据库单实例

--agent端环境
准备在hp-unix,数据库是两个节点的10g rac,利用OUI界面准备在一个节点上部署 12c agent,

--先决条件检查有两个警告:
1、某个支持的时区无法在主机上计算。将使用 GMT 的默认时区值安装代理。
Check complete. The overall result of this check is: Failed  
在环境中设置时区并重试安装, 或在安装后执行 emctl resettz agent 并按照说明更改代理和资料档案库上的时区。
手动操作:查看出hp-unix和rhel上的时区不一致,准备在安装后处理

2、远程主机上是否存在权限委派工具?
远程主机上不存在权限委派工具 "/usr/bin/sudo"。   
请确保远程主机上存在权限委派工具 "/usr/bin/sudo"。您也可以忽略此警告并继续, 在这种情况下, root.sh (已启用“以 Root 身份运行”的任何安装前脚本或安装后脚本) 将不会运行, 您必须在安装后手动运行。

确实没有安装sudo,后面手工运行root.sh

--安装过程报错:
在主机 10.1.195.151 上执行命令 /u02/app/agent_12c/ADATMP_2014-03-20_08-58-12-AM/agentDeploy.sh -ignorePrereqs ORACLE_HOSTNAME=10.1.195.151 AGENT_BASE_DIR=/u02/app/agent_12c OMS_HOST=oragc12c.yto56.com.cn EM_UPLOAD_PORT=4900 AGENT_INSTANCE_HOME=/u02/app/agent_12c/agent_inst b_doDiscovery=false b_startAgent=false b_forceInstCheck=true AGENT_PORT=3872 失败

错误消息:Action Logs Location:/u01/app/oracle/product/oraInventory/logs/cloneActions.logERROR: Agent Clone Failed
退出代码 :1

注:没有到跑root.sh这步

通过手工跑这个脚本得到信息如下:
$  /u02/app/agent_12c/ADATMP_2014-03-20_08-58-12-AM/agentDeploy.sh -ignorePrereqs ORACLE_HOSTNAME=10.1.195.151 AGENT_BASE_DIR=/u02/app/agent_12c OMS_HOST=oragc12c.yto56.com.cn EM_UPLOAD_PORT=4900 AGENT_INSTANCE_HOME=/u02/app/agent_12c/agent_inst b_doDiscovery=false b_startAgent=false b_forceInstCheck=true AGENT_PORT=3872

-e Validating the OMS_HOST & EM_UPLOAD_PORT
Executing command : /u02/app/agent_12c/core/12.1.0.3.0/jdk/bin/java -classpath /u02/app/agent_12c/core/12.1.0.3.0/jlib/agentInstaller.jar:/u02/app/agent_12c/core/12.1.0.3.0/oui/jlib/OraInstaller.jar oracle.sysman.agent.installer.AgentInstaller /u02/app/agent_12c/core/12.1.0.3.0 /u02/app/agent_12c/ADATMP_2014-03-20_08-58-12-AM /u02/app/agent_12c -prereq

Validating oms host & port with url: http://oragc12c.yto56.com.cn:4900/empbs/genwallet
Validating oms host & port with url: https://oragc12c.yto56.com.cn:4900/empbs/genwallet
Return status:3-oms https port is passed
Unzipping the agentcoreimage.zip to /u02/app/agent_12c ....
12.1.0.3.0_PluginsOneoffs_197.zip
Executing command : /u02/app/agent_12c/ADATMP_2014-03-20_08-58-12-AM/unzip -o /u02/app/agent_12c/ADATMP_2014-03-20_08-58-12-AM/12.1.0.3.0_PluginsOneoffs_197.zip -d /u02/app/agent_12c
mv: /u02/app/agent_12c/sbin/sbin_new: rename: File exists
Executing command : /u02/app/agent_12c/core/12.1.0.3.0/jdk/bin/java  -d64 -classpath /u02/app/agent_12c/core/12.1.0.3.0/oui/jlib/OraInstaller.jar:/u02/app/agent_12c/core/12.1.0.3.0/oui/jlib/xmlparserv2.jar:/u02/app/agent_12c/core/12.1.0.3.0/oui/jlib/srvm.jar:/u02/app/agent_12c/core/12.1.0.3.0/oui/jlib/emCfg.jar:/u02/app/agent_12c/core/12.1.0.3.0/jlib/agentInstaller.jar:/u02/app/agent_12c/core/12.1.0.3.0/oui/jlib/share.jar oracle.sysman.agent.installer.AgentInstaller /u02/app/agent_12c/core/12.1.0.3.0 /u02/app/agent_12c/ADATMP_2014-03-20_08-58-12-AM /u02/app/agent_12c /u02/app/agent_12c/agent_inst AGENT_BASE_DIR=/u02/app/agent_12c


Cloning the agent home...
Executing command: /u02/app/agent_12c/core/12.1.0.3.0/oui/bin/runInstaller -debug   -ignoreSysPrereqs -clone -forceClone -silent -waitForCompletion -nowait ORACLE_HOME=/u02/app/agent_12c/core/12.1.0.3.0   AGENT_BASE_DIR=/u02/app/agent_12c ORACLE_HOSTNAME=10.1.195.151 AGENT_BASE_DIR=/u02/app/agent_12c OMS_HOST=oragc12c.yto56.com.cn EM_UPLOAD_PORT=4900 AGENT_INSTANCE_HOME=/u02/app/agent_12c/agent_inst b_doDiscovery=false b_startAgent=false b_forceInstCheck=true AGENT_PORT=3872 -noconfig  ORACLE_HOME_NAME=agent12c1 -force b_noUpgrade=true
Clone Action Logs Location:/u01/app/oracle/product/oraInventory/logs/cloneActions<timestamp>.log
ERROR: Agent Clone Failed

--检查了系统信息
$ bdf
Filesystem          kbytes    used   avail %used Mounted on
/dev/vg00/lvol3    5242880 1610112 3604448   31% /
/dev/vg00/lvol1    5242880  183504 5019928    4% /stand
/dev/vg00/lvol9    10485760 9694408  787224   92% /var
/dev/vg00/lvol8    15728640 2959000 12669976   19% /usr
/dev/vg00/lvol7    31457280 27689077 3554870   89% /u01
/dev/vg00/lvol6    10485760 6661816 3794328   64% /tmp
/dev/vg00/lvol5    15728640 8604832 7068272   55% /opt
/dev/vg00/lvol4    10485760 7640576 2823064   73% /home

什么原因导致? 解决思路是什么?
2#
发表于 2014-3-20 10:55:44
在OMS端部署agent时的日志

10.1.195.151_deploy.zip

11.54 KB, 下载次数: 509

回复 只看该作者 道具 举报

您需要登录后才可以回帖 登录 | 注册

QQ|手机版|Archiver|Oracle数据库数据恢复、性能优化

GMT+8, 2024-12-21 06:11 , Processed in 0.048607 second(s), 23 queries .

Powered by Discuz! X2.5

© 2001-2012 Comsenz Inc.

回顶部
TEL/電話+86 13764045638
Email service@parnassusdata.com
QQ 47079569