Welcome Message

Welcome to my blog about Cisco Collaboration, voice, and contact center technologies.

I’m Dmytro Benda, a Cisco instructor (CCSI#33268) and collaboration specialist. Here I share practical articles, lab notes, configuration tips, and troubleshooting ideas based on real work with Cisco Unified Communications Manager, Unified CME, gateways, CUBE, and contact center solutions.

This blog is for engineers, students, and anyone working with Cisco collaboration technologies who wants clear technical content and real-world examples. I also post updates about Cisco training, my own courses, and upcoming learning activities.

If you have a question related to a post, a technology covered here, or Cisco training, feel free to get in touch.

Sunday, September 18, 2022

Unlock CUCM Application Administration account

This post I'd like to write mostly for myself as a reminder, because I have to deal with such a situation very often during the labs on our Cisco UC courses. Unfortunately I always forget the CUCM CLI commands and have to search them in the net 😀. The problem is that the students enter wrong passwords for the CUCM CM Administration account several times, and the CUCM simply locks the administrator account after unsuccessful attempts. Then it is not possible to enter the CM Administration for some time. Let's see how we can unlock the account (we use CUCM 12.5).

You can unlock the administrator account for the CM Administration with the CLI of your CUCM. So, first connect to your CUCM Publisher server with any SSH client (Putty or similar), and then enter the Platform Administration credentials for your server. 

After being authenticated, you have to reset the password for the CM Administration interface. This automatically unlock this account. Use the following commands as it is shown below:

admin:utils reset_application_ui_administrator_password

New password:* - type your new password after * and press Enter

Confirm new Password:* confirm your new password after * and press Enter 


------------------ utils reset_ui_administrator_password ------------------------


Reset user interface password

admin:

Then you can immediately enter the CM Administration interface again with your new password. If want to keep your existing password, then repeat these command one more time and change the password again to your old one. 

No comments:

Post a Comment