Closed wmkouw closed 6 years ago
Change permissions to allow execution:
sudo chmod a+x create_basic_cluster.pl
And then call the script without sudo;
./create_basic_cluster.pl --boss-ip 192.168.122.111 --boss-name bossvm --worker-ip 192.168.122.112 --worker-name workervm1
Goal: create a VM containing NewsReader.
Input: Cloned vmc-from-scratch and followed instructions to set up single boss and worker nodes:
Problem: it does not recognize create basic_cluster.pl after sudo