Changes between Version 10 and Version 11 of sol4/IDMS/ExpTutorial


Ignore:
Timestamp:
06/20/14 16:32:51 (10 years ago)
Author:
adorwat@umail.iu.edu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • sol4/IDMS/ExpTutorial

    v10 v11  
    82821. To upload data use lors_upload command.
    8383{{{
    84    lors_upload –H monitor.incntre.iu.edu -f <file_to_be_uploaded> <options>
     84   Command :
     85       lors_upload –H monitor.incntre.iu.edu -f <file_to_be_uploaded> <options>
     86
     87   Sample Execution:
     88       [adorwat@user-2 ~]$ lors_upload -V 1 -H monitor.incntre.iu.edu -f sample
     89       TOOL Upload
     90       SIZE 47
     91       TITLE Filename sample
     92       EXNODEFILE sample.xnd
     93       No       ID      Depot   Port    Score   Bandwidth       Prox    NFailure        NThread NThreadDone
     94       ================================================================================
     95       0        1       10.10.100.16    6714    0.000000        0.000000        0.000000        0       0       0
     96       1        2       10.10.100.3     6714    0.000000        0.000000        0.000000        0       0       0
     97       2        3       10.10.150.2     6714    0.000000        0.000000        0.000000        0       0       0
     98       3        4       10.10.150.21    6714    0.000000        0.000000        0.000000        0       0       0
     99       4        5       10.10.150.25    6714    0.000000        0.000000        0.000000        0       0       0
     100       5        6       10.10.150.4     6714    0.000000        0.000000        0.000000        0       0       0
     101       6        0       10.10.100.15    6714    0.000000        0.000000        0.000000        0       0       0
     102       entering while: 0
     103       Capability               10.10.100.3:6714        0       47
     104       Store                    10.10.100.3:6714        0       47
     105       min_unique_depots: 12
     106       ALLOCATION: 0
     107       ALLOCATION: 0
     108       Capability              10.10.150.2:6714        0       47
     109       Capability             10.10.150.21:6714        0       47
     110       Copy              10.10.100.3:6714 to              10.10.150.2:6714 0 47
     111       Copy              10.10.100.3:6714 to             10.10.150.21:6714 0 47
     112       End Success
     113
    85114}}}
    86115  .xnd file will be generated when you upload the file using lors_upload. This exnode file contains metadata about how your file has been distributed across available depots. If you wish to share you data with other hosts connected on IDMS data plane. Just share the .xnd file. More advanced options available to expore
     
    133162To download data stashed on storage node use .xnd file generated during the upload.
    134163{{{
    135   lors_download -f <xnd_file_location> -o <file_name>
     164   command :
     165        lors_download -f <xnd_file_location> -o <file_name>
     166   Sample Execution:
     167        [adorwat@user-2 ~]$ lors_download sample.xnd -f
     168        TOOL Download
     169        EXNODEFILE sample
     170        TITLE Filename sample
     171        MAXLENGTH 47
     172        Load             10.10.150.21:6714        0       47
     173        Load              10.10.150.2:6714        0       47
     174        End Success
     175
    136176}}}
    137177More advanced options to explore