Remotely execute commands but still have control of the host

C. McEvoy

I have a few Linux machines laying around and I wanted to make a cluster computer network. There will be 1 monitor that would be for the controller. The controller would execute a script that would perform a task and split the load onto the computers.

Lets say I have 4 computers that are all connected to the controller. I wanted to compile a program using GCC but I wanted to split the work 3 ways. How would I do that?

Any help would be appreciated.

StandardEyre

You could try making a Beowulf Cluster. You set up one host as a master and the rest as nodes. It's been done in the past by others, including NASA as the wikipedia entry on Beowulf Cluster says.

Building your own cluster computer farm might cost more in power than you'd gain in compute resources.

I have not tried this myself, but I've always wanted to give it a shot.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Execute commands on linux remotely through Dropbox ?

From Dev

How to execute multiple commands remotely on few servers?

From Dev

how to still have control with sleep?

From Dev

Is it possible to execute commands remotely (ssh), through a Java program

From Dev

Have puppet conditionally execute multiple commands

From Dev

Do super user still need to have execute permission for directory to enter it?

From Dev

Host name changed remotely by wifi?

From Dev

Unable to execute tcpdump remotely with Paramiko

From Dev

gcloud compute execute command remotely

From Dev

ssh master - execute su remotely

From Dev

Control my Transmission GTK remotely

From Dev

How to remotely control my Android?

From Dev

Control my Transmission GTK remotely

From Dev

How to remotely control my Android?

From Dev

How can I execute scripts in a code created powershell shell that has Write-Host commands in it?

From Dev

Using manyConsole to creating a default argument with no flags but still have commands that require flags

From Dev

After removing the history file, why do I still have older commands in the history?

From Dev

Turning a computer on remotely, but still on the same network

From Dev

is there a specific order in which a control's data bindings update and its events/commands execute

From Dev

$.ajax still does not execute

From Dev

running docker commands on host

From Dev

Only list host in the bash prompt if running remotely?

From Dev

Host VMs on Ubuntu Server and access them remotely?

From Dev

How to access host locally and remotely in a unified way?

From Dev

Prevent host shutting down when remotely logged in

From Dev

How to autorun commands on OSX when ssh remotely?

From Dev

Running shell commands remotely on multiple servers?

From Dev

Azure CLI can't execute commands - keeps saying credentials have expired

From Dev

How to execute TMUX commands on a remote server when I have TMUX running locally too?

Related Related

  1. 1

    Execute commands on linux remotely through Dropbox ?

  2. 2

    How to execute multiple commands remotely on few servers?

  3. 3

    how to still have control with sleep?

  4. 4

    Is it possible to execute commands remotely (ssh), through a Java program

  5. 5

    Have puppet conditionally execute multiple commands

  6. 6

    Do super user still need to have execute permission for directory to enter it?

  7. 7

    Host name changed remotely by wifi?

  8. 8

    Unable to execute tcpdump remotely with Paramiko

  9. 9

    gcloud compute execute command remotely

  10. 10

    ssh master - execute su remotely

  11. 11

    Control my Transmission GTK remotely

  12. 12

    How to remotely control my Android?

  13. 13

    Control my Transmission GTK remotely

  14. 14

    How to remotely control my Android?

  15. 15

    How can I execute scripts in a code created powershell shell that has Write-Host commands in it?

  16. 16

    Using manyConsole to creating a default argument with no flags but still have commands that require flags

  17. 17

    After removing the history file, why do I still have older commands in the history?

  18. 18

    Turning a computer on remotely, but still on the same network

  19. 19

    is there a specific order in which a control's data bindings update and its events/commands execute

  20. 20

    $.ajax still does not execute

  21. 21

    running docker commands on host

  22. 22

    Only list host in the bash prompt if running remotely?

  23. 23

    Host VMs on Ubuntu Server and access them remotely?

  24. 24

    How to access host locally and remotely in a unified way?

  25. 25

    Prevent host shutting down when remotely logged in

  26. 26

    How to autorun commands on OSX when ssh remotely?

  27. 27

    Running shell commands remotely on multiple servers?

  28. 28

    Azure CLI can't execute commands - keeps saying credentials have expired

  29. 29

    How to execute TMUX commands on a remote server when I have TMUX running locally too?

HotTag

Archive