Changes between Version 7 and Version 8 of GeniDesktop/Manual/gdfeatures/val


Ignore:
Timestamp:
05/13/16 09:36:48 (8 years ago)
Author:
Hussamuddin Nasir
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GeniDesktop/Manual/gdfeatures/val

    v7 v8  
    77This modules can be used if you need to check the state of your slice. In simple terms, you may just want to check if all the interfaces are up and running and the end to end connectivity between the interfaces on each end of the link works. For a simple ping test for all interfaces and nodes, follow the below steps.
    88
    9  1. Click on '''Validation''' button in the top left side of the page.
    10  2. Click on the '''Open Validation''' button in the small window that shows up in the figure below,
     9=== Manage Sessions ===
     10{{{
     11#!html
     12<table border="0" cellpadding="10">
     13 <tr>
     14  <td> <img border="0" width=301 src="http://groups.geni.net/geni/attachment/wiki/GeniDesktop/Manual/gdfeatures/val/va1.png?format=raw/></td>
     15  <td valign="middle">
     16   <ol type="1" start=1> 
     17    <li>Click on '''Validation''' button in the top left side of the page.</li>
     18    <li>Click on the '''Open Validation''' button in the small window that shows up in the figure on the left</li>
     19   </ol>
     20  </td>
     21 </tr>
     22 <tr>
     23  <td> <img border="0" width=282 src="http://groups.geni.net/geni/attachment/wiki/GeniDesktop/Manual/gdfeatures/val/validation2.png?format=raw/></td>
     24  <td valign="middle">
     25   <ol type="1" start=3> 
     26    <li>Then click on green colored  '''Start Validation''' button. This action will start probing all nodes and interfaces. A green cell in the table produced means everything is okay; yellow means a partial failure; red means a total failure. If all goes well, you should see something like the figure on the left</li>
     27   </ol>
     28  </td>
     29 </tr>
    1130
    12 [[Image(val1.png, 301)]]
    13 
    14  3. Then click on green colored  '''Start Validation''' button. This action will start probing all nodes and interfaces. A green cell in the table produced means everything is okay; yellow means a partial failure; red means a total failure. If all goes well, you should see something like the figure below.
    15 
    16 [[Image(validation2.png, 282)]]
    17 
     31</table>
     32}}}
    1833 4. Now let us manually bring down an interface. Log into one of the nodes in your slice . We will use the [wiki:ssh SSH Module] to do this. To bring the interface down we do "sudo ifconfig eth1 down" where eth1 is one of the experimental interface.
    1934