Resetting forgotten SYSMAN password in Grid Control 11g
Change SYSMAN password in the database to a known value.
[oracle@grid11 ~]$ cd $OMS_HOME/bin
[oracle@grid11 bin]$ ./emctl config oms -change_repos_pwd
Oracle Enterprise Manager 11g Release 1 Grid Control
Copyright (c) 1996, 2010 Oracle Corporation. All rights reserved.
-change_in_db option not specified. Password not changed in backend.
Enter Repository User’s New Password : ******
Changing monitoring credentials …
Monitoring credentials changed successfully.
Updating repository password in Credential Store…
Repository password in Credential Store updated successfully.
Bounce the OMS.
Successfully changed repository password.
If you have multiple OMS’s in your environment, run this command on all of them.
[oracle@grid11 bin]$ ./emctl stop oms -all
Oracle Enterprise Manager 11g Release 1 Grid Control
Copyright (c) 1996, 2010 Oracle Corporation. All rights reserved.
Stopping WebTier…
WebTier Successfully Stopped
Stopping Oracle Management Server…
Oracle Management Server Successfully Stopped
Oracle Management Server is Down
[oracle@grid11 bin]$ ./emctl start oms
Oracle Enterprise Manager 11g Release 1 Grid Control
Copyright (c) 1996, 2010 Oracle Corporation. All rights reserved.
Starting WebTier…
WebTier Successfully Started
Starting Oracle Management Server…
Oracle Management Server Successfully Started
Oracle Management Server is Up