Bacula-users

[Bacula-users] managing remote autochangers with bweb

2010-04-28 05:04:18
Subject: [Bacula-users] managing remote autochangers with bweb
From: Koldo Santisteban <ksantisteban AT gmail DOT com>
To: bacula-users <bacula-users AT lists.sourceforge DOT net>
Date: Wed, 28 Apr 2010 11:01:22 +0200
Good morning

I am very grateful if someone could explain me if it is possible to configure bacula bweb to manage autochangers in remote locations (not conected directly to bweb server). The autochanger is working well in remote bacula-sd.
I have configure ssh in order to allow remote login with no password. Location,autochanger name and device name is the same...what else??

This is my bweb.conf:

$VAR1 = bless( {
                 'enable_security' => 0,
                 'graph_font' => '/var/www/html/webacula/library/Zend/tests/Zend/Pdf/_fonts/Vera.ttf',
                 'config_file' => '/etc/bacula/bweb.conf',
                 'password' => '',
                 'dbi' => 'DBI:mysql:database=bacula',
                 'user' => 'bacula',
                 'error' => '',
                 'debug' => 0,
                 'achs' => [
                             {
                               'name' => 'StoragetekL20'
                             }
                           ],
                 'stat_job_table' => 'Job',
                 'display_log_time' => 0,
                 'lang' => 'en',
                 'wiki_url' => '',
                 'name' => undef,
                 'bconsole' => '/usr/share/bacula/bin/bconsole -n -c /usr/share/bacula/etc/bconsole.conf',
                 'ach_list' => {
                                 'StoragetekL20' => bless( {
                                                             'info' => {
                                                                         'drive' => 0,
                                                                         'io' => 0,
                                                                         'slot' => 0
                                                                       },
                                                             'name' => 'StoragetekL20',
                                                             'bweb' => undef,
                                                             'device' => '/dev/changer',
                                                             'drive' => [],
                                                             'debug' => 0,
                                                             'label' => {},
                                                             'precmd' => 'ssh root@bacularemotesd',
                                                             'io' => [],
                                                             'mtxcmd' => '/usr/sbin/mtx',
                                                             'drive_name' => [
                                                                               undef,
                                                                               'StoragetekL20'
                                                                             ],
                                                             'slot' => []
                                                           }, 'Bweb::Autochanger' )
                               },


regards and thanks in advance
                                                                   
------------------------------------------------------------------------------
_______________________________________________
Bacula-users mailing list
Bacula-users AT lists.sourceforge DOT net
https://lists.sourceforge.net/lists/listinfo/bacula-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Bacula-users] managing remote autochangers with bweb, Koldo Santisteban <=