Difference between revisions of "Smbstatus"
m (→Installation) |
|||
(3 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Languages}} | {{Languages}} | ||
− | == Dhcpmanager for SME Server == | + | ==Dhcpmanager for SME Server== |
{{Level|beginner}} | {{Level|beginner}} | ||
− | {{ #smeversion: smeserver-smbstatus }} | + | {{#smeversion: smeserver-smbstatus }} |
==Maintainer== | ==Maintainer== | ||
− | [mailto:stephdl@de-labrusse.fr[[User:stephdl|Stephane de Labrusse aka stephdl | + | [mailto:stephdl@de-labrusse.fr][[User:stephdl|Stephane de Labrusse aka stephdl]]<br /> |
− | original author : [[User:MasterSleepy|Michel Van hees]]<br/> | + | original author : [[User:MasterSleepy|Michel Van hees]]<br /> |
− | === Description === | + | ===Description=== |
This contribution for SME Server adds the abilities to see connected computers to your network shares | This contribution for SME Server adds the abilities to see connected computers to your network shares | ||
− | === Installation === | + | ===Installation=== |
− | = | + | <tabs container> |
− | + | <tab name="For sme10"> | |
− | + | yum --enablerepo=smecontribs install smeserver-smbstatus | |
− | |||
− | |||
+ | Go to the Server Manager and see how many hosts are connected. | ||
+ | </tab> | ||
+ | <tab name="For 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= | + | 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 | ||
Go to the Server Manager and see how many hosts are connected. | Go to the Server Manager and see how many hosts are connected. | ||
+ | </tab> | ||
+ | <tab name="For 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. | Then run the following commands to install the Smbstatus contrib on your SME Server. | ||
− | yum --enablerepo= | + | yum --enablerepo=stephdl 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 | ||
Go to the Server Manager and see how many hosts are connected. | Go to the Server Manager and see how many hosts are connected. | ||
+ | </tab> | ||
+ | </tabs> | ||
− | === Uninstall === | + | ===Uninstall=== |
yum remove smeserver-smbstatus | yum remove smeserver-smbstatus | ||
signal-event post-upgrade; signal-event reboot | signal-event post-upgrade; signal-event reboot | ||
− | === Bugs === | + | ===Bugs=== |
Please raise bugs under the SME-Contribs section in {{BugzillaFileBug|product=|component=|title=bugzilla}}and select the smeserver-smbstatus component or use {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-smbstatus|title=this link}}. | Please raise bugs under the SME-Contribs section in {{BugzillaFileBug|product=|component=|title=bugzilla}}and select the smeserver-smbstatus component or use {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-smbstatus|title=this link}}. | ||
{{#bugzilla:columns=id,product,version,status,summary |sort=id|order=desc |component=smeserver-smbstatus|noresultsmessage="No open bugs found."}} | {{#bugzilla:columns=id,product,version,status,summary |sort=id|order=desc |component=smeserver-smbstatus|noresultsmessage="No open bugs found."}} | ||
+ | |||
+ | ===Changelog=== | ||
+ | Only released version in smecontrib are listed here. | ||
+ | |||
+ | {{#smechangelog: smeserver-smbstatus}} | ||
+ | |||
[[Category: Contrib]] | [[Category: Contrib]] |
Latest revision as of 22:28, 15 June 2021
Dhcpmanager for SME Server
Maintainer
[1]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
yum --enablerepo=smecontribs install smeserver-smbstatus
Go to the Server Manager and see how many hosts are connected.
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.
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
Please raise bugs under the SME-Contribs section in bugzilla and select the smeserver-smbstatus component or use this link .
Changelog
Only released version in smecontrib are listed here.
- Add Update event to createlinks [SME: 11037]
2021/03/28 BogusDateBot
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
2020/10/14 BogusDateBot
- Eliminated rpmbuild "bogus date" warnings due to inconsistent weekday,
by assuming the date is correct and changing the weekday.Mon Mar 21 2006 --> Mon Mar 20 2006 or Tue Mar 21 2006 or Mon Mar 27 2006 or ....
2020/10/13 Brian Read 1.2-2.sme
- Initial import into SME10 tree [SME: 11037
- Initial release to contribs9