1mpapi.conf(4)                    File Formats                    mpapi.conf(4)
2
3
4

NAME

6       mpapi.conf - configuration file for libMPAPI
7

SYNOPSIS

9       /etc/mpapi.conf
10
11

DESCRIPTION

13       The  /etc/mpapi.conf file is used to specify the vendor-provided plugin
14       library that is installed on the system. This file is used by the libM‐
15       PAPI(3LIB)  common  library  to load the individual plugin library when
16       its interface is called. If changes are made  to  the  file  while  the
17       library  is  in use, the library should be unloaded and reloaded. Addi‐
18       tion and removal of  the  plugin  library  should  be  handled  through
19       MP_RegisterPlugin(3MPAPI) and MP_DeregisterPlugin(3MPAPI).
20
21
22       Each plugin library entry is a single line of the form:
23
24         "id"        "library file name"
25
26
27
28
29       where
30
31       id                   The identification of library.  It is the resersed
32                            domain name of the vendor followed by  .  followed
33                            by  the  vendor  specific  name of the plugin that
34                            uniquiely identifies the plugin library.
35
36
37       library file name    The  shared  object library file in  the  absolute
38                            path format.
39
40

EXAMPLES

42       Example 1 Example of an /etc/mpapi.conf file
43
44         # This file contains names and references to MP API plugin libraries
45         #
46         #  Do NOT manually edit this file
47         #
48         # Format:
49         #
50         # <library ID>  <library file name>
51         #
52         com.sun.mpapi32         /lib/libmpscsi_vhci.so
53         com.sun.mpapi64         /lib/64/libmpscsi_vhci.so
54
55

ATTRIBUTES

57       See attributes(5) for descriptions of the following attributes:
58
59
60
61
62       ┌─────────────────────────────┬─────────────────────────────┐
63       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
64       ├─────────────────────────────┼─────────────────────────────┤
65       │Availability                 │SUNWmpapir                   │
66       ├─────────────────────────────┼─────────────────────────────┤
67       │Interface Stability          │Standard:  ANSI  INCITS 412  │
68       │                             │Multipath Management API     │
69       └─────────────────────────────┴─────────────────────────────┘
70

SEE ALSO

72       libMPAPI(3LIB), MP_DeregisterPlugin(3MPAPI), MP_RegisterPlugin(3MPAPI),
73       attributes(5)
74
75
76
77SunOS 5.11                        15 Mar 2006                    mpapi.conf(4)
Impressum