10 lines
292 B
Bash
10 lines
292 B
Bash
#!/bin/bash
|
|
|
|
mkdir -p /opt/flame/logs/
|
|
systemctl status slurmdbd > /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
|
|
#netstat -peanut
|
|
|
|
#ansible-playbook /opt/flame/roles/flame-roles/files/qos.yml
|