forked from zssfred/cderpm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathINSTALL
25 lines (19 loc) · 749 Bytes
/
INSTALL
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
1) Install the RPM for your platform.
2) Make sure rpcbind is running:
RHEL or CentOS 7.x:
systemctl enable rpcbind.service
systemctl start rpcbind.service
RHEL or CentOS 6.x:
chkconfig enable rpcbind
service rpcbind start
NOTE: rpcbind should be running with "-i" as an argument. This is set
in /etc/sysconfig/rpcbind by the RPM %post scriptlet.
3) Make sure xinetd is running:
RHEL or CentOS 7.x:
systemctl enable xinetd.service
systemctl start xinetd.service
RHEL or CentOS 6.x:
chkconfig enable xinetd
service xinetd start
4) You probably want to disable the firewall or figure out which ports to
poke holes for.