Pages

Search This Blog

Tuesday, January 14, 2020

Oracle Enterprise Manager Cloud Control 13c SYSMAN Password Reset

Steps to reset the password for SYSMAN in Oracle Enterprise Manager Cloud Control 13c:

The following information must be specified when the command is executed.

1. sys password(sys_pwd)
2. New password for sysman(new_pwd)

Steps to reset,

1. Stop all OMS process
cd $OMS_HOME/bin
emctl stop oms

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

Example Output:
$ ./emctl config oms -change_repos_pwd -use_sys_pwd -sys_pwd ******* -new_pwd *********
Oracle Enterprise Manager Cloud Control 13c Release 2
Copyright (c) 1996, 2016 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 Admin Server on the primary OMS and restart OMS.
cd <oms home>/bin
emctl stop oms -all
emctl start oms


4. Check that OMS is up and running.

cd <oms home>/bin
emctl status oms -details


No comments:

Post a Comment