Products | Versions |
---|---|
TIBCO LogLogic Log Management Intelligence | all versions |
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.
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.