xref: /illumos-gate/usr/src/man/man5/mpapi.conf.5 (revision bbf21555)
te
Copyright (c) 2004-2006 Storage Networking Industry Association. All Rights Reserved.
Portions Copyright (c) 2007, Sun Microsystems, Inc. All Rights Reserved.
The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License. You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.
See the License for the specific language governing permissions and limitations under the License. When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with
the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
MPAPI.CONF 5 "Sep 16, 2018"
NAME
mpapi.conf - configuration file for libMPAPI
SYNOPSIS

/etc/mpapi.conf
DESCRIPTION

The /etc/mpapi.conf file is used to specify the vendor-provided plugin library that is installed on the system. This file is used by the libMPAPI(3LIB) common library to load the individual plugin library when its interface is called. If changes are made to the file while the library is in use, the library should be unloaded and reloaded. Addition and removal of the plugin library should be handled through MP_RegisterPlugin(3MPAPI) and MP_DeregisterPlugin(3MPAPI).

Each plugin library entry is a single line of the form:

"id" "library file name"

where id

The identification of the library. It is the reversed domain name of the vendor followed by . followed by the vendor specific name of the plugin that uniquely identifies the plugin library.

library file name

The absolute path to the shared object library file.

EXAMPLES

Example 1 Example of an /etc/mpapi.conf file

# This file contains names and references to MP API plugin libraries
#
# Do NOT manually edit this file
#
# Format:
#
# <library ID> <library file name>
#
com.sun.mpapi32 /lib/libmpscsi_vhci.so
com.sun.mpapi64 /lib/64/libmpscsi_vhci.so
ATTRIBUTES

See attributes(7) for descriptions of the following attributes:

ATTRIBUTE TYPE ATTRIBUTE VALUE
Interface Stability
Standard: ANSI INCITS 412 Multipath Management API
SEE ALSO

libMPAPI (3LIB), MP_DeregisterPlugin (3MPAPI), MP_RegisterPlugin (3MPAPI), attributes (7)