Difference between revisions of "Smbstatus"

From SME Server
Jump to navigationJump to search
Line 26: Line 26:
 
Go to the  Server Manager and see how many hosts are connected.
 
Go to the  Server Manager and see how many hosts are connected.
  
====SME9===
+
====SME9====
 
Then run the following commands to install the Smbstatus contrib on your SME Server.
 
Then run the following commands to install the Smbstatus contrib on your SME Server.
 
  yum --enablerepo=smecontribs install smeserver-smbstatus
 
  yum --enablerepo=smecontribs install smeserver-smbstatus

Revision as of 21:16, 20 June 2016


Dhcpmanager for SME Server

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


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


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

SME8

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.

SME9

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

yum --enablerepo=smecontribs 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

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

"No open bugs found."