Difference between revisions of "Service Control"

From SME Server
Jump to navigationJump to search
Line 18: Line 18:
 
  yum --enablerepo=stephdl install smeserver-service_control
 
  yum --enablerepo=stephdl 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
 
You will then need to activate the database changes, the 'official' way is to perform
  

Revision as of 19:44, 26 August 2015


Service_Control for SME 8.x and 9.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.

  • For SME Server 8 and 9
yum --enablerepo=stephdl 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

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


Additional information