fts-set-blacklist
Synopsis
fts-set-blacklist [options] TYPE SUBJECT MODE
Description
fts-set-blacklist is a tool for blacklisting SEs and DNs. Accepted values for TYPE are: ‘se’, and ‘dn’, subject is either the DN or SE name, MODE is either ‘on’ (blacklisted) or ‘off’ (unblacklisted)
Options
-h [ –help ] Print this help text and exit.
-q [ –quite ] Quiet operation.
-v [ –verbose ] Be more verbose.
-s [ –service ] arg Use the transfer service at the specified URL.
-V [ –version ] Print the version number and exit.
Example
– To blacklist a SE:
fts-set-blacklist -s $FTSENDPOINT se $SE on
– To blacklist a SE for given VO:
fts-set-blacklist -s $FTSENDPOINT se $SE on –vo $VO
– To blacklist a SE but still accept transfer-jobs:
fts-set-blacklist -s $FTSENDPOINT se $SE on –allow-submit
– To remove a SE from blacklist:
fts-set-blacklist -s $FTSENDPOINT se $SE off
– To blacklist a DN:
fts-set-blacklist -s $FTSENDPOINT dn $DN on
– To remove a DN from blacklist:
fts-set-blacklist -s $FTSENDPOINT dn $DN off
See Also
http://fts3-service.web.cern.ch/