Diskussion:Server/nox

Aus C3D2
Zur Navigation springen Zur Suche springen

Erinnerungen

  • smartd bzw. ix-smartd scheint bei FreeNAS 9.10 nicht zu laufen

Das liegt wohl an dem sinnlosen RAID.

smartctl --smart=on /dev/pass0
smartctl --smart=on /dev/pass1
smartctl --smart=on /dev/pass2
smartctl --smart=on /dev/pass3

mögliche Komponenten

Schienen

RAID LSI M5015

FreeBSD
man:mfi
echo mfi_load="YES" >> /boot/loader.conf
freshports:sysutils/mfid
pkg install -y mfid


Handware

Bei der Karte soll es sich praktisch um eine LSI9260-8i with BBU handeln.[1] handeln.

Installieren von TrueOS Server

Hostname
nox.trueos.de
ZFS
  • raidz2
    mit der Installation von TrueOS
    • (linken) 4 (146 GB)
    • pool name: zroot1
  • raidz2
    zpool create raidz2 /dev/mfid4 /dev/mfid5 /dev/mfid6 /dev/mfid7
    • (rechten) 4 (146 GB)
    • pool name: zroot2
Netzwerk
  • bce0
    • static
    • 141.56.50.122
  • lagg0
    • failover
    • bce1
      • DHCP
zsh
sh -c "$(curl -fsSL https://raw.githubusercontent.com/robbyrussell/oh-my-zsh/master/tools/install.sh)"

Einzelnachweise

bhyving

mit iohyve
und Spuren von sysadm

Notizen:

  • nach dem Installieren vom Gast destroy anwenden, um der Instanz die Ressourcen während der Installation wegzunehmen
    Ansonsten funktioniert das nachfolgende Starten der Instanz nicht.