The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Operating Systems > SUN Solaris
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #16 (permalink)  
Old 04-04-2008
BrewDudeBob's Avatar
BrewDudeBob BrewDudeBob is offline
Registered User
  
 

Join Date: Aug 2005
Location: Atlanta Burbs
Posts: 47
WooHoo!

Sometimes asking questions out loud gets me my own answer. I actually did the nasty an read the man page on svcs and got it to work. After ~38 years, you'd think MAN pages would eventually get a little more user-friendly!

root> svcs -xv /network/http:apache2
svc:/network/http:apache2 (Apache 2 HTTP server)
State: maintenance since Sat Mar 08 00:06:08 2008
Reason: Start method exited with $SMF_EXIT_ERR_CONFIG.
See: Sun Message ID: SMF-8000-KS
See: man -M /usr/apache2/man -s 8 httpd
See: /var/svc/log/network-http:apache2.log
Impact: This service is not running.
root> more /var/svc/log/network-http:apache2.log
[ Feb 19 21:43:30 Rereading configuration. ]
[ Feb 20 01:30:35 Disabled. ]
[ Mar 8 00:06:08 Enabled. ]
[ Mar 8 00:06:08 Executing start method ("/lib/svc/method/http-apache2 start") ]
[ Mar 8 00:06:08 Method "start" exited with status 96 ]
root> svcadm clear /network/http:apache2
root> svcs -xv /network/http:apache2
svc:/network/http:apache2 (Apache 2 HTTP server)
State: online since Fri Apr 04 17:34:53 2008
See: man -M /usr/apache2/man -s 8 httpd
See: /var/svc/log/network-http:apache2.log
Impact: None.