OMS SYSMAN Password Change

 In this blog, we will list down the steps to change the password for OMS sysman.

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 and Standby. Do not include '-all' as the Admin Server needs to be up during this operation.

- For EM 12.1.0.4 and later, if the BI Publisher is deployed, run the following command also to stop BIP server:


emctl stop oms -bip_only


- If JVMD and/or ADP is configured, stop the JVMD/ADP engines:

emctl extended oms jvmd stop -all

emctl extended oms adp stop -all


2. Modify the SYSMAN password on the primary OMS server (where the Admin server is configured):

cd <OMS_HOME>/bin

emctl config oms -change_repos_pwd


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

==========================================================

Please check our other blogs for OEM OMS

Comments

Popular posts from this blog

Restore MySQL Database from mysqlbackup

Oracle Database 19C Installation on Windows Server 2016

MySQL InnoDB Cluster Restore/Create Issue : - Dba.createCluster: Group Replication failed to start: MySQL Error 3094 (HY000)