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

respawning too fast" Errors 

Jun 06, 2014 07:09 PM

Q: AMP won't start and I see a bunch of messages like this in the log:

INIT: Id "sw" respawning too fast: disabled for 5 minutes

A: The problem is that postgres isn't started. There are two things you should do:

1. Get postgres started now:

# service postgresql start

2. Configure the OS to always start postgres when it boots up:

# chkconfig postgresql on 

After you do that, you should see that postgres is set to "on" for runlevels 2-5 when you run this command:

# chkconfig --list | grep postgreql
postgresql 0:off 1:off 2:on 3:on 4:on 5:on 6:off

Statistics
0 Favorited
0 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.