Difference between revisions of "Smbstatus"

From SME Server
Jump to navigationJump to search
(repo setup notes amended)
Line 10: Line 10:
  
 
=== Installation ===
 
=== Installation ===
This contrib is currently held in the [[stephdl]] repository, so the following commands will install on your SME Server.
+
This contrib is currently held in an external non default repository. You must first configure the stephdl repository on your SME server by following the steps here [[stephdl]] (if not already configured).  
  
 +
You can check the repo status as follows
 +
db yum_repositories show stephdl
 +
If you receive no output then the repo is not configured on your SME server.
 +
 +
Then run the following commands to install the Smbstatus contrib on your SME Server.
 
  yum --enablerepo=stephdl install smeserver-smbstatus
 
  yum --enablerepo=stephdl install smeserver-smbstatus
 
+
Then activate the database changes as follows:
You will then need to activate the database changes etc.
 
The 'official' way is to perform
 
 
 
 
  signal-event post-upgrade;  signal-event reboot
 
  signal-event post-upgrade;  signal-event reboot
  

Revision as of 16:17, 17 March 2014


Dhcpmanager for SME Server

PythonIcon.png Skill level: beginner
The instructions on this page can be followed by a beginner.


Maintainer

Stephane de Labrusse aka stephdl
original author : Michel Van hees

Description

This contribution for SME Server adds the abilities to see connected computers to your network shares

Installation

This contrib is currently held in an external non default repository. You must first configure the stephdl repository on your SME server by following the steps here stephdl (if not already configured).

You can check the repo status as follows

db yum_repositories show stephdl

If you receive no output then the repo is not configured on your SME server.

Then run the following commands to install the Smbstatus contrib on your SME Server.

yum --enablerepo=stephdl install smeserver-smbstatus

Then activate the database changes as follows:

signal-event post-upgrade;  signal-event reboot

Go to the Server Manager and see how many hosts are connected.

Uninstall

yum remove smeserver-smbstatus
signal-event post-upgrade;  signal-event reboot

Bugs

Not yet a component in bugzilla, please raise a bug in the unknown section.