Mulitpath user-friendly name is correct

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Mulitpath user-friendly name is correct
# 1  
Old 05-20-2013
Mulitpath user-friendly name is correct

We have device mapper multipath configured. multipath -ll is showing things correctly. But when ever we are executing lvm related command, say pvs, it is showing /dev/mpath/<wwid> number instead of expected /dev/mpath/mpathX as follows -
/dev/mpath/360060e801603c800000103c800002b22

Here, user_friendly_names is not working as expected.

But in another server, with same /etc/multipath.conf setting, we could see multipath device as follows -
/dev/mpath/mpath9

Please help me, where could be the mistake?

Thank you very much.

Last edited by atanubanerji; 05-21-2013 at 07:27 AM.. Reason: The information was not appropriate
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to check user entered correct file format or not?

Hi Experts, path=/db/files/ format=$1 User can enter any file format.compare the user file format with actual file format existed in the directory /db/files. User enter all characters as "A" apart from date format. example1: user will be entering the file format AAA_AA_YYYYMMDD.AAA Actual... (6 Replies)
Discussion started by: nalu
6 Replies

2. UNIX for Dummies Questions & Answers

Testing for correct user input from keyboard

What script can I use to catch errors in a shell script if user inputs alpha numeric characters instead on integers from the keyboard? (0 Replies)
Discussion started by: Pauline mugisha
0 Replies

3. Shell Programming and Scripting

How can I make running gawk scripts more user-friendly in a Windows environment?

I know, and I apologise for using the W word, but I have users asking if they can use my gawk scripts, but I just know they're not going to like using the DOS command line. Is there any way for me to run my gawk scripts from a gui? Even if it's from a web page (html, php, what ever). I do not... (3 Replies)
Discussion started by: jonathanm
3 Replies

4. Shell Programming and Scripting

Loop until user input is correct

Hello, i know how to retrieve a user input (read), and how to manage the different options (case statement). But... could anybody show me a script that, if the user option is incorrect, don't allow to continue the excution, i.e., if the value entered is not 1 or 2, the script shows a question. ... (2 Replies)
Discussion started by: aristegui
2 Replies

5. UNIX for Advanced & Expert Users

User friendly Unix ksh prompt to type directories/files

Hello, I wanted to setup user friendly ksh command prompt, by typing first character of files or directories and then tab bring up whole word. No need to type whole file/directory/command names. Example: cat a file like university just typing un and then tab bring up whole university wod.... (3 Replies)
Discussion started by: abdurrouf
3 Replies

6. Shell Programming and Scripting

Friendly command script

Hi, I need a unix script to help my students using unix and will make it more friedly with them. The script will do something like that, when a user writes a letter, then it will be apeared to the screen the available commands or files that fit to the spesific letter that the user gives. ... (2 Replies)
Discussion started by: Lakis
2 Replies

7. Shell Programming and Scripting

User friendly

Hello, As a newbie: I know that ls -l list files in a directory.Can i get a Bash script that prints the same information as ls -l but ib a user friendly way? Thank you. (3 Replies)
Discussion started by: debut
3 Replies

8. UNIX for Dummies Questions & Answers

Friendly hello

To all whom belong to the UNIX forums - I just came across your web-site from a google search, wanted to say that I am looking forward to posting with you all and trying to learn as much as I can about Unix. I currently run a small version of linux on an obsolete laptop, I have been using... (0 Replies)
Discussion started by: Cheesedinverts
0 Replies

9. UNIX for Dummies Questions & Answers

Most Neewbie friendly distribution

Hi! I guess the title says it all. I'm thinking about installing unix on a computer because that's the system they use in school so I'm just wondering which distribution I should download, which is most suitable for me. I have use a unix computer 3 times in school. I have had Windows for quite... (8 Replies)
Discussion started by: Rayben
8 Replies
Login or Register to Ask a Question
MULTIPATHD(8)						      System Manager's Manual						     MULTIPATHD(8)

NAME
multipathd - multipath daemon SYNOPSIS
multipathd [options] DESCRIPTION
The multipathd daemon is in charge of checking for failed paths. When this happens, it will reconfigure the multipath map the path belongs to, so that this map regains its maximum performance and redundancy. This daemon executes the external multipath config tool when events occur. In turn, the multipath tool signals the multipathd daemon when it is done with devmap reconfiguration, so that it can refresh its failed path list. OPTIONS
-d Forground Mode. Don't daemonize, and print all messages to stdout and stderr. -v level Verbosity level. Print additional information while running multipathd. A level of 0 means only print errors. A level of 3 or greater prints debugging information as well. -k multipathd will enter interactive mode. From this mode, the available commands can be viewed by entering "help". When you are fin- ished entering commands, press CTRL-D to quit. COMMANDS
The following commands can be used in interactive mode: list|show paths Show the paths that multipathd is monitoring, and their state. list|show maps|multipaths Show the multipath devices that the multipathd is monitoring. list|show maps|multipaths status Show the status of all multipath devices that the multipathd is monitoring. list|show maps|multipaths stats Show some statistics of all multipath devices that the multipathd is monitoring. list|show maps|multipaths topology Show the current multipath topology. Same as "multipath -ll". list|show topology Show the current multipath topology. Same as "multipath -ll". list|show map|multipath $map topology Show topology of a single multipath device specified by $map, e.g. 36005076303ffc56200000000000010aa. This map could be obtained from "list maps". list|show config Show the currently used configuration, derived from default values and values specified within the configuration file /etc/multi- path.conf. list|show blacklist Show the currently used blacklist rules, derived from default values and values specified within the configuration file /etc/multi- path.conf. list|show devices Show all available block devices by name including the information if they are blacklisted or not. add path $path Add a path to the list of monitored paths. $path is as listed in /sys/block (e.g. sda). remove|del path $path Stop monitoring a path. $path is as listed in /sys/block (e.g. sda). add map $map Add a multipath device to the list of monitored devices. $map can either be a device-mapper device as listed in /sys/block (e.g. dm-0) or it can be the alias for the multipath device (e.g. mpath1) or the uid of the multipath device (e.g. 36005076303ffc56200000000000010aa). remove|del map $map Stop monitoring a multipath device. resize map|multipath $map Resizes map $map to the given size switch|switchgroup map $map group $group Force a multipath device to switch to a specific path group. $group is the path group index, starting with 1. reconfigure Reconfigures the multipaths. This should be triggered automatically after any hotplug event. suspend map|multipath $map Sets map $map into suspend state. resume map|multipath $map Resumes map $map from suspend state. fail path $path Sets path $path into failed state. reinstate path $path Resumes path $path from failed state. disablequeueing map|multipath $map Disabled queuing on multipathed map $map restorequeueing map|multipath $map Restore queuing on multipahted map $map SEE ALSO
multipath(8) kpartx(8) hotplug(8) AUTHORS
multipathd was developed by Christophe Varoqui, <christophe.varoqui@free.fr> and others. Linux Administrator's Manual November 2009 MULTIPATHD(8)