Changes between Version 5 and Version 6 of GENIExperimenter/Tutorials/SystematicExprCaseStudy/ScalingUp/DesignSetup


Ignore:
Timestamp:
08/13/14 11:49:23 (10 years ago)
Author:
xliu@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/SystematicExprCaseStudy/ScalingUp/DesignSetup

    v5 v6  
    6262[[Image(GENIExperimenter/Tutorials/SystematicExprCaseStudy/ScalingUp/DesignSetup:4node-stitching.png)]]
    6363
    64 Export the request RSpec to your local machine, save it as ''4node-stitching.rspec''.
     64Export the request RSpec to your local machine, save it as `4node-stitching.rspec`.
    6565
    6666== c. Edit New RSpec ==
    6767
    68 Now open the RSpec file ''4node-stitching.rspec', and we need to do some small editing locally first.
     68Now open the RSpec file `4node-stitching.rspec`, and we need to do some small editing locally first.
    6969
    70 Recall that we have changed the link type and aggregate type, the RSpec still keeps the information about ''stanford-ig'', which we are not using it any more, so we need to manually delete this information from the RSpec, otherwise,  we will see errors when requesting resources.
     70Recall that we have changed the link type and aggregate type, the RSpec still keeps the information about `stanford-ig`, which we are not using it any more, so we need to manually delete this information from the RSpec, otherwise,  we will see errors when requesting resources.
    7171
    72 For example, the ''stitched0'' link has three ''component_manager'' tags, and the one has name "urn:publicid:IDN+instageni.stanford.edu+authority+cm" is not needed. Also, we need to reduce the capacity down to less than 20000, it is 100000 by default.
     72For example, the `stitched0` link has three `component_manager` tags, and the one has name "urn:publicid:IDN+instageni.stanford.edu+authority+cm" is not needed. Also, we need to reduce the capacity down to less than 20000, it is 100000 by default.
    7373{{{
    7474<link client_id="stitched0">
     
    8686}}}
    8787
    88 So, for each link block in the ''4node-stitching.rspec'' file, delete the following line, and update the capacity from 100000 to 10000, then save the file.
     88So, for each link block in the `4node-stitching.rspec` file, delete the following line, and update the capacity from 100000 to 10000, then save the file.
    8989
    9090{{{
     
    111111= 2. Get Resource Using Stitcher =
    112112
    113 Stitcher is a command line tool to get resources, including create VM slivers and stitched links. We run stitcher from command line to get resources by providing the RSpec file ''4node-stitching.rspec'' just created. To run stitcher, you need to install omni tool.
     113Stitcher is a command line tool to get resources, including create VM slivers and stitched links. We run stitcher from command line to get resources by providing the RSpec file `4node-stitching.rspec` just created. To run stitcher, you need to install `omni` tool.
    114114
    115115The command is:
     
    118118}}}
    119119
    120 The option "--logconfig" is not necessary, but if you see message like "WARNING:root:Failed to find log config file /Applications/omniTools-2.6/stitcher.app/Contents/Resources/lib/python27.zip/gcf/stitcher_logging.conf", you may need to manually download [http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/SystematicExprCaseStudy/ScalingUp/DesignSetup/stitcher_logging.conf stitcher_logging.conf] to your local system.
     120The option `"--logconfig"` is not necessary, but if you see message like "WARNING:root:Failed to find log config file /Applications/omniTools-2.6/stitcher.app/Contents/Resources/lib/python27.zip/gcf/stitcher_logging.conf", you may need to manually download [http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/SystematicExprCaseStudy/ScalingUp/DesignSetup/stitcher_logging.conf stitcher_logging.conf] to your local system.
    121121
    122122If you successfully run stitcher, you will see similar output as below: