Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 各サーバのスペックはシステム一覧を参照。

  • アクセス制御がなされている。全てのサーバにアクセスできるわけではない。プロジェクト申請内容(=利用するソフトウェア)に合わせて割り当てられている。ソフトウェア一覧を参照。

    自分がどのサーバを利用できるか確認するには、ssh で fs.media.hosei.ac.jp に接続し以下のコマンドを実行する。以下の例では、a9 と a10 が利用できることが表示されている。

    Code Block
    languagebash
    ssh fs.media.hosei.ac.jp Activate the web console with: systemctl enable --now cockpit.socket Register this system with Red Hat Insights: insights-client --register Create an account or view all your systems at https://red.ht/insights-dashboard Last login: Wed Sep 21 16:35:07 2022 from 133.25.XXX.XXX [hoge@fs ~]$ id hoge uid=5XXX(hoge) gid=5500(lab2022) groups=5500(lab2022),5520(a10),5519(a9),5001(appuse)

    を参照

Info

利用するソフトウェアがどのサーバ/ワークステーションにインストールされているかは「ソフトウェア一覧」の「事前導入先」を参照。

サーバへのファイル転送

Info

Windows10 バージョン1803以降にはコマンドプロンプトから使用できるscpが標準でインストールされています。

...