After running into issues with Rocky 10, I am trying Rocky 9. This system has one head node, with only two networks: public and private. No infiniband, no management network. No OOD.
The first ansible step seems to go well
xxxxxx : ok=869 changed=453 unreachable=0 failed=0 skipped=672 rescued=0 ignored=10
I checked if the luna2 daemon was running, and it wasn't. So I started it without issue, but why did if fail the first time?
Running trix-diag gives:
[root@xxxxxx site]# trix-diag
Trinity Core
chronyd: active (running) since Thu 2026-09-10 11:05:52 IDT; 13min ago
named: active (running) since Thu 2026-09-10 11:05:54 IDT; 13min ago
dhcpd: failed (Result: exit-code) since Thu 2026-09-10 11:17:57 IDT; 1min 2s ago
mariadb: active (running) since Thu 2026-09-10 11:06:31 IDT; 12min ago
nfs-server: active (exited) since Thu 2026-09-10 11:04:10 IDT; 14min ago
nginx: active (running) since Thu 2026-09-10 11:09:13 IDT; 9min ago
Luna
luna2-daemon: active (running) since Thu 2026-09-10 11:17:56 IDT; 1min 2s ago
aria2c: failed (Result: exit-code) since Thu 2026-09-10 11:09:31 IDT; 9min ago
LDAP
slapd: Unit slapd.service could not be found.
sssd: active (running) since Thu 2026-09-10 11:06:08 IDT; 12min ago
Slurm
slurmctld: active (running) since Thu 2026-09-10 11:15:26 IDT; 3min 32s ago
Monitoring core
grafana-server: active (running) since Thu 2026-09-10 11:15:51 IDT; 3min 7s ago
prometheus-server: active (running) since Thu 2026-09-10 11:15:28 IDT; 3min 31s ago
Trinity OOD
httpd: Unit httpd.service could not be found.
I tried to start the dhcpd service but it fails.
journalctl -xeu dhcpd.service gave (names and IP address redacted):
Sep 10 11:20:27 xxxxxx dhcpd[79832]: No subnet declaration for enp2s0f0np0 (x.x.x.x).
Sep 10 11:20:27 xxxxxx dhcpd[79832]: ** Ignoring requests on enp2s0f0np0. If this is not what
Sep 10 11:20:27 xxxxxx dhcpd[79832]: you want, please write a subnet declaration
Sep 10 11:20:27 xxxxxx dhcpd[79832]: in your dhcpd.conf file for the network segment
Sep 10 11:20:27 xxxxxx dhcpd[79832]: to which interface enp2s0f0np0 is attached. **
Sep 10 11:20:27 xxxxxx dhcpd[79832]:
Sep 10 11:20:27 xxxxxx dhcpd[79832]:
That interface is the public facing interface. Should there be a subnet declaration for that?
And what about slapd and aria2c?
Thanks.
After running into issues with Rocky 10, I am trying Rocky 9. This system has one head node, with only two networks: public and private. No infiniband, no management network. No OOD.
The first ansible step seems to go well
xxxxxx : ok=869 changed=453 unreachable=0 failed=0 skipped=672 rescued=0 ignored=10
I checked if the luna2 daemon was running, and it wasn't. So I started it without issue, but why did if fail the first time?
Running trix-diag gives:
[root@xxxxxx site]# trix-diag
Trinity Core
chronyd: active (running) since Thu 2026-09-10 11:05:52 IDT; 13min ago
named: active (running) since Thu 2026-09-10 11:05:54 IDT; 13min ago
dhcpd: failed (Result: exit-code) since Thu 2026-09-10 11:17:57 IDT; 1min 2s ago
mariadb: active (running) since Thu 2026-09-10 11:06:31 IDT; 12min ago
nfs-server: active (exited) since Thu 2026-09-10 11:04:10 IDT; 14min ago
nginx: active (running) since Thu 2026-09-10 11:09:13 IDT; 9min ago
Luna
luna2-daemon: active (running) since Thu 2026-09-10 11:17:56 IDT; 1min 2s ago
aria2c: failed (Result: exit-code) since Thu 2026-09-10 11:09:31 IDT; 9min ago
LDAP
slapd: Unit slapd.service could not be found.
sssd: active (running) since Thu 2026-09-10 11:06:08 IDT; 12min ago
Slurm
slurmctld: active (running) since Thu 2026-09-10 11:15:26 IDT; 3min 32s ago
Monitoring core
grafana-server: active (running) since Thu 2026-09-10 11:15:51 IDT; 3min 7s ago
prometheus-server: active (running) since Thu 2026-09-10 11:15:28 IDT; 3min 31s ago
Trinity OOD
httpd: Unit httpd.service could not be found.
I tried to start the dhcpd service but it fails.
journalctl -xeu dhcpd.service gave (names and IP address redacted):
Sep 10 11:20:27 xxxxxx dhcpd[79832]: No subnet declaration for enp2s0f0np0 (x.x.x.x).
Sep 10 11:20:27 xxxxxx dhcpd[79832]: ** Ignoring requests on enp2s0f0np0. If this is not what
Sep 10 11:20:27 xxxxxx dhcpd[79832]: you want, please write a subnet declaration
Sep 10 11:20:27 xxxxxx dhcpd[79832]: in your dhcpd.conf file for the network segment
Sep 10 11:20:27 xxxxxx dhcpd[79832]: to which interface enp2s0f0np0 is attached. **
Sep 10 11:20:27 xxxxxx dhcpd[79832]:
Sep 10 11:20:27 xxxxxx dhcpd[79832]:
That interface is the public facing interface. Should there be a subnet declaration for that?
And what about slapd and aria2c?
Thanks.