g5k-ramdisk and g5k-nfs-store

Reserve the nodes

export $(oarsub -l nodes=1,walltime=1:0:0 "$(nxc helper g5k_script) 1h" | grep OAR_JOB_ID)

Deploy

nxc start -m machines

where machine is the file containing all the addresses of the nodes to use.

Here is an example:

dahu-1
dahu-2
dahu-4

You can generate this machines file with the command:

oarstat -u -J | jq --raw-output 'to_entries | .[0].value.assigned_network_address | .[]' > machines