Scan host configuration using Shell
This utility installs and configures the prerequisites required to run a malware scan on the scan host (RHEL (8.x, 9.x) / SUSE 12 and above). Additionally, this utility can be used to install NetBackup Malware Scanner on the scan host.
For more information, refer to the ReadMe.md file located at Shell ReadMe.md.
Prerequisites
RHEL version: 8.x, 9.x
Internet connectivity is required and the subscription manager must be attached.
Uses
jqfor parsing theinputs.jsonfile.the default login shell must be
bash.
Steps to configure scan host using Shell
- Clone the repository from GitHub and move it to your scan host as follows:
git clone https://github.com/VeritasOS/netbackup-scanhost-config.git
- Navigate to
netbackup-scanhost-config\shellfolder as follows:cd netbackup-scanhost-config\shell
- Provide the scan host details in the
inputs.jsonfile. Refer to the Terminologies section in ReadMe.md file for the complete list of options.install_avira: Installs NetBackup Malware Scanner if set to true, defaults to false.
avira_package_path: (Required only if install_avira is set to true). Local absolute path to the NetBackup Malware Scanner zip package (NBAntimalwareClient) which is available on the Veritas download center.
- Run the following command:
sh configure-scanhost.sh [--verbose] [--install]
- Use the information displayed at the end of script to register the scan host to NetBackup primary server.