bulk transfer notes in place authored by James Clark's avatar James Clark
......@@ -196,12 +196,25 @@ singularity exec --bind /archive ../gwrucio-latest.simg gwrucio_registrar -r O3-
2019-05-03 00:56:07,945 INFO Files registered
2019-05-03 00:56:07,947 INFO Total uptime: 1554.6533 sec.
```
Registered:
```
[jclark@ldas-pcdev6] $ rucio list-dids O3:*
+------------------+--------------+
| SCOPE:NAME | [DID TYPE] |
|------------------+--------------|
| O3:H-H1_HOFT_C00 | DATASET |
| O3:L-L1_HOFT_C00 | DATASET |
| O3:V-V1Online | DATASET |
+------------------+--------------+
```
### Batch Registration
In this case, the number of files to register is still manageable for a single
process. For larger datasets, one can instead split the registration process
into smaller sets of files and launch an HTCondor workflow using [`gwrucio_pipe`](https://git.ligo.org/james-clark/gwrucio/blob/master/bin/gwrucio_pipe).
interactive session. For larger datasets one can instead split the
registration process into smaller sets of files and launch an HTCondor workflow
using
[`gwrucio_pipe`](https://git.ligo.org/james-clark/gwrucio/blob/master/bin/gwrucio_pipe).
An example will be provided elsewhere.
## Online registration
......
......