The report target port group command failed or did not return a target
port group that was obtained from the inquiry command.
EXAMPLES
This example queries a device directly and returns the priority string:
-
#> mpath_prio_alua /dev/sda
50
Now the major and minor number is used to specify the device and verbose
output is selected:
-
#> mpath_prio_alua -v 8:0
Target port groups are implicitly supported.
Reported target port group is 0 [active/optimized]
50
The following example shows the entries in the devices section of the
multipath-tool configuration file (/etc/multipath.conf)
to support an IBM DS6000 storage system:
-
device {
-
- vendor
-
"IBM "
- product
-
"1750500 "
- path_grouping_policy
-
group_by_prio
- prio_callout
-
"/sbin/mpath_prio_alua -d/tmp %d"
- features
-
"1 queue_if_no_path"
- path_checker
-
tur
}
- Notes:
-
- •
-
Depending on your default configuration not all keywords are required
(e.g. if your path_checker is set to tur you don't have to
use the path_checker statement in the device section).
- •
-
The entries for vendor and product must be strings that are 8
characters long (for vendor) and 16 characters long (for product).
The strings have to be padded with blanks if necessary.
- •
-
If you are working with hotpluggable devices whose device nodes are created
by udev you should use the %d flag in the
prio_callout statement.
This is because a short time elapses between the devices being available
and udev creating the device nodes.
- •
-
If under certain circumstances your storage subsystem temporarily reports
failures on all paths, you should use the features statement showed
in the example.
This will configure the multipath volume to requeue I/O until a path becomes
available again, instead of reporting failures in that case.
SEE ALSO
multipath(8),
AUTHORS
mpath_prio_alua
was developed by Jan Kunigk and adapted by Stefan Bader <shbader@de.ibm.com>
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- OPTIONS
-
- RETURN VALUE
-
- EXAMPLES
-
- SEE ALSO
-
- AUTHORS
-
This document was created by
man2html,
using the manual pages.
Time: 22:02:01 GMT, April 16, 2011