Skip to content

Commit a77769d

Browse files
committed
2 parents e9c0930 + 8b503c5 commit a77769d

3 files changed

Lines changed: 9 additions & 10 deletions

File tree

docs/admin/configure-cache-auth.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,6 @@ It is very important to keep CRL list updated from cron:
119119
[root@client ~]$ systemctl daemon-reload
120120

121121

122-
### RHEL6
123-
...to be added
124-
125122
### Add Authfile for authenticated cache
126123
Authfile for authenticated cache may differ from `/etc/xrootd/Authfile-noauth` defined in [non-authenticated cache configuration](configure-cache.md). Example:
127124
```

docs/admin/configure-cache.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Packages installed: `stashcache-daemon fetch-crl stashcache-cache-server`
55
The following section describes required configuration to have a functional non-authenticated StashCache Cache (not origin server!). StashCache Cache package `stashcache-cache-server` needs to be manually configured from pre-existing XRootD configuration.
66

77
## Cache server
8-
!!! Note:
8+
!!! note
99
While example of the configuration file below provides combination of _authenticated_ and _non-authenticated_ _Cache_, the non-authenticated cache is considered to be default and authenticated cache just optional (additional) service. If you're about to configure in addition _authenticated cache_ read to the end of this document and then follow post-installation of [authenticated part here](configure-cache-auth.md).
1010

1111
For configuring **cache** one needs to define directive `pss.origin redirector.osgstorage.org:1024` (not `all.manager redirector.osgstorage.org+ 1213` directive as it is in case of [configuring origin](configure-origin.md)).
@@ -113,13 +113,12 @@ In Authfile you want to allow local reads below `$(cachedir)` defined in the mai
113113

114114
### RHEL7
115115
On RHEL7 system, you need to run following systemd unit:
116+
116117
* `systemctl start xrootd@stashcache-cache-server.service`
118+
117119
* `systemctl start condor.service`
118120

119121
Please, refer to [start services document](../ops/start.md) for more information.
120122

121-
### RHEL6
122-
...to be added, old doc for RHEL6 configuration resides temporarily [here](https://twiki.grid.iu.edu/bin/view/Documentation/Release3/InstallStashCache).
123-
124123
When ready with configuration, please [register](../ops/register.md) and [start](../ops/start.md) your StashCache Cache server.
125124
If you'd like to configure in addition authenticated cache instance, please follow [this](configure-cache-auth.md) document.

docs/ops/troubleshoot.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ Common settings on the system:
88

99
First you need to activate xrootd to create core file when process exits unexpectedly:
1010

11-
* set env variable upon cmsd/xrootd start `DAEMON_COREFILE_LIMIT="unlimited"`
12-
RHEL6: env set in `/etc/sysconfig/xrootd`
13-
RHEL7: you can use `/etc/sysconfig/xrootd` but prepare override file `/etc/systemd/system/cmsd@clustered.service.d/override.conf` with content:
11+
* set environment variable upon cmsd/xrootd start `DAEMON_COREFILE_LIMIT="unlimited"`
12+
* RHEL6: variable set in `/etc/sysconfig/xrootd` or set as root `ulimit -c unlimited`
13+
* RHEL7: you can use `/etc/sysconfig/xrootd` but prepare override file `/etc/systemd/system/cmsd@clustered.service.d/override.conf` with content:
1414
```
1515
[Service]
1616
EnvironmentFile=-/etc/sysconfig/xrootd
@@ -27,3 +27,6 @@ $ gdb --pid=PID_NR
2727
```
2828
`$ gcore $(pidof xrootd)`
2929
```
30+
31+
### Core from not running process:
32+
* by default, XRootD should leave `core file` in the `/var/spool/xrootd/` when it crashes

0 commit comments

Comments
 (0)