Difference between revisions of "Smbstatus"
(→Bugs) |
|||
Line 12: | Line 12: | ||
=== Installation === | === 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). | 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). | ||
Line 20: | Line 21: | ||
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=stephdl install smeserver-smbstatus | 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: | Then activate the database changes as follows: | ||
signal-event post-upgrade; signal-event reboot | signal-event post-upgrade; signal-event reboot |
Revision as of 20:15, 20 June 2016
Dhcpmanager for SME Server
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 .