LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
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 03-06-2019, 04:15 PM   #1
nguytom
LQ Newbie
 
Registered: Jun 2018
Posts: 10

Rep: Reputation: Disabled
How to disable multipath drive


Hi All;

I have issue on Redhat linux server, it shows mutlipah device, how can I disable multipath ? Thank you.

[root@xxx-media4 ~]# uname -a
Linux xxx-media4 2.6.32-131.17.1.el6.x86_64 #1 SMP Thu Sep 29 10:24:25 EDT 2011 x86_64 x86_64 x86_64 GNU/Linux

I checked multipath process is not running

[root@xxx-media4 ~]# chkconfig --list | grep multipathd
multipathd 0 : off 1 : off 2 : off 3 : off 4 : off 5 : off 6 : off

[root@xxx-media4 ~]# tpautoconf -a
TPAC60 - - - -1~-1~-1~-1 2 - - - 0 - - - - - - - 0 0 - - xxx-media4 4 - 0 - - - -
TPAC60 Drive013 HP~~~~~~Ultrium~5-SCSI~~I6RZ /dev/nst83 -1~-1~-1~-1 1 0 0 8 8 10 - - - F0A23AF0AC - 6 0 1 - - xxx-media4 0 - 0 - - - -
TPAC60 Drive013 HP~~~~~~Ultrium~5-SCSI~~I6RZ /dev/nst59 -1~-1~-1~-1 1 0 0 8 8 10 - - - F0A23AF0AC - 6 0 1 - - xxx-media4 0 - 0 - - - -
TPAC60 Drive013 HP~~~~~~Ultrium~5-SCSI~~I6RZ /dev/nst35 -1~-1~-1~-1 1 0 0 8 8 10 - - - F0A23AF0AC - 6 0 1 - - xxx-media4 0 - 0 - - - -
TPAC60 Drive007 HP~~~~~~Ultrium~5-SCSI~~I6RZ /dev/nst82 -1~-1~-1~-1 1 0 1 12 8 10 - - - F0A23AB09C - 6 0 1 - - xxx-media4 0 - 0 - - - -
TPAC60 Drive007 HP~~~~~~Ultrium~5-SCSI~~I6RZ /dev/nst58 -1~-1~-1~-1 1 0 1 12 8 10 - - - F0A23AB09C - 6 0 1 - - xxx-media4 0 - 0 - - - -
TPAC60 Drive007 HP~~~~~~Ultrium~5-SCSI~~I6RZ /dev/nst34 -1~-1~-1~-1 1 0 1 12 8 10 - - - F0A23AB09C - 6 0 1 - - xxx-media4 0 - 0 - - - -

Last edited by nguytom; 03-06-2019 at 04:17 PM.
 
Old 03-06-2019, 08:15 PM   #2
berndbausch
LQ Addict
 
Registered: Nov 2013
Location: Tokyo
Distribution: Mostly Ubuntu and Centos
Posts: 6,316

Rep: Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002
Where do you see the multipath drive? They are usually named /dev/mapper/mpatha, mpathb etc.
 
Old 03-06-2019, 10:14 PM   #3
chrism01
LQ Guru
 
Registered: Aug 2004
Location: Sydney
Distribution: Rocky 9.2
Posts: 18,369

Rep: Reputation: 2753Reputation: 2753Reputation: 2753Reputation: 2753Reputation: 2753Reputation: 2753Reputation: 2753Reputation: 2753Reputation: 2753Reputation: 2753Reputation: 2753
You may want to read this https://www.thegeekdiary.com/how-to-...Speed=noscript
 
Old 03-07-2019, 11:05 AM   #4
nguytom
LQ Newbie
 
Registered: Jun 2018
Posts: 10

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by berndbausch View Post
Where do you see the multipath drive? They are usually named /dev/mapper/mpatha, mpathb etc.
nothing in /dev/mapper/

[root@xxx-media4 mapper]# ls -la
total 0
drwxr-xr-x 2 root root 80 Mar 5 09:44 .
drwxr-xr-x 20 root root 19360 Mar 5 09:47 ..
crw-rw---- 1 root root 10, 58 Mar 5 09:44 control
lrwxrwxrwx 1 root root 7 Mar 5 09:44 extra-lvol0 -> ../dm-0
[root@xxx-media4 mapper]#
 
Old 03-07-2019, 11:08 AM   #5
nguytom
LQ Newbie
 
Registered: Jun 2018
Posts: 10

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by chrism01 View Post
1. /dev/dm-N
2. /dev/mapper/mpathN
3. /dev/mpath/mpathN

I don't any file in there

[root@xxx-media4 mapper]# ls -la /dev/dm-N
ls: cannot access /dev/dm-N: No such file or directory
[root@xxx-media4 mapper]# ls -la /dev/mpath/mpathN
ls: cannot access /dev/mpath/mpathN: No such file or directory
[root@xxx-media4 mapper]# ls -la /dev/mapper/mpathN
ls: cannot access /dev/mapper/mpathN: No such file or directory
[root@xxx-media4 mapper]#
 
Old 03-07-2019, 03:57 PM   #6
berndbausch
LQ Addict
 
Registered: Nov 2013
Location: Tokyo
Distribution: Mostly Ubuntu and Centos
Posts: 6,316

Rep: Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002Reputation: 2002
Quote:
Originally Posted by nguytom View Post
nothing in /dev/mapper/

[root@xxx-media4 mapper]# ls -la
total 0
drwxr-xr-x 2 root root 80 Mar 5 09:44 .
drwxr-xr-x 20 root root 19360 Mar 5 09:47 ..
crw-rw---- 1 root root 10, 58 Mar 5 09:44 control
lrwxrwxrwx 1 root root 7 Mar 5 09:44 extra-lvol0 -> ../dm-0
[root@xxx-media4 mapper]#
Then you don’t have a multipath device.
 
Old 03-08-2019, 06:32 AM   #7
dc.901
Senior Member
 
Registered: Aug 2018
Location: Atlanta, GA - USA
Distribution: CentOS/RHEL, openSuSE/SLES, Ubuntu
Posts: 1,005

Rep: Reputation: 370Reputation: 370Reputation: 370Reputation: 370
What is the output of:

Code:
sudo multipath -ll
 
  


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
How do I disable multipath route caching? SouthPawn Linux - Networking 0 04-26-2010 10:52 AM
LXer: How can I disable device-mapper-multipath in Red Hat Enterprise Linux 5? LXer Syndicated Linux News 0 03-11-2008 03:50 AM
what distribution comes with multipath support? eantoranz Linux - Distributions 0 06-03-2005 10:37 AM
Emulex FC - Brocade switches - Hitachi SAN - multipath Rimmon Linux - Enterprise 1 06-30-2004 11:44 AM
multipath routing problem jszmajda Linux - Networking 4 05-05-2004 08:15 AM

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

All times are GMT -5. The time now is 11:48 AM.

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