Changeset 18569 for trunk/DataStoreServer/scripts/dsreg
- Timestamp:
- Jul 15, 2008, 1:18:17 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/DataStoreServer/scripts/dsreg (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataStoreServer/scripts/dsreg
r18535 r18569 437 437 pod2usage( 438 438 -msg => 439 "usage: $tmp[$#tmp] [--add|--del] --product prod_name --fileset fs_name --type fs_type --list filelist [options]439 "usage: $tmp[$#tmp] --add fs_name |--del fs_name --product prod_name --type fs_type --list filelist [options] 440 440 441 441 Commands: 442 442 443 --add Add a new fileset with the given metadata options. 444 File information will be read per-line from the file specifed, in the form: 445 446 fileID|type|ts0|ts1|ts2|ts3 447 448 These entries are read until EOF is sent. 449 (The type specific ts[0-3]fields are optional) 450 451 --del Remove a fileset. 452 443 --add Add a new fileset with the given metadata to the specified product. 444 File information will be read per-line from the file specifed by the 445 list option. 446 Input lines are in the following format: 447 448 fileID|size|md5sum|type|ts0|ts1|ts2|ts3 449 450 These entries are read until EOF is reached. 451 452 If either size or md5sum are left blank they will be calculated by dsreg 453 454 (The type specific fields ts[0-3]fields are optional and may be omitted) 455 456 --del Remove the fileset fs_name. 457 458 459 Options: 460 --product the product for the given file set 453 461 --list file containing list of files (use - for STDIN) 454 455 Options:456 462 --link Link files from datapath to Data Store 457 463 --copy Copy files from datapath to Data Store 458 --datapath path to source files 464 --datapath path to source files for --copy or --link 459 465 --ps0 - ps7 Optional product specific data 460 466 --rm with --del remove the fileset directory from the Data Store 467 --force with --del do not return error status if the fileset does not exist 461 468 462 469 $str",
Note:
See TracChangeset
for help on using the changeset viewer.
