This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
lbaops:vsib_installation [2017/06/13 11:57] chrisphillips [Install basic Debian system] |
lbaops:vsib_installation [2021/01/04 14:47] (current) chrisphillips [DAS GUI] |
||
---|---|---|---|
Line 8: | Line 8: | ||
< | < | ||
| | ||
- | | + | |
| | ||
</ | </ | ||
Line 17: | Line 17: | ||
**SQUEEZE & WHEEZEY** | **SQUEEZE & WHEEZEY** | ||
< | < | ||
+ | |||
+ | Can duplicate packages from an existing machine: | ||
+ | |||
+ | On original | ||
+ | < | ||
+ | apt-clone clone lbadr | ||
+ | </ | ||
+ | On new machine | ||
+ | < | ||
+ | apt-clone restore lbadr.apt-clone.tar.gz | ||
+ | </ | ||
* Copy bigphysarea kernel deb package (see below) | * Copy bigphysarea kernel deb package (see below) | ||
- | < | + | < |
**SQUEEZE & WHEEZEY** | **SQUEEZE & WHEEZEY** | ||
- | * Edit ''/ | + | * Edit ''/ |
< | < | ||
Line 111: | Line 122: | ||
Need support for Intel I219LM LAN controller | Need support for Intel I219LM LAN controller | ||
- | * Download e1000e-3.3.5.3.tar.gz from https:// | + | * Download e1000e-3.3.5.3.tar.gz from https:// |
< | < | ||
Line 154: | Line 165: | ||
</ | </ | ||
+ | |||
+ | ===== DAS GUI ===== | ||
+ | |||
+ | * 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 / |