Select one or more groups or nodes.

\n"; exit; } ?>

Select the files, copy from or to multiple nodes. In addtion, an option is provided to use rsync to update the files on the nodes, or to an installation image on the local node.

'Copy Files', 'id'=> 'copyButton', 'onclick' => 'copydialog()')); ?>
Source File: The source file you need to copy to another path
Dest Directory: The destination directory you want to copy the source file to

Options:

Specifies that output is returned as it becomes available from each target, instead of waiting for the command to be completed on a target before returning output from that target.
Prints starting and completion messages for each node. Useful with Streaming mode.
Verifies that nodes are responding before sending the command to them.
Automatically pipe the xdsh output into xdshbak which will only display output once for all the nodes that display identical output. See the xdshbak man page for more info.
Fanout: The maximum number of nodes the command should be run on concurrently. When the command finishes on 1 of the nodes, it will be started on an additional node (the default is 64).
UserID: The user id to use to run the command on the nodes.
Remote Shell: The remote shell program to use to run the command on the nodes. The default is /usr/bin/ssh.
Shell Options: Options to pass to the remote shell being used.
Prints the return code of the (last) command that was run remotely on each node. The return code is appended at the end of the output for each node.

Tips: