Skip to content

Commit 58f0a4c

Browse files
author
Marian Zvada
committed
added troubleshoot stuff plus few format fixes
1 parent c59c3d4 commit 58f0a4c

3 files changed

Lines changed: 8 additions & 9 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: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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)