[slurm-users] Monitoring with Splunk

2021-06-21 Thread Karl Lovink
Hi, We are using Splunk for monitoring our systems and networks. We like to monitor Slurm also with Splunk. Had anyone done an integration with Splunk and is willing to share the code, searches and dashboards with us. Sincerely yours, Karl

Re: [slurm-users] Is anyone running the slurmctld and slurmdbd services from within a container?

2021-06-21 Thread Ruffner, Scott (jpr9c)
Very late response, but we are getting ready to switch to this arrangement in the coming months, so I’d be very curious to hear any feedback from others. We will be doing it in Kubernetes, but running the DB on bare-metal dedicated hardware. -- Scott Ruffner Senior HPC Engineer UVa Research Com

Re: [slurm-users] Question about adding and removing features in Slurm

2021-06-21 Thread Michael Gutteridge
I believe at the end of the day you do need to edit slurm.conf. There is a similar capability in Slurm with scontrol(1) where you can set "availablefeatures" and "activefeatures": sudo scontrol update nodename=node16 availablefeatures=feature1,feature2,feature3 I'm not sure how that survives