Line 39: |
Line 39: |
| ===Installation=== | | ===Installation=== |
| <tabs container><tab name="For SME 11"> | | <tabs container><tab name="For SME 11"> |
− | dnf --enablerepo=smetest update smeserver-base | + | dnf --enablerepo=smetest update smeserver-base # remove after released |
| | | |
− | Before continuing make sure you have at least smeserver-base-11.0.0-15.el8.sme (UPDATE!!). | + | Before continuing make sure you have at least smeserver-base-11.0.0-XX.el8.sme (remove after release) |
| | | |
| /sbin/e-smith/db yum_repositories set fasttrack-updates repository \ | | /sbin/e-smith/db yum_repositories set fasttrack-updates repository \ |
Line 83: |
Line 83: |
| | | |
| A free static IP address needs to be chosen from the same range as SME's local network that is outside the DHCP pool. | | A free static IP address needs to be chosen from the same range as SME's local network that is outside the DHCP pool. |
− | /sbin/e-smith/db configuration setprop samba SambaIP a.b.c.d | + | config setprop samba SambaIP a.b.c.d |
| signal-event console-save | | signal-event console-save |
| Confirm that the samba virtual interface is working | | Confirm that the samba virtual interface is working |
| + | ip a | grep a.b.c.d |
| + | or check |
| ifconfig | | ifconfig |
| It can be disabled anytime ONLY if domain is not operational. | | It can be disabled anytime ONLY if domain is not operational. |
− | /sbin/e-smith/db configuration delprop samba SambaIP | + | config delprop samba SambaIP |
| signal-event console-save | | signal-event console-save |
| WARNING: changing this IP address after the domain is provisioned can cause problems and is not supported. | | WARNING: changing this IP address after the domain is provisioned can cause problems and is not supported. |
Line 97: |
Line 99: |
| | | |
| WARNING: make sure to keep a copy of this password and do not modify this key after the domain is provisioned. | | WARNING: make sure to keep a copy of this password and do not modify this key after the domain is provisioned. |
− | /sbin/e-smith/db configuration setprop samba Password Blu3Onyx! | + | config setprop samba Password Blu3Onyx! |
| Provisioning will also reserve the administrator user in SME for domain administrator, make sure it is not already used. | | Provisioning will also reserve the administrator user in SME for domain administrator, make sure it is not already used. |
| ===Provisioning=== | | ===Provisioning=== |
Line 144: |
Line 146: |
| | | |
| ===Uninstall=== | | ===Uninstall=== |
| + | stop SME syncing user accounts |
| + | config setprop samba status disabled #also done from rpm? |
| + | systemctl stop samba |
| + | remove custom repository |
| /sbin/e-smith/db yum_repositories delete fasttrack-updates | | /sbin/e-smith/db yum_repositories delete fasttrack-updates |
| signal-event dnf-modify | | signal-event dnf-modify |
− | | + | remove contrib |
| dnf remove {{#var:smecontribname}} | | dnf remove {{#var:smecontribname}} |
− | | + | return to upstream samba packages |
| + | dnf clean all; dnf update |
| + | disable DNS forwarding |
| /sbin/e-smith/db domains delete sme-server.internal #in this example | | /sbin/e-smith/db domains delete sme-server.internal #in this example |
| signal-event domain-modify | | signal-event domain-modify |
| + | disable samba virtual interface |
| + | config delprop samba SambaIP |
| + | signal-event console-save |
| ===Bugs=== | | ===Bugs=== |
| Please raise bugs under the SME-Contribs section in {{BugzillaFileBug|product=|component=|title= bugzilla}} | | Please raise bugs under the SME-Contribs section in {{BugzillaFileBug|product=|component=|title= bugzilla}} |