Admin Tips

From wiki
Revision as of 12:28, 12 May 2016 by Rf (talk | contribs) (Simple commands on all nodes, giving node name)
Jump to: navigation, search

Simple commands on all nodes, giving node name

  • Gives the running kernel version of all the nodes:
for i in node{1..10}; do ssh $i 'echo -n "$HOSTNAME: "; uname -a';done