Changes between Version 5 and Version 6 of GENIExperimenter/Tutorials/GENIDesktop/GEC23/ready_init_instr


Ignore:
Timestamp:
06/10/15 16:07:50 (9 years ago)
Author:
Hussamuddin Nasir
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/GENIDesktop/GEC23/ready_init_instr

    v5 v6  
    11[[PageOutline]]
    22
    3 Navigation: [wiki:GENIExperimenter/Tutorials/GENIDesktop/GEC23/create_experiment Back]
     3[wiki:GENIExperimenter/Tutorials/GENIDesktop/GEC23#ExercisesTasks Back to GEC23 Tutorial]
    44
    55== Waiting for slice and resources to become ready ==
     
    1717
    1818=== What does Initialize mean? ===
    19   In order to use the basic functionality of the !GeniDesktop, the !GeniDesktop must install and configure the Global Node (GN) -- which you added at slice creation time.  In particular, it must:
     19  In order to use the basic functionality of the !GENIDesktop, the !GENIDesktop must install and configure the Global Node (GN) -- which you added at slice creation time.  In particular, it must:
    2020    * Install and configure software on the GN  such as the apache webserver, a mysql server, a content management system, etc.
    2121    * Generate ssh keys dynamically on the Global Node, and then distribute the public key to the other nodes in the slice so that they can be controlled/monitored by the GN.
     
    2424
    2525=== Why is Initialize Needed? ===
    26   As you will see later in this session, once the slice is initialized, you will be able to use a web-based terminal to connect to your nodes just by clicking on a node in the topology diagram. You will also be able to copy files to your nodes and will have the ability to run commands on all the nodes (or a subset of nodes) in your topology at the same time. With a recent update to the Genidesktop, all slices/slivers created at the GeniDesktop will be auto-initialized and may not require this step. Any referral to the Genidesktop from a slice page in the GENI Portal also should be auto-Initialized.
     26  As you will see later in this session, once the slice is initialized, you will be able to use a web-based terminal to connect to your nodes just by clicking on a node in the topology diagram. You will also be able to copy files to your nodes and will have the ability to run commands on all the nodes (or a subset of nodes) in your topology at the same time. With a recent update to the GENIDesktop, all slices/slivers created at the GENIDesktop will be auto-initialized and may not require this step. Any referral to the GENIDesktop from a slice page in the GENI Portal also should be auto-Initialized.
    2727
    2828    [[Image(wiki:GEMINI/Tutorial/Images:gd_simple2.png,50%)]]
     
    3434
    3535=== What does Instrumentize mean ? ===
    36   Once you have your experiment running, you may want to collect statistics (system/network). The statistics may be collected using active probing of your slice or you may just want to collect data passively from the nodes. Active Tests can include bandwidth measurement tests, Round trip time and many others. These measurements are taken by actively sending traffic on the nodes and link in your slice. Passive measurements may include, monitoring the traffic flow on links/nodes, system statistics like CPU and Memory monitoring, monitoring of system processes, IP tables and routes where in no data is actually sent through your nodes/link. All data collected is from the activity being performed by you or the Testbed on your nodes. For this to happen, we utilize the [http://groups.geni.net/geni/wiki/GEMINIv3 GEMINI I&M] system which is installed, configured and setup for you during this phase. This involves installing a lot of software on your nodes including the global node. This operation can take quite a considerable amount of time depending on which Disk Image is loaded on your nodes. If using a GEMINI enabled Disk Image listed at [http://groups.geni.net/geni/wiki/GEMINIv3#GEMINIGlobalNodeImages this page], this phase should complete within 10 minutes. If you use your own Disk Image on the nodes in your slice which is also supported by GEMINI, this phase may take about 30 minutes or sooner. If you did not select a Disk Image and used JACKS in the GENIDesktop to allocate your resources, then you are using one of the GEMINI Enabled Disk Images.
     36  Once you have your experiment running, you may want to collect statistics (system/network). The statistics are collected by passively probing the nodes. Passive measurements may include, monitoring the traffic flow on links/nodes, system statistics like CPU and Memory monitoring, monitoring of system processes, IP tables and routes where in no data is actually sent through your nodes/link. All data collected is from the activity being performed by you or the Testbed on your nodes. For this to happen, we utilize the a whole bunch of data collection/monitoring tools which is installed, configured and setup for you during this phase. This involves installing a lot of software on your nodes including the Global node. This operation can take quite a considerable amount of time depending on which Disk Image is loaded on your nodes. If using a GENIDesktop enabled Disk Image, this phase should complete within 10 minutes. If you use your own Disk Image on the nodes in your slice which is also supported by GENIDesktop, this phase may take about 30 minutes or sooner. If you did not select a Disk Image and used JACKS in the GENIDesktop to allocate your resources, then you are using one of the GENIDesktop Enabled Disk Images.
    3737
    3838=== Why is Instrumentize Needed? ===
    39   Once instrumentized, you can use the full capability of the !GeniDesktop. This includes viewing network and system graphs, tabular data collected from your nodes, and reconfiguring the data you want collected and displayed. You also now have the ability to archive your data to your Irods account created at the !GeniPortal. Once instrumentized, there will be additional data collection routines and daemons running on your nodes. The additional system and memory load should be minimal though and should not affect the performance of your nodes. You should also be able to use features you had when you initialized your slice. All slices are automatically instrumentized when using the GENIDesktop.
     39  Once instrumentized, you can use the full capability of the !GENIDesktop. This includes viewing network and system graphs, tabular data collected from your nodes, and re-configuring the data you want collected and displayed. You also now have the ability to archive your data to your Irods account created at the !GENI Portal. Once instrumentized, there will be additional data collection routines and daemons running on your nodes. The additional system and memory load should be minimal though and should not affect the performance of your nodes. You should also be able to use features you had when you initialized your slice. All slices are automatically instrumentized when using the GENIDesktop.
    4040
    4141    [[Image(wiki:GEMINI/Tutorial/Images:gd_simple4.png,50%)]]
    4242
    43 [wiki:GENIExperimenter/Tutorials/GENIDesktop/GEC23/create_experiment Back to Tutorial Page]
     43[wiki:GENIExperimenter/Tutorials/GENIDesktop/GEC23#ExercisesTasks Back to GEC23 Tutorial]