Alert.png The wiki is deprecated and due to be decommissioned by the end of September 2022.
The content is being migrated to other supports, new updates will be ignored and lost.
If needed you can get in touch with EGI SDIS team using operations @ egi.eu.

Difference between revisions of "MAN01 How to publish Site Information"

From EGIWiki
Jump to navigation Jump to search
(Blanked the page)
Line 1: Line 1:
= How to Publish My Site Information =
__NOTOC__


== Checking Your Own GlueSite Object ==
    $ ldapsearch -x -H ldap://YourSiteBdii.example.org:2170 \
    -b 'Mds-Vo-Name=<SiteName>,o=Grid'  '(ObjectClass=GlueSite)'
== Results ==
Some results from an EGI view of the world. [[[http://cern.ch/steve.traylen/GlueSite/PlotEgeeProdGlueSites.html]]]
Some results of the BLOG entries: http://cern.ch/planet-wlcg
GStat2 http://gstat-prod.cern.ch/gstat/summary
If someone wants to volunteer to do the harder WLCG view then please offer.
== Current Situation of GlueSite Object ==
These are the existing well established attributes in the ''GlueSite'' object.
{|border="1" cellspacing="0" cellpadding="2"
! Attribute !!  Example!! Schema!! Notes
|-
| GlueSiteName ||  RAL-LCG2 || Free Text, No White Space || Same as GOCDB name if in GOCDB, your choice |-
| GlueSiteUniqueID ||  RAL-LCG2 || Identical to your !GlueSiteName || Same as !GlueSiteName ||
|-
| GlueSiteWeb ||  `http://cern.ch/it` || Free Text || Valid URL about the site. ||
|-
| GlueSiteLatitude || 52.42 || NN.NN || Site Latitute. ||
|-
| GlueSiteLongnitude || 16.91 || NN.NN || Longnitude of Site. ||
|-
| GlueSiteDescription || Rutherford Lab || Free Text || A long name for the site. ||
|-
| GlueSiteLocation || Dublin, Ireland || Town, City, Country || An decreasing resolution ending with Country, agree a country name with in a country. i.e UK != United Kingdom. Scotland and the Balkans should write a dynamic provider. ||
|-
| !GlueSiteUserSupportContact || `mailto:helpdesk@example.org` || Valid URL || URL for getting support. A ticket system if available. ||
|-
| !GlueSiteSysAdminContact || `xmpp://admins@jabber.org` || Valid URL || How to contact the admins. ||
|-
| !GlueSiteSecurityContact || `mailto:security@example.org` || Valid URL || How to contact for security related matters.
|}

Revision as of 18:36, 2 February 2011

How to Publish My Site Information

Checking Your Own GlueSite Object

    $ ldapsearch -x -H ldap://YourSiteBdii.example.org:2170 \
    -b 'Mds-Vo-Name=<SiteName>,o=Grid'  '(ObjectClass=GlueSite)'

Results

Some results from an EGI view of the world. [[[1]]]

Some results of the BLOG entries: http://cern.ch/planet-wlcg

GStat2 http://gstat-prod.cern.ch/gstat/summary

If someone wants to volunteer to do the harder WLCG view then please offer.

Current Situation of GlueSite Object

These are the existing well established attributes in the GlueSite object.

Attribute Example Schema Notes
GlueSiteName RAL-LCG2 Free Text, No White Space - GlueSiteUniqueID RAL-LCG2 Identical to your !GlueSiteName Same as !GlueSiteName
GlueSiteWeb `http://cern.ch/it` Free Text Valid URL about the site.
GlueSiteLatitude 52.42 NN.NN Site Latitute.
GlueSiteLongnitude 16.91 NN.NN Longnitude of Site.
GlueSiteDescription Rutherford Lab Free Text A long name for the site.
GlueSiteLocation Dublin, Ireland Town, City, Country An decreasing resolution ending with Country, agree a country name with in a country. i.e UK != United Kingdom. Scotland and the Balkans should write a dynamic provider.
!GlueSiteUserSupportContact `mailto:helpdesk@example.org` Valid URL URL for getting support. A ticket system if available.
!GlueSiteSysAdminContact `xmpp://admins@jabber.org` Valid URL How to contact the admins.
!GlueSiteSecurityContact `mailto:security@example.org` Valid URL How to contact for security related matters.