Query: stmfonlinelogicalunit
OS: opensolaris
Section: 3stmf
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
stmfOnlineLogicalUnit(3STMF) SCSI Target Mode Framework Library Functions stmfOnlineLogicalUnit(3STMF)NAMEstmfOnlineLogicalUnit - take online of a logical unit that is currently in the offline stateSYNOPSIScc [ flag... ] file... -lstmf [ library... ] #include <libstmf.h> int stmfOnlineLogicalUnit(stmfGuid *logicalUnit);PARAMETERSlogicalUnit The identifier of the logical unit to take online.DESCRIPTIONThe stmfOnlineLogicalUnit() function takes online of a logical unit that is currently in the offline state.RETURN VALUESThe following values are returned: STMF_STATUS_SUCCESS The API call was successful.ATTRIBUTESSee attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Committed | +-----------------------------+-----------------------------+ |MT-Level |Safe | +-----------------------------+-----------------------------+SEE ALSOlibstmf(3LIB), attributes(5) SunOS 5.11 9 Jun 2008 stmfOnlineLogicalUnit(3STMF)