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 r...@bacularemotesd',
                                                             'io' => [],
                                                             'mtxcmd' =>
'/usr/sbin/mtx',
                                                             'drive_name' =>
[

undef,

'StoragetekL20'

],
                                                             'slot' => []
                                                           },
'Bweb::Autochanger' )
                               },


regards and thanks in advance
------------------------------------------------------------------------------
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to