Query: hba_refreshadapterconfiguration
OS: opensolaris
Section: 3hbaapi
Links: opensolaris man pages all man pages
Forums: unix linux community forum categories
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
HBA_RefreshInformation(3HBAAPI) Common Fibre Channel HBA Information Library Functions HBA_RefreshInformation(3HBAAPI)NAMEHBA_RefreshInformation, HBA_RefreshAdapterConfiguration - refresh information for a specific HBASYNOPSIScc [ flag... ] file... -lHBAAPI [ library... ] #include <hbaapi.h> void HBA_RefreshInformation(HBA_HANDLE handle); void HBA_RefreshAdapterConfiguration(void);PARAMETERShandle an open handle returned from HBA_OpenAdapter(3HBAAPI)DESCRIPTIONThe HBA_RefreshInformation() function requests that the underlying VSL reload all information about the given HBA. This function should be called whenever any function returns HBA_STATUS_ERROR_STALE_DATA, or if an index that was previously valid returns HBA_STATUS_ERROR_ILLE- GAL_INDEX. Because the underlying VSL can reset all indexes relating to the HBA, all old index values must be discarded by the caller. The HBA_RefreshAdapterConfiguration() function updates information about the HBAs present on the system. This function does not change any of the relationships between the HBA API and adapters that have not been reconfigured. HBA handles continue to refer to the same HBA even if it is no longer installed. The HBA name or index assigned by the library remains assigned to the same HBA even if it has been removed and reinstalled, as long as the bus position, WWN, and OS device have not changed. Adapter that have been removed and not replaced cannot have their HBA handles, HBA names, and HBA indexes reassigned. Calls to these adapters will generate HBA_STATUS_ERROR_UNAVAILABLE.ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-------------------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-------------------------------------+ |Interface Stability |Standard: FC-MI 1.92 (API version 1) | +-----------------------------+-------------------------------------+ | |Standard: FC-HBA Version 4 (API ver- | | |sion 2) | +-----------------------------+-------------------------------------+ |MT-Level |Safe | +-----------------------------+-------------------------------------+SEE ALSOHBA_OpenAdapter(3HBAAPI), libhbaapi(3LIB), attributes(5) T11 FC-MI Specification SunOS 5.11 1 Sep 2003 HBA_RefreshInformation(3HBAAPI)
Similar Topics in the Unix Linux Community |
---|
Moving HBA cards to different PCI slots |
How to get HBA details in Solaris 9 ? |
HBA Card |
Qlogic HBA card in E450 with errors |
Offline HBA - Help Needed |