File: high-availability.xml

package info (click to toggle)
crmsh 5.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,980 kB
  • sloc: python: 50,399; sh: 1,207; makefile: 255; xml: 243; exp: 234; awk: 22
file content (17 lines) | stat: -rw-r--r-- 1,004 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<?xml version="1.0" encoding="utf-8"?>
<service>
  <short>SUSE High Availability Cluster ports</short>
  <description>This allows you to open various ports related to SUSE High Availability Cluster. Ports are opened for pacemaker-remote, qnetd, corosync, hawk2, booth, dlm, csync2, fence_kdump_send and drbd.</description>
  <port protocol="tcp" port="3121"/> <!-- pacemaker-remote -->
  <port protocol="tcp" port="5403"/> <!-- corosync qnetd-->
  <port protocol="udp" port="5404"/> <!-- corosync -->
  <port protocol="udp" port="5405-5412"/> <!-- corosync -->
  <port protocol="tcp" port="7630"/> <!-- hawk2 -->
  <port protocol="tcp" port="9929"/> <!-- booth -->
  <port protocol="udp" port="9929"/> <!-- booth -->
  <port protocol="tcp" port="21064"/> <!-- dlm -->
  <port protocol="sctp" port="21064"/> <!-- dlm -->
  <port protocol="tcp" port="30865"/> <!-- csync2 -->
  <port protocol="udp" port="7410"/> <!-- fence_kdump_send -->
  <port protocol="tcp" port="7788-7789"/> <!-- drbd -->
</service>