Koozali.org: home of the SME Server

Services on SME 7 Server

erikja

Services on SME 7 Server
« on: October 03, 2006, 06:47:29 AM »
Hi.

Is there an easy way to see which services are running, and which are not in SME 7 Server ?.

I can see, that if I boot, there's some service that are OFF, but as the boot runs fast it's difficult to get a total view of it.

In which logfiles can I see the on/off services ?

Offline william_syd

  • ****
  • 1,608
  • +0/-0
  • Nothing to see here.
    • http://www.magicwilly.info
Services on SME 7 Server
« Reply #1 on: October 03, 2006, 07:17:54 AM »
What your seeing at boot is what services are enabled by the configuration db.

Try
Code: [Select]
config show |grep "service\|status"

For what services are actually running I don't know (yet).
Regards,
William

IF I give advise.. It's only if it was me....

erikja

Services on SME 7 Server
« Reply #2 on: October 03, 2006, 07:24:25 AM »
Quote from: "william_syd"
What your seeing at boot is what services are enabled by the configuration db.

Try
Code: [Select]
config show |grep "service\|status"

For what services are actually running I don't know (yet).


Thanks very much. That was the tool I needed :-)