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 "HOWTO21"

From EGIWiki
Jump to navigation Jump to search
Line 10: Line 10:


== Get the information ==
== Get the information ==
For retrieving the queue URL from the BDII, you can simply use the command ''lcg-infosites'' executed from an UI. Be sure to query a production Top-BDII: you can either set the one provided by your Operations Centre or choose one from https://goc.egi.eu/portal/index.php?Page_Type=Service_Group&id=1205
For example:
$ export LCG_GFAL_INFOSYS=egee-bdii.cnaf.infn.it:2170
$ lcg-infosites --vo ops ce | grep nikhef
  5680      15          0            0      0 dissel.nikhef.nl:2119/jobmanager-pbs-infra
  5680      17          1            1      0 gazon.nikhef.nl:8443/cream-pbs-infra
  5680      15          0            0      0 juk.nikhef.nl:8443/cream-pbs-infra
  5680      15          0            0      0 klomp.nikhef.nl:8443/cream-pbs-infra
  5680      16          0            0      0 stremsel.nikhef.nl:8443/cream-pbs-infra
kghk


== Fill in the information ==
== Fill in the information ==

Revision as of 12:23, 2 November 2016

How to add URL service endpoint information into GOC-DB

For monitoring purposes, each service endpoints registered into GOC-DB with the flags production and monitored should include the endpoint URL information in order to be contacted by the relative nagios probe.

The information needed for service type are:

  • CREAM-CE: the queue URL where the ops VO is enabled. This is the value of the attribute GlueCEUniqueID published in the BDII.
  • SRM: the value of the attribute GlueServiceEndpoint published in the BDII
  • Other service types: the value of the attribute GlueServiceEndpoint published in the BDII


Get the information

For retrieving the queue URL from the BDII, you can simply use the command lcg-infosites executed from an UI. Be sure to query a production Top-BDII: you can either set the one provided by your Operations Centre or choose one from https://goc.egi.eu/portal/index.php?Page_Type=Service_Group&id=1205

For example:

$ export LCG_GFAL_INFOSYS=egee-bdii.cnaf.infn.it:2170

$ lcg-infosites --vo ops ce | grep nikhef
  5680      15          0            0       0 dissel.nikhef.nl:2119/jobmanager-pbs-infra
  5680      17          1            1       0 gazon.nikhef.nl:8443/cream-pbs-infra
  5680      15          0            0       0 juk.nikhef.nl:8443/cream-pbs-infra
  5680      15          0            0       0 klomp.nikhef.nl:8443/cream-pbs-infra
  5680      16          0            0       0 stremsel.nikhef.nl:8443/cream-pbs-infra

kghk

Fill in the information