glite-catalog-create — Creates new entry/entries in the file catalog
glite-catalog-create [ -h ] [ -q ] [ -s SERVICE ] [ -V ] [ -v ] [ -c CHECKSUM ] [ -g GUID ] [ -r SURL ...] [ -R SURL ] [ -S SIZE ] [ -f FILENAME|LFN... ]
glite-catalog-create [ -h ] [ -q ] [ -s SERVICE ] [ -V ] [ -v ] [ -b NUM ] [ -f FILENAME|LFN... ]
glite-catalog-create is a command-line tool for creating new entries in the catalog. The new entry is created with a set of default permissions and (optionally) may have a set of replicas attached to it.
Print a short help message on parameters and usage, and exit.
Quiet operation.
Specifies the service endpoint to use. If SERVICE starts with http://, https:// or httpg://, then it is taken as a direct service endpoint URL. Otherwise SERVICE is taken as a service instance name and Service Discovery is invoked to look up the endpoint.
If this option is not specified, Service Discovery will be invoked and the first available catalog will be used. If the Service Discovery fails, the program will exit with an error.
If this option is not specified, only services with a known good status will be returned by Service Discovery. However if you explicitely specify a service name or an endpoint, the tool will try to use it regardless of its registered status.
If you specify an HTTP URL with an empty host name, the tool will dump the SOAP requests to the standard output and will read the SOAP reply from stdin.
Increases the verbosity level.
Print the version number and exit.
Set the number of files that will be created in a single batch operation.
Set the checksum of the file to CHECKSUM. This option is only valid if exactly one LFN is specified.
Create the file with the specified GUID. This option is only valid if exactly one LFN is specified.
Create the file with the specified SURL as a replica. This option is only valid if exactly one LFN is specified.
Create the file with the specified SURL as a master replica. This option is only valid if exactly one LFN is specified.
Set the size of the file to SIZE. This option is only valid if exactly one LFN is specified.
Name of the file(s) to create. Only LFN URIs are allowed; wildcard expansion is supported.
Read the name of the file(s) to create from file FILENAME. Only LFN URIs are allowed; wildcard expansion is supported.
Specifies the type of the Fireman catlog service to use during service discovery. The default value is org.glite.FiremanCatalog.
Specifies the type of the Storage Element Index service to use during service discovery. The default value is org.glite.SEIndex.
Specifies the type of the Metadata service to use during service discovery. The default value is org.glite.Metadata.