-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #205 from brianhlin/SOFTWARE-6012-osg-24
Initial OSG 24 documentation (SOFTWARE-6012)
- Loading branch information
Showing
36 changed files
with
307 additions
and
562 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -247,19 +247,6 @@ To use HTTPS: | |
|
||
1. Uncomment `set EnableVoms = 1` in `/etc/xrootd/config.d/10-osg-xrdvoms.cfg` | ||
|
||
!!! note "Upgrading from OSG 3.5" | ||
If upgrading from OSG 3.5, you may have a file with the following contents in `/etc/xrootd/config.d`: | ||
|
||
# Support HTTPS access to unauthenticated cache | ||
if named stash-cache | ||
http.cadir /etc/grid-security/certificates | ||
http.cert /etc/grid-security/xrd/xrdcert.pem | ||
http.key /etc/grid-security/xrd/xrdkey.pem | ||
http.secxtractor /usr/lib64/libXrdLcmaps.so | ||
fi | ||
|
||
You must delete this config block or XRootD will fail to start. | ||
|
||
|
||
Manually Setting the FQDN (optional) | ||
------------------------------------ | ||
|
@@ -313,7 +300,7 @@ As a reminder, here are common service commands (all run as `root`): | |
|--------------|------------------|-----------| | ||
| XRootD | `[email protected]` | The XRootD daemon, which performs the data transfers | | ||
| XCache | `xcache-reporter.timer` | Reports usage information to collector.opensciencegrid.org | | ||
| Fetch CRL |EL8: `fetch-crl.timer` <br> EL7: `fetch-crl-boot` and `fetch-crl-cron` | Required to authenticate monitoring services. See [CA documentation](../../common/ca.md#managing-fetch-crl-services) for more info | | ||
| Fetch CRL | `fetch-crl.timer` | Required to authenticate monitoring services. See [CA documentation](../../common/ca.md#managing-fetch-crl-services) for more info | | ||
| | `[email protected]` | Generate authentication configuration files for XRootD (public cache instance) | | ||
| | `[email protected]` | Periodically run the above service (public cache instance) | | ||
|
||
|
@@ -375,24 +362,6 @@ STASHCACHE_DaemonVersion = "1.0.0" | |
``` | ||
|
||
|
||
Updating to OSG 3.6 | ||
------------------- | ||
|
||
The OSG 3.5 series reached end-of-life on May 1, 2022. | ||
Admins are strongly encouraged to move their caches to OSG 3.6. | ||
|
||
See [general update instructions](../../release/updating-to-osg-36.md). | ||
|
||
Unauthenticated caches (`xrootd@stash-cache` service) do not need any configuration changes, | ||
unless HTTPS access has been enabled. | ||
See the ["enable HTTPS on the unauthenticated cache" section](#enable-https-on-the-unauthenticated-cache)) | ||
for the necessary configuration changes. | ||
|
||
Authenticated caches (`xrootd@stash-cache-auth` service) may need the configuration changes described in the | ||
[updating to OSG 3.6 section](../xrootd/xrootd-authorization.md#updating-to-osg-36) | ||
of the XRootD authorization configuration document. | ||
|
||
|
||
Getting Help | ||
------------ | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.