initial CNAF description authored by James Clark's avatar James Clark
...@@ -53,7 +53,10 @@ DIRECTORY_TIMEOUT=60 ...@@ -53,7 +53,10 @@ DIRECTORY_TIMEOUT=60
[MOUNT_POINTS] [MOUNT_POINTS]
/archive/frames/ER13/hoft /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 Now start the `diskcache` as a background process. This is easy with a script
like like
...@@ -66,7 +69,7 @@ After a short time, there is an ascii-dump of the frame cache at: ...@@ -66,7 +69,7 @@ After a short time, there is an ascii-dump of the frame cache at:
``` ```
## Offline registration ## Offline registration
First, create a **registration file**: First, create a **registration file** for a subset of ER13 for testing:
``` ```
L-L1_HOFT_C00: L-L1_HOFT_C00:
scope: "ER13" scope: "ER13"
...@@ -102,6 +105,17 @@ Some notes: ...@@ -102,6 +105,17 @@ Some notes:
30 seconds (by default) and register any new, un-registered files matching 30 seconds (by default) and register any new, un-registered files matching
the reg-file criteria. 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 ## Online registration