LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 05-21-2010, 10:28 AM   #1
sampappachan_nyc
Member
 
Registered: Jan 2009
Location: New York
Distribution: Red Hat, CentOS,Fedora, Ubuntu, SUSE, linux mint
Posts: 60

Rep: Reputation: 0
tur checker reporting path is down.


Hi,

I have a RH 5.5 server which boots from SAN and i use device mapper multipath driver.

all the ports are up(see the multipath -ll output below) and i can see all the device but still when i do

the multipath command it gives me this output, im wondering whether this is a lvm.conf configuration issue..

any advise???
######################################################
multipath
sdc: checker msg is "tur checker reports path is down"
sdd: checker msg is "tur checker reports path is down"
sdg: checker msg is "tur checker reports path is down"
sdh: checker msg is "tur checker reports path is down"

#####################################################



#####################################################
#multipath -ll
mpath1 (360050768018f0329080000000000034r) dm-9 IBM,2145
[size=75G][features=1 queue_if_no_path][hwhandler=0][rw]
\_ round-robin 0 [prio=100][active]
\_ 0:0:0:0 sda 8:0 [active][ready]
\_ 1:0:0:0 sde 8:64 [active][ready]
\_ round-robin 0 [prio=20][enabled]
\_ 0:0:1:0 sdb 8:16 [active][ready]
\_ 1:0:1:0 sdf 8:80 [active][ready]
mpath0 (360050548018f032908000000000003f3) dm-0 IBM,2145
[size=70G][features=1 queue_if_no_path][hwhandler=0][rw]
\_ round-robin 0 [prio=100][active]
\_ 0:0:2:0 sdc 8:32 [active][ready]
\_ 1:0:2:0 sdg 8:96 [active][ready]
\_ round-robin 0 [prio=20][enabled]
\_ 0:0:3:0 sdd 8:48 [active][ready]
\_ 1:0:3:0 sdh 8:112 [active][ready]
#####################################################

Thank You

Fellow Knight..
 
Old 05-21-2010, 11:57 AM   #2
anomie
Senior Member
 
Registered: Nov 2004
Location: Texas
Distribution: RHEL, Scientific Linux, Debian, Fedora
Posts: 3,935
Blog Entries: 5

Rep: Reputation: Disabled
IMO, since you've already configured multipath and created its associated devices, it is non-sensical to be running multipath(8) without arguments. I can't explain the messages you're seeing, but I do not think they are anything to sweat.

Is that the complete output you see from multipath -ll? If so, then I don't see any problem here.
 
Old 05-22-2010, 01:05 PM   #3
sampappachan_nyc
Member
 
Registered: Jan 2009
Location: New York
Distribution: Red Hat, CentOS,Fedora, Ubuntu, SUSE, linux mint
Posts: 60

Original Poster
Rep: Reputation: 0
tur checker reporting path is down

Hi,

Thanks for the quick reply anomie, i am concerned because i am not seeing the same message on other servers, also i get the same error when i do the #multipath -r command when i try to reload my devmap.


####################################################################
##multipath -r
reload: mpath1 (360050768018f0329080000000000034r) IBM,2145
[size=75G][features=0][hwhandler=0][n/a]
\_ round-robin 0 [prio=100][undef]
\_ 0:0:0:0 sda 8:0 [active][ready]
\_ 1:0:0:0 sde 8:64 [active][ready]
\_ round-robin 0 [prio=20][undef]
\_ 0:0:1:0 sdb 8:16 [active][ready]
\_ 1:0:1:0 sdf 8:80 [active][ready]
sdc: checker msg is "tur checker reports path is down"
sdd: checker msg is "tur checker reports path is down"
sdg: checker msg is "tur checker reports path is down"
sdh: checker msg is "tur checker reports path is down"

##############################################################


Yes that was the whole output of my multipath -ll command.

Thanks

Fellow Knight...
 
Old 05-24-2010, 11:35 AM   #4
anomie
Senior Member
 
Registered: Nov 2004
Location: Texas
Distribution: RHEL, Scientific Linux, Debian, Fedora
Posts: 3,935
Blog Entries: 5

Rep: Reputation: Disabled
I see similar/analogous checker messages on my EMC SAN-connected host when I force reload devmap. I don't have an explanation, but I am positive my paths are up and working normally. When they're not, I see problems in the -ll output.

You might try adding the -v 3 option to see if you can piece together why the messages are appearing. (Failing that, you have RH support.)
 
Old 05-25-2010, 08:26 AM   #5
sampappachan_nyc
Member
 
Registered: Jan 2009
Location: New York
Distribution: Red Hat, CentOS,Fedora, Ubuntu, SUSE, linux mint
Posts: 60

Original Poster
Rep: Reputation: 0
Solution:

Hi
We fixed this, YEY !

we downgraded these packages:

#yum erase :

device-mapper-multipath x86_64 0.4.7-34.el5_5.1
kpartx x86_64 0.4.7-34.el5_5.1

Also note that removing these packages would remove the kernel packages too,so make sure you re-install the kernel before reboot

The extra packages are the ones that were removed dependencies for the above mentioned packages.

kpartx-0.4.7-34.el5
mkinitrd-5.1.19.6-61.el5_5.1
mkbootdisk-1.5.3-2.1
device-mapper-multipath-0.4.7-34.el5
kpartx-0.4.7-34.el5
dmraid-events-1.0.0.rc13-63.el5
dmraid-1.0.0.rc13-63.el5
dmraid-events-1.0.0.rc13-63.el5
gnome-session-2.16.0-7.el5
gnome-volume-manager-2.15.0-5.el5
mkbootdisk-1.5.3-2.1
mkinitrd-5.1.19.6-61.el5_5.1
pcmciautils-014-5
system-config-kdump-1.0.14-4.el5
systemtap-runtime-1.1-3.el5
systemtap-1.1-3.el5


Installed kernel 2.6.18-194.el5

NO MORE TUR CHECKER REPORTS PATH IS DOWN MESSAGE...


Thank You For all your help !

Fellow Knight...
 
Old 05-25-2010, 04:26 PM   #6
anomie
Senior Member
 
Registered: Nov 2004
Location: Texas
Distribution: RHEL, Scientific Linux, Debian, Fedora
Posts: 3,935
Blog Entries: 5

Rep: Reputation: Disabled
@sampappachan_nyc: For posterity's sake, the messages you were seeing weren't causing any functional problems.

I won't be downgrading any packages myself, but I'm glad you were able to suppress the message to your liking.
 
Old 07-07-2010, 07:33 AM   #7
raetsel
LQ Newbie
 
Registered: Jul 2010
Posts: 1

Rep: Reputation: 0
Keep Calm & Carry On

I logged a support call about this very issue with Red Hat and this is what they came back with.

Thank you for contacting Red Hat Support.

It appears that when running a multipath -v2 or higher verbosity, it is often the case that the multipath command will return with erroneous "path is down" messages. This is across all path checker tools. It is likely to do with that when the multipath command is run and it spits out those verbose messages, there hasn't been enough time yet for those paths to be fully realized. If paths are all functioning as intended (no red flags in logs), there shouldn't be anything worry about.

While running a multipath -v4 -ll, and it gives the same "path is down" messages at the top while showing all devices in the bottom section (the normal -ll output) as functioning correctly, this is operating as intended. Bottom line: this is a known issue with no available remedy and there shouldn't be anything to worry about regarding those "path is down" messages.
 
Old 11-06-2013, 11:46 AM   #8
treelo1998
LQ Newbie
 
Registered: Nov 2013
Posts: 1

Rep: Reputation: Disabled
I just dealt this same issue. I could not ignore the error as we have tickets generated because of any errors, and I could not downgrade the package without permission. I discovered if I did the following the errors went away:

multipath -v2
multipath -l (to see if the error is still there or not. sometimes the multipath -v2 will get rid of the errors, if it doesn't then proceed)
multipath -F

I had two systems with error one cleared up after the multipath -v2 was issued, the other needed multipath -F. I thought I would post the fix in case someone else comes across this error and needs it.
 
Old 11-09-2015, 09:37 AM   #9
gabrielsousa
LQ Newbie
 
Registered: Jul 2015
Posts: 10

Rep: Reputation: Disabled
Quote:
Originally Posted by treelo1998 View Post
I just dealt this same issue. I could not ignore the error as we have tickets generated because of any errors, and I could not downgrade the package without permission. I discovered if I did the following the errors went away:

multipath -v2
multipath -l (to see if the error is still there or not. sometimes the multipath -v2 will get rid of the errors, if it doesn't then proceed)
multipath -F

I had two systems with error one cleared up after the multipath -v2 was issued, the other needed multipath -F. I thought I would post the fix in case someone else comes across this error and needs it.
thanks for the -v2 that fix my problem

why verbosity level fix problens ???
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Domain to ip checker webmazter Linux - Newbie 13 07-05-2009 03:49 PM
exploit checker linuxtesting2 Linux - Security 3 07-05-2009 02:15 PM
The spell checker Indiestory LQ Suggestions & Feedback 4 02-28-2007 04:55 PM
Your Spell-Checker Robert G. Hays LQ Suggestions & Feedback 4 03-23-2005 01:31 PM
sfv checker phatbastard Linux - Software 0 11-18-2004 12:21 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

All times are GMT -5. The time now is 02:36 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration