wiki:GIR3.2_ScalableMonitoring

Version 6 (modified by lnevers@bbn.com, 13 years ago) (diff)

--

Scalable Monitoring Evaluation

On May 20 a new version of the S3 (Scalable Sensing Service) Monitoring documentation and a demo site were made available. The S3 Monitor software package was not made available.

On May 30, a second version of the documentation was provided along with demo site login information.

Scalable Monitoring Findings

May 20, 2011 version: Links in documentation pointing to demo site were did not use fully qualified names and failed.

May 30, 2011 version: Only reviewed the user guide portions that related to end-users and not admin due to account type provided.

Scalable Monitoring How-to

The S3 demo installation was accessible at http://mirage.hpl.hp.com:8080/s3monitor/, where a "management node" can be used without the software. A user accounts is available upon request to puneet.sharma@hp.com.

The login page looks as follows:

Once logged in the follow page is presented to the user which includes 4 tabs/panels:

Before proceeding to uploading the manifest and keys, a non admin user must create a slice and a sliver. In this evaluation the following rspec was used:

$ more pg.rspec 
<?xml version="1.0" encoding="UTF-8"?>
<rspec xmlns="http://protogeni.net/resources/rspec/0.2">
  <node virtual_id="geni1"
        virtualization_type="emulab-vnode">
  tarfiles="/tmp http://mirage.hpl.hp.com/csi_protogeni.tar.gz"
  startup_command="/bin/sh/tmp/deploy_initialize.sh">
  </node>
  <node virtual_id="geni2"
        virtualization_type="emulab-vnode">
  tarfiles="/tmp http://mirage.hpl.hp.com/csi_protogeni.tar.gz"
  startup_command="/bin/sh/tmp/deploy_initialize.sh">
  </node>
</rspec>

Note: The tarfile and startup_command are required as stated by the S3 user guide.

The slice and sliver were created and the output was captured to create the manifest file which is required by the S3 setup:

lnevers@sendaria:~/gcf-1.2$ ./src/omni.py createslice s3-slice
INFO:omni:Loading config file omni_config
INFO:omni:Using control framework pgeni
Created slice with Name s3-slice, URN urn:publicid:IDN+pgeni.gpolab.bbn.com+slice+s3-slice
lnevers@sendaria:~/gcf-1.2$ ./src/omni.py -a https://www.emulab.net/protogeni/xmlrpc/am -n createsliver s3-slice pg.rspec > s3-manifest

Now Upload Manifest File and select node addresses:


Email us with any questions and feedback on this page!

Attachments (5)

Download all attachments as: .zip