ltcp/bericht/bericht.tex

100 lines
3.2 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}
\usepackage{tabularx}
% schönere Hyperlinkfarben
\definecolor{darkred}{rgb}{0.5, 0, 0}
\definecolor{darkgreen}{rgb}{0, 0.5, 0}
\definecolor{darkblue}{rgb}{0, 0, 0.5}
\hypersetup{
colorlinks,
linkcolor=darkblue,
filecolor=darkgreen,
urlcolor=darkred,
citecolor=darkblue
}
\author{Patrick Schöps, Jörg Thalheim, Alfred Krohmer}
\title{LCTP Praktikum Wintersemester 2013 / 2014}
\begin{document}
\section{Hardwareaufbau}
\begin{figure}
\centering
\includegraphics[width=10cm]{bilder/hw-2zotac.jpg}
\caption{ 1. Gehäuse: 2 ZOTAC-Boards } % (Beschriftung 7071bc5cc26d)
\includegraphics[width=10cm]{bilder/hw-1zotac.jpg}
\caption{2. Gehäuse: 1 \href{http://ark.intel.com/products/42491/intel-Desktop-Board-D945GCLF2}{Intel-330er-Board},
1 ZOTAC-Board} % (Beschriftung 7071bc5cc410)
\end{figure}
\begin{itemize}
\item jedes Board mit jeweils: \footnote{330er Board und 1. Computenode}
\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 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}
\begin{figure}
\includegraphics[width=10cm]{bilder/hw-case.jpg}
\caption{Anordnung im Rack; Stromversorung und Vernetzung:}
\end{figure}
\pagebreak
\section{Cluster-Layout}
{\bf Head-Nodes:} \\
\begin{tabularx}{\textwidth}{l|X}
Hostnames & \tt zeus \\
\hline
Interne IP & \tt 10.20.0.1/24 \\
Externe IP & \tt 142.76.90.104 \\
\hline
Partitionierung &
\multicolumn{1}{l}{\begin{tabularx}{\textwidth}{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{tabularx}} \\
\hline
NFS-Freigaben &
\multicolumn{1}{l}{\begin{tabularx}{\textwidth}{lr}
\tt /home & \multirow{2}{*}{Freigabe für das {\tt 10.20.0.0/24}-Netz} \\
\tt /cluster \\
\end{tabularx}} \\
\end{tabularx} \\\\
{\bf Compute-Nodes:} \\
\begin{tabularx}{45em}{l|X|X|X|X}
Hostnames & \tt ares\footnote{330er Board und 1. Computenode} & \tt chronos & \tt eris & \tt hades \\
\hline
Interne IPs & \tt \small 10.20.0.101/24 & \tt \small 10.20.0.102/24 & \tt \small 10.20.0.103/24 & \tt \small 10.20.0.104/24 \\
\hline
Partitionierung & \multicolumn{4}{l}{
\begin{tabularx}{\textwidth}{l|r|l}
\tt / & 140 GiB & Wurzelverzeichnis \\
\tt /boot & 1 GiB & Boot-Dateien (Kernel, {\tt initrd}, grub, etc.) \\
\tt swap & 2 GiB & Auslagerungsspeicher \\
\tt ? & 100 GiB & Reserviert
\end{tabularx}
}
\end{tabularx}
\end{document}