Configuring the Breakup Jobs option for master servers
The Breakup Jobs option for master servers is disabled by default. You can enable the Breakup Jobs option in the scl.conf file.
Note:
Enabling the Breakup Jobs option increases the load on the master server and the time it takes to gather and load data in OpsCenter.
You can also configure the jobs for which you want to collect breakup job information. The job selection is based on the maximum number of files that a job backs up. By default, breakup job information is not collected for the jobs whose file count is greater than 1000000. This applies to all master server versions.
To enable the Breakup Jobs option for master servers
- Log on to the OpsCenter Server host. Stop all OpsCenter Server services on Windows and UNIX:
Windows
INSTALL_PATH\OpsCenter\server\bin\opsadmin.bat stop
UNIX
<INSTALL_PATH>/SYMCOpsCenterServer/bin/opsadmin.sh stop
- Open
scl.conffile from the following directory on Windows and UNIX:Windows
INSTALL_PATH\OpsCenter\Server\config\scl.conf
UNIX
<INSTALL_PATH>/SYMCOpsCenterServer/config
- The Breakup Jobs option is disabled by default. To enable the Breakup Jobs option, add the following text to
scl.conffile:nbu.scl.collector.enableBreakupJobDataCollection=true
Note:
To disable the Breakup Jobs option, add the following text to scl.conf file:
nbu.scl.collector.enableBreakupJobDataCollection=false
- Save
scl.conffile. - Restart all OpsCenter Server services on Windows and UNIX:
Windows
INSTALL_PATH\OpsCenter\server\bin\opsadmin.bat start
UNIX
<INSTALL_PATH>/SYMCOpsCenterServer/bin/opsadmin.sh start
To specify the maximum file size of jobs for Breakup Job data collection
- Go to the OpsCenter Server host. Stop all OpsCenter Server services on Windows and UNIX:
Windows
INSTALL_PATH\OpsCenter\server\bin\opsadmin.bat stop
UNIX
<INSTALL_PATH>/SYMCOpsCenterServer/bin/opsadmin.sh stop
- Open
scl.conffile from the following directory on Windows and UNIX:Windows
INSTALL_PATH\OpsCenter\Server\config\scl.conf
UNIX
<INSTALL_PATH>/SYMCOpsCenterServer/config
- By default, breakup job information is not collected for the jobs that back up more than 1000000 files. However, you can configure the jobs for which you want to collect breakup job information based on the maximum number of files that a job backs up. This applies to all master server versions.
For example, if you do not want to collect breakup job information for the jobs that back up more than 20,000 files, add the following text to the scl.conf file:
nbu.scl.collector.breakupJobMaxFileCountPerJob=20000
Once you complete this procedure, breakup job information is not collected for the jobs whose file count is greater than 20000. This applies to all master servers.
- Save
scl.conffile. - Restart all OpsCenter Server services on Windows and UNIX:
Windows
INSTALL_PATH\OpsCenter\server\bin\opsadmin.bat start
UNIX
<INSTALL_PATH>/SYMCOpsCenterServer/bin/opsadmin.sh start