#! /bin/bash # run this script on Rocks Cluster 5.3 Comsics to install virtualbox in all compute nodes. # Instruction: simply run this script anywhere from the frontend as root. This script is to be found in /share/apps/configrepo mkdir /root/configrepo cd /root/configrepo #rocks run host 'sh /share/apps/configrepo/VirtualBox-4.0.10-72479-Linux_amd64.run' rocks run host 'sh /share/apps/configrepo/ins_virtualbox'