Mercurial > hg > Papers > 2024 > kiyama-master
changeset 2:95c0b3ae2890
update
author | kiyama <e185758@ie.u-ryukyu.ac.jp> |
---|---|
date | Fri, 19 Jan 2024 13:19:14 +0900 |
parents | 564982476950 |
children | d352b0f22ea8 |
files | Paper/chapter/introduction.tex Paper/chapter/technology_overview.tex Paper/fig/install.jpg Paper/fig/mattermost.png Paper/fig/scrapbox.png Paper/master_paper.aux Paper/master_paper.fdb_latexmk Paper/master_paper.lof Paper/master_paper.log Paper/master_paper.pdf Paper/master_paper.synctex.gz Paper/master_paper.toc |
diffstat | 12 files changed, 352 insertions(+), 217 deletions(-) [+] |
line wrap: on
line diff
--- a/Paper/chapter/introduction.tex Fri Jan 12 18:13:17 2024 +0900 +++ b/Paper/chapter/introduction.tex Fri Jan 19 13:19:14 2024 +0900 @@ -8,17 +8,17 @@ \section{システム管理チームの構成と活動} システム管理チームは2024年1月時点で指導教員2名,技術職員1名,学生3名の6名から構成されている. -本チームの主な活動を下記に示す. +本チームの主な活動を下記に示す.\\ -\begin{quote} - \begin{itemize} - \item 週一回のオンラインミーティング - \item 教育研究用情報システムの運用,保守 - \item システム利用者からの問い合わせ対応 - \item インシデント対応 - \item インストール大会の主催 - \end{itemize} -\end{quote} +% \begin{quote} +% \begin{itemize} +% \item 週一回のオンラインミーティング +% \item 教育研究用情報システムの運用,保守 +% \item システム利用者からの問い合わせ対応 +% \item インシデント対応 +% \item インストール大会の主催 +% \end{itemize} +% \end{quote} {\bf 週一回のオンラインミーティング} \\ @@ -37,14 +37,51 @@ {\bf インストール大会の主催}\\ 新入学生に向けたパソコンのセットアップや授業で使用するツールの構築,学科システムが提供するサービスを利用する為のサポートを行っている. 基本的に本コース生が使用するパソコンは琉球大学生活共同組合が指定するものであり,生協からパソコンを注文する.パソコンの受け取りは履修登録開始前に工学部一号館で行われる.そこでアカウントの作成や学科システムが提供するシステムの登録などを行う. -その中で,システム管理チームは毎年先生の要望から資料の更新や新しいチップに対応したインストール手順の作成と当日の説明を行っている. +その中で,システム管理チームは毎年先生の要望から資料の更新や新しいチップに対応したインストール手順の作成と当日の説明を行っている.(\ref{fig:install}) +\begin{figure}[htpb] + \begin{center} + \scalebox{0.07}{\includegraphics{fig/install.jpg}} + \caption[monitoring]{インストール大会の様子.} + \label{fig:install} + \end{center} +\end{figure} + +\newpage \section{システム管理チームの情報共有} {\bf オンラインミーティング}\\ +システム管理チームは週に一回オンラインミーティングを行っており,2020年のコロナ禍以降からオフラインからzoomを使用して実施されている. +ここでは一週間の作業内容の共有や今後の方針ついての決定,緊急な依頼の対応を行っている. +\\ + +{\bf ScrapBox}\\ +システム管理チームではプロジェクト,ドキュメントの管理に情報共有サービスであるScrapBoxを使用している.プロジェクト管理ではハッシュタグやアイコン記法を使用しタスクの優先度,進捗率,作業者を管理しており,作業者はそのタスクでやることの要約と実際の作業手順を記載する. +また,ドキュメント管理では学科で管理しているシステムの情報や定期的に行う作業についての手順がまとめられている. +\ref{fig:scrapbox}にScrapBoxの画像を示す. + +\begin{figure}[htpb] + \begin{center} + \scalebox{0.3}{\includegraphics{fig/scrapbox.png}} + \caption[monitoring]{システム管理チームで利用しているscrapbox.} + \label{fig:scrapbox} + \end{center} +\end{figure} + + +{\bf Mattermost}\\ +Mattermostはオープンソースのチャットツールである.システム管理チームだけでなく,知能情報コースに通う教員や学生にも幅広く利用されている.このツールは,授業連絡,イベント告知,就職活動に関する情報共有,そして個人間の会話など様々な用途で活用されている.特に,システム管理チームにおいては,ミーティング外での情報共有や質問,さらにはシステム利用者からの依頼に対応するために使用している. + +\begin{figure}[htpb] + \begin{center} + \scalebox{0.3}{\includegraphics{fig/mattermost.png}} + \caption[monitoring]{システム管理チームで利用しているMattermost.} + \label{fig:mattermost} + \end{center} +\end{figure} \section{研究目的} - +本コースで利用しているシステムは2020年度の10月に構築された.2022年3月までシステム管理チーム \section{論文の構成}
--- a/Paper/chapter/technology_overview.tex Fri Jan 12 18:13:17 2024 +0900 +++ b/Paper/chapter/technology_overview.tex Fri Jan 19 13:19:14 2024 +0900 @@ -2,12 +2,18 @@ 本章では,本研究で使われる技術及び本コースで利用しているサービスについての概要を説明する. \section{仮想化} +仮想化とは,ハードウェアの機能をソフトウェアによって実現する仕組みである.この技術の種類には,仮想マシンや仮想ネットワークなどが存在するが,ここでは主に仮想マシンについて述べる.仮想マシンは作業を行うホストマシン上に作成され,物理コンピュータの機能(メモリ,ネットワーク,インターフェイス,ストレージなど)をソフトウェア上で統合し再現する.これにより,一台の物理マシン上で複数の異なる環境やシステムを同時に稼働させることが可能となる. +また,仮想化には種類があり現在学科システムで提供している仮想化にはハイパーバイザ型とコンテナ型が存在する. \section{ハイパーバイザ型} +ハイパーバイザ型は,マシンの仮想化を実現する技術の一つである.ハイパーバイザには種類があり,ハードウェア上で直接稼働するネイティブハイパーバイザ(またはベアメタルハイパーバイザ)とOS上で実行されるホストハイパーバイザ型が存在する.ネイティブハイパーバイザではOSより上位の制御プログラムを使用するため,ハードウェアを直接制御することができ,ホスト型ハイパーバイザと比べ効率よくリソースを使用できる. 一方で, ホスト型ハイパーバイザはOS上に仮想化ソフトウェアをインストールし、仮想マシンを稼働させる方法である. この場合, OSを経由してハードウェアを制御するため余分な負荷がかかりリソースを消費する. + +\section{KVM} +KVM は (Kernel-based Virtual Machine) の略で linuxカーネル上で動作するオープンソースの仮想化技術であり, カーネルをハイパーバイザとして機能させる. + \section{コンテナ型} - -\section{KVM} +仮想化技術の一つであり, 他の仮装技術との相違点はカーネルはホスト OS と共用で利用する点である. これにより他の仮想技術よりリソースが節約でき, 仮想環境の構築, 削除が高速でできる. \section{Podman} @@ -18,6 +24,8 @@ \section{Gitlab} \section{mattermost} +オープンソースのセルフホスティング式のチャットサービスである. +類似プロダクトに Slack があり, 差別点としてはサーバーから自身で構築するためチャットに保存期間の上限が無い. また, 組織や企業などの開発者向けに作成されており、様々なツールとの結合が可能できる. \section{scrapbox}
--- a/Paper/master_paper.aux Fri Jan 12 18:13:17 2024 +0900 +++ b/Paper/master_paper.aux Fri Jan 19 13:19:14 2024 +0900 @@ -1,66 +1,72 @@ \relax \@writefile{toc}{\contentsline {chapter}{研究関連論文業績}{ii}\protected@file@percent } -\@writefile{toc}{\contentsline {chapter}{\numberline {第1章}学生が管理する教育研究用情報システム}{4}\protected@file@percent } +\@writefile{toc}{\contentsline {chapter}{\numberline {第1章}学生が管理する教育研究用情報システム}{5}\protected@file@percent } \@writefile{lof}{\addvspace {10\p@ }} \@writefile{lot}{\addvspace {10\p@ }} -\@writefile{toc}{\contentsline {section}{\numberline {1.1}システム管理チームの構成と活動}{4}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {1.2}システム管理チームの情報共有}{5}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {1.3}研究目的}{5}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {1.4}論文の構成}{5}\protected@file@percent } -\@writefile{toc}{\contentsline {chapter}{\numberline {第2章}技術概要}{7}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {1.1}システム管理チームの構成と活動}{5}\protected@file@percent } +\@writefile{lof}{\contentsline {figure}{\numberline {1.1}{\ignorespaces monitoring}}{6}\protected@file@percent } +\newlabel{fig:install}{{1.1}{6}} +\@writefile{toc}{\contentsline {section}{\numberline {1.2}システム管理チームの情報共有}{7}\protected@file@percent } +\@writefile{lof}{\contentsline {figure}{\numberline {1.2}{\ignorespaces monitoring}}{7}\protected@file@percent } +\newlabel{fig:scrapbox}{{1.2}{7}} +\@writefile{lof}{\contentsline {figure}{\numberline {1.3}{\ignorespaces monitoring}}{8}\protected@file@percent } +\newlabel{fig:mattermost}{{1.3}{8}} +\@writefile{toc}{\contentsline {section}{\numberline {1.3}研究目的}{8}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {1.4}論文の構成}{8}\protected@file@percent } +\@writefile{toc}{\contentsline {chapter}{\numberline {第2章}技術概要}{10}\protected@file@percent } \@writefile{lof}{\addvspace {10\p@ }} \@writefile{lot}{\addvspace {10\p@ }} -\@writefile{toc}{\contentsline {section}{\numberline {2.1}仮想化}{8}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {2.2}ハイパーバイザ型}{8}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {2.3}コンテナ型}{8}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {2.4}KVM}{8}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {2.5}Podman}{8}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {2.6}singularity}{8}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {2.7}Slurm}{8}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {2.8}Gitlab}{8}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {2.9}mattermost}{8}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {2.10}scrapbox}{8}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {2.11}Zoom}{8}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {2.12}Psono}{8}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {2.13}LDAP}{8}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {2.14}WordPress}{8}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {2.15}Hugo}{8}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {2.16}Nginx}{8}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {2.17}rsnapshot}{8}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {2.18}Ceph}{8}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {2.19}Vuls}{8}\protected@file@percent } -\@writefile{toc}{\contentsline {chapter}{\numberline {第3章}現行のシステム}{9}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {2.1}仮想化}{10}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {2.2}ハイパーバイザ型}{10}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {2.3}KVM}{10}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {2.4}コンテナ型}{11}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {2.5}Podman}{11}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {2.6}singularity}{11}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {2.7}Slurm}{11}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {2.8}Gitlab}{11}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {2.9}mattermost}{11}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {2.10}scrapbox}{12}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {2.11}Zoom}{12}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {2.12}Psono}{12}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {2.13}LDAP}{12}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {2.14}WordPress}{12}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {2.15}Hugo}{12}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {2.16}Nginx}{12}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {2.17}rsnapshot}{12}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {2.18}Ceph}{12}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {2.19}Vuls}{12}\protected@file@percent } +\@writefile{toc}{\contentsline {chapter}{\numberline {第3章}現行のシステム}{13}\protected@file@percent } \@writefile{lof}{\addvspace {10\p@ }} \@writefile{lot}{\addvspace {10\p@ }} -\@writefile{toc}{\contentsline {section}{\numberline {3.1}オンプレミス環境}{9}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {3.2}仮想環境}{9}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {3.3}ネットワーク構成}{9}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {3.4}基幹システム}{9}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {3.5}Akatsuki}{9}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {3.6}クラウド環境}{9}\protected@file@percent } -\@writefile{toc}{\contentsline {chapter}{\numberline {第4章}演習科目での取り組み}{10}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {3.1}オンプレミス環境}{13}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {3.2}仮想環境}{13}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {3.3}ネットワーク構成}{13}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {3.4}基幹システム}{13}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {3.5}Akatsuki}{13}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {3.6}クラウド環境}{13}\protected@file@percent } +\@writefile{toc}{\contentsline {chapter}{\numberline {第4章}演習科目での取り組み}{14}\protected@file@percent } \@writefile{lof}{\addvspace {10\p@ }} \@writefile{lot}{\addvspace {10\p@ }} -\@writefile{toc}{\contentsline {section}{\numberline {4.1}web班}{10}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {4.2}server班}{10}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {4.3}network班}{11}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {4.4}security班}{11}\protected@file@percent } -\@writefile{toc}{\contentsline {chapter}{\numberline {第5章}メッセージングコマンドを使用した手法の提案}{12}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {4.1}web班}{14}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {4.2}server班}{14}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {4.3}network班}{15}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {4.4}security班}{15}\protected@file@percent } +\@writefile{toc}{\contentsline {chapter}{\numberline {第5章}メッセージングコマンドを使用した手法の提案}{16}\protected@file@percent } \@writefile{lof}{\addvspace {10\p@ }} \@writefile{lot}{\addvspace {10\p@ }} -\@writefile{toc}{\contentsline {section}{\numberline {5.1}システム概要}{12}\protected@file@percent } -\@writefile{lof}{\contentsline {figure}{\numberline {5.1}{\ignorespaces monitoring}}{12}\protected@file@percent } -\newlabel{fig:chat-system}{{5.1}{12}} -\@writefile{toc}{\contentsline {section}{\numberline {5.2}認証機能の実装}{13}\protected@file@percent } -\@writefile{toc}{\contentsline {chapter}{\numberline {第6章}まとめ}{14}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {5.1}システム概要}{16}\protected@file@percent } +\@writefile{lof}{\contentsline {figure}{\numberline {5.1}{\ignorespaces monitoring}}{16}\protected@file@percent } +\newlabel{fig:chat-system}{{5.1}{16}} +\@writefile{toc}{\contentsline {section}{\numberline {5.2}認証機能の実装}{17}\protected@file@percent } +\@writefile{toc}{\contentsline {chapter}{\numberline {第6章}まとめ}{18}\protected@file@percent } \@writefile{lof}{\addvspace {10\p@ }} \@writefile{lot}{\addvspace {10\p@ }} -\@writefile{toc}{\contentsline {section}{\numberline {6.1}総括}{14}\protected@file@percent } -\@writefile{toc}{\contentsline {section}{\numberline {6.2}今後の課題}{14}\protected@file@percent } -\@writefile{toc}{\contentsline {subsection}{\numberline {6.2.1}}{14}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {6.1}総括}{18}\protected@file@percent } +\@writefile{toc}{\contentsline {section}{\numberline {6.2}今後の課題}{18}\protected@file@percent } +\@writefile{toc}{\contentsline {subsection}{\numberline {6.2.1}}{18}\protected@file@percent } \citation{*} \bibdata{reference} -\@writefile{toc}{\contentsline {chapter}{謝辞}{15}\protected@file@percent } +\@writefile{toc}{\contentsline {chapter}{謝辞}{19}\protected@file@percent } \bibcite{firstsystem}{1} \bibcite{secondsystem}{2} \bibcite{thirdsystem}{3} @@ -74,7 +80,7 @@ \bibcite{openssh}{11} \bibcite{container}{12} \bibcite{expressmobility}{13} -\@writefile{toc}{\contentsline {chapter}{参考文献}{16}\protected@file@percent } +\@writefile{toc}{\contentsline {chapter}{参考文献}{20}\protected@file@percent } \bibcite{ciscocommnad}{14} \bibcite{podman}{15} \bibcite{Ansible}{16}
--- a/Paper/master_paper.fdb_latexmk Fri Jan 12 18:13:17 2024 +0900 +++ b/Paper/master_paper.fdb_latexmk Fri Jan 19 13:19:14 2024 +0900 @@ -1,10 +1,10 @@ # Fdb version 3 -["makeindex master_paper.idx"] 1705050657 "master_paper.idx" "master_paper.ind" "master_paper" 1705050657 - "master_paper.idx" 1705050647 0 d41d8cd98f00b204e9800998ecf8427e "pdflatex" +["makeindex master_paper.idx"] 1705573635 "master_paper.idx" "master_paper.ind" "master_paper" 1705573635 + "master_paper.idx" 1705573591 0 d41d8cd98f00b204e9800998ecf8427e "pdflatex" (generated) + "master_paper.ilg" "master_paper.ind" - "master_paper.ilg" -["pdflatex"] 1705050657 "/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex" "/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.pdf" "master_paper" 1705050657 +["pdflatex"] 1705573635 "/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex" "/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.pdf" "master_paper" 1705573635 "/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.aux" 0 -1 0 "" "/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.tex" 1705044204 2469 f3bef6425f04658b6baab2a74700b06c "" "/usr/local/texlive/2020/texmf-dist/fonts/map/fontname/texfonts.map" 1577235249 3524 cb3e574dea2d1052e39280babc910dc8 "" @@ -42,7 +42,7 @@ "master_paper.tex" 1705044204 2469 f3bef6425f04658b6baab2a74700b06c "" (generated) "master_paper.log" - "master_paper.idx" "master_paper.aux" "/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.pdf" "/Users/e185758/ws/2024/kiyama-master/Paper/master_paper.log" + "master_paper.idx"
--- a/Paper/master_paper.lof Fri Jan 12 18:13:17 2024 +0900 +++ b/Paper/master_paper.lof Fri Jan 19 13:19:14 2024 +0900 @@ -1,7 +1,10 @@ +\addvspace {10\p@ } +\contentsline {figure}{\numberline {1.1}{\ignorespaces monitoring}}{6}% +\contentsline {figure}{\numberline {1.2}{\ignorespaces monitoring}}{7}% +\contentsline {figure}{\numberline {1.3}{\ignorespaces monitoring}}{8}% \addvspace {10\p@ } \addvspace {10\p@ } \addvspace {10\p@ } \addvspace {10\p@ } +\contentsline {figure}{\numberline {5.1}{\ignorespaces monitoring}}{16}% \addvspace {10\p@ } -\contentsline {figure}{\numberline {5.1}{\ignorespaces monitoring}}{12}% -\addvspace {10\p@ }
--- a/Paper/master_paper.log Fri Jan 12 18:13:17 2024 +0900 +++ b/Paper/master_paper.log Fri Jan 19 13:19:14 2024 +0900 @@ -1,4 +1,4 @@ -This is e-upTeX, Version 3.14159265-p3.8.3-u1.26-191112-2.6 (utf8.uptex) (TeX Live 2020) (preloaded format=uplatex 2020.4.26) 12 JAN 2024 18:11 +This is e-upTeX, Version 3.14159265-p3.8.3-u1.26-191112-2.6 (utf8.uptex) (TeX Live 2020) (preloaded format=uplatex 2020.4.26) 18 JAN 2024 19:29 entering extended mode restricted \write18 enabled. file:line:error style messages enabled. @@ -452,13 +452,26 @@ LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined (Font) using `JY2/hmc/bx/n' instead on input line 86. -No file master_paper.toc. -\tf@toc=\write5 -\openout5 = `master_paper.toc'. +(./master_paper.toc + +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 1. LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 89. +(Font) using `JY2/hmc/bx/n' instead on input line 2. + + +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 7. + + +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 27. + + +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 29. [1 @@ -466,36 +479,79 @@ ] LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 34. + + +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 39. + + +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 42. + + +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 46. + + +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 47. + +) +\tf@toc=\write5 +\openout5 = `master_paper.toc'. + +LaTeX Font Info: Font shape `JT2/hmc/m/n' will be +(Font) scaled to size 10.53629pt on input line 89. +LaTeX Font Info: Font shape `JY2/hmc/m/n' will be +(Font) scaled to size 10.53629pt on input line 89. + + +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined (Font) using `JY2/hmc/bx/n' instead on input line 89. -No file master_paper.lof. +LaTeX Font Info: Font shape `JT2/hmc/bx/n' will be +(Font) scaled to size 10.53629pt on input line 89. +LaTeX Font Info: Font shape `JY2/hmc/bx/n' will be +(Font) scaled to size 10.53629pt on input line 89. + +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 89. + +[2] + +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 89. + +(./master_paper.lof) \tf@lof=\write6 \openout6 = `master_paper.lof'. + LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined (Font) using `JY2/hmc/bx/n' instead on input line 92. -[2 +[3 ] LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined (Font) using `JY2/hmc/bx/n' instead on input line 92. -No file master_paper.lot. +(./master_paper.lot) \tf@lot=\write7 \openout7 = `master_paper.lot'. -(./chapter/introduction.tex + (./chapter/introduction.tex LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined (Font) using `JY2/hmc/bx/n' instead on input line 1. -[3 +[4 ] -第 1 章(4ページ) +第 1 章(5ページ) LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined (Font) using `JY2/hmc/bx/n' instead on input line 1. @@ -524,7 +580,7 @@ LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined (Font) using `JY2/hmc/bx/n' instead on input line 31. -[4 +[5 ] @@ -535,62 +591,92 @@ LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined (Font) using `JY2/hmc/bx/n' instead on input line 37. - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 43. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 44. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 46. - +File: fig/install.jpg Graphic file (type bmp) +<fig/install.jpg> LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined (Font) using `JY2/hmc/bx/n' instead on input line 50. LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 54. +(Font) using `JY2/hmc/bx/n' instead on input line 50. +[6] LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 55. +(Font) using `JY2/hmc/bx/n' instead on input line 52. LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 56. - -LaTeX Font Info: Font shape `JT2/hmc/m/n' will be -(Font) scaled to size 10.53629pt on input line 57. -LaTeX Font Info: Font shape `JY2/hmc/m/n' will be -(Font) scaled to size 10.53629pt on input line 57. - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 57. - -LaTeX Font Info: Font shape `JT2/hmc/bx/n' will be -(Font) scaled to size 10.53629pt on input line 57. -LaTeX Font Info: Font shape `JY2/hmc/bx/n' will be -(Font) scaled to size 10.53629pt on input line 57. - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 57. - -[5] - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 57. +(Font) using `JY2/hmc/bx/n' instead on input line 53. LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined (Font) using `JY2/hmc/bx/n' instead on input line 58. +File: fig/scrapbox.png Graphic file (type bmp) +<fig/scrapbox.png> + +Overfull \hbox (19.63487pt too wide) in paragraph at lines 65--66 + [] + [] + + +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 72. + + +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 74. + + +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 74. + +[7] +File: fig/mattermost.png Graphic file (type bmp) +<fig/mattermost.png> + + +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 83. + LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 59. +(Font) using `JY2/hmc/bx/n' instead on input line 87. + + +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 91. + + +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 92. + + +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 93. + + +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 94. + + +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 95. + + +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 95. + +[8] + +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 95. + + +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 96. ) (./chapter/technology_overview.tex @@ -601,8 +687,8 @@ LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined (Font) using `JY2/hmc/bx/n' instead on input line 1. -[6] -第 2 章(7ページ) +[9] +第 2 章(10ページ) LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined (Font) using `JY2/hmc/bx/n' instead on input line 1. @@ -613,28 +699,23 @@ LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 6. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined (Font) using `JY2/hmc/bx/n' instead on input line 8. LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 10. +(Font) using `JY2/hmc/bx/n' instead on input line 11. LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 12. +(Font) using `JY2/hmc/bx/n' instead on input line 15. LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 14. - +(Font) using `JY2/hmc/bx/n' instead on input line 17. -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 16. +[10 +] LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined (Font) using `JY2/hmc/bx/n' instead on input line 18. @@ -657,10 +738,6 @@ LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 28. - - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined (Font) using `JY2/hmc/bx/n' instead on input line 30. @@ -683,17 +760,23 @@ LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined (Font) using `JY2/hmc/bx/n' instead on input line 40. -) (./chapter/ie-system.tex + +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 42. + LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 1. - -[7 - -] -Overfull \vbox (18.18347pt too high) has occurred while \output is active [] +(Font) using `JY2/hmc/bx/n' instead on input line 44. +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 46. + + +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 48. + +) (./chapter/ie-system.tex LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined (Font) using `JY2/hmc/bx/n' instead on input line 1. @@ -702,8 +785,17 @@ LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined (Font) using `JY2/hmc/bx/n' instead on input line 1. -[8] -第 3 章(9ページ) +[11] + +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 1. + + +LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined +(Font) using `JY2/hmc/bx/n' instead on input line 1. + +[12] +第 3 章(13ページ) LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined (Font) using `JY2/hmc/bx/n' instead on input line 1. @@ -737,10 +829,10 @@ LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined (Font) using `JY2/hmc/bx/n' instead on input line 1. -[9 +[13 ] -第 4 章(10ページ) +第 4 章(14ページ) LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined (Font) using `JY2/hmc/bx/n' instead on input line 1. @@ -761,7 +853,7 @@ LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined (Font) using `JY2/hmc/bx/n' instead on input line 28. -[10 +[14 ] @@ -785,8 +877,8 @@ LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined (Font) using `JY2/hmc/bx/n' instead on input line 1. -[11] -第 5 章(12ページ) +[15] +第 5 章(16ページ) LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined (Font) using `JY2/hmc/bx/n' instead on input line 1. @@ -795,21 +887,13 @@ LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined (Font) using `JY2/hmc/bx/n' instead on input line 3. - -LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined -(Font) using `JY2/hmc/bx/n' instead on input line 4. - - -LaTeX Warning: Reference `fig:chat-system' on page 12 undefined on input line 4 -. - File: fig/chatsystem4.png Graphic file (type bmp) <fig/chatsystem4.png> LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined (Font) using `JY2/hmc/bx/n' instead on input line 17. -[12 +[16 ] @@ -825,8 +909,8 @@ LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined (Font) using `JY2/hmc/bx/n' instead on input line 1. -[13] -第 6 章(14ページ) +[17] +第 6 章(18ページ) LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined (Font) using `JY2/hmc/bx/n' instead on input line 1. @@ -856,7 +940,7 @@ LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined (Font) using `JY2/hmc/bx/n' instead on input line 1. -[14 +[18 ] @@ -868,7 +952,7 @@ LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined (Font) using `JY2/hmc/bx/n' instead on input line 1. -[15 +[19 ] @@ -907,7 +991,7 @@ LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined (Font) using `JY2/hmc/bx/n' instead on input line 67. -[16 +[20 ]) @@ -918,7 +1002,7 @@ LaTeX Font Warning: Font shape `JY2/hmc/b/n' undefined (Font) using `JY2/hmc/bx/n' instead on input line 125. -[17] (./master_paper.aux) +[21] (./master_paper.aux) LaTeX Font Warning: Size substitutions with differences (Font) up to 1.28pt have occurred. @@ -927,19 +1011,16 @@ LaTeX Font Warning: Some font shapes were not available, defaults substituted. -LaTeX Warning: There were undefined references. - - LaTeX Warning: Label(s) may have changed. Rerun to get cross-references right. ) Here is how much of TeX's memory you used: - 6312 strings out of 481134 - 95093 string characters out of 5917333 - 317634 words of memory out of 5000000 - 22298 multiletter control sequences out of 15000+600000 + 6334 strings out of 481134 + 95465 string characters out of 5917333 + 318754 words of memory out of 5000000 + 22310 multiletter control sequences out of 15000+600000 546949 words of font info for 99 fonts, out of 8000000 for 9000 929 hyphenation exceptions out of 8191 30i,10n,36p,1467b,992s stack positions out of 5000i,500n,10000p,200000b,80000s -Output written on master_paper.dvi (22 pages, 33396 bytes). +Output written on master_paper.dvi (26 pages, 55192 bytes).
--- a/Paper/master_paper.toc Fri Jan 12 18:13:17 2024 +0900 +++ b/Paper/master_paper.toc Fri Jan 19 13:19:14 2024 +0900 @@ -1,47 +1,47 @@ \contentsline {chapter}{研究関連論文業績}{ii}% -\contentsline {chapter}{\numberline {第1章}学生が管理する教育研究用情報システム}{4}% -\contentsline {section}{\numberline {1.1}システム管理チームの構成と活動}{4}% -\contentsline {section}{\numberline {1.2}システム管理チームの情報共有}{5}% -\contentsline {section}{\numberline {1.3}研究目的}{5}% -\contentsline {section}{\numberline {1.4}論文の構成}{5}% -\contentsline {chapter}{\numberline {第2章}技術概要}{7}% -\contentsline {section}{\numberline {2.1}仮想化}{8}% -\contentsline {section}{\numberline {2.2}ハイパーバイザ型}{8}% -\contentsline {section}{\numberline {2.3}コンテナ型}{8}% -\contentsline {section}{\numberline {2.4}KVM}{8}% -\contentsline {section}{\numberline {2.5}Podman}{8}% -\contentsline {section}{\numberline {2.6}singularity}{8}% -\contentsline {section}{\numberline {2.7}Slurm}{8}% -\contentsline {section}{\numberline {2.8}Gitlab}{8}% -\contentsline {section}{\numberline {2.9}mattermost}{8}% -\contentsline {section}{\numberline {2.10}scrapbox}{8}% -\contentsline {section}{\numberline {2.11}Zoom}{8}% -\contentsline {section}{\numberline {2.12}Psono}{8}% -\contentsline {section}{\numberline {2.13}LDAP}{8}% -\contentsline {section}{\numberline {2.14}WordPress}{8}% -\contentsline {section}{\numberline {2.15}Hugo}{8}% -\contentsline {section}{\numberline {2.16}Nginx}{8}% -\contentsline {section}{\numberline {2.17}rsnapshot}{8}% -\contentsline {section}{\numberline {2.18}Ceph}{8}% -\contentsline {section}{\numberline {2.19}Vuls}{8}% -\contentsline {chapter}{\numberline {第3章}現行のシステム}{9}% -\contentsline {section}{\numberline {3.1}オンプレミス環境}{9}% -\contentsline {section}{\numberline {3.2}仮想環境}{9}% -\contentsline {section}{\numberline {3.3}ネットワーク構成}{9}% -\contentsline {section}{\numberline {3.4}基幹システム}{9}% -\contentsline {section}{\numberline {3.5}Akatsuki}{9}% -\contentsline {section}{\numberline {3.6}クラウド環境}{9}% -\contentsline {chapter}{\numberline {第4章}演習科目での取り組み}{10}% -\contentsline {section}{\numberline {4.1}web班}{10}% -\contentsline {section}{\numberline {4.2}server班}{10}% -\contentsline {section}{\numberline {4.3}network班}{11}% -\contentsline {section}{\numberline {4.4}security班}{11}% -\contentsline {chapter}{\numberline {第5章}メッセージングコマンドを使用した手法の提案}{12}% -\contentsline {section}{\numberline {5.1}システム概要}{12}% -\contentsline {section}{\numberline {5.2}認証機能の実装}{13}% -\contentsline {chapter}{\numberline {第6章}まとめ}{14}% -\contentsline {section}{\numberline {6.1}総括}{14}% -\contentsline {section}{\numberline {6.2}今後の課題}{14}% -\contentsline {subsection}{\numberline {6.2.1}}{14}% -\contentsline {chapter}{謝辞}{15}% -\contentsline {chapter}{参考文献}{16}% +\contentsline {chapter}{\numberline {第1章}学生が管理する教育研究用情報システム}{5}% +\contentsline {section}{\numberline {1.1}システム管理チームの構成と活動}{5}% +\contentsline {section}{\numberline {1.2}システム管理チームの情報共有}{7}% +\contentsline {section}{\numberline {1.3}研究目的}{8}% +\contentsline {section}{\numberline {1.4}論文の構成}{8}% +\contentsline {chapter}{\numberline {第2章}技術概要}{10}% +\contentsline {section}{\numberline {2.1}仮想化}{10}% +\contentsline {section}{\numberline {2.2}ハイパーバイザ型}{10}% +\contentsline {section}{\numberline {2.3}KVM}{10}% +\contentsline {section}{\numberline {2.4}コンテナ型}{11}% +\contentsline {section}{\numberline {2.5}Podman}{11}% +\contentsline {section}{\numberline {2.6}singularity}{11}% +\contentsline {section}{\numberline {2.7}Slurm}{11}% +\contentsline {section}{\numberline {2.8}Gitlab}{11}% +\contentsline {section}{\numberline {2.9}mattermost}{11}% +\contentsline {section}{\numberline {2.10}scrapbox}{12}% +\contentsline {section}{\numberline {2.11}Zoom}{12}% +\contentsline {section}{\numberline {2.12}Psono}{12}% +\contentsline {section}{\numberline {2.13}LDAP}{12}% +\contentsline {section}{\numberline {2.14}WordPress}{12}% +\contentsline {section}{\numberline {2.15}Hugo}{12}% +\contentsline {section}{\numberline {2.16}Nginx}{12}% +\contentsline {section}{\numberline {2.17}rsnapshot}{12}% +\contentsline {section}{\numberline {2.18}Ceph}{12}% +\contentsline {section}{\numberline {2.19}Vuls}{12}% +\contentsline {chapter}{\numberline {第3章}現行のシステム}{13}% +\contentsline {section}{\numberline {3.1}オンプレミス環境}{13}% +\contentsline {section}{\numberline {3.2}仮想環境}{13}% +\contentsline {section}{\numberline {3.3}ネットワーク構成}{13}% +\contentsline {section}{\numberline {3.4}基幹システム}{13}% +\contentsline {section}{\numberline {3.5}Akatsuki}{13}% +\contentsline {section}{\numberline {3.6}クラウド環境}{13}% +\contentsline {chapter}{\numberline {第4章}演習科目での取り組み}{14}% +\contentsline {section}{\numberline {4.1}web班}{14}% +\contentsline {section}{\numberline {4.2}server班}{14}% +\contentsline {section}{\numberline {4.3}network班}{15}% +\contentsline {section}{\numberline {4.4}security班}{15}% +\contentsline {chapter}{\numberline {第5章}メッセージングコマンドを使用した手法の提案}{16}% +\contentsline {section}{\numberline {5.1}システム概要}{16}% +\contentsline {section}{\numberline {5.2}認証機能の実装}{17}% +\contentsline {chapter}{\numberline {第6章}まとめ}{18}% +\contentsline {section}{\numberline {6.1}総括}{18}% +\contentsline {section}{\numberline {6.2}今後の課題}{18}% +\contentsline {subsection}{\numberline {6.2.1}}{18}% +\contentsline {chapter}{謝辞}{19}% +\contentsline {chapter}{参考文献}{20}%