te
Copyright (c) 2009, 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]
library path
Copyright (c) 2009, 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]
SMHBA.CONF 5 "May 16, 2020"
NAME
smhba.conf - configuration file for the SMHBAAPI library
DESCRIPTION
The /etc/smhba.conf file is used to specify the Vendor-Specific Libraries
that are installed on the system. This file is used by the Common Library to
load the individual VSLs when HBA_LoadLibrary(3HBAAPI) is called. If
changes are made to the file while the library is in use, the library should be
freed and reloaded. A version 1 VSL is compatible only with a version 1 Common
Library. A version 2 VSL is compatible with both a version 1 and a version 2
Common Library.
Each VSL entry is a single line of the form:
"name" "library path"
where: name
is the description of library. The library name should be prepended with the domain of the manufacturer of the library.
is the absolute path to the shared object library file.
EXAMPLES
Example 1 Contents of /etc/smhba.conf
# # This file contains names and references to SM-HBA libraries # # Format: # # <library name> <library pathname> # # The library name should be prepended with the domain of # the manufacturer or driver author. com.sun.sashba /usr/lib/libsun_sas.so.1 com.sun.sashba64 /usr/lib/64/libsun_sas.so.1
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
ATTRIBUTE TYPE ATTRIBUTE VALUE |
Interface Stability Committed |
Standard |
ANSI INCITS 428 Storage Management Host Bus Adapter Application Programming Interface(SM-HBA) |
SEE ALSO
HBA_LoadLibrary (3HBAAPI), libSMHBAAPI (3LIB), attributes (7) NOTES
The SMHBAAPI library is provided in both 32-and 64-bit versions, but only one
configuration file is specified. As a result, both 32- and 64-bit VSL libraries
must be specified within the same file. When using the 32-bit Common Library,
the 64-bit VSLs will fail to load. When using the 64-bit Common Library, the
32-bit VSLs will fail to load. These failures are silently ignored by the
Common Library during normal usage, but can result in warning messages when
running client applications in a debugger.