Grid Control10.2.0.5_x64 密码错误bug

环境:

RHEL5.5_x64

Grid Control 10.2.0.5

安装方式是silent install 10.2.0.3+noconfig+patch to 10.2.0.5

之前在5.4上装没有遇到这个问题。标记一下。

具体的解决办法非常简单,把repo数据库的sys,system用户密码改成default

然后opmnctl stopall

重新配置即可。

 

 网上找来的解决办法,如下:

ConfigureGC.pl Reports – Invalid Username/Password.

Metalink Doc ID: 602750.1

Bug: 7137054

Within 5 – 10 minutes of running the ConfigureGC.pl script, it will eventually issue a failure message indicating to look in the$ORACLE_HOME/cfgtoollogs/oui/configActions<LATEST_TIME_STAMP>.log log file for errors. Don’t bother. The only message written to this log is utterly useless:

The plug-in OMS Configuration has failed its perform method

The two files listed below, on the other hand, will both show the Oracle error code ORA-01017:

$ORACLE_HOME/cfgtoollogs/cfgfw/CfmLogger_<LATEST_TIME_STAMP>.log$ORACLE_HOME/cfgtoollogs/cfgfw/emca_repos_drop<LATEST_TIME_STAMP>_OUT.log

For example:

Getting temporary tablespace from database...Could not connect to SYS/(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=oemprod.idevelopment.info)(PORT=1521)))(CONNECT_DATA=(SID=emrep))):ORA-01017: invalid username/password; logon denied (DBD ERROR: OCISessionBegin)

Solution

To work around this bug, log in to the management repository as either SYS or SYSTEM to change the SYS password to "default":

[oracle@oemprod ~]$ sqlplus sys/emgc10g@emrep as sysdbaSQL> alter user sys identified by "default";

After changing the SYS password to "default", run the ConfigureGC.plagain using same syntax. The configuration will pick up where it left off, so repository configuration will be successful, the base OMS configuration will complete, the management agent configuration will complete and the patch set configuration actions will start.

[oracle@oemprod ~]$ $ORACLE_HOME/perl/bin/perl \$ORACLE_HOME/sysman/install/ConfigureGC.pl /u01/app/oracle/product

Second Failure

So, you thought you seen the last of Oracle Bug 7137054? Not quite. The configuration will fail yet again and indicate to look in the new$ORACLE_HOME/cfgtoollogs/oui/configActions<LATEST_TIME_STAMP>.log log file for errors. This log file is just as useless as it was the first time. Further examining the$ORACLE_HOME/cfgtoollogs/cfgfw/CfmLogger_<LATEST_TIME_STAMP>.log will show the same ORA-01017 error.

To work around this second error, log in to the management repository database (again) to change the SYS password back to its original value configured in the em_using_existing_db.rsp response file:

[oracle@oemprod ~]$ sqlplus sys/default@emrep as sysdbaSQL> alter user sys identified by emgc10g;

Run the configuration script for a third time, repeating the same syntax as before:

[oracle@oemprod ~]$ $ORACLE_HOME/perl/bin/perl \$ORACLE_HOME/sysman/install/ConfigureGC.pl /u01/app/oracle/product

时间: 2024-08-03 23:33:35

Grid Control10.2.0.5_x64 密码错误bug的相关文章

asp.net-登陆密码错误 数据库里的用户和密码明明都是对的 怎么破怎么破 跪求大神帮助

问题描述 登陆密码错误 数据库里的用户和密码明明都是对的 怎么破怎么破 跪求大神帮助 <%@ Page Language="C#" AutoEventWireup="true" CodeFile="login.aspx.cs" Inherits="_Default" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN&qu

TP-llink云路由器提示“宽带账号或密码错误”怎么办

  TP-llink云路由器提示"宽带账号或密码错误"的情况一.上网账号口令 设置路由器上网时,路由器WAN口宽带拨号不成功,在路由器管理界面 网络状态 页面出现"宽带账号或密码错误"的提示,如下图. 可能原因.宽带账号或密码填写错误. 解决办法.登录路由器管理界面,点击 路由设置 >> 上网设置,请重新填写宽带账号和宽带密码,注意大小写.字母和数字如"0"和"o".忘记填写后缀如"@adsl"

Win8通过组策略限制输入登陆密码错误的次数

  通过组策略限制输入系统登入密码错误的次数 解决方案: 一.win+r打开运行,输入gpedit.msc 二.计算机设置---Windows设置---安全设置---账户策略---账户锁定策略",然后到右侧窗格中的"账户锁定阈值"项,这里可以设置用户账户被锁定的登录尝试失败的次数,该值在0到999之间,默认为0表示登录次数不受限制,我们可以改为3或10.(设置完成后,还可以设置账户锁定的时间) 注:当某一用户尝试登录系统输入错误密码的次数达到一定阈值即自动将该账户锁定,在账户

ASM 无法发现候选磁盘组----grid 11.2.0.3 asm 自检通不过 prvf-5184

        grid 11.2.0.3 asm 自检通不过 1#  发表于 2012-5-14 15:10:28 | 查看: 2667| 回复: 12 red hat 5.6 x64 设置方式如下 for i in b c d e f g h i j k ; do echo "KERNEL==\"sd*\",BUS==\"scsi\",PROGRAM==\"/sbin/scsi_id -g -u -s %p\",RESULT==\&

导入-平台登录老提示“用户名或密码错误”,但我确认没输错,这个毛病在这个平台以前出现过。

问题描述 平台登录老提示"用户名或密码错误",但我确认没输错,这个毛病在这个平台以前出现过. 背景:刚买的**万网空间**,把平台部署上去,数据库也导入了,平台界面可以打开. 问题:但登录时,老是提示"输入的用户名或密码错误",之前在别的空间部署这个 平台出现类似问题,当时的原因是数据库连接问题,即web.config文件数据库连接 参数不对,现在我把web.config代码贴上,供参考: <?xml version="1.0"?>

登陆问题,密码错误

问题描述 奇怪了 昨天登陆 注册都正常!! 今天打开工程 注册 登陆全部返回 密码错误 而且 在后台还显示注册成功呢!! 解决方案 贴一下具体的错误,这样才好判断.解决方案二:监听下自动重连的回调,如果重连失败会返回error.解决方案三:弄好了  是我自己网络问题!!!  另外一个问题 就是 我主动断开网络后  重新连接网络 第一次 好像无法重连   要第二次  他才能够连上去  这个是什么问题呢??? 2015-07-09 09:54:25:099 YRDyage_ZYK[3579:4b3b

Son of Grid Engine 8.0.0d发布 分布式资源管理器

Son of Grid Engine是一个高度可扩展和通用的分布式资源管理器,用于集群或桌面的调度批处理或交互式作业.它是一个社区项目,用于Sun的网格引擎. 该网格引擎具有专门系统并提供更好的调度功能和可扩展性,不像Torque, SLURM, Condor, and Lava和其它自由的DRM. Son of Grid Engine 8.0.0d该版本修复了被错误删除和建立旧版本的GCC失败的典型假脱机目录的错误. 软件信息:https://arc.liv.ac.uk/trac/SGE 安装

delphi 7-delphi设计登录界面密码错误限制3次登录

问题描述 delphi设计登录界面密码错误限制3次登录 本人在用delphi做一个登录界面, 想限制登录次数,如果密码输错3次,禁止登录,退出系统.请教大家帮我看一下,限制密码错误登录3次的代码哪里错了?运行结果是:无论密码输错几次,都不会退出系统.很着急,求大神,在线等,谢谢! 解决方案 按照你的方法做了,还是不可以 解决方案二: 把count的定义放在函数外面,作为成员变量.否则每次执行按钮,都是0 解决方案三: 1.Count变量在第二张图中定义和初始化为0是正确的,即不能放在SpeedB

支付宝9.0手势密码功能不能使用怎么办?

网说友支付宝9.0就是强制把手势密码给关闭了,不知道为什么了,难道是和苹果ios9不兼容或出了什么bug问题,这个我们不得而知了,对于这个问题我们如果想使用支付宝9.0手势密码功能可以删除支付宝9.0然后恢复到支付宝8.6版本即可. 解决办法 安卓版本用户可以直接到百度搜索支付宝8.6,你们要的手势密码还是有的哦,苹果手机好像升级了就没有办法恢复了.