Skip to end of metadata
Go to start of metadata

 

Overview


Altibase replication had a limitation that the same IP address could not be used when creating multiple redundant objects.

Example of creating multiple replication objects whose IP and PORT of the remote server are 192.168.1.145, 30300

As a property added to Altibase version 6.5.1 or later, it is possible to create different redundant objects with the same host information without such restrictions.

 

Version


Altibase version 6.5.1 or later

 

Procedure


Check the related property


Check the value of the Altibase server property REPLICATION_ALLOW_DUPLICATE_HOSTS.

The default value of this property is 0, which does not allow different objects to have the same host information.

 

Change the related property


If the value of the REPLICATION_ALLOW_DUPLICATE_HOSTS property is 0, change it to 1.

In order to permanently apply the property change value, modify the property value in the altibase.properties file and save it.

 

Create replication objects


Create more than one duplicate object with the same host information.

Example of creating multiple replication objects whose IP and PORT of the remote server are 192.168.1.145, 30300

 

Check the host information of the replication object


Host information registered in the replicated object can be checked with the following sentence.

 

Reference


 

 

 

  • No labels