User Tools

Site Tools


自作クラスタ計算機:nisの基本設定

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
自作クラスタ計算機:nisの基本設定 [2020/10/03 14:30]
koudai [計算ノード]
自作クラスタ計算機:nisの基本設定 [2021/01/24 06:32]
koudai
Line 19: Line 19:
 $ sudo vi /etc/defalut/nis $ sudo vi /etc/defalut/nis
 </code><file - nis> </code><file - nis>
 +...
 +# Are we a NIS server and if so what kind (values: false, slave, master)?
 NISSERVER=master NISSERVER=master
 +
 +# Are we a NIS client?
 +NISCLIENT=false
 +...
 </file> </file>
   - /etc/yp.conf にNISサーバのIPアドレスまたはホスト名を指定する<code>   - /etc/yp.conf にNISサーバのIPアドレスまたはホスト名を指定する<code>
Line 42: Line 48:
  
 At this point, we have to construct a list of the hosts which will run NIS At this point, we have to construct a list of the hosts which will run NIS
-servers.  dlp.srv.world is in the list of NIS server hosts.  Please continue to add+servers.  kanri is in the list of NIS server hosts.  Please continue to add
 the names for the other hosts, one per line.  When you are done with the the names for the other hosts, one per line.  When you are done with the
 list, type a <control D>. list, type a <control D>.
Line 60: Line 66:
  
 ===== 計算ノード ===== ===== 計算ノード =====
 +
 +NISによってUbuntuがハングアップするのを防ぎます。
 +
 +<code>
 +$ sudo vim /lib/systemd/system/systemd-logind.service
 +# IPAddressDeny=any をコメントアウト
 +$ sudo systemctl daemon-reload
 +</code>
 +
 +  * https://qiita.com/kakinaguru_zo/items/18258d4dd296a755badd
  
   - NISのパッケージをインストールする<code>   - NISのパッケージをインストールする<code>
自作クラスタ計算機/nisの基本設定.txt · Last modified: 2024/01/20 17:32 by koudai