@@ -18,7 +18,7 @@ research institutions. This is where the ingestor is installed and the metadata
1818extractors 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
4545archived; 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
5967The 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
8492data 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