Configuration directory

The
configuration directory is TSM_BASEDIR/smarts/conf, shown in configuration-directory.html#GUID-ECCF6D10-2F5D-4CA0-B686-5A3526DEEA0B-en__TOPO_SPLIT_OVERVIEW_99604. TSM_BASEDIR, which is not an environment variable, is used in this document to represent the top-level directory structure of a
installation. TSM_BASEDIR represents <installation root directory>/TSM/IP.
In the TSM_BASEDIR/smarts/conf directory:
  • The “discovery” directory holds the discovery configurations for the
    .
  • The “discovery/topo-split” directory holds the topology-split configurations for the
    .
  • The “icf” directory holds the bootstrap file for the
    .
    The bootstrap file for the
    determines the operating role of the
    and sets up its environment.
    The --config and --bootstrap options in a
    startup command point to the bootstrap-tsm.conf file in the icf directory. Pointing to this bootstrap file causes the startup software to load the bootstrap file, which contains a line of code that starts the
    as a “DISCOVERY_MANAGER.”
    The --config option in an
    IP Manager
    startup command points to the bootstrap files in the icf directory. The default bootstrap file is bootstrap.conf, which starts an
    IP Manager
    as an “AVAILABILITY_AND_PERFORMANCE_MANAGER” (AM-PM). The addition of the --bootstrap option in an
    IP Manager
    startup command points to a particular bootstrap file in the icf directory, such as bootstrap-am.conf, which starts an
    IP Manager
    as an “AVAILABILITY_MANAGER” (AM), or bootstrap-am-pm.conf, which also starts an
    IP Manager
    as an “AVAILABILITY_AND_PERFORMANCE_MANAGER” (AM-PM).