Main FTS Pages |
---|
FtsRelease22 |
Install |
Configuration |
Administration |
Procedures |
Operations |
Development |
Previous FTSes |
FtsRelease21 |
FtsRelease21 |
All FTS Pages |
FtsWikiPages |
Last Page Update |
GavinMcCance 2007-07-19 |
Inactive
and why.
In particular, you are encouraged to make use of the "-m" option to say why you are doing a specific operation (new in FTS 2.0).
The glite-transfer-channel-audit
command will list previous changes to the channel (new in FTS 2.0).
CERN-RAL
and RAL-CERN
.
If Castor2 at CERN is under maintenance, all CERN-PROD channels will be affected.
root
on one of the FTS nodes (fts101
to fts105
):
. /etc/profile glite-transfer-channel-set -S Inactive CHANNELNAME -m "Setting channel inactive due to maintenance on our SRM"Or all channels inactive:
. /etc/profile for i in `glite-transfer-channel-list`; do glite-transfer-channel-set -S Inactive $i -m "Setting all channels inactive" ; doneThe transfers should stop within a few minutes (currently running transfers always attempt to finish first).
root
on one of the FTS nodes (fts101
to fts105
):
. /etc/profile glite-transfer-channel-set -S Active CHANNELNAME -m "Setting channel back active after SRM maintenance"Or set all channels active:
. /etc/profile for i in `glite-transfer-channel-list`; do glite-transfer-channel-set -S Inactive $i \ -m "Setting all channels back active after maintenance"; doneYou should MAKE SURE that if any channels were set
Inactive
before the intervention, you do not set them Active
without knowing that they really should be set Active
again (e.g. there may be a parallel intervention going on at the given site).
Queued transfer will resume within a few seconds.