Mercurial > hg > Papers > 2024 > kiyama-master
diff Paper/chapter/ie-system.tex @ 3:d352b0f22ea8
update
author | kiyama <e185758@ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 21 Jan 2024 16:34:31 +0900 |
parents | 564982476950 |
children | 2728567f0768 |
line wrap: on
line diff
--- a/Paper/chapter/ie-system.tex Fri Jan 19 13:19:14 2024 +0900 +++ b/Paper/chapter/ie-system.tex Sun Jan 21 16:34:31 2024 +0900 @@ -1,6 +1,38 @@ \chapter{現行のシステム} \section{オンプレミス環境} +物理サーバーは2Uサーバーを6台導入している. +このうち4台の2Uサーバーは仮想環境を提供するKVMやGPUリソースを使用できるsinglarityなどを提供している. +2台の2Uサーバーはディスクサーバーとして稼働しており,分散ファイルストレージのcephで管理されている. + +\begin{table}[htb] + \begin{center} + \caption{物理サーバースペック} + \begin{tabular}{|c|c|} \hline + CPU & Intel Xeon Gold 6238 (2.10GHz/22Core) \\ \hline + GPU & Nvidia Tesla V100S \\ \hline + RAM & 512GB \\ \hline + NVMe SSD & 1.5TB \\ \hline + SAS SSD & 5TB \\ \hline + \end{tabular} + \label{tb:2U-server} + \end{center} +\end{table} + +\begin{table}[htb] + \begin{center} + \caption{ディスクサーバースペック} + \begin{tabular}{|c|c|} \hline + CPU & Intel Xeon Silver 4208 \\ \hline + RAM & 32GB \\ \hline + SAS HDD & 300GB/15000rpm x 2 \\ \hline + NLSAS HDD & 4TB/7200rpm x 12 \\ \hline + \end{tabular} + \label{tb:disk-server} + \end{center} +\end{table} + + \section{仮想環境}