Configuring the advanced Rocky Linux Download Plug-in settings
For advanced configurations, manually edit the Rocky Linux Download Plug-in
configuration file called plugin.ini
.
The plugin.ini
file is automatically created when the download
plug-in is registered from the Manage Download Plug-in dashboard. It contains
the settings for logging and caching, as well as custom configurations for
extending the repository list file.
On Linux systems, the file is in the root directory tree occupied by the download plug-in. For example, /var/opt/BESServer/DownloadPlugins/RockyLinuxProtocol.
plugin.ini
is divided into sections, which are denoted by
square brackets. Ensure that the options are under the correct sections. Moving
the options to a different section might result in errors.Either an absolute path or relative path can be used in the options that require a
path: file
, primaryRepoListFile
,
extendedRepoListFile
, and localCache
.
Relative paths are relative to the download plug-in executable directory. By
default, the executable file is in the
DownloadPlugins\RockyLinuxProtocol folder.
Setting the logging level
The logging level determines the amount of detail that is written to the
RockyLinuxProtocol.log
file.
- ERROR
- Contains errors related to the execution of the download plug-in, which might indicate an impending fatal error.
- WARNING
- Contains information about failed downloads, and reasons for failure.
- INFO
- Contains general information outlining the progress and successful downloads, with minimal tracing information.
- DEBUG
- Contains fine-grained information used for troubleshooting issues. This is the most verbose level available.
[Logger]
section of the plugin.ini
file.[Logger]
file = logs/RockyLinuxProtocol.log
level = INFO
For example, if the logging is set to INFO, the logger outputs any logs for that level and any level above it. In this case, it outputs the INFO, WARNING, and ERROR logs.
Adding an extended repository list file
The Rocky Linux Download Plug-in can be configured to work with repositories that are not officially supported by BigFix, if required.
For more information about configuring the download plug-in to support such repositories, see Extending the Rocky Linux Download Plug-in.
Setting the download cache
You can use the download cacher tool to download the packages and repository metadata to a location that you specify.
- Sha1 download capability on air-gapped environments
- The download cacher tool is mainly designed to be used for air-gapped environments, which require secure networks and therefore do not have access to the internet to download the files directly from the vendor site.
- Sha1 download capability on an internet-enabled BigFix server
- This method is considered best practice for caching packages on environments with a BigFix server that is internet-enabled. The sha1 download capability improves performance by caching the packages directly on the BigFix server's sha1 folder.
- Without the sha1 download capability on an internet-enabled BigFix server
- If for some reason you choose not to use the sha1 download capability to cache packages on the BigFix server's sha1 folder, you can use the local cache. For information, see Caching packages on the local cache folder.