Transfer a file from one node to another node in cluster
Please use the command below to copy files from node 0 to node 1
user@rootnode1> file copy /var/tmp/<> node1:/var/tmp/
The node number indicates to which node the file has to be copied.