Difference between revisions of "Service Control"

From SME Server
Jump to navigationJump to search
Line 1: Line 1:
 
{{Languages|Service_Control}}
 
{{Languages|Service_Control}}
=Service_Control for SME 7.x and SME 8.x=
+
=Service_Control for SME 8.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 />
  
 
[[User:MasterSleepy|Michel Van hees]]<br/>
 
[[User:MasterSleepy|Michel Van hees]]<br/>
  
 
==Description==
 
==Description==
Service_Control allow you to ajust status of all services contains in the server.
+
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.
 
TCP Port can be changed for services that accept this parameter.
  
 
==Installation==
 
==Installation==
  wget <nowiki>"http://www.vanhees.cc/index.php?name=CmodsDownload&file=index&req=getit&lid=329"</nowiki>
+
  This contrib is currently held in the [[stephdl]] repository, so the following commands will install on your smeserver.
  yum localinstall smeserver-service_control-2.0-1.noarch.rpm
+
 
 +
  yum --enablerepo=stephdl 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
 +
Go to the service_control panel on Server Manager and activate changes you need
 +
 
  
 
==Uninstall==
 
==Uninstall==
Line 21: Line 32:
 
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 unaccessible state.}}
+
{{Warning box|Deactivating services can leave your server in an unstable state or even inaccessible state.}}
  
 
==Additional information==
 
==Additional information==

Revision as of 00:34, 26 January 2014


Service_Control for SME 8.x

Maintainer

Stephane de Labrusse aka stephdl

Michel Van hees

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

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

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

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


Uninstall

yum remove smeserver-service_control

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.


Additional information