Cisco Headend System Release 2.7 User Guide

Page of 48
 
 
Web Server Not Running 
4021181 Rev B 
27 
 
Web Server Not Running 
To run Report Writer, the Apache HTTP Server must be running on the DNCS/ISDS 
server. 
1  Log in to the DNCS/ISDS server as root. 
2  Type ps –ef | grep httpd and press Enter. 
3  Does the information on your screen look similar to the following example: 
root  4249     1   0 00:53:11 ?           0:05 /usr/apache2/bin/httpd -k start 
dncs  4254  4249   0 00:53:12 ?       0:00 /usr/apache2/bin/httpd -k start 
dncs  4251  4249   0 00:53:12 ?       0:00 /usr/apache2/bin/httpd -k start 
 
If yes, the Apache HTTP Server is running. 
 
If no, execute the following steps:  
 
Type svcadm clear http and press Enter
 
Type svcadm enable http and press Enter
 
Type ps –ef | grep httpd and press Enter