<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://techwiki.co.uk/index.php?action=history&amp;feed=atom&amp;title=Troubleshooting_Bacula</id>
	<title>Troubleshooting Bacula - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://techwiki.co.uk/index.php?action=history&amp;feed=atom&amp;title=Troubleshooting_Bacula"/>
	<link rel="alternate" type="text/html" href="http://techwiki.co.uk/index.php?title=Troubleshooting_Bacula&amp;action=history"/>
	<updated>2026-05-17T04:13:32Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.0</generator>
	<entry>
		<id>http://techwiki.co.uk/index.php?title=Troubleshooting_Bacula&amp;diff=110&amp;oldid=prev</id>
		<title>Adam.birds: Created page with &quot;===Initial Steps=== '''1. Firstly check that Bacula is installed and running.'''  The version on Windows needs to be 5.0.3 (or potentially greater). If it's 3.0.3a then you'll...&quot;</title>
		<link rel="alternate" type="text/html" href="http://techwiki.co.uk/index.php?title=Troubleshooting_Bacula&amp;diff=110&amp;oldid=prev"/>
		<updated>2016-04-28T11:19:57Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;===Initial Steps=== &amp;#039;&amp;#039;&amp;#039;1. Firstly check that Bacula is installed and running.&amp;#039;&amp;#039;&amp;#039;  The version on Windows needs to be 5.0.3 (or potentially greater). If it&amp;#039;s 3.0.3a then you&amp;#039;ll...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;===Initial Steps===&lt;br /&gt;
'''1. Firstly check that Bacula is installed and running.'''&lt;br /&gt;
&lt;br /&gt;
The version on Windows needs to be 5.0.3 (or potentially greater). If it's 3.0.3a then you'll need to re-install with the correct version.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
'''2. Check server is on IPv6.'''&lt;br /&gt;
&lt;br /&gt;
A server needs a spare NIC to move onto an IPv6 backup network. If all NICs are in use then you'll need to add a USB Nic.&lt;br /&gt;
&lt;br /&gt;
'''FYI: USB NICs are incompatible with VMWare Hardware Nodes!!'''&lt;br /&gt;
&lt;br /&gt;
You should then be able to follow this KB:&lt;br /&gt;
&lt;br /&gt;
[[Bacula Linux IPv6 Setup]]&lt;br /&gt;
&lt;br /&gt;
'''3. Check the client can communicate to the backup server on 9103'''&lt;br /&gt;
&lt;br /&gt;
    telnet backupserverIPv6address 9103&lt;br /&gt;
&lt;br /&gt;
Connection refused - Outbound 9103 on the client is blocked. Check ip6tables and Windows Firewall.&lt;br /&gt;
	&lt;br /&gt;
Check here for ip6tables: &lt;br /&gt;
[[Bacula Linux IP6Tables Rules]]&lt;br /&gt;
	&lt;br /&gt;
	A lot of CPanel servers are now running the ConfigServer Firewall which will automatically start ip6tables. You can check using 'ps aufx | grep lfd'. If they are, give them the IPv6 address of the backup server and ask them to open 9102 inbound and 9103 outbound to/from this address.&lt;br /&gt;
	&lt;br /&gt;
'''4. Check the backup server can connect to the client on 9102.'''&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;telnet clientserverIPv6address 9102&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Connection refused - 9102 is blocked inbound. Check software firewalls as above.&lt;br /&gt;
&lt;br /&gt;
'''5. Check a status client'''&lt;br /&gt;
&lt;br /&gt;
If the server connects over IPv4 check all of the above, and rebuild_backups. You should see it then connects over IPv6.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;Connecting to Client srv-94_229_167_17 at 2a02:22d0:bac:0:20e:cff:fe31:8801:9102&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
===Common backup errors===&lt;br /&gt;
'''1. Network connection error'''&lt;br /&gt;
&lt;br /&gt;
This one is obvious, but is often caused by reboots. Check the uptime on the server. &lt;br /&gt;
&lt;br /&gt;
Ensure you're able to run status client successfully. Run a test backup if necessary to ensure data is able to transfer.&lt;br /&gt;
&lt;br /&gt;
'''2. Bad Response to Open Command'''&lt;br /&gt;
&lt;br /&gt;
This can be caused by the hostname in the bacula-fd.conf file not being set to a FQDN. Ensure this is set to the hostname of the server.&lt;br /&gt;
'''3. Input/Output Error'''&lt;br /&gt;
&lt;br /&gt;
I've only ever seen this as a result of a busy disk on the client. In this case it's worth seeing if we can check disk I/O at the time backups run, and to see if there's a more suitable time the backup can be run at.&lt;br /&gt;
&lt;br /&gt;
This can also be caused by a corrupt volume on the backup server which can be resolved by deleting the error-ed volumes from within bconsole.&lt;br /&gt;
&lt;br /&gt;
'''4. bconsole can't connect to the director '''&lt;br /&gt;
&lt;br /&gt;
Firstly check if the disk is full (if it is, move MySQL to /home and run the reclaim backups script). It may also be caused by /boot being full as well.&lt;br /&gt;
&lt;br /&gt;
To help clear out the '''/boot''' partition you can clear out the old kernels. To do this take a look at the following page:&lt;br /&gt;
&lt;br /&gt;
[[Clear Out Old Kernels]]&lt;br /&gt;
&lt;br /&gt;
To move MySQL to the '''/home''' partition you can take a look at the following page:&lt;br /&gt;
&lt;br /&gt;
[[Move MySQL To Home Partition]]&lt;br /&gt;
&lt;br /&gt;
'''BSMTP Tickets'''&lt;br /&gt;
&lt;br /&gt;
You can test bsmtp by calling it directly with the debug flag&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;/usr/sbin/bsmtp -h 127.0.0.1 -f example@example.com -s &amp;quot;Bacula: %t %e of %c %l&amp;quot; %r -d 50&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This should output any errors or show if it's sending out correctly.&lt;br /&gt;
&lt;br /&gt;
[[Category:Bacula]]&lt;br /&gt;
[[Category:Backups]]&lt;br /&gt;
[[Category:Linux]]&lt;br /&gt;
[[Category:Windows]]&lt;br /&gt;
[[Category:Contents]]&lt;/div&gt;</summary>
		<author><name>Adam.birds</name></author>
		
	</entry>
</feed>