Chassis cluster file operations
There are a couple of handy commands which you can use if you have a JSRP cluster. For example following two commands can be used for copying a file or directory e.g from node0 to node1 : >file copy /tmp/test_file.txt node1:/tmp/ %rcp -T /tmp/test_file.txt node1:/tmp/ If you want to copy directory you should also include
Read More »
You must be logged in to post a comment.