[root@server ~]# multipath -llThis is annoying and problematic since running pvs or something similar will cause the system to hang as it tries to access the missing LUN. It's briefly covered below, but see also the official documentation: http://docs.redhat.com/docs/en-US/Red_Hat_Enterprise_Linux/5/html/Online_Storage_Reconfiguration_Guide/removing_devices.html
sdat: checker msg is "tur checker reports path is down"
sdbt: checker msg is "tur checker reports path is down"
sdct: checker msg is "tur checker reports path is down"
sdt: checker msg is "tur checker reports path is down"
- Stop using the volume and umount
- Remove it from software RAID or LVM volume group
- Use multipath -l to get the block devices names (e.g., sda, sdb, etc.)
- Use multipath -f mpathX
- To flush outstanding I/O ("sync"), use blockdev –flushbufs
device - Make sure applications and things are no longer referencing the device(s)
- echo 1 > /sys/block/
device-name/device/delete