forked from dCache/dcache-book
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrf-ports.xml
78 lines (74 loc) · 2.56 KB
/
rf-ports.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE chapter PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
<!ENTITY % sharedents SYSTEM "shared-entities.xml" >
%sharedents;
]>
<chapter id="rf-ports">
<title>&dcache; Default Port Values</title>
<para>
You can use the command <command>dcache ports</command> to get the
list of ports used by &dcache;.
</para>
<informaltable>
<tgroup cols='3' align='left' colsep='1' rowsep='1'>
<colspec colname='c1'/>
<colspec colname='c2'/>
<colspec colname='c3'/>
<thead>
<row>
<entry align="center">Port number</entry>
<entry align="center">Description</entry>
<entry align="center">Component</entry>
</row>
</thead>
<tbody>
<row>
<entry>32768 and 32768</entry>
<entry>is used by the NFS layer within &dcache; which is based upon rpc. This service is essential for rpc.</entry>
<entry>NFS</entry>
</row>
<row>
<entry>1939 and 33808</entry>
<entry>is used by portmapper which is also involved in the rpc dependencies of &dcache;.</entry>
<entry>portmap</entry>
</row>
<row>
<entry>34075</entry>
<entry>is for postmaster listening to requests for the &psql; database for &dcache; database functionality.</entry>
<entry>Outbound for &srm;, PnfsDomain, dCacheDomain and doors; inbound for &psql; server.</entry>
</row>
<row>
<entry>33823</entry>
<entry>is used for internal &dcache; communication.</entry>
<entry>By default: outbound for all components, inbound for dCache domain.</entry>
</row>
<row>
<entry>8443</entry>
<entry>is the &srm; port. See <xref linkend="cf-srm"/></entry>
<entry>Inbound for &srm;</entry>
</row>
<row>
<entry>2288</entry>
<entry>is used by the web interface to &dcache;.</entry>
<entry>Inbound for httpdDomain</entry>
</row>
<row>
<entry>22223</entry>
<entry> is used for the &dcache; admin interface. See <xref linkend="intouch-admin"/></entry>
<entry>Inbound for adminDomain</entry>
</row>
<row>
<entry>22125</entry>
<entry>is used for the &dcache; &dcap; protocol.</entry>
<entry>Inbound for &dcap; door</entry>
</row>
<row>
<entry>22128</entry>
<entry>is used for the &dcache; &gsidcap; .</entry>
<entry>Inbound for &gsidcap; door</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</chapter>