VNX: Fehler "multipath.conf line 16, invalid keyword: prio_callout" beim Einrichten von DM-MPIO auf RHEL 6

Summary: In diesem Artikel wird die Lösung erläutert, wenn ein Nutzer den Fehler "multipath.conf line 16, invalid keyword: prio_callout" erhält.

This article applies to This article does not apply to This article is not tied to any specific product. Not all product versions are identified in this article.

Symptoms

Beim Einrichten von Device Mapper-Multipath I/O (DM-MPIO) auf Red Hat Enterprise Linux (RHEL) 6 wird die folgende Fehlermeldung zurückgegeben:

[root@IL-RDC-RH-77 ~]# multipathd -v2 -d
Mar 13 17:42:41 | --------start up--------
Mar 13 17:42:41 | read /etc/multipath.conf
Mar 13 17:42:41 | multipath.conf line 16, invalid keyword: prio_callout
Mar 13 17:42:41 | process is already running

[root@IL-RDC-RH-77 ~]# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 6.2 (Santiago)

 

Cause

In der Version RHEL 6 sind Prioritätsfunktionen keine Callout-Programme mehr. Stattdessen handelt es sich um dynamische, gemeinsam genutzte Objekte wie die Pfadprüffunktionen. Der Parameter prio_callout wurde durch den Parameter prio ersetzt.

[root@IL-RDC-RH-77 ~]# cat /etc/multipath.conf
defaults {
        user_friendly_names yes
}

blacklist {
        devnode "^(ram|raw|loop|fd|md|dm-|sda|sr|scd|st)[0-9]*"
        devnode "^hd[a-z]"
        devnode "^cciss!c[0-9]d[0-9]*"
}

devices {
        device {
        vendor "DGC"
        product "*"
        prio_callout "/sbin/mpath_prio_alua /dev/%n" << This option is not correct for this version of RHEL.
        path_grouping_policy group_by_prio
        features "1 queue_if_no_path"
        failback immediate
        hardware_handler "1 alua"
}
}

 

Resolution

Um dieses Problem zu beheben, bearbeiten Sie die Datei /etc/multipathd.conf .

 

Ersetzen prio_callout "/sbin/mpath_prio_alua /dev/%n" möglicherweise nicht mit prio "emc" oder prio "alua"

 

Affected Products

VNX/VNXe

Products

Red Hat Enterprise Linux Version 6
Article Properties
Article Number: 000059540
Article Type: Solution
Last Modified: 01 Oct 2025
Version:  4
Find answers to your questions from other Dell users
Support Services
Check if your device is covered by Support Services.