Network Management

last person joined: an hour ago 

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

Airwave automatic controller reboots when SNMP Down

This thread has been viewed 0 times
  • 1.  Airwave automatic controller reboots when SNMP Down

    Posted Oct 07, 2013 02:27 PM

    Hi all,

     

    i've got an issue where i think Airwave is rebooting my controllers when it fails to poll the device using SNMP. Is there something i can turn off in airwave to prevent this occuring?

     

    This is my controller log:

     

    Oct 3 11:13:25 :315382:  <CRIT> |fpapps|  Reboot Cause: User reboot.

     

    This is my airwave log:

     

    Thu Oct  3 11:17:57 2013SystemUp
    Thu Oct  3 11:17:56 2013SystemDevice rebooted while marked as down: Device uptime value changed (current: 5 mins 28 secs, calculated: 18 hrs 46 mins 5 secs)
    Thu Oct  3 11:13:10 2013SystemStatus changed to 'ICMP ping failed (after SNMP get failed)'
    Thu Oct  3 11:13:10 2013SystemDown
    Thu Oct  3 11:12:08 2013System

    Error in SNMP polling: Timeout(thin_ap_status)

     

     

     

     



  • 2.  RE: Airwave automatic controller reboots when SNMP Down

    Posted Oct 07, 2013 03:23 PM

     

    Are you managing the controller using Airwave ? but of course even in that case that shouldn't happen .

     

     



  • 3.  RE: Airwave automatic controller reboots when SNMP Down

    Posted Oct 07, 2013 03:33 PM

    yes but only in monitor mode



  • 4.  RE: Airwave automatic controller reboots when SNMP Down
    Best Answer

    EMPLOYEE
    Posted Oct 08, 2013 12:32 PM

    The log just shows that the controller was down due to no snmp response, then confirmed down due to no ping, and then when the controller came up, AMP reports that the controller had rebooted due to the change in uptime.  This is not the same as AirWave sending a reboot command to the controller.  To verify the behavior, check the device logs in /var/log/ap/<id of controller>.  There should be an event log that is the same as what you included originally, and then the audit log (used during config audits), and then a telnet_cmds log which would have any reboot command.

     

    For instance, my controller's URL:

    http://robs_amp/ap_monitoring?id=1234

    this corresponds to CLI directory: /var/log/ap/1234

     

    # cd /var/log/ap/1234

    # grep -i reboot *

    event.log:Tue Oct 1 12:09:24 2013 Device has rebooted: Device uptime value changed (current: 3 mins 52 secs, calculated: 5 days 14 hrs 18 mins 12 secs) System

     

    This tells me that my controller had rebooted, but it was not initialized by AMP since I didn't see the reboot command in the outgoing telnet_cmds log.



  • 5.  RE: Airwave automatic controller reboots when SNMP Down

    Posted Oct 16, 2013 01:42 AM

    Thanks everyone, looks like i'd misunderstood what was happening.

     

    no commands were sent to the controller.



  • 6.  RE: Airwave automatic controller reboots when SNMP Down

    Posted Feb 26, 2018 10:52 AM

    Hi

    from the Webgui, where do you find the controller logs?

    are you getting those from the controller or from the AirWave?

     



  • 7.  RE: Airwave automatic controller reboots when SNMP Down

    EMPLOYEE
    Posted Feb 26, 2018 12:29 PM

    The logs I reviewed are from AirWave.  They aren't embedding into a easy to see page, so you have to download the diagnostics tarball (link at top of System -> Status page.  Then you're looking for log with name:

    var.log.system.ap.<ap_id>.audit.log

     

    Where <ap_id> is the id in the URL of that device's monitoring page.