修改OEM SYSMAN密码

/*修改SYSMAN密码*/
基本信息:
-------------------------------------
系统平台:RHEL 6.3_86_64
数据库版本:11.2.0.3.0-64bit
-------------------------------------
几天前,我安装好了 Oracle Enterprise Manager 12c,准备使用 Cloud Control 功能来集成已有的 Oracle VM 环境来创建 IaaS 云计算平台,今天准备继续之前的工作,发现竟然不能使用 SYSMAN 用户登录 EM12c,我想应该是我忘记了在 Advanced Install 安装过程中设置的 SYSMAN 密码。出师不利啊,难道要我重新安装一遍 EM12c,静下心想想,Oracle 的产品不应该这么不人性化,于是开始查询官方文档,功夫不负有心人,终于让我找到了解决方法,官方文档 其实有介绍如何修改 SYSMAN 密码,不过我在 My Oracle Support 找到了更好的解决方案。详细的解决方法如下:

If the current SYSMAN password is known:
1. Stop all the OMS:

$ cd <OMS_HOME>/bin
$ ./emctl stop oms

Execute the same command on all the OMS machines including the primary OMS machine. Do not include ‘-all‘ as the Admin Server needs to be up during this operation.

2. Modify the SYSMAN password:

$ cd <OMS_HOME>/bin
$ ./emctl config oms -change_repos_pwd

Note:

The above command will prompt you for the current password of the SYSMAN user and the new password.
The password will be modified at the Repository Database as well as the WLS Credential store and the monitoring credentials for the ‘OMS and Repository’ target.
Along with the SYSMAN password, this command will modify the password for the ALL the EM users (SYSMAN_MDS, BIP, SYSMAN_OPSS, SYSMAN_APM, SYSMAN_RO, MGMT_VIEW) created in the Repository Database.
Example output:

$ ./emctl config oms -change_repos_pwd
Oracle Enterprise Manager Cloud Control 12c Release 12.1.0.1.0
Copyright (c) 1996, 2011 Oracle Corporation. All rights reserved.
Enter Repository User’s Current Password :
Enter Repository User’s New Password :

Changing passwords in backend …
Passwords changed in backend successfully.
Updating repository password in Credential Store…
Successfully updated Repository password in Credential Store.
Restart all the OMSs using ‘emctl stop oms -all’ and ‘emctl start oms’.
Successfully changed repository password.

3. Stop the Admin server on the primary OMS machine and re-start all the OMS:

$ cd <OMS_HOME>/bin
$ ./emctl stop oms -all
$ ./emctl start oms

If the current SYSMAN password is unknown:
1. Stop all the OMS:

$ cd <OMS_HOME>/bin
$ ./emctl stop oms

Execute the same command on the primary OMS machine as well. Do not include ‘-all’ as the Admin Server needs to be up during this operation.
If the version of OMS is 12.1.0.1 and password is manually changed at the Database level, apply Patch 13697830 on OMS Home and then run the command below to get the password updated in all configurations.
2. Modify the SYSMAN password:

$ cd <OMS_HOME>/bin
$ ./emctl config oms -change_repos_pwd -use_sys_pwd -sys_pwd <sys user password> -new_pwd <new sysman password>

Note:

The ‘-use_sys_pwd’ is used to connect to the database as a SYS user and modify the sysman password in the Repository database.
The current sysman password is not prompted for and only the new password needs to be entered. This will allow the reset of the old password to the new password entered.
The password will be modified at the Repository Database as well as the WLS Credential store and the monitoring credentials for the ‘OMS and Repository’ target.
Along with the SYSMAN password, this command will modify the password for the ALL the EM users (SYSMAN_MDS, BIP, SYSMAN_OPSS, SYSMAN_APM, SYSMAN_RO, MGMT_VIEW) created in the Repository Database.
Example output:

$ ./emctl config oms -change_repos_pwd -use_sys_pwd -sys_pwd oracle123 -new_pwd oracle12
Oracle Enterprise Manager Cloud Control 12c Release 12.1.0.1.0
Copyright (c) 1996, 2011 Oracle Corporation. All rights reserved.

Changing passwords in backend …
Passwords changed in backend successfully.
Updating repository password in Credential Store…
Successfully updated Repository password in Credential Store.
Restart all the OMSs using ‘emctl stop oms -all’ and ‘emctl start oms’.
Successfully changed repository password.

3. Stop the Admin server on the primary OMS machine and re-start all the OMS:

$ cd <OMS_HOME>/bin
$ ./emctl stop oms -all
$ ./emctl start oms

--The END--

转载于:https://www.cnblogs.com/osdba/p/3946632.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值