Batch daemon settings
The batch daemon is a daemon used in Web Admin to execute batch jobs and retrieve logs.
-
Modify the batch daemon log configuration file.
-
Open the
$BXM_HOME/batch/config/logback/logback_rundaemon.xmlfile.The
logback.xmlfiles for normal batch and batch daemon cannot be configured in the same classpath, so they are separated. -
Find the following
appenderentry and changeBXM_HOMEto the path where BXM is installed.... <property name="LOGS_ABSOLUTE_PATH" value="<<BXM HOME>>/bxm/logs" /> ... -
Open the
$BXM_HOME/batch/bin/batch.env.shfile. -
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 ...
-
-
Except for the above settings, other settings share the normal batch settings, so they are not configured separately.