Forums » User questions »
LFC Adaptor
Added by Scardaci Diego almost 14 years ago
Hello,
I'd like to start using the LFC adaptor. Could you, please, point me to some example and/or documentation?
Regards,
Diego Scardaci
INFN Catania
Replies (2)
RE: LFC Adaptor
-
Added by Reynaud Sylvain almost 14 years ago
Hello,
- Code examples for replica management are here (does not depend on protocol used):
http://grid.in2p3.fr/jsaga/jsaga-engine/xref/fr/in2p3/jsaga/command/package-summary.html
=> see classes with name starting with "NSLogical".
=> some classes with name starting with "Namespace" (e.g. NamespaceList) also work for replica management.
- Configuration example for LFC is here (depends on protocol used):
http://grid.in2p3.fr/jsaga/adaptors/jsaga-adaptor-lfc/example.html
- Command jsaga-help may also provide useful information about security context types supported by LFC adaptor, and how to configure these contexts (usage, default and missing attributes).
- and of course the main reference documentation is the SAGA specification and its Java binding.
Regards,
Sylvain