OpenPBSで作った計算ノード向けパッケージ「openpbs-execution-23.06.06-0.x86_64.rpm」をインストールします

dnf localinstall openpbs-execution-23.06.06-0.x86_64.rpm

途中で下記のようなメッセージが表示されます。

*** PBS Installation Summary
***
*** Postinstall script called as follows:
*** /opt/pbs/libexec/pbs_postinstall execution 23.06.06 /opt/pbs /var/lib/pbs
***
*** No configuration file found.
*** Creating new configuration file: /etc/pbs.conf
*** =======
*** NOTICE:
*** =======
*** The value of PBS_SERVER in /etc/pbs.conf is invalid.
*** PBS_SERVER should be set to the PBS server hostname.
*** Update this value before starting PBS.
***
*** Replacing /etc/pbs.conf with /etc/pbs.conf.23.06.06
*** /etc/pbs.conf has been created.
***
*** Registering PBS as a service.
Synchronizing state of pbs.service with SysV service script with /usr/lib/systemd/systemd-sysv-install.
Executing: /usr/lib/systemd/systemd-sysv-install enable pbs
Created symlink /etc/systemd/system/multi-user.target.wants/pbs.service → /usr/lib/systemd/system/pbs.service.
***
*** PBS_HOME is /var/lib/pbs
*** Creating new file /var/lib/pbs/pbs_environment
*** WARNING: TZ not set in /var/lib/pbs/pbs_environment
***
*** The PBS MOM has been installed in /opt/pbs/sbin.
***
*** The PBS commands have been installed in /opt/pbs/bin.
***
*** End of /opt/pbs/libexec/pbs_postinstall

このメッセージに従って計算ノードに調整を加えます

起動

systemctl start pbs

firewall

SELinuxは有効のままで大丈夫.
firewallも有効のままでも構わない.

[root@n1 ~]# getenforce
Enforcing
[root@n1 ~]# firewall-cmd --list-all
public (active)
  target: default
  icmp-block-inversion: no
  interfaces: enp6s18
  sources:
  services: cockpit dhcpv6-client ssh
  ports:
  protocols:
  forward: no
  masquerade: no
  forward-ports:
  source-ports:
  icmp-blocks:
  rich rules:
 
[root@n1 ~]#

計算ノードの登録

計算ノードをジョブ管理ノードに登録します。
これはジョブ管理ノードで行います。まず qmgr を立ち上げて、サブコマンド「create node <計算ノード>」と実行します

[root@openpbs ~]# qmgr
Max open servers: 49
Qmgr:
Qmgr: create node n1
Qmgr: create node s

削除は「delete node n1」「delete node s」とします

正しく登録されたかは qmgr コマンドではサブコマンド「list node <計算ノード>」、もしくはpbsnodesを実行します。

[root@openpbs ~]# pbsnodes -aS
vnode           state           OS       hardware host            queue        mem     ncpus   nmics   ngpus  comment
--------------- --------------- -------- -------- --------------- ---------- -------- ------- ------- ------- ---------
pbs-node1       free            --       --       pbs-node1       --              8gb       4       0       0 --
[root@openpbs ~]#
最新の60件
2024-12-08 2024-12-05 2024-12-04 2024-11-28 2024-11-23 2024-11-22 2024-11-15 2024-11-14 2024-11-12 2024-11-06 2024-11-05 2024-11-04 2024-11-02 2024-11-01 2024-10-29 2024-10-28 2024-10-27 2024-10-23 2024-10-18 2024-10-17 2024-10-15 2024-10-14 2024-10-13 2024-10-11 2024-10-10 2024-10-09 2024-10-08 2024-10-05 2024-10-04 2024-10-03 2024-10-02 2024-10-01 2024-09-30 2024-09-29 2024-09-28 2024-09-27 2024-09-22 2024-09-20 2024-09-17

edit


トップ   編集 差分 履歴 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2024-10-10 (木) 02:49:32