Top
Symfoware Server V12.1.0 Cluster Operation Guide
FUJITSU Software

B.3 Network Configuration File

Define the network configuration that will link the Mirroring Controller processes in the network configuration file (network.conf file).

Define the same content on the primary server and standby server.

Table B.3 network.conf file

Format specified

Explanation

serverIdentifier hostName portNumber

Or

serverIdentifier ipAddress portNumber

Specify any identifier (*1) for the server, a host name (or IP address), and port number (*2), using a space as the separator.

Specify the IP address or corresponding host name (*3) that will be used to connect to the admin network.

Define the same content on the primary server and standby server.

Example)

The literal <space> represents a space.

[For IPv4]

server1<space>192.0.2.100 26540

server2<space>192.0.2.110<space>26540

[For IPv6]

server1 2001:258:8404:1217:250:56ff:fea7:559f 27000

server2 2001:258:8404:1217:250:56ff:fea7:55a0 27100

*1: The maximum length of the server identifier is 64 bytes. Characters other than Japanese may be specified. Use ASCII characters excluding spaces to specify this parameter.

*2: The port number must be 0 to 65535. Ensure that the port number does not conflict with other software. Do not specify an ephemeral port that may temporarily be assigned by another program. Note that the value specified in this parameter must also be set in the /etc/services file.

*3: Use ASCII characters excluding spaces to specify the host name.