Line 97: |
Line 97: |
| [[File:pic12.gif|293px|frameless|none|Picture 12]] | | [[File:pic12.gif|293px|frameless|none|Picture 12]] |
| The size of the partition (250MB) will be the same whatever size SSD you will be using. | | The size of the partition (250MB) will be the same whatever size SSD you will be using. |
| + | |
| | | |
| Under sda select the Free space and click create. | | Under sda select the Free space and click create. |
Line 104: |
Line 105: |
| The size of the partition will be 90% of the SSD size - 250MB. | | The size of the partition will be 90% of the SSD size - 250MB. |
| So this size will depend on the size SSD you are using and using 10% Over Provisioning. | | So this size will depend on the size SSD you are using and using 10% Over Provisioning. |
| + | |
| | | |
| Now we will do the same for the disk sdb. | | Now we will do the same for the disk sdb. |
Line 111: |
Line 113: |
| [[File:pic14.gif|295px|frameless|none|Picture 14]] | | [[File:pic14.gif|295px|frameless|none|Picture 14]] |
| The size of the partition (250MB) will be the same whatever size SSD you will be using. | | The size of the partition (250MB) will be the same whatever size SSD you will be using. |
| + | |
| | | |
| Under sda select the Free space and click create. | | Under sda select the Free space and click create. |
Line 118: |
Line 121: |
| The size of the partition will be 90% of the SSD size - 250MB. | | The size of the partition will be 90% of the SSD size - 250MB. |
| So this size will depend on the size SSD you are using and using 10% Over Provisioning. | | So this size will depend on the size SSD you are using and using 10% Over Provisioning. |
| + | |
| | | |
| Select Hard Drives and select create. | | Select Hard Drives and select create. |
Line 124: |
Line 128: |
| [[File:pic16.gif|239px|frameless|none|Picture 16]] | | [[File:pic16.gif|239px|frameless|none|Picture 16]] |
| Make sure you select both system partitions sda1 and sdb1 witch both are 250MB. | | Make sure you select both system partitions sda1 and sdb1 witch both are 250MB. |
| + | |
| | | |
| Select Hard Drives and select create. | | Select Hard Drives and select create. |
Line 130: |
Line 135: |
| [[File:pic17.gif|240px|frameless|none|Picture 17]] | | [[File:pic17.gif|240px|frameless|none|Picture 17]] |
| Make sure you select both system partitions sda2 and sdb2. | | Make sure you select both system partitions sda2 and sdb2. |
− |
| + | |
| + | |
| Under RAID Devices select md1 and click create. | | Under RAID Devices select md1 and click create. |
| Select LVM Volume Group and click create. | | Select LVM Volume Group and click create. |
Line 136: |
Line 142: |
| [[File:pic18.gif|323px|frameless|none|Picture 18]] | | [[File:pic18.gif|323px|frameless|none|Picture 18]] |
| Set the swap size the same as the default setting that was presented to you earlier. | | Set the swap size the same as the default setting that was presented to you earlier. |
| + | |
| | | |
| Select Add again and set all options like shown in the folowing screen and select OK: | | Select Add again and set all options like shown in the folowing screen and select OK: |
| [[File:pic19.gif|323px|frameless|none|Picture 19]] | | [[File:pic19.gif|323px|frameless|none|Picture 19]] |
| Set the size the same as the maximum size shown in the same window. | | Set the size the same as the maximum size shown in the same window. |
− |
| + | |
| + | |
| Select OK again in this window to start the installation. | | Select OK again in this window to start the installation. |
| [[File:pic20.gif|323px|frameless|none|Picture 20]] | | [[File:pic20.gif|323px|frameless|none|Picture 20]] |
Line 149: |
Line 157: |
| [[File:pic21.gif|592px|frameless|none|Picture 21]] | | [[File:pic21.gif|592px|frameless|none|Picture 21]] |
| Click next. | | Click next. |
− |
| + | |
| + | |
| Select Write changes to disk. | | Select Write changes to disk. |
| [[File:pic22.gif|235px|frameless|none|Picture 22]] | | [[File:pic22.gif|235px|frameless|none|Picture 22]] |
Line 157: |
Line 166: |
| [[File:pic23.gif|593px|frameless|none|Picture 23]] | | [[File:pic23.gif|593px|frameless|none|Picture 23]] |
| Click next. | | Click next. |
| + | |
| | | |
| The packages will now be installed. | | The packages will now be installed. |
Line 166: |
Line 176: |
| Click Reboot. | | Click Reboot. |
| After reboot, finish your SME configuration as you are used to, set an admin password, IP-settings and so on… | | After reboot, finish your SME configuration as you are used to, set an admin password, IP-settings and so on… |
− |
| + | |
| + | |
| Login to your server with user root and use the command cat /proc/mdstat to check if your RAID1 set is synchronising: | | Login to your server with user root and use the command cat /proc/mdstat to check if your RAID1 set is synchronising: |
| [[File:pic26.gif|591px|frameless|none|Picture 26]] | | [[File:pic26.gif|591px|frameless|none|Picture 26]] |
Line 173: |
Line 184: |
| After the synchronisation finished the command cat /proc/mdstat output should look something like this: | | After the synchronisation finished the command cat /proc/mdstat output should look something like this: |
| [[File:pic27.gif|340px|frameless|none|Picture 27]] | | [[File:pic27.gif|340px|frameless|none|Picture 27]] |
| + | |
| | | |
| '''Tip:''' | | '''Tip:''' |
| Do not use the admin account to add an SSD disk to a RAID1 set that is custum partitioned to use less than 100% of the disk space from the menu (Option 5. Manage disk redundancy) because the script behind this option will not check how the disk that needs to be cloned is partitioned. | | Do not use the admin account to add an SSD disk to a RAID1 set that is custum partitioned to use less than 100% of the disk space from the menu (Option 5. Manage disk redundancy) because the script behind this option will not check how the disk that needs to be cloned is partitioned. |
| The script will add the disk but will partition it using 100% of the disk space even when the first SSD disk in the RAID1 set is partitioned using less than 100% of the disk space. | | The script will add the disk but will partition it using 100% of the disk space even when the first SSD disk in the RAID1 set is partitioned using less than 100% of the disk space. |