Pesquisar

Este conteúdo não está disponível no idioma selecionado.

Chapter 5. DM-Multipath Administration and Troubleshooting

download PDF
This chapter will provide information on administering DM-Multipath on a running system. It includes sections on the following topics:
  • Resizing an Online Multipath Device
  • The Multipath Daemon
  • Issues with Large Number of LUNs
  • Issues with queue_if_no_path feature
  • Multipath Command Output
  • Multipath Queries with multipath Command
  • Multipath Command Options
  • Multipath Queries with dmsetup Command
  • Troubleshooting with the multipathd Interactive Console

5.1. Resizing an Online Multipath Device

If you need to resize an online multipath device, use the following procedure.
  1. Resize your physical device.
  2. Use the following command to find the paths to the LUN:
    # multipath -l
  3. Resize your paths. For SCSI devices, writing a 1 to the rescan file for the device causes the SCSI driver to rescan, as in the following command:
    # echo 1 > /sys/block/device_name/device/rescan 
  4. Resize your multipath device by running the multipathd resize command:
    # multipathd -k'resize map mpath0'
  5. Resize the filesystem (assuming no LVM or DOS partitions are used):
    # resize2fs /dev/mapper/mpath0
For further information on resizing an online LUN, see the Online Storage Reconfiguration Guide.
Red Hat logoGithubRedditYoutubeTwitter

Aprender

Experimente, compre e venda

Comunidades

Sobre a documentação da Red Hat

Ajudamos os usuários da Red Hat a inovar e atingir seus objetivos com nossos produtos e serviços com conteúdo em que podem confiar.

Tornando o open source mais inclusivo

A Red Hat está comprometida em substituir a linguagem problemática em nosso código, documentação e propriedades da web. Para mais detalhes veja oBlog da Red Hat.

Sobre a Red Hat

Fornecemos soluções robustas que facilitam o trabalho das empresas em plataformas e ambientes, desde o data center principal até a borda da rede.

© 2024 Red Hat, Inc.