Sponsored Content
Operating Systems Linux Red Hat Multipath configuration not being detected Post 303032172 by anaigini45 on Wednesday 13th of March 2019 05:00:57 AM
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?
 

9 More Discussions You Might Find Interesting

1. 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

2. 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

3. 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

4. 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

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

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

7. 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

8. 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

9. 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
MPATHCONF(8)						   Linux Administrator's Manual 					      MPATHCONF(8)

NAME
mpathconf - A tool for configuring device-mapper-multipath SYNOPSIS
mpathconf [commands] [options] DESCRIPTION
mpathconf is a utility that creates or modifies /etc/multipath.conf. It can enable or disable multipathing and configure some common options. mpathconf can also load the dm_multipath module, start and stop the multipathd daemon, and configure the multipathd service to start automatically or not. If mpathconf is called with no commands, it will display the current configuration. The default options for mpathconf are --with_module The --with_multipathd option is not set by default. Enabling multipathing will load the dm_multipath module but it will not immediately start it. This is so that users can manually edit their config file if necessary, before starting multipathd. If /etc/multipath.conf already exists, mpathconf will edit it. If it does not exist, mpathconf will use /usr/share/doc/device-mapper-multi- path-0.4.9/multipath.conf as the starting file. This file has user_friendly_names set. If this file does not exist, mpathconf will create /etc/multipath.conf from scratch. For most users, this means that user_friendly_names will be set by default, unless they use the --user_friendly_names n command. COMMANDS
--enable Removes any line that blacklists all device nodes from the /etc/multipath.conf blacklist section. --disable Adds a line that blacklists all device nodes to the /etc/multipath.conf blacklist section. If no blacklist section exists, it will create one. --user_friendly_name { y | n } If set to y, this adds the line user_friendly_names yes to the /etc/multipath.conf defaults section. If set to n, this removes the line, if present. This command can be used along with any other command. --find_multipaths { y | n } If set to y, this adds the line find_multipaths yes to the /etc/multipath.conf defaults section. If set to n, this removes the line, if present. This command can be used aldong with any other command. OPTIONS
--with_module { y | n } If set to y, this runs modprobe dm_multipath to install the multipath modules. This option only works with the --enable command. This option is set to y by default. --with_multipathd { y | n } If set to y, this runs service multipathd start to start the multipathd daemon on --enable, service multipathd stop to stop the mul- tipathd daemon on --disable, and service multipathd reload to reconfigure multipathd on --user_frindly_names and --find_multipaths. This option is set to n by default. FILES
/etc/multipath.conf SEE ALSO
multipath.conf(5), modprobe(8), multipath(8), multipathd(8), service(8), AUTHOR
Benjamin Marzinski <bmarzins@redhat.com> June 2010 MPATHCONF(8)
All times are GMT -4. The time now is 09:53 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy