Network Management

last person joined: yesterday 

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

AirWave won't start after reboot

This thread has been viewed 9 times
  • 1.  AirWave won't start after reboot

    Posted Aug 21, 2012 07:17 AM

    Hi Everyone!
    after a reboot of the server the daemons won't start :-( The only daemons which are running are:

     

    Tue Aug 21 13:13:02 CEST 2012
    PID PPID PGID %CPU %MEM RSS ELAPSED CMD
    1490 1 1490 0.0 0.5 10552 11:55 Daemon::LowLevelServiceWatcher
    1227 1 1227 0.0 0.0 1076 12:20 rrdcached

     

    How do I start all the other deamons? Which daemons should run?

     

    Any help would be greatly appreciated!

     



  • 2.  RE: AirWave won't start after reboot

    EMPLOYEE
    Posted Aug 21, 2012 07:47 AM

    I guess the big question is what was done right before that reboot....

     

    try "amp_disable" then after a few minutes "amp_enable"

     



  • 3.  RE: AirWave won't start after reboot

    Posted Aug 21, 2012 09:16 AM

    :smileyhappy: what I have done?

    Well - not much really - I wasn't able to log in to the system via web... so I thought maybe I lost my memory due to the heat - tried to do a web-password recovery. Didn't work. Next thought was: why not reboot? :smileyembarrassed:

    So here am I...

    amp_disable // amp_enable didn't do anything good... (waited 5min between disable/enable)



  • 4.  RE: AirWave won't start after reboot

    Posted Aug 21, 2012 09:17 AM

    thank you for your replay BTW!



  • 5.  RE: AirWave won't start after reboot

    Posted Aug 21, 2012 11:07 AM

    found a hint:

    ]# tail amp_events -n 1000

    outputs 1000x

    Tue Aug 21 16:50:54 2012        Restarting service Database     System  System

    how do I have to solve this?



  • 6.  RE: AirWave won't start after reboot
    Best Answer

    EMPLOYEE
    Posted Aug 21, 2012 12:25 PM

    It seems like the database isn't starting.  Could the server's disk be full? This command would answer that question:

     

    # df -h

     

     



  • 7.  RE: AirWave won't start after reboot

    Posted Aug 22, 2012 03:50 AM

    100% Full.... I guess that is the Problem... THANK YOU FOR YOUR HELP!!!



  • 8.  RE: AirWave won't start after reboot

    Posted Apr 08, 2017 02:53 AM

    Hello.

     

    I have exactly the same problem, Airwave doesn't start and df -h shows a disk 100% full. But, I don't know what to do next. What can I delete in the disk in order to start the server???

     

    Thank you.



  • 9.  RE: AirWave won't start after reboot

    EMPLOYEE
    Posted Apr 08, 2017 06:29 AM

    Hi ,

     

    Here are some good ways to free up some space on your server's hard drive when you need to:

     

    Delete AMP upgrade packages:

    # rm -rf /root/AMP-*.tar.gz

    # rm -rf /root/AMP-*amp_upgrade

     

    Delete the code from your previous AMP version:

    # rm -rf /root/svn_old

     

    Delete archived logs:

    # rm -rf /var/log/*.1

    # rm -rf /var/log/*.2

    # rm -rf /var/log/*.3

    # rm -rf /var/log/*.4

     

    Delete old AMP backups:

    [NOTE: if you choose to do this it is best to save the backup files off to another machine before deleting them.]

    # rm -rf /var/airwave-backup/*003*

    # rm -rf /var/airwave-backup/*004*

     

    Regards,

    Pavan

    If my post address your query, give kudos:)