On Fabric 6.5.9 HF18 we added the ability to install multi Fabric instances on the same machine by allocating a different port for each Fabric instance.
In order to achieve it the following setup should be configured for each Fabric instance:
config.ini, WEB_SERVICE_PORT should be changed from default 3213 to the desired port.
config.ini, PORT under [jdbc-server] section should be changed from 5124 to the desired port .
config.ini, MDB_DEFAULT_CACHE_PATH should be changed from /dev/shm/fdb_cache to the desired path to avoid using the same cache for all Fabric instances.
In order to login into Fabric console need to specify the port for example: fabric 10.21.2.95 5125
Nodes tables in Cassandra, effective ip column was changed from ip to ip:port
This feature is currently not available on higher Fabric releases.
On Fabric 6.5.9 HF18 we added the ability to install multi Fabric instances on the same machine by allocating a different port for each Fabric instance.
In order to achieve it the following setup should be configured for each Fabric instance:
This feature is currently not available on higher Fabric releases.