When you add a cluster as
a new bus member using administrative commands (by specifying
createSIBEngine
-cluster) take note of the following:
- If you choose to use a file store (by specifying -filestore):
- You must not use the default log file, permanent store file and
temporary store file directories because they are not suitable for
cluster engines.
- You must specify -logDirectory, -permanentStoreDirectory and -temporaryStoreDirectory to
be at locations that all members of the cluster can access on your
file system.
- If you choose to use a data store (by specifying -datastore):
- You must not specify -createDefaultDatasource because
the default data source is not suitable for cluster engines.
- You must specify -dataSourceJndiName, giving
the name of an existing data source.