Я настроил 5 библиотек в системе HP D2D
При обнаружении на сервере Bacula отображается только последняя библиотека, а не все библиотеки. Зачем?
[root@server bacula]# iscsiadm --mode discovery --type sendtargets --portal 10.66.59.114
10.66.59.114:3260,1 iqn.1986-03.com.hp:storage.d2dbs.czj2020vvy.50014380075dca5e.library12.drive1
10.66.59.114:3260,1 iqn.1986-03.com.hp:storage.d2dbs.czj2020vvy.50014380075dcaf2.library12.robotics
Я могу запросить это нормально, используя ...
[root@server bacula]# mtx -f /dev/sg2 inquiry
Product Type: Tape Drive
Vendor ID: 'HP '
Product ID: 'Ultrium 5-SCSI '
Revision: 'ED51'
Attached Changer API: No
[root@bray bacula]# mtx -f /dev/sg3 inquiry
Product Type: Medium Changer
Vendor ID: 'HP '
Product ID: 'MSL G3 Series '
Revision: 'EL41'
Attached Changer API: No
[root@server bacula]# mtx -f /dev/sg3 status
Storage Changer /dev/sg3:1 Drives, 97 Slots ( 1 Import/Export )
Data Transfer Element 0:Empty
Storage Element 1:Full :VolumeTag=50507F82
Storage Element 2:Full :VolumeTag=50507F83
Storage Element 3:Full :VolumeTag=50507F84
Storage Element 4:Full :VolumeTag=50507F85
Storage Element 5:Full :VolumeTag=50507F86
Storage Element 6:Full :VolumeTag=50507F87
Storage Element 7:Full :VolumeTag=50507F88
Есть ли у кого-нибудь хорошая документация по внедрению Bacula с ленточным накопителем HP D2D для резервного копирования серверов и по распределению библиотек?