Multipath configuration not being detected


 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Multipath configuration not being detected
# 1  
Old 03-13-2019
Multipath configuration not being detected

Hi,

In a RHEL 5 box, I have just added new multipath configurations in /etc/multipath.conf :

Code:
blacklist_exceptions {
        wwid "360002ac0000000000000008e0001ee00"
        wwid "360002ac0000000000000008f0001ee00"
        wwid "360002ac000000000000000900001ee00"
        wwid "360002ac000000000000000910001ee00"
        wwid "360002ac000000000000000920001ee00"
        wwid "360002ac000000000000000930001ee00"
}

These were the steps I used prior to adding the entries above :

1) Scan for available hosts in system :

Code:
[root@csixdb1 ~]# ls /sys/class/fc_host
host3  host4
[root@csixdb1 ~]#

2) Run the following commands to scan the LUN

Code:
$ echo "- - -" > /sys/class/scsi_host/host3/scan

$ echo "- - -" > /sys/class/scsi_host/host4/scan

However, even after the service is started, I am not getting any output from the commands multipath, multipath -v2 nor multipath -ll.

Code:
root@csixdb1 ~]# /etc/init.d/multipathd status
multipathd (pid  29995) is running...
[root@csixdb1 ~]#

Code:
[root@csixdb1 ~]# multipath
[root@csixdb1 ~]#

Code:
[root@csixdb1 ~]# multipath -v2
[root@csixdb1 ~]#

Code:
[root@csixdb1 ~]# multipath -ll
[root@csixdb1 ~]#

Why is this? And how do I proceed from here?
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. HP-UX

Getting multipath information

Hi, How do I get multipath information from my HPUX servers like the multipath software used, and the version? Thx, Aigini (4 Replies)
Discussion started by: anaigini45
4 Replies

2. Solaris

Multipath address configuration in Solaris 10.

Hi all, I'm wondering if anyone knows whether Solaris IPMP can be configured such that the IPs of the physical NICs are not available to applications when using IP4 or if the group address and the underlying physical address are always present? Thanks. (3 Replies)
Discussion started by: Skrynesaver
3 Replies

3. Red Hat

Cannot remove root Filesystem from the Multipath configuration

Hello all, I am running "Red Hat Enterprise Linux Server release 6.4 (Santiago)" The root Filesystem is currently part of the Multipath configuration and I need to remove it without rebooting the production Server. The wwid I want to remove from Multipathing is the last one i the list of... (3 Replies)
Discussion started by: logsbyrne
3 Replies

4. Red Hat

Multipath Query

Hi, I am running RHEL6 on a physical node (HP Proliant). If it normal for the root device to get listed in the "multipath -ll" output? (Listed below as dm-4, HP LOGICAL VOLUME). i.e. asm-data (360a98000424a414b453f443548503644) dm-3 NETAPP,LUN size=768G features='4 queue_if_no_path... (0 Replies)
Discussion started by: Duffs22
0 Replies

5. Red Hat

Question about multipath

hi, I've a question about multipath. One server uses this configuration: mpath02 (3600d000ff0d510cae5b8df4d01000000) dm-2 FSC,FibraCAT_SX \_ round-robin 0 \_ 0:0:3:2 sdq 8:64 \_ round-robin 0 \_ 1:0:2:2 sdw 8:160 \_ round-robin 0 \_ 1:0:5:2 sde 65:16 \_ round-robin... (0 Replies)
Discussion started by: davyp74
0 Replies

6. Red Hat

Help with Multipath

Hi All, When I execute "multipath -ll" command that time display only 3 path (orafra2,oradata2 and oradata1), not display other 2 path (orafra1 and data1). I have configure 5 path in "/etc/multipath.conf" file. What is the reason behind it. Please help me. Please find below some output for... (4 Replies)
Discussion started by: mnmonu
4 Replies

7. Red Hat

Help with Multipath

Hi All, When I execute multipath -ll command that time display only 3 path (mpath1,mpath2 and mpath5), not display other 2 path (mpath3 and mpath4). I have configure 5 path in /etc/multipath.conf file. What is the reason behind it. Please help me. Please find below the output : ... (5 Replies)
Discussion started by: mnmonu
5 Replies

8. Red Hat

Multipath.conf configuration max_fds

Hi all, I am looking at the specific configuration settings for multipath.conf on RHEL5.5. In particular i was looking at the max_fds setting. Can anyone tell me the max number of open file descriptors that the RHEL5.5 system can have? It has been set previously to 8192, and i was... (4 Replies)
Discussion started by: Tommyk
4 Replies

9. Solaris

Software Multipath

Hello everybody... I have a Server conected to a Disk Array through 2 canals of FiberChannel... I've installed RedHat Advance Server 3 and of course i see two device files that refer the same disk: for example: /dev/sda and /dev/sdb are refered to the same Lun... This is the same case for a new... (2 Replies)
Discussion started by: lenux78
2 Replies
Login or Register to Ask a Question