Batch daemon settings

The batch daemon is a daemon used in Web Admin to execute batch jobs and retrieve logs.

  1. Modify the batch daemon log configuration file.

    1. Open the $BXM_HOME/batch/config/logback/logback_rundaemon.xml file.

      The logback.xml files for normal batch and batch daemon cannot be configured in the same classpath, so they are separated.

    2. Find the following appender entry and change BXM_HOME to the path where BXM is installed.

      ...
      
      <property name="LOGS_ABSOLUTE_PATH" value="<<BXM HOME>>/bxm/logs" />
      
      ...
    3. Open the $BXM_HOME/batch/bin/batch.env.sh file.

    4. Configure each Environment Variable.

      ...
      
      # Daemon Batch Manager (daemonBatchMng.sh)
      export INTERVAL_TIME=10
      export MAX_RESIDE_BAT_CNT=30
      export EXEC_SAME_TIME_CNT=10
      export EXEC_SAME_TIME_WAIT=5
      export DBM_SERVER_ADDR=$IP_ADDR # daemon.server.address
      export DBM_DAEMON_PORT=51531
      export DBM_MNG_DAO=bxm.batch.dft.daemon.dao.DefaultDaemonBatchInfoManagementDao
      
      ...
  2. Except for the above settings, other settings share the normal batch settings, so they are not configured separately.

SWLab Bankware Global
  • 전체
  • BXM
  • BXCM
  • BXCP
  • BXI
제품 선택 시 더 정확한 매뉴얼 가이드를 제공해드립니다.

Copyright© Bankwareglobal All Rights Reserved.