tabularx und Bilder in figure-Umgebung
This commit is contained in:
parent
de2fe3dbf7
commit
e3d69286d7
@ -2,6 +2,7 @@
|
||||
|
||||
\usepackage{multirow}
|
||||
\usepackage{hyperref}
|
||||
\usepackage{tabularx}
|
||||
|
||||
% schönere Hyperlinkfarben
|
||||
\definecolor{darkred}{rgb}{0.5, 0, 0}
|
||||
@ -23,70 +24,76 @@
|
||||
|
||||
\section{Hardwareaufbau}
|
||||
|
||||
\begin{itemize}
|
||||
\item 1. Gehäuse: 2 ZOTAC-Boards (Beschriftung 7071bc5cc26d) \\
|
||||
\includegraphics[width=10cm]{bilder/hw-2zotac.jpg}
|
||||
\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}
|
||||
|
||||
\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
|
||||
\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 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}
|
||||
|
||||
\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{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} \\\\
|
||||
|
||||
\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{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}
|
||||
\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{tabular}
|
||||
\end{tabularx}
|
||||
|
||||
\end{document}
|
||||
|
Loading…
Reference in New Issue
Block a user