Sponsored Content
Full Discussion: Help with Multipath
Operating Systems Linux Red Hat Help with Multipath Post 302681269 by mnmonu on Friday 3rd of August 2012 05:15:42 AM
Old 08-03-2012
Quote:
Originally Posted by admin_xor
Looks fine. Is there any error message for path not being detected in /var/log/messages? Also, please post the output of:
Code:
multipath -v3

Hi admin_xor,

Sorry for late reply.
Actually I had some problem.

Please find the attached "multipath - v3" output.
And /var/log/messages output below:
Code:
[root@reuxeuls003 ~]# tail -10f /var/log/messages
Aug  3 09:52:16 reuxeuls003 kernel: device-mapper: table: 253:13: multipath: error getting device
Aug  3 09:52:16 reuxeuls003 kernel: device-mapper: ioctl: error adding target to table
Aug  3 09:52:16 reuxeuls003 kernel: device-mapper: multipath emc: long trespass command will be send
Aug  3 09:52:16 reuxeuls003 kernel: device-mapper: multipath emc: honor reservation bit will not be set (default)
Aug  3 09:52:16 reuxeuls003 kernel: device-mapper: table: 253:13: multipath: error getting device
Aug  3 09:52:16 reuxeuls003 kernel: device-mapper: ioctl: error adding target to table
Aug  3 09:52:16 reuxeuls003 kernel: device-mapper: multipath emc: long trespass command will be send
Aug  3 09:52:16 reuxeuls003 kernel: device-mapper: multipath emc: honor reservation bit will not be set (default)
Aug  3 09:52:16 reuxeuls003 kernel: device-mapper: table: 253:13: multipath: error getting device
Aug  3 09:52:16 reuxeuls003 kernel: device-mapper: ioctl: error adding target to table

 

10 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. UNIX for Dummies Questions & Answers

Linux Multipath Enhancement

Hi.. when i delete a Lun from a Array on a SAN, and again when i create a Lun it shows that the newly created Lun has the ID of the Old deleted Lun which is leading to data corruption. All this is handled by the Multipath software. can anybody help. (0 Replies)
Discussion started by: Praveen13
0 Replies

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

4. Ubuntu

Multipath-Tools

Hello, i have a problem with the multipath tools configuration. i can't remove the local disk paths. the multipath.conf archives configuration is: --------------------------------------------------------- $ cat /etc/multipath.conf blacklist{ devnode cciss devnode fd ... (0 Replies)
Discussion started by: FeeII
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

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

Oracle Linux 7.1 Multipath

Need attach Oracle Linux 7.1 to IBM Storage DS5300 in AIX use sddpcm package for storage driver, but in oracle linux i can not find similar driver in IBM site. Someone confronted with a like case ? (1 Reply)
Discussion started by: penchev
1 Replies

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

9. UNIX for Advanced & Expert Users

Different multipath softwares for RAC

Hi, I have a RAC installation on 2 solaris 11 nodes. (With ASM) Disks' mpath are managed by EMC Powerpath on both nodes. I want to migrate mpath software to Solaris multipath without downtime. My plan is first migrate node1 to solaris mpath, then after some days migrate node2 to sol.mpath. My... (5 Replies)
Discussion started by: vlkkck
5 Replies

10. Red Hat

Multipath configuration not being detected

Hi, In a RHEL 5 box, I have just added new multipath configurations in /etc/multipath.conf : blacklist_exceptions { wwid "360002ac0000000000000008e0001ee00" wwid "360002ac0000000000000008f0001ee00" wwid "360002ac000000000000000900001ee00" wwid... (0 Replies)
Discussion started by: anaigini45
0 Replies
MP_SetOverridePath(3MPAPI)			   Common Multipath Management Library Functions			MP_SetOverridePath(3MPAPI)

NAME
MP_SetOverridePath - manually override a logical unit path SYNOPSIS
cc [ flag... ] file... -lMPAPI [ library... ] #include <mpapi.h> MP_STATUS MP_SetOverridePath(MP_OID logicalUnitOid, MP_OID pathOid); PARAMETERS
logicalUnitOid The object ID of the multipath logical unit. pathOid The object ID of the path logical unit. DESCRIPTION
The MP_SetOverridePath() function is used to manually override the path for a logical unit. The path is exclusively used to access the log- ical unit until cleared. Use MP_CancelOverride to clear the override. This API allows the administrator to disable the dri ver's load balance algorithm and force all I/O operations to a specific path. The existing path weight configuration is maintained. If the administrator undoes the override (by calling MP_CancelOverridePath), the driver starts load balancing based on the weights of available paths (and target port group access state for asymmetric devices). If the multipath logical unit is part of a target with asymmetrical access, executing this command could cause failover. RETURN VALUES
MP_STATUS_INVALID_OBJECT_TYPE The logicalUnitOid or pathOid does not specify any valid object type. This is most likely to happen if an uninitialized object ID is passed to the API. MP_STATUS_INVALID_PARAMETER The logicalUnitOid has a type subfield other than MP_OBJECT_TYPE_MULTIPATH_LU, or if pathOid has an object type other than MP_OBJECT_TYPE_PATH_LU. MP_STATUS_OBJECT_NOT_FOUND The logicalUnitOid, pathOid owner ID, or object sequence number is invalid. MP_STATUS_SUCCESS The operation is successful. MP_STATUS_UNSUPPORTED The implementation does not support the API. MP_STATUS_PATH_NONOPERATIONAL The driver cannot communicate through selected path ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard: ANSI INCITS 412 | | |Multipath Management API | +-----------------------------+-----------------------------+ |MT-Level |Safe | +-----------------------------+-----------------------------+ SEE ALSO
libMPAPI(3LIB), attributes(5) Multipath Management API Version 1.0 SunOS 5.11 15 Feb 2006 MP_SetOverridePath(3MPAPI)
All times are GMT -4. The time now is 04:57 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy