`

How to change SYSMAN password in 12C Cloud Control

 
阅读更多

 

I was on leave for the past few weeks. After digging through tons of e-mails I finally found time to look into EM 12 Cloud Control. Unfortunately, I’ve forgotten my SYSMAN password and the EM 12c test installation is no longer running. As you say: “Holidays where one forgets everything, must be good holidays.”

 

So far so good, but what about my problems. Lets start with EM 12c which is not running. I started the VM from scratch. After login in over ssh I’ve realized that the EM 12c infrastructure is running. To my surprise the installer configured the start / stop script gcstartup in /etc/init.d and the corresponding rc directories. The script exists already since EM 10g but I’ve never used it. Unfortunately nobody created the start / stop script for the database and the listener. As soon as starting them manually I’ve just have to bounce the EM 12c to be up and ready again. It is not enough to just start the database. Restarting or starting the OMS is also necessary due to the fact that the OMS is not started when the database is not available during the startup of EM 12c. Oracle described this in a MOS Note EM Cloud Control 12c OMS not able to start after server reboot [1367876.1]

 

My second problem is quite a common issue. You’ll find some notes on how to change the SYSMAN password for EM 10/11g, DB Console and new as well for EM 12c. Basically it is done in a similar way as in EM 11g. It is just a little easier because it is not necessary to do the change in two steps. You may use use emctl to change the SYSMAN password for the OMS infrastructure and well the database account. That’s also what you can specify the SYS password when using emctl.

 

  1. Stop all OMS: emctl stop oms
  2. Change the password: emctl config oms -change_repos_pwd -use_sys_pwd -sys_pwd sys user password -new_pwd new sysman password
  3. Stop the Admin server and restart all OMS: emctl stop oms -all; emctl start oms

 

An example output:

 

emctl config oms -change_repos_pwd -use_sys_pwd -sys_pwd manager -new_pwd tiger
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.

 

More information on these topic’s can be found in the following MOS notes:

 

  • 12C Cloud Control: Steps to Modify the SYSMAN Password at OMS and Repository [1365930.1]
  • How to Change the Password of SYSMAN User in 10g and 11g Grid Control? [270516.1]
  • EM Cloud Control 12c OMS not able to start after server reboot [1367876.1]

参考至:http://www.oradba.ch/2011/12/howto-change-sysman-password-in-12c-cloud-control/

如有错误,欢迎指正

邮箱:czmcj@163.com

分享到:
评论

相关推荐

    EM 12c OMS日志、跟踪文件管理

    【EM 12c OMS日志、跟踪文件管理】是关于如何管理和理解在Enterprise Manager Cloud Control 12c(版本12.1.0.1.0到12.1.0.5.0)中OMS(Operations Management Service)的日志和跟踪文件的主题。这些文件对于诊断和...

    Default Username and Password in Oracle 10G

    13. CHANGE_ON_INSTALL - 这个账户用于在安装过程中执行数据库管理任务,也可以用于执行Oracle Enterprise Manager的数据库管理任务。注意,SYS和SYSTEM账户也可以执行这些任务。 14. SYSMAN - 专用于Oracle ...

    oem12c+plugin+ogg agent

    emcli login -username=sysman -password=Weblogic11g emcli import_update -omslocal -file=D:\oem1205\swlib\p21257550_112000_Generic.zip ``` 5. **应用插件**:返回到“自我更新”界面,点击`Plug-in`,...

    sysman

    "sysman"是一个与Python相关的项目,从标题和描述来看,它可能是一个系统管理工具或者框架,用于自动化管理和监控服务器、网络设备或者其他IT基础设施。在Python中,这样的工具通常会利用其强大的模块化和可扩展性来...

    EM 12c agent日志、跟踪文件管理

    ### EM 12c Agent日志与跟踪文件管理 #### 关于EM 12c Agent的日志和跟踪文件 在企业级应用维护中,Oracle Enterprise Manager(EM)12c作为一个重要的工具,提供了全面的监控、管理和自动化能力,帮助企业简化IT...

    emca配置database control

    由于DB Control依赖于sysman schema,因此在创建数据库时,可以选择启用DB Control,让DBCA自动创建这个schema,或者后续手动通过EMCA进行配置。 总结来说,Oracle 10G的Database Control是通过EMCA和emctl工具进行...

    sysman-开源

    **sysman 开源项目介绍** sysman 是一个受到 VMS SYSMAN 启发的多主机管理系统,它旨在简化对多个主机的管理和操作。这个工具允许用户同时连接到多个不同的主机,执行各种命令或者Shell脚本,并且能够方便地在这些...

    OEM Grid Control 10.2.0.5 install

    ### OEM Grid Control 10.2.0.5 安装与配置详解 #### 概述 OEM Grid Control 10.2.0.5 是 Oracle 推出的一个用于集中管理和监控 Oracle 及非 Oracle 软件、硬件资源的解决方案。它包括 Management Agent、...

    Oracle Enterprise Manager(12c安装文档

    ### Oracle Enterprise Manager (OEM) 12c 安装详解 #### 一、Oracle Enterprise Manager 概述 Oracle Enterprise Manager (OEM),是Oracle提供的一套全面的企业级管理平台,用于集中管理和监控Oracle环境中的各种...

    Oracle10g oem grid control实战.doc

    Oracle10g OEM Grid Control是Oracle公司为大型企业级数据库管理设计的一款解决方案,尤其适合管理数十台甚至更多数据库节点的环境。与之前的OEM版本相比,10g Grid Control进行了彻底的重构,采用Web架构,消除了对...

    PLSQL Developer登录的默认密码介绍

    安装ORACLE12C时,若没有为下列用户重设密码,则其默认密码如下: ...sys/change_on_install SYSDBA 或 SYSOPER 不能以 NORMAL 登录,可作为默认的系统管理员 system/manager SYSDBA 或 NORMAL ...sysman/oem_temp sysman

    Oracle 13c OEM 安装使用手册.docx

    Oracle Enterprise Manager (OEM) Cloud Control 是一种全面的工具集,用于管理Oracle技术堆栈中的各种组件,包括数据库、中间件和应用程序等。Oracle 13c OEM 的安装及配置涉及多个步骤,包括软件安装、添加监控...

    oracle 10G EM 配置总结

    这是因为DBControl需要在数据库中创建一个名为"sysman"的模式,该模式用来存储EM的数据,也就是所谓的EM资料库(repository)。这个过程可以通过执行命令行工具`emca`(Enterprise Manager Configuration Assistant)...

    环境变量ORACLE_UNQNAME未定义问题

    sql>drop user sysman cascade; 3. 删除早期 DBCONSOLE 创建的对象:删除早期 DBCONSOLE 创建的对象,以便重新配置数据库控制台。可以使用以下 SQL 命令来删除对象: sql>drop PUBLIC SYNONYM MGMT_TARGET_...

    oracle dbconsole 起不来解决办法

    在 Oracle 环境中,DBConsole 的启动依赖于多个组件,包括 Database Listener 和 Database Control 端口监控程序。如果这些组件没有正确配置,DBConsole 将无法启动。具体来说,可能的原因包括: * EM 资料库配置不...

    oracle_10g提示java.lang.Exception_Exception_in_sending_Request__null解决方案

    ### Oracle 10g 提示 java.lang.Exception: Exception in sending Request :: null 解决方案 在使用Oracle 10g的过程中,部分用户可能会遇到一个特定的问题:在登录企业管理器(Enterprise Manager, EM)时,系统会...

    “军卫一号”数据库Oracle 10g故障维修2例.pdf

    3. 在目标服务器上,使用导入命令导入整个数据库:`impdp system/password directory=aadumpfile=export.dmp full=y` 二、故障二:EM控制台无法打开 在某些情况下,EM控制台可能无法打开,导致无法正常管理和维护...

    Oracle\oracle_EM无法正常登陆解决方案

    - 打开Oracle安装目录下的文件`%ORACLE_HOME%\pc-name_sid\sysman\config\emd.properties` (对于Linux系统,路径应为 `$ORACLE_HOME/pc-name_sid/sysman/config/emd.properties`)。 - 使用文本编辑器打开该文件,...

Global site tag (gtag.js) - Google Analytics