Deploying the g5k-image flavour

Warning

This page is outside of the scope of this tutorial: you can skip it.

Reserve the nodes

Let us deploy this composition on 1 physical machine

export $(oarsub --project lab-2025-compas-nxc -t deploy -l nodes=1,walltime=1:0:0 "$(nxc helper g5k_script)
1h" | grep OAR_JOB_ID)

You can use oarstat -u to check the status of the reservation

Deploy

nxc start -m OAR.$OAR_JOB_ID.stdout -W

Release the node

oardel $OAR_JOB_ID