Page tree

Before scaling up your deployment you might need to perform some configuration changes. These configuration changes are required in any of the following scenarios:

  • If you performed a typical installation of the product on a single-server before deciding to scale.
  • If you upgraded to the new version of the product, on the server where you had initially performed a typical installation, before deciding to scale.

These changes are required because in a typical installation, the product stores the host name of the destination server as "localhost" and not the actual host name. In such a scenario, if you scale up, then the newly installed components cannot communicate with the initial product server.

Therefore, before scaling up you need to update certain configuration properties on the initial product server. This means you need to change the value of these properties from "localhost" to the fully qualified host name of the server. In the following table, the host names "configdb-host", "indexer-host1", and "collection-station-host1" indicate a fully-qualified host name that you need to provide.

After updating the properties, restart the product services for all the components. For more information, see Starting or stopping product services.

The following table describes the file locations and property names (with corresponding examples) that need to be updated.

Configuration property and locationExample
%BMC_ITDA_HOME%\custom\conf\services\configdb.conf 
wrapper.app.parameter.11
wrapper.app.parameter.11=configdb-host.bmc.com
%BMC_ITDA_HOME%\conf\indexer\esmonitor.properties
indexing.host
indexing.host=indexer-host1.bmc.com
%BMC_ITDA_HOME%\conf\indexer\elasticsearch.yml
  • network.bind_host
  • network.publish_host
  • discovery.zen.ping.
    unicast.hosts
  • network.bind_host:indexer-host1.bmc.com
  • network.publish_host:indexer-host1.bmc.com
  • discovery.zen.ping.unicast.hosts:indexer-host1.bmc.com
    :9300
%BMC_ITDA_HOME%\custom\conf\server\olaengineCustomConfig.properties 
  • jdbc.jdbcUrl
  • indexing.unicast
    .hosts
  • jdbc.jdbcUrl=jdbc:hsqldb:hsql://configdb-host.bmc.com
  • indexing.unicast.hosts=indexer-host1.bmc.com
    :9300
%BMC_ITDA_HOME%\custom\conf\server\searchserviceCustomConfig.properties
  • jdbc.jdbcUrl
  • indexing.unicast.hosts
  • jdbc.jdbcUrl=jdbc:hsqldb:hsql://configdb-host.bmc.com
  • indexing.unicast.hosts=indexer-host1.bmc.com:9300
%BMC_ITDA_HOME%\station\collection\custom\conf\agent.properties
  • jdbc.jdbcUrl
  • host.name
  • indexing.unicast.hosts
  • jdbc.jdbcUrl=jdbc:hsqldb:hsql://configdb-host.bmc.com
  • host.name=collection-station-host1.bmc.com
  • indexing.unicast.hosts=indexer-host1.bmc.com:9300