Line 16: |
Line 16: |
| | | |
| ==== New hardware ==== | | ==== New hardware ==== |
− | Install SME Server from the latest Cdrom/Iso. Assign an unused IP address (<code>newIP</code>) and disable DHCP.<br> | + | Install SME Server from the latest CDROM/ISO. Assign an unused IP address (<code>newIP</code>) and disable DHCP.<br> |
− | Enable remote ssh access in the server-manager of <code>newIP</code>.<br> | + | Enable remote ssh access in the server-manager on the newIP box. |
| | | |
| '''''Note:''' From now on all further steps can be done remotely via ssh login.''<br> | | '''''Note:''' From now on all further steps can be done remotely via ssh login.''<br> |
| | | |
| Log into the <code>newIP</code> box and run an update<br> | | Log into the <code>newIP</code> box and run an update<br> |
− | <code>
| + | |
− | # yum update | + | yum update |
− | </code>
| + | |
| Signalling post-upgrade and reboot events is required.<br> | | Signalling post-upgrade and reboot events is required.<br> |
| | | |
− | Download the '''''smeserver-affa''''' and '''''perl-Filesys-DiskFree''''' packages from [http://mirror.contribs.org/smeserver/contribs/michaelw/sme7/affa/ one of the SME Server contrib mirrors].<br>
| |
| | | |
− | Install both packges<br> | + | Install the Affa RPM |
− | <code>
| + | /usr/bin/yum install --enablerepo=smecontribs smeserver-affa |
− | # yum localinstall smeserver-affa*rpm perl-Filesys-DiskFree*rpm | |
− | </code>
| |
− | Signalling post-upgrade and reboot events is '''not''' required.<br>
| |
| | | |
| Configure Affa<br> | | Configure Affa<br> |
− | <code>
| + | db affa set prodserv job |
− | # db affa set prodserv job | + | db affa setprop prodserv remoteHostName prodIP |
− | # db affa setprop prodserv remoteHostName prodIP | + | db affa setprop prodserv RPMCheck yes |
− | # db affa setprop prodserv RPMCheck yes | + | |
− | </code>
| |
| Generate DSA keys and send the public key to the <code>prodIP</code> server<br> | | Generate DSA keys and send the public key to the <code>prodIP</code> server<br> |
− | <code>
| + | |
− | # affa --send-key prodserv | + | affa --send-key prodserv |
− | </code>
| |
| | | |
| === Copying data === | | === Copying data === |