This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
lbaops:vsib_installation [2018/09/20 22:28] chrisphillips [DAS GUI] |
lbaops:vsib_installation [2021/01/04 14:47] (current) chrisphillips [DAS GUI] |
||
---|---|---|---|
Line 8: | Line 8: | ||
< | < | ||
| | ||
- | | + | |
| | ||
</ | </ | ||
Line 168: | Line 168: | ||
===== DAS GUI ===== | ===== DAS GUI ===== | ||
- | Install '' | + | * Install '' |
+ | * '' | ||
+ | * '' | ||
+ | * Copy from backup '' | ||
+ | * Add " | ||
+ | |||
+ | ===== Create partitions for RAID ===== | ||
+ | |||
+ | 32 bit kernel can only handle 16 TB partitions.... | ||
+ | |||
+ | The following command to create 2 partitions: | ||
+ | |||
+ | | ||
+ | mdadm --create /dev/md3 --level=5 --raid-devices=8 / | ||
+ | mdadm --create /dev/md4 --level=5 --raid-devices=8 / |