c3d2-wiki/Server%2Flostbert.mw

62 lines
1.6 KiB
Plaintext
Raw Normal View History

[[Kategorie:Infrastruktur]]
== Hardware Info ==
* CPU: [http://ark.intel.com/de/products/27205/Intel-Xeon-Processor-3060-4M-Cache-2_40-GHz-1066-MHz-FSB] @ 2.40GHZ
* RAM: 4x1GB
* Board:
* HDD: 250GB
* HDD: 80GB
== Software Info ==
* System: Debian jessie/sid
* Virtualisierung: bisher ohne
* Kernel: Linux lostbert 3.13-1-amd64 #1 SMP Debian 3.13.7-1 (2014-03-25) x86_64 GNU/Linux
== Verwendungszweck ==
Spielwiese für BTRFS
* Da der Server primär nur am Wochenende verwendet werden soll, kann er bei Bedarf mit Wake on LAN hochgefahren werden
== Partitionierungsschema ==
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
2014-04-02 16:18:10 +02:00
** sda 8:0 0 232.9G 0 disk
*** |-sda1 8:1 0 4.7G 0 part
*** | `-md0 9:0 0 4.7G 0 raid1 /boot
*** |-sda2 8:2 0 3.7G 0 part [SWAP]
*** |-sda3 8:3 0 65.2G 0 part
*** `-sda4 8:4 0 158.3G 0 part
** sdb 8:16 0 74.5G 0 disk
*** |-sdb1 8:17 0 4.7G 0 part
*** | `-md0 9:0 0 4.7G 0 raid1 /boot
*** |-sdb2 8:18 0 3.7G 0 part [SWAP]
*** `-sdb3 8:19 0 65.2G 0 part
- 5 GB /boot mit SoftRAID1
- 4 GB SWAP
- 70 GB BTRFS / balance RAID1
- 160 GB /c3d2 single storage
== INFO ==
Bei Lust und Laune können wir an gelegentlichen Wochenenden BTRFS Sessions abhalten
== WoL mit Linux ==
etherwake installieren
<pre>
sudo apt-get install etherwake
</pre>
ehterwake ausführen zum Kiste starten
<pre>
sudo etherwake `dig TXT +short lostbert.hq.c3d2.de | sed 's/"//g'`
</pre>
== WoL mit FreeBSD ==
<pre>
wake <INTERFACE> `(drill TXT lostbert.hq.c3d2.de | grep "lostbert.hq.c3d2.de." | tail -n1 | awk '{print $5}' | sed 's/"//g')`
</pre>
That's FreeBSD :D