lcg-uf(1) - Linux man page

Name

lcg-uf - unregister in the LRC a file residing on an SE

Synopsis

lcg-uf [ --config config_file ] [ -h,--help ] [ -v,--verbose ] [ --connect-timeout "timeout" ] [ --sendreceive-timeout "timeout" ] [ --bdii-timeout "timeout" ] [ -f ] [ --vovirtual_organization ] [ --version ] guid surl

Description

lcg-uf unregisters in the LRC or the LFC a file residing on an SE. If it was the last or only valid replica, the entries corresponding to this GUID are also removed from the RMC or the LFC. If you specify a given command line option multiple times, the command takes into account only the very last one so that in a script, you can override a particular option in a pre-set option set (like gcc does).
surl
specifies the site URL of the file to be unregistered. The scheme can be sfn: for a classical SE or srm:.
guid
specifies the Grid Unique IDentifier.
--connect-timeout
Sets the connect timeout, used when connecting to a remote host. The connection will be aborted if the remote host doesn't reply after value seconds. Default: 60 seconds.
--sendreceive-timeout
Sets the send/receive data timeout, used when transferring data to/from a remote host. The connection will be aborted if no data is transfered after value seconds. Default: 0 (blocking).
--bdii-timeout
Sets the BDII timeout, used when searching information into BDII. The connection will be aborted if the search is longer than value seconds. Default: 60 seconds.
vo
specifies the Virtual Organization the user belongs to. If it is not specified, the environment variable LCG_GFAL_VO will be used.
conf_file
This argument is currently ignored.
-f
Force mode. Ignore nonexistent-file errors.
-v,--verbose
Verbose mode. You can specify it twice for extra verbose mode.

Note

The environment variable LCG_GFAL_INFOSYS must point to the BDII, unless --nobdii option is used. To use the RLS as catalog instead of the LFC, the environment variable LCG_CATALOG_TYPE must explicitely be set to "edg". By default, it is set to "lfc".

Example

    lcg-uf --vo dteam guid:4fd28653-b076-4336-811e-7d5a553e0d7f \
        srm://lxshare0282.cern.ch//pnfs/cern.ch/data/dteam/testjpb16

Exit Status

This program returns 0 if the operation was successful or >0 if the operation failed.

See Also

lcg-aa(1), lcg-cp(1), lcg-cr(1), lcg-del(1) lcg-getturls(1), lcg-gt(1), lcg-la(1), lcg-lg(1), lcg-lr(1), lcg-ls(1), lcg-ra(1), lcg-rep(1), lcg-rf(1), lcg-sd(1), lcg-stmd(1), lcg-uf(1),

Referenced By

lcg-bringonline(1), lcg-get-checksum(1)