ClusterCopyConsole how to pass userPermission in arguments

Pergunta ClusterCopyConsole how to pass userPermission in arguments

  • 2012年3月23日 10:09
     
     

    I am trying to run ClusterCopyConsole to copy some data to compute nodes. I am using the command as below

    clustercopyconsole /HeadNode:HEADNODE /SourceFolder:C:\hpc\data /DestinationFolder:C:\hpc\scratch /NodeGroups:ComputeNodes

    When I execute the command ,it is asking for the user permission as a next step to connect to head node. I want to know is there any way that can pass the credential through the same command itself.

    Actually I am trying to copy the data through my application and internally using this clustercopyconsole to copy to the computenodes and hence I want to know how to pass the user credential as a argument to this clustercopyconsole command.

    Please let me know how can I do the same.


    Aravindakumar.V

全部回复

  • 2012年3月26日 3:08
     
     
    Hi, clustercopyconsole is a deprecated tool. If you want to distribute files, I suggest you try the new "hpcfile.exe" CLI. -yiding
  • 2012年3月26日 6:19
     
     

    Hi,

      This tool seems to copy file to a single node at a time. That means I have to iterate through each node and trigger a copy operation is it ?

      Is there any command / tool that can copy / deploy files to specfic set of nodes within cluster instances ?

    Thanks & Regards

    Aravindakumar.V


    Aravindakumar.V

  • 2012年3月27日 23:49
     
     

    If your cluster is not too big, you can try "clusrun robocopy $source(this must be a fileshare) $destination(as local to each node) /nodegorup<your nodegroup>"

    Michael