Monitoring, Management & Location Tracking

 View Only
last person joined: one year ago 

Articles relating to existing and legacy HPE Aruba Networking products and solutions including AirWave, Meridian Apps, ALE, Central / HPE Aruba Networking Central, and UXI / HPE Aruba Networking User Experience Insight

How to restore admin access to the GUI if the admin account is disabled? 

Aug 06, 2014 04:00 PM

Admin user is unable to login via GUI after 10 incorrect login attempts.

 

In 7.7.10 as per DE17150, The AMP user authentication update allows users ten login attempts before disabling the user's access account. Restoring access requires another user with administrator privileges or CLI access.

The above statement can be found in the release notes for 7.7.10 as well.

 

There are two ways to restore admin access to the GUI

1) CLI - requires root access to the AMP

a. Login to the CLI  and access the database using 'db'
b. Run the query as shown below

airwave=> select login_attempts,is_enabled from users where username = 'admin';
-[ RECORD 1 ]--+---
login_attempts | 10
is_enabled     | 0

As you can see the value of is_enabled = 0 indicates that the account has been disabled after 10 incorrect login attemps

c. To restore access, update the column in the db as shown below

airwave=> update users set is_enabled = 1 where username = 'admin';
UPDATE 1

This will restore the access to the AMP GUI for the admin user

2) Login to the GUI using another admin account. If you do not have another admin account then the above step is the only way to restore access

a. Go to AMP Setup > Users
b. Edit the user account that has been disabled to enable access again.

 

 

Statistics
0 Favorited
3 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.