⇤ ← Revision 1 as of 2010-02-26 19:26:15
Size: 78
Comment:
|
Size: 469
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 2: | Line 2: |
usage: ./telnet-loop.sh nodetable.csv nodeconfigscript will connect to all nodes (one-by-one), listed in the nodetable.csv (mac-addresses, etc.) execute the nodeconfigscript _on the node. It is using the telnet daemon running on the nodes to connect. the variant ssh-loop.sh uses ssh to connect to the nodes -- use ssh keys to connect without having to enter passwords... |
NodeConfig script we can use to change configuration of any number of nodes.
usage:
- /telnet-loop.sh nodetable.csv nodeconfigscript
will connect to all nodes (one-by-one), listed in the nodetable.csv (mac-addresses, etc.) execute the nodeconfigscript _on the node. It is using the telnet daemon running on the nodes to connect.
the variant ssh-loop.sh uses ssh to connect to the nodes -- use ssh keys to connect without having to enter passwords...