logs
This commit is contained in:
parent
0fe380510c
commit
ee326ff3f7
|
@ -1,9 +1,9 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
mkdir /opt/flame/logs/
|
||||||
systemctl status slurmdbd
|
systemctl status slurmdbd > /opt/flame/logs/debug.log
|
||||||
systemctl status slurmctld
|
systemctl status slurmctld >> /opt/flame/logs/debug.log
|
||||||
ss -l |grep -E '6617|6618|6619'
|
ss -l |grep -E '6617|6618|6619' >> /opt/flame/logs/debug.log
|
||||||
#netstat -peanut
|
#netstat -peanut
|
||||||
|
|
||||||
#ansible-playbook /opt/flame/roles/flame-roles/files/qos.yml
|
#ansible-playbook /opt/flame/roles/flame-roles/files/qos.yml
|
||||||
|
|
Loading…
Reference in New Issue