Changes
Page history
initial CNAF description
authored
May 03, 2019
by
James Clark
Show whitespace changes
Inline
Side-by-side
O3/CNAF/3-registration.md
View page @
68e49b5b
...
...
@@ -53,7 +53,10 @@ DIRECTORY_TIMEOUT=60
[MOUNT_POINTS]
/archive/frames/ER13/hoft
/archive/frames/O3/hoft
/archive/frames/O3/V1Online
```
Note that in this example we only care about h(t) and we'll include some ER13 for testing.
Now start the
`diskcache`
as a background process. This is easy with a script
like
...
...
@@ -66,7 +69,7 @@ After a short time, there is an ascii-dump of the frame cache at:
```
## Offline registration
First, create a
**registration file**
:
First, create a
**registration file**
for a subset of ER13 for testing
:
```
L-L1_HOFT_C00:
scope: "ER13"
...
...
@@ -102,6 +105,17 @@ Some notes:
30 seconds (by default) and register any new, un-registered files matching
the reg-file criteria.
Check they show up in the database (again, use the singularity container):
```
[jclark@ldas-pcdev6] $ singularity run --bind /archive ../gwrucio-latest.simg
[jclark@ldas-pcdev6] $ rucio list-dids ER13:L*
+--------------------+--------------+
| SCOPE:NAME | [DID TYPE] |
|--------------------+--------------|
| ER13:L-L1_HOFT_C00 | DATASET |
+--------------------+--------------+
```
## Online registration