Skip to content

Commit a9fb7cc

Browse files
committed
Fix scicat help email
change scicat-help@l.psi.ch to scicat-help@lists.psi.ch
1 parent df9f622 commit a9fb7cc

3 files changed

Lines changed: 20 additions & 8 deletions

File tree

_data/facilities.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
url: https://www.psi.ch/en/emf
2525
contacts:
2626
- name: Data Catalog Admins
27-
email: scicat-help@l.psi.ch
27+
email: scicat-help@list.psi.ch
2828
facilityBackend: https://emf-ingestor.psi.ch/
2929

3030
- name: Dubochet Center for Imaging Lausanne

documentation/admin/installation/globus.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ globus-connect-server storage-gateway update posix <id> \
9595

9696
The PSI globus proxy requires the endpoint to be registered before it will be available
9797
for use. Please send the following information to
98-
[scicat-help@l.psi.ch](mailto:scicat-help@l.psi.ch) to register the new endpoint with
98+
[scicat-help@list.psi.ch](mailto:scicat-help@list.psi.ch) to register the new endpoint with
9999
OpenEM:
100100

101101
- domain name

documentation/admin/req-infrastructure.md

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ research institutions. This is where the ingestor is installed and the metadata
1818
extractors are stored.
1919

2020
| Component | Minimum Requirements | Recommended Requirements |
21-
| ------------- | -------------------- | ------------------------ |
21+
|---------------|----------------------|--------------------------|
2222
| Memory | 8 GB | 16 GB or more |
2323
| CPU | 4 cores | 8 cores or more |
2424
| Network | 1 Gbps | 10 Gbps or more |
@@ -45,7 +45,7 @@ The cache storage should provide enough capacity to hold datasets until they can
4545
archived; typically a minimum of 30 days is recommended.
4646

4747
| Component | Minimum Requirements | Recommended Requirements |
48-
| --------- | -------------------- | ------------------------ |
48+
|-----------|----------------------|--------------------------|
4949
| Storage | 50 TB | 100 TB or more |
5050

5151
## Software Requirements
@@ -54,7 +54,15 @@ Software requirements for server components
5454

5555
### Operating System
5656

57-
Linux is required for Globus Connect Server.
57+
One of the following Linux distributions supported by GCS is required:
58+
59+
- Red Hat Enterprise Linux 8, 9, 10 and derivatives
60+
- Rocky Linux, AlmaLinux, Oracle Linux, CentOS Stream
61+
- Fedora 41, 42
62+
- Debian 11, 12, 13
63+
- Ubuntu 22.04 LTS, 24.04 LTS, 25.04
64+
- SUSE Linux Enterprise Server 15.6
65+
- OpenSUSE Leap 15.6
5866

5967
The ingestor software can run on either Linux or Windows.
6068

@@ -84,7 +92,7 @@ The following ports should be open for a standard configuration using globus to
8492
data to PSI from the same machine that runs the ingestor.
8593

8694
| Service | Port | Source | Destination | Reason |
87-
| -------- | --------------- | ------------------------------------- | --------------------------------------------------------------------------------- | ------------------- |
95+
|----------|-----------------|---------------------------------------|-----------------------------------------------------------------------------------|---------------------|
8896
| Globus | tcp/443 | ingestor-server | 54.237.254.192/29 | Globus Control Out |
8997
| Globus | tcp/443 | 54.237.254.192/29 | ingestor-server | Globus Control In |
9098
| Globus | tcp/50000-51000 | ingestor-server | 192.33.126.53 (lx-globus-01.psi.ch)<br/>192.33.126.54 (lx-globus-02.psi.ch) | Globus GridFTP Out |
@@ -93,8 +101,8 @@ data to PSI from the same machine that runs the ingestor.
93101
| SciCat | tcp/443 | ingestor-server<br/>User workstations | dacat.psi.ch<br/>dacat-qa.psi.ch[^2]<br/>scicat.development.psi.ch[^2] | SciCat backend |
94102
| SciCat | tcp/443 | ingestor-server<br/>User workstations | globus-proxy.psi.ch<br/>globus-proxy.development.psi.ch[^2] | OpenEM globus proxy |
95103

96-
[^1]: Configurable
97-
[^2]: Testing only
104+
[^1]: The port at the work station is configurable and independent of Globus
105+
[^2]: URLs for testing purposes only
98106

99107
### Domain names
100108

@@ -115,3 +123,7 @@ See [facility overview](facilities.md) for current facility domain names.
115123

116124
<!-- Jump to next page -->
117125
{% include documentationStepper/forwardBackward.html showBack=true showNext=true %}
126+
127+
-----------
128+
129+
#### References

0 commit comments

Comments
 (0)