!!!!!!!!DO NOT USE THIS!!!!!!!Admin Password reset for v12.3.190 and above

!!!!!!!!DO NOT USE THIS!!!!!!!Admin Password reset for v12.3.190 and above


-Stop the OpManager service.

-Open the command prompt as Admin and navigate to OpManagerHome/bin directory.

-Run ResetPassword.bat/sh (Running this script will populate all the OpManager modules as in startup)

-It will ask confirmation to reset the admin password.

-On giving Yes, admin user password will be changed as 'admin' and it will exit.

-After resetting the password, you can start the service and use 'admin' for username and password while login.


For Enterprise Edition:
Both central & probe should be stopped to use the ResetPassword.bat/sh script

                  New to ADSelfService Plus?

                    • Related Articles

                    • Admin Password reset in OpM 12

                      For users that are authenticated with Active Directory Domain authentication, you can reset the password of an AD user by changing the AD password. The same is applicable for Radius Authenticated users. Local Authenticated users can follow one of the ...
                    • Changing OpManager User Password

                      OpManager's user management feature helps network admins create specific user roles and associate them with the respective user profiles. You can also change their passwords. Kindly note that only an admin user or a user with full control privilege ...
                    • Password Policy for users in OpManager

                      A password policy is a set of rules designed to enhance security by encouraging users to employ strong passwords. Another possible defense against password-guessing attacks is enabling an account-lockout, which means the account will be locked after ...
                    • Steps for setting up a password for PgSQL DB

                      The steps are verified and tested until 12.4.072.  We request you to take a VM snapshot or a folder backup of the OpManager server itself (stop the OpManager service) as a first measure. Below mentioned steps are applicable for Postgres version till ...
                    • How do I set a password for my OpManager pgsql database ?

                      1) Start OpManager service 2)Connect  to OpManager database :   a)Go to OpManager\pgsql\bin folder   b)Type psql -U postgres -h 127.0.0.1 -p13306  OpManagerDB   c)Once connected to the Database, execute the below query to set password          ALTER ...