Bacula

ClusterLogics

ClusterLogics


see also Bacula Director



Uninstall Bacula (RHEL/CentOS):

Method 1:
yum remove bacula-enterprise*

Method 2:

check for installed bacula packages:
rpm -qa | grep -i bacula

you should see a result like:
bacula-enterprise-postgresql-8.0.9-1.el6.x86_64
bacula-enterprise-libs-8.0.9-1.el6.x86_64

remove them with:
rpm -e <package name>

sudo rpm -e bacula-enterprise-postgresql-8.0.9-1.el6.x86_64
sudo rpm -e bacula-enterprise-libs-8.0.9-1.el6.x86_64
sudo rm -rf /opt/bacula/
done.





Uninstall Bacula cPanel Plugin:

/usr/local/cpanel/bin/unregister_cpanelplugin backupsbybacula4hosts.cpanelplugin
rm -rf /usr/local/cpanel/base/3rdparty/Bacula
rm -rf /usr/local/cpanel/base/frontend/default/bacula4hosts

navigate to where the packages are unzipped (often /root/

then run /usr/local/cpanel/bin/unregister_cpanelplugin backupsbybacula4hosts.cpanelplugin

If you no longer have the archive/uncompressed, you can re-download the plugin archive, uncompress, and then run /usr/local/cpanel/bin/unregister_cpanelplugin /fullpathto/backupsbybacula4hosts.cpanelplugin




Common Errors:

wrong system selected (make sure lsb_release is installed)

check if lsb is installed
 lsb_release -i -r

If lsb is not installed on the system (which is required for B4H to determine OS version), use the following command to install it
“yum -y install redhat-lsb”

    • Related Articles

    • ClusterLogics

      ClusterLogics     see also Bacula Director Uninstall Bacula (RHEL/CentOS): Method 1: yum remove bacula-enterprise* Method 2: check for installed bacula packages: rpm -qa | grep -i bacula you should see a result like: ...
    • Windows BMR - Clusterlogics

      As we are in the middle of rebranding our business, we wanted to specify the new Windows BMR customers are to use with Clusterlogics.  Our website branding and such may still show Bacula4, however, all customers should now be on the Clusterlogics ...
    • Firewalling with ClusterLogics

      ClusterLogics uses three primary tcp ports to function 9101 (dir), 9102 (FD), and 9103(SD). For a ClusterLogics deployment, tcp 9102 on the servers you are backing up (FDs) must be open to our directors that will connect from source ip: ...
    • Firewalling with ClusterLogics

      ClusterLogics uses three primary tcp ports to function 9101 (dir), 9102 (FD), and 9103(SD). For a ClusterLogics deployment, tcp 9102 on the servers you are backing up (FDs) must be open to our directors that will connect from source ip: ...
    • Windows BMR - Clusterlogics

      tep 1 Select rescue point, same way as for REAR: Next, download your ISO image. Every server will have its own ISO image, regardless of recovery date. There are options to either select the default ISO and define the network settings after boot or in ...