'\" te .\" Copyright (c) 2004-2006 Storage Networking Industry Association. All Rights Reserved. .\" Portions Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved. .TH mpapi.conf 4 "16 Aug 2011" "SunOS 5.11" "File Formats" .SH NAME mpapi.conf \- configuration file for libMPAPI .SH SYNOPSIS .LP .nf /etc/mpapi.conf .fi .SH DESCRIPTION .sp .LP The \fB/etc/mpapi.conf\fR file is used to specify the vendor-provided plugin library that is installed on the system. This file is used by the \fBlibMPAPI\fR(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 \fBMP_RegisterPlugin\fR(3MPAPI) and \fBMP_DeregisterPlugin\fR(3MPAPI). .sp .LP Each plugin library entry is a single line of the form: .sp .in +2 .nf "id" "library file name" .fi .in -2 .sp .sp .LP where .sp .ne 2 .mk .na \fB\fBid\fR\fR .ad .RS 21n .rt The identification of library. It is the resersed domain name of the vendor followed by \fB\&.\fR followed by the vendor specific name of the plugin that uniquiely identifies the plugin library. .RE .sp .ne 2 .mk .na \fB\fBlibrary file name\fR\fR .ad .RS 21n .rt The shared object library file in the absolute path format. .RE .SH EXAMPLES .LP \fBExample 1 \fRExample of an \fB/etc/mpapi.conf\fR file .sp .in +2 .nf # This file contains names and references to MP API plugin libraries # # Do NOT manually edit this file # # Format: # # # com.sun.mpapi32 /lib/libmpscsi_vhci.so com.sun.mpapi64 /lib/64/libmpscsi_vhci.so .fi .in -2 .SH ATTRIBUTES .sp .LP See \fBattributes\fR(5) for descriptions of the following attributes: .sp .sp .TS tab() box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) . ATTRIBUTE TYPEATTRIBUTE VALUE _ Availabilitysystem/library/storage/snia-mpapi _ Interface StabilityCommitted _ StandardANSI INCITS 412 Multipath Management API .TE .SH SEE ALSO .sp .LP \fBlibMPAPI\fR(3LIB), \fBMP_DeregisterPlugin\fR(3MPAPI), \fBMP_RegisterPlugin\fR(3MPAPI), \fBattributes\fR(5)