qos_roles
This commit is contained in:
parent
b4405f84c8
commit
edc1c4e0ff
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
mkdir /opt/flame/logs/
|
mkdir -p /opt/flame/logs/
|
||||||
systemctl status slurmdbd > /opt/flame/logs/debug.log
|
systemctl status slurmdbd > /opt/flame/logs/debug.log
|
||||||
systemctl status slurmctld >> /opt/flame/logs/debug.log
|
systemctl status slurmctld >> /opt/flame/logs/debug.log
|
||||||
ss -tunl |grep -E '6617|6618|6619' >> /opt/flame/logs/debug.log
|
ss -tunl |grep -E '6617|6618|6619' >> /opt/flame/logs/debug.log
|
||||||
|
|
Loading…
Reference in New Issue