ltcp/bericht/bericht.tex

80 lines
2.6 KiB
TeX
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

\documentclass[german,plainarticle,utf8]{zihpub}
\usepackage{multirow}
\usepackage{hyperref}
\author{Patrick Schöps, Jörg Thalheim, Alfred Krohmer}
\title{LCTP Praktikum Wintersemester 2013 / 2014}
\begin{document}
\section{Hardwareaufbau}
\begin{itemize}
\item 1. Gehäuse: 2 ZOTAC-Boards (Beschriftung 7071bc5cc26d) \\
\includegraphics[width=10cm]{bilder/hw-2zotac.jpg}
\item 2. Gehäuse: 1 \href{http://ark.intel.com/products/42491/intel-Desktop-Board-D945GCLF2}{Intel-330er-Board}, 1 ZOTAC-Board (Beschriftung 7071bc5cc410) \\
\includegraphics[width=10cm]{bilder/hw-1zotac.jpg}
\item jedes Board mit jeweils:
\begin{itemize}
\item 2 GiB DDR2-RAM
\item 250 GiB Festplatte
\item im Gehäuse bereits vorhandenes Netzteil
\end{itemize}
\item keine COM-Ports, da keine Pins auf Intel-Board und inkompatible (keine Pin-Aussparung) mit dem ZOTAC-Board
\item Teile der Kabelstränge (unbenötigte Kabel, Schlaufe des ATX-Strangs) unter der Festplattenhalterung verstaut
\item Anordnung im Rack; Stromversorung und Vernetzung: \\
\includegraphics[width=10cm]{bilder/hw-case.jpg}
\item 4 Einschübe (von 2 Gruppen) an 2 Stromverteilern (in Reihe) angesteckt
\item kurze Patch-Kabel ausreichend lang
\item Switch: \href{http://www.dlink.com/de/de/support/product/dgs-1216t-smart-copper-gigabit-switch}{D-Link DGS-1216T}
\end{itemize}
\pagebreak
\section{Cluster-Layout}
{\bf Head-Nodes:} \\
\begin{tabular}{l|c}
Hostnames & \tt zeus \\
\hline
Interne IP & \tt 10.20.0.1 \\
Externe IP & \tt ? \\
\hline
Partitionierung &
\multicolumn{1}{l}{\begin{tabular}{l r l}
\tt / & 50 GiB & Wurzelverzeichnis \\
\tt /boot & 1 GiB & Boot-Dateien (Kernel, {\tt initrd}, grub, etc.) \\
\tt /home & 40 GiB & Benutzer-Verzeichnisse \\
\tt /cluster & 150 GiB & Cluster-Daten \\
\tt swap & 2 GiB & Auslagerungsspeicher \\
\end{tabular}} \\
\hline
NFS-Freigaben &
\multicolumn{1}{l}{\begin{tabular}{lr}
\tt /home & \multirow{2}{*}{Freigabe für das {\tt 10.20.0.0/24}-Netz} \\
\tt /cluster \\
\end{tabular}} \\
\end{tabular} \\\\
{\bf Compute-Nodes:} \\
\begin{tabular}{l|c|c|c|c}
Hostnames & \tt ares & \tt chronos & \tt eris & \tt hades \\
\hline
Interne IPs & \tt 10.20.0.101 & \tt 10.20.0.102 & \tt 10.20.0.103 & \tt 10.20.0.104 \\
Externe IPs & \tt ? & \tt ? & \tt ? & \tt ? \\
\hline
Partitionierung & \multicolumn{4}{l}{
\begin{tabular}{l r l}
\tt / & 50 GiB & Wurzelverzeichnis \\
\tt /boot & 1 GiB & Boot-Dateien (Kernel, {\tt initrd}, grub, etc.) \\
\tt swap & 2 GiB & Auslagerungsspeicher \\
\tt ? & 100 GiB & Reserviert
\end{tabular}
}
\end{tabular}
\end{document}