Difference between revisions of "Service Control"

From SME Server
Jump to navigationJump to search
m
m
 
Line 1: Line 1:
 
{{Languages|Service_Control}}
 
{{Languages|Service_Control}}
=Service_Control for SME 8.x, SME 9.x and SME 10.x=
+
Service_Control for SME 8.x, SME 9.x and SME 10.x
  
==Maintainer==
+
===Maintainer===
 
[mailto:stephdl@de-labrusse.fr[[User:stephdl|Stephane de Labrusse aka stephdl]]]<br />
 
[mailto:stephdl@de-labrusse.fr[[User:stephdl|Stephane de Labrusse aka stephdl]]]<br />
  
Line 9: Line 9:
 
{{#smeversion: smeserver-service_control }}
 
{{#smeversion: smeserver-service_control }}
  
==Description==
+
===Description===
 
Service_Control allow you to adjust status of all services contains in the server.
 
Service_Control allow you to adjust status of all services contains in the server.
 
* enabled/disabled
 
* enabled/disabled
Line 15: Line 15:
 
TCP Port can be changed for services that accept this parameter.
 
TCP Port can be changed for services that accept this parameter.
  
==Installation==
+
===Installation===
 
<tabs container><tab name="For SME 10">
 
<tabs container><tab name="For SME 10">
 
  yum install smeserver-service_control
 
  yum install smeserver-service_control
Line 37: Line 37:
 
Go to the service_control panel on Server Manager and activate changes you need
 
Go to the service_control panel on Server Manager and activate changes you need
  
==Usage==
+
===Usage===
 
You can access Service_Control interface in the server-manager.
 
You can access Service_Control interface in the server-manager.
  
 
{{Warning box|Deactivating services can leave your server in an unstable state or even inaccessible state. If you disable the httpd* services, there will be no server-manager.}}
 
{{Warning box|Deactivating services can leave your server in an unstable state or even inaccessible state. If you disable the httpd* services, there will be no server-manager.}}
  
==Uninstall==
+
===Uninstall===
 
  yum remove smeserver-service_control
 
  yum remove smeserver-service_control
=== Bugs ===
+
===Bugs ===
 
Please raise bugs under the SME-Contribs section in [http://bugs.contribs.org/enter_bug.cgi bugzilla]
 
Please raise bugs under the SME-Contribs section in [http://bugs.contribs.org/enter_bug.cgi bugzilla]
 
and select the smeserver-service_control component or use {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-service_control|title=this link}}
 
and select the smeserver-service_control component or use {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-service_control|title=this link}}
Line 52: Line 52:
 
{{#bugzilla:columns=id,product,version,status,summary |sort=id |order=desc |component=smeserver-service_control|noresultsmessage="No open bugs found."}}
 
{{#bugzilla:columns=id,product,version,status,summary |sort=id |order=desc |component=smeserver-service_control|noresultsmessage="No open bugs found."}}
  
==Additional information==
+
===Additional information===
 
*[http://www.vanhees.cc/index.php?name=CmodsDownload&file=index&req=viewdownloaddetails&lid=329 MasterSleepy Web site]
 
*[http://www.vanhees.cc/index.php?name=CmodsDownload&file=index&req=viewdownloaddetails&lid=329 MasterSleepy Web site]
  

Latest revision as of 21:08, 18 September 2022


Service_Control for SME 8.x, SME 9.x and SME 10.x

Maintainer

Stephane de Labrusse aka stephdl

Michel Van hees

Version

Contrib 10:
Contrib 9:
smeserver-service_control
The latest version of smeserver-service_control is available in the SME repository, click on the version number(s) for more information.


Description

Service_Control allow you to adjust status of all services contains in the server.

  • enabled/disabled
  • private/public access

TCP Port can be changed for services that accept this parameter.

Installation

yum install smeserver-service_control
  • For SME Server 9
yum --enablerepo=smecontribs install smeserver-service_control

You will then need to activate the database changes, the 'official' way is to perform

signal-event post-upgrade;  signal-event reboot

but if you don't want to restart your server you can do

signal-event console-save

This contrib is currently held in the stephdl repository, so the following commands will install on your smeserver.

yum --enablerepo=stephdl install smeserver-service_control

then issue:

signal-event post-upgrade;  signal-event reboot

Go to the service_control panel on Server Manager and activate changes you need

Usage

You can access Service_Control interface in the server-manager.


Warning.png Warning:
Deactivating services can leave your server in an unstable state or even inaccessible state. If you disable the httpd* services, there will be no server-manager.


Uninstall

yum remove smeserver-service_control

Bugs

Please raise bugs under the SME-Contribs section in bugzilla and select the smeserver-service_control component or use this link



"No open bugs found."

Additional information