Changes between Version 5 and Version 6 of GIR3.2_ScalableMonitoring


Ignore:
Timestamp:
06/01/11 16:43:27 (13 years ago)
Author:
lnevers@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GIR3.2_ScalableMonitoring

    v5 v6  
    2626
    2727
    28 Onced logged in the follow page is presented to the user which includes 4 tabs/panels:
     28Once logged in the follow page is presented to the user which includes 4 tabs/panels:
    2929
    3030
     
    3232
    3333
     34Before proceeding to uploading the manifest and keys, a non admin user must create a slice and a sliver.  In this evaluation the
     35following rspec was used:
     36{{{
     37$ more pg.rspec
     38<?xml version="1.0" encoding="UTF-8"?>
     39<rspec xmlns="http://protogeni.net/resources/rspec/0.2">
     40  <node virtual_id="geni1"
     41        virtualization_type="emulab-vnode">
     42  tarfiles="/tmp http://mirage.hpl.hp.com/csi_protogeni.tar.gz"
     43  startup_command="/bin/sh/tmp/deploy_initialize.sh">
     44  </node>
     45  <node virtual_id="geni2"
     46        virtualization_type="emulab-vnode">
     47  tarfiles="/tmp http://mirage.hpl.hp.com/csi_protogeni.tar.gz"
     48  startup_command="/bin/sh/tmp/deploy_initialize.sh">
     49  </node>
     50</rspec>
     51}}}
     52'''Note:''' The tarfile and startup_command are required as stated by the S3 user guide.
     53
     54The slice and sliver were created and the output was captured to create the manifest file which is required by the S3 setup:
     55{{{
     56
     57lnevers@sendaria:~/gcf-1.2$ ./src/omni.py createslice s3-slice
     58INFO:omni:Loading config file omni_config
     59INFO:omni:Using control framework pgeni
     60Created slice with Name s3-slice, URN urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+s3-slice
     61lnevers@sendaria:~/gcf-1.2$ ./src/omni.py -a https://www.emulab.net/protogeni/xmlrpc/am -n createsliver s3-slice pg.rspec > s3-manifest
     62}}}
     63
     64Now Upload Manifest File and select node addresses:
     65[[Image(2011-06-01-upload.jpg)]]
     66
     67[[Image(2011-06-01-upload1.jpg)]]
    3468
    3569[[BR]]