PerfSONAR Demo October 2008
From Glif wiki
Deployment Status
Ingress Point/Egress Point are defined going from Europe -> Asia
| Institution | Ingress Point | Egress Point | Service URI | Status |
| KRLight | KRLight-Endhost | KRLight-SeattleOME6500 | http://perfsonar.kisti.re.kr:8080/perfSONAR_PS/services/status | Deployed, random generated oper and admin stats are shown |
| CANARIE | CANARIE-StarlightHDXc | CANARIE-PwaveHDXc | http://ackbar.canet4.net:8000/perfSONAR_PS/services/CANARIE_perfSONAR | Deployed, random generated oper and admin stats are shown |
| Internet2 | INTERNET2-CHICCIENA | INTERNET2-MANLANHDXC | The Status Interface is deployed, random generated oper and admin stats are shown | |
| NetherLight | ASD001ATDM3 | ASD001ATDM3 | configs ready, scripts give "Floating point exception" | |
| Nordunet | ||||
| UNINETT | UNINETT-OSLOG2SW | UNINETT-STOLAV | http://trd-mp2.uninett.no:8080/perfSONAR_PS/services/status | Deployed, random generated oper and admin stats are shown |
GLIF perfSONAR Demo FAQ
Where can I download the software?
The most up to date version for RH5 is available at:
http://packrat.internet2.edu/~aaron/rh5_rpms/perfSONAR_PS-Status-0.09-4.i386.rh5.rpm
The most up to date version for FC4/RH4 is avialable at:
http://packrat.internet2.edu/~aaron/rh4_rpms/perfSONAR_PS-Status-0.09-4.i386.rh4.rpm
What should the agent element in the elements.conf look like?
The agents will be specific to each site. So, if someone in the Internet2 domain created a script "check_glif_perfsonar_status.pl" which returned both the operational and administrative status for their section of the circuit, their elements.conf might look like this:
<config>
<element knowledge="full">
<id>urn:ogf:network:domain=internet2.edu:path=KISTI-UNINETT-GLIF-001</id>
<agent status_type="oper/admin" type="script">
<script_name>/usr/local/bin/check_glif_perfsonar_status.pl</script_name>
</agent>
</element>
</config>
What should the element id be for my domain?
The id for each domain's section of the path should look like:
urn:ogf:network:domain=[dns domain name]:path=KISTI-UNINETT-GLIF-001
For example, the identifier for the Internet2 section of the path would be:
urn:ogf:network:domain=internet2.edu:path=KISTI-UNINETT-GLIF-001
What should the globalName be in e2emon_compat.conf?
KISTI-UNINETT-GLIF-001
How should I name the nodes in my domain?
The format of the name is "DOMAINNAME-NODENAME". Each segment can consist only of the letters A-Z and numbers 0-9. For Internet2, a node names might be:
INTERNET2-MANLANHDXC
Once you have picked names for your nodes. Add them to the table at the top of the page and email the list. If you don't have a wiki account, simply email them to the list and someone will make sure the information is added.
What should I name the nodes in the domains next to me?
For those nodes you can look at the table located at the top of the page. If the domain hasn't chosen a name send an email to the list or put in a temporary place holder.
What should I do once I've deployed the service?
Add the web service's URI (e.g. http://some.host.edu:8080/perfSONAR_PS/services/status) to the table at the top of the page and send an email to the glif list. We'll verify that we're able to contact it and retrieve circuit status information from it. The user E2EMon interface is at http://packrat.internet2.edu/~aaron/E2EMon/G2_E2E_view_e2elink_KISTI-UNINETT-GLIF-001.html.
