Utilitas multipath adalah auto-configurator target mapper perangkat, yang digunakan untuk mendeteksi dan mengkonfigurasi beberapa jalur ke perangkat. Gunakan perintah berikut untuk menampilkan penggunaan:
# multipath -h multipath-tools v0.4.9 (05/33, 2016) Usage: multipath [-a|-A|-c|-w|-W] [-d] [-T tm:val] [-r] [-i] [-v lvl] [-p pol] [-b fil] [-q] [dev] multipath -l|-ll|-f [-v lvl] [-b fil] [dev] multipath -F [-v lvl] multipath -t multipath -h Where: -h print this usage text -l show multipath topology (sysfs and DM info) -ll show multipath topology (maximum info) -f flush a multipath device map -F flush all multipath device maps -a add a device wwid to the wwids file -A add devices from kernel command line mpath.wwids parameters to wwids file -c check if a device should be a path in a multipath device -T tm:val check if tm matches the multipathd timestamp. If so val is whether or not the device is a path in a multipath device -q allow queue_if_no_path when multipathd is not running -d dry run, do not create or update devmaps -t dump internal hardware table -r force devmap reload -i ignore wwids file -B treat the bindings file as read only -b fil bindings file location -w remove a device from the wwids file -W reset the wwids file include only the current devices -p pol force all maps to specified path grouping policy : . failover one path per priority group . multibus all paths in one priority group . group_by_serial one priority group per serial . group_by_prio one priority group per priority lvl . group_by_node_name one priority group per target node -v lvl verbosity level . 0 no output . 1 print created devmap names only . 2 default verbosity . 3 print debug information dev action limited to: . multipath named 'dev' (ex: mpath0) or . multipath whose wwid is 'dev' (ex: 60051..) . multipath including the path named 'dev' (ex: /dev/sda) . multipath including the path with maj:min 'dev' (ex: 8:0)
Beberapa opsi yang tersedia dijelaskan sebagai berikut:
- -v [verbositas] – Tentukan tingkat verbositas saat menampilkan jalur dan multipath.
- -l – Daftar topologi multipath.
- -ll – Mencantumkan informasi topologi multipath maksimum.
- -f – Siram peta perangkat multipath. Gunakan –F untuk menghapus semua peta perangkat multipath.
- -c – Periksa apakah perangkat harus menjadi jalur di perangkat multipath.
- -p failover | multibus | grup_oleh_serial | group_by_prio |group_by_node_name – Paksa semua peta ke kebijakan pengelompokan jalur yang ditentukan.
- -r – Memaksa pemuatan ulang peta perangkat.
Anda dapat secara opsional menentukan nama perangkat untuk memperbarui hanya peta perangkat yang berisi perangkat yang ditentukan. Gunakan format /dev/sd#, format mayor:minor, nama peta multipath (misalnya, mpathN), atau WWID untuk menentukan perangkat.
Contoh output dari perintah multipath –ll adalah sebagai berikut:
# multipath -ll ... mpathb(36001405346939038cc9480caf0dd9a9d) dm-3 LIO-ORG ,IBLOCK size=10g features=‘0’ hwhandler=‘0’ wp=rw ‘-+- policy=‘service-time 0’ prio=1 status=active ‘- 2:0:0:2 sdb 8:16 active ready running mpatha(36001405a7c28190541f4d61880050090) dm-2 LIO-ORG ,IBLOCK size=10g features=‘0’ hwhandler=‘0’ wp=rw ‘-+- policy=‘service-time 0’ prio=1 status=active ‘- 2:0:0:1 sda 8:0 active ready running ...
Output untuk mpathb dijelaskan sebagai berikut:
- mpathb – Nama perangkat yang mudah digunakan
- 36001405346939038cc9480caf0dd9a9d – WWID Unik
- dm-3 – nama file sysfs
- LIO-ORG – Nama penjual
- IBLOK – Perangkat BLOK Linux
- ukuran=10g – Ukuran perangkat DM
- features='0' – Fitur DM didukung
- hwhandler='0' – Pengendali perangkat keras
- wp=rw – Izin menulis, setel ke baca-tulis
- policy='service-time 0' – Algoritma pemilih jalur
- prio=1 – Prioritas grup jalur
- status=aktif – Status grup jalur
- 2:0:0:2 – Informasi SCSI:host, saluran, scsi_id, dan LUN
- sdb – Nama perangkat Linux
- 8:16 – Angka mayor dan minor
- aktif siap berjalan – Jalur DM dan status jalur fisik
Cara mengkonfigurasi target iSCSI menggunakan targetcli di CentOS / RHEL 7
Memahami Utilitas mpathconf untuk mengonfigurasi DM-Multipath