Linux: Installation on SLES based distributions
Welcome to the guide for installing Bacula Enterprise bconsole on SLES based systems. This documentation ensures you have the necessary steps to get bconsole up and ready for use.
Prerequisites
Be sure to follow steps 1-3 of the general installation page.
Steps
Install bconsole packages:
sudo zypper refresh sudo zypper install bacula-enterprise-console
Edit
/opt/bacula/etc/bconsole.conf
configuration file:Director { Name = @@dir-name@@ DIRport = 9101 Address = @@dir-address@@ Password = @@dir-password@@ }
Replace @@dir-name@@, @@dir-address@@, and @@dir-password@@ with the correct parameters that you can find in the Director configuration under Director resource in the server you wish to monitor.
Conclusion
Congratulations! You’ve successfully installed bconsole on your system. Test it by running /opt/bacula/bin/bconsole
.
See also
Previous articles:
Go back to: Install bconsole only.