Multipath config status check in Linux Using dmsetup command:
# ls -lrt /dev/mapper //To View the Mapper disk paths and Lvols
#dmsetup table
#dmsetup ls
#dmsetup status
Using Multipathd Command ( Daemon )
#echo ‘show paths’ |multipathd -k
#echo ‘show maps’ |multipathd -k
Explained multipathd below:
A.DISPLAY PATH STATUS
Multipathd has a mode (the […]
Recent Comments