Skip to main content
Skip table of contents

Downloading Configuration Assets for Slurm Integration

Download Scheduler Assets from the Management Server

CODE
curl -X GET http://${MGMT_SERVER_IP}:5000/v1/xcompute/download/slurm -o slurm.tgz

If the EnvName was changed (above in Edit the Slurm Environment JSON for Your Purposes - Step 2 ), then the following command can be used with your CustomEnvironmentName :

CODE
curl -X GET http://${MGMT_SERVER_IP}:5000/v1/xcompute/download/slurm?envName=CustomEnvironmentName -o slurm.tgz

Unpack them into the exostellar folder:

CODE
tar xf slurm.tgz -C ../
cd ..
mv assets/* .
rmdir assets
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.