2 Replies Latest reply on May 3, 2017 9:05 AM by rareddy

    Creating a Teiid Cluster

    flora_dim

      In order to create a wildfly cluster on a single machine using the standalone mode I came across

       

      ./standalone.sh -c standalone-ha.xml -Djboss.node.name=master

      ./standalone.sh -c standalone-ha.xml -Djboss.node.name=slave -Djboss.socket.binding.port-offset=100

       

      Similarly how can we create a teiid standalone cluster ? Should we substitute standalone-teiid.xml file instead of standalone-ha.xml file?

       

      Thank you.

        • 1. Re: Creating a Teiid Cluster
          van.halbert

          There's is currently, not a separate standalone-teiid-ha.xml configuration file.   However, this is a teiid-ha installation script to use:  teiid-standalone-ha-mode-install.cli

           

          You would need to start the server without specifying the -c option.   Then would need to install teiid:  ./jboss-cli.sh --connect --file=./scripts/teiid-standalone-ha-mode-install.cli

           

          Hope that helps.

           

          Van

          • 2. Re: Creating a Teiid Cluster
            rareddy

            Note that when cluster in standalone ha mode, the configuration is independent at each node. i.e. every node can have different configuration like vdbs, data sources and configuration is not automatically replicated. Domain mode gives you that.