我在 HP D2D 系统上配置了 5 个库
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
有没有人有关于如何使用 HP D2D 磁带驱动器实施 Bacula 进行服务器备份以及如何分配库的良好文档?