The global configuration file /etc/robar.conf
of ROBAR-SV contains the configuration parameters which are important for executing all ROBAR-SV instances. It is created when ROBAR-SV is installed and is provided with the default values. It must be adjusted after the current configuration has been installed in the data center.
The ROBAR-SV Manager offers user-friendly functions to edit the global configuration file with the ROBAR editor, see section "Editing the global configuration file of the ROBAR server".
Sample global configuration file of ROBAR-SV
Information on the global configuration file
ROBAR_EDITOR
configuration parameter
Defines the editor that is called in the DEFINES
menu of ROBAR.
Default value: /usr/bin/vi
min_disk_space
configuration parameter
Manages the disk space controlling.
The following specifications can be made:
<absolute_value> | Minimum available free disk space in bytes |
<relative_value> | Minimum available free disk space in percent |
When this configuration parameter is 0 or 0%, the available free storage space is not monitored. Default value when the configuration parameter is not specified: 1000000
.
max_trace_file_age
configuration parameter
Controls the deletion of old trace files. The following specification can be made:
<absolute_value> | Number of days (permissible value range: 0 ... 100000) |
Files which are older than the value <current_date> - max_trace_file_age
are deleted. The check takes place each day and when the ROBAR-SV instance is started.
When this configuration parameter is 0, the age of the trace files is not monitored.
The default value is 30
.
ROBAR_BACKUP_DIR
configuration parameter
Defines the directory into which the compressed tar
files are to be shifted when the command RECOVER_DISK_FULL
is executed (see Info #1 in chapter "RECOVER_DISK_FULL script").
Default value: /var/opt/fujitsu/robar
ROBAR_SAVE_DIR
configuration parameter ROBAR_SAVE_DIR
defines the place to which the diagnostic data should be saved by the SAVE
function and by the COLLECT_DIAG_DATA_ABBA
script. If the configuration parameter is not defined, the diagnostic data is saved to the /var/opt/fujitsu/robar
directory.