Line 12: |
Line 12: |
| | | |
| === Installation === | | === Installation === |
− | ====SME8==== | + | <tabs container> |
− | 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).
| + | <tab name="For sme10"> |
| | | |
− | You can check the repo status as follows
| + | yum --enablerepo=smecontribs install ssmeserver-smbstatus |
− | db yum_repositories show stephdl | |
− | If you receive no output then the repo is not configured on your SME server.
| |
| | | |
| + | 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=stephdl install smeserver-smbstatus | + | 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. |
| | | |
− | ====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=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 === |