Description

Transfer a file from one node to another node in cluster

Solution

Please use the command below to copy files from node 0 to node 1

 

user@rootnode1file copy /var/tmp/<> node1:/var/tmp/

The node number indicates to which node the file has to be copied.

Modification History

2025-06-27 : Article Created