How to reset the admin password for the GUI in TIBCO LogLogic LMI

How to reset the admin password for the GUI in TIBCO LogLogic LMI

book

Article ID: KB0077187

calendar_today

Updated On:

Products Versions
TIBCO LogLogic Log Management Intelligence all versions

Description

This article provides a method for resetting the GUI password for the built-in admin account in LogLogic LMI so that you can login and then change it to a known custom password.


 

Issue/Introduction

This article explains how to reset the admin password for the LogLogic web GUI.

Resolution

1.  SSH to the appliance and log in as ”toor”.

2. Once logged in, copy and paste the following mysql command into the SSH session:

$ mysql -e "update logappconfig.admUser set password = '+GW1NiOxIf007lQmx5Llwzr4wic=' where userId = 1;"

This will change the admin password to "admin123" and allow you back into the web interface.