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

Daemons not coming up for Airwave installed on Redhat 

Dec 31, 2017 12:38 PM

Problem:


Some customers install AMP on RHEL to comply with the company policies. Sometime on such custom installation we may run into the  issues where  Airwave GUI wont be accessible httpd daemon failing to be stable.



Diagnostics:


To get more details on why the httpd daemons is failing we can check the httpd error logs. We can tail the httpd error log using the below command on Airwave,

# tail -f /var/log/httpd/error_log



In this case we will be seeing error message stating SELinux policy enabled: httpd running as context system_u:system_r:initrc_t:s0



Solution


The reason for this is SELinux is enabled on the server and it is preventing the daemons to start. On normal Airwave install SELinux will be disabled by default. We can execute the below command to see the SELinux status,

# sestatus



To disable SELinux permanently we can edit the selinux config file from the below location and set the SELinux to disabled

# vi /etc/sysconfig/selinux



Once done we can reboot the server to have this change applied.
 

Statistics
0 Favorited
1 Views
0 Files
0 Shares
0 Downloads

Related Entries and Links

No Related Resource entered.