Skip to content

Commit 751dc86

Browse files
author
Marian Zvada
committed
changed formating
1 parent 269c61e commit 751dc86

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/ops/redirector.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Use these instructions to install an XRootD StashCache Federation Redirector. Th
55
## Redirector server recommendations
66
The service is very lightweight depending on number of subscribers (caching proxies), though. Recommended would be use machine with 4GB of RAM and 2 cores. Load avg is practically close to zero, therefore 2 cores is sufficient with as much RAM as you can reasonably ask for. As far as disk goes, something reasonable like 500GB of local storage is good enough, and best if the server has a 10 Gbps NIC at least.
77

8-
You must have ==port== `1094` and `1213` open to all traffic; otherwise the redirector will not work.
8+
You must have __port__ `1094` and `1213` open to all traffic; otherwise the redirector will not work.
99
In addition (this is optional), we run separate xrootd server instance on redirector host for RSV tests which needs open port `2094`.
1010

1111
## Installation using yum
@@ -78,7 +78,7 @@ For the RSV test purpose make sure the testing file is present on the file syste
7878
4. Set the service start when machine is rebooted: `chkconfig --level 2345 {xrootd,cmsd} on`
7979

8080
5. Test that your instance works as expected, ideally would be setup origin server and subscribe into this redirector. Then, see the log files if origin server joined the Federation. Now, configure `/etc/sysconfig/xrootd`.
81-
Assuming host runs both ==server and redirector== and the two configurations above are applied, make sure properly edit /etc/sysconfig/xrootd and add/edit these lines:
81+
Assuming host runs both __server and redirector__ and the two configurations above are applied, make sure properly edit /etc/sysconfig/xrootd and add/edit these lines:
8282
```
8383
XROOTD_DEFAULT_OPTIONS="-l /var/log/xrootd/xrootd.log -c /etc/xrootd/xrootd-clustered.cfg -k fifo"
8484
CMSD_DEFAULT_OPTIONS="-l /var/log/xrootd/cmsd.log -c /etc/xrootd/xrootd-clustered.cfg -k fifo”

0 commit comments

Comments
 (0)