Closed ipraveen3 closed 2 years ago
Hi @ipraveen3
the Slurm accounting feature is not present on ParallelCluster. This is something "optional" you have to configure manually.
You can follow this Blog Post with detailed instructions.
Let me know if it helps.
This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further.
Thanks it helped. I was able to setup and run sacctmgr and other commands.
Description: Running
sacctmgr
slurm commands likesacctmgr list cluster
in headnode gives the following error: You are not running a supported accounting_storage plugin Only 'accounting_storage/slurmdbd' is supported.Screenshot:
Please let me know if I have to do any setup before I run this command or how I can resolve this. Do I need to setup mysql with the slurm in order to do this? or the Dynamodb can handle it.
How to reproduce:
pcluster create-cluster --cluster-name hello-world --cluster-configuration hello-world.yaml
pcluster ssh --cluster-name hello-world -i /path/to/keyfile.pem
sacctmgr
I also tried running
/opt/slurm/bin/sacctmgr list cluster
which gave the same errorRunning other sacctmgr commands like
sacctmgr show clusters
,sacctmgr add resource ....
also gives the same error.Required Info:
pcluster describe-cluster
command : describe-cluster-output.txtLogs:
/var/log/parallelcluster/clustermgtd
: clustermgtd.log/var/log/cloud-init.log
: cloud-init.log/var/log/chef-client.log
: chef-client.logLet me know if you need any other information