Changes between Version 10 and Version 11 of Old/orbitHandler


Ignore:
Timestamp:
Aug 23, 2006, 4:18:47 PM (18 years ago)
Author:
cmdavies
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Old/orbitHandler

    v10 v11  
    8080   === Command: orbitPutFile ===
    8181
    82 Acts like a distributed ftp function. It allows a file to be put
     82Acts like a distributed ftp function. It allows a file to be copied from the console to every node in set. The useage for this command is:
     83
     84Copy a file to the home directory of the node
     85{{{
     86joeuser@console.sb1:~$ ./orbitPutFile nodeset myFile
     87}}}
     88
     89Copy a file to a particular directory of the node
     90{{{
     91joeuser@console.sb1:~$ ./orbitPutFile nodeset libApp.so /usr/lib
     92}}}
     93
     94   === Command: orbitGetFileMerged ===
     95