Network Management

last person joined: 9 hours ago 

Keep an informative eye on your network with HPE Aruba Networking network management solutions
Expand all | Collapse all

Airwave logins quit working

This thread has been viewed 2 times
  • 1.  Airwave logins quit working

    Posted Apr 30, 2015 11:02 AM

    I have a customer using Airwave 8.x.  All of their admin account logins using the local databaes quit working.  We used a password reset procedure to reset the admin password and then GUI'd into Airwave to rest all of the individual account passwords.

     

    This morning the same thing occured and no one can log into the system.   They are opening a ticket with TAC but I was wondering if anyone had seen this type of behavior before.

     

    Thanks.



  • 2.  RE: Airwave logins quit working

    Posted May 03, 2015 10:01 AM
    Once you have access check what login attempts have occurred prior to the account/s being locked. I know that in 8.0 they introduced the automatic lock after X failed attempts.

    If you don't see any incorrect login attempts prior to the account locks it sounds a lot like a bug.


  • 3.  RE: Airwave logins quit working

    EMPLOYEE
    Posted May 06, 2015 01:13 PM

    That's very interesting behavior.  In 8.0, we introduced a lock feature that defaults to 10 attempts before locking out an account.

     

    What's the result of this query:

    # dbc 'select id, name, login_attempts, is_enabled from users;'

     

    My guess is that all accounts are at the limit of 10 and are disabled.  The quick fix should be:

    # dbc 'update users set is_enabled=1 and login_attempts=0;'

     

    Also, make sure these users are not using scripts that login to AMP (to access APIs, reports, dashboard elements, etc).  If they do, temporarily disable the scripts, double check that the scripts use the correct account passwords, and then re-enable.