Hallo, dies ist ein Test.
PWD: /www/data-lst1/unixsoft/unixsoft/kaempfer/.public_html
Running in File Mode
Relative path: ./../../../../../../usr/./man/man3ima/IMA_GetLuOid.3ima
Real path: /usr/share/man/man3ima/IMA_GetLuOid.3ima
Zurück
'\" te .\" Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved. .TH IMA_GetLuOid 3IMA "21 July 2016" "Oracle Solaris 11.4" "iSCSI Management API" .SH NAME IMA_GetLuOid \- Gets a logical unit object ID for the specified LUN connected to the specified target .SH SYNOPSIS .LP .nf cc [ flag... ] file... -lima [ library... ] #include <ima.h> IMA_STATUS IMA_GetLuOid( /* in */ IMA_OID targetOid, /* in */ IMA_BYTE lun[8], /* out */ IMA_OID *pluOid ); .fi .SH PARAMETERS .sp .ne 2 .mk .na \fB\fItargetOid\fR\fR .ad .RS 13n .rt The object ID of the target that controls the logical unit whose object ID is being retrieved. .RE .sp .ne 2 .mk .na \fB\fIlun\fR\fR .ad .RS 13n .rt The logical unit number (LUN) specifying the logical unit of the target whose object ID is being retrieved. .RE .sp .ne 2 .mk .na \fB\fIpluOid\fR\fR .ad .RS 13n .rt A pointer to an \fBIMA_OID\fR data structure allocated by the caller. If returned successfully, this argument contains the object ID of the logical unit for the specified LUN connected to the specified target. .RE .SH DESCRIPTION .sp .LP The \fBIMA_GetLuOid()\fR API gets a logical unit object ID for the specified LUN connected to the specified target. .SH RETURN VALUES .sp .ne 2 .mk .na \fB\fBIMA_ERROR_INVALID_PARAMETER\fR\fR .ad .br .sp .6 .RS 4n Returned if the \fIpluOid\fR argument is NULL, or specifies a memory area to which data cannot be written .RE .sp .ne 2 .mk .na \fB\fBIMA_ERROR_INVALID_OBJECT_TYPE\fR\fR .ad .br .sp .6 .RS 4n Returned if the \fItargetOid\fR argument does not specify a valid object type .RE .sp .ne 2 .mk .na \fB\fBIMA_ERROR_INCORRECT_OBJECT_TYPE\fR\fR .ad .br .sp .6 .RS 4n Returned if the \fItargetOid\fR argument does not specify a target object .RE .sp .ne 2 .mk .na \fB\fBIMA_ERROR_OBJECT_NOT_FOUND\fR\fR .ad .br .sp .6 .RS 4n Returned if the \fItargetOid\fR argument does not specify a target known to the system .RE .SH ATTRIBUTES .sp .LP See \fBattributes\fR(7) for descriptions of the following attributes: .sp .TS tab( ) box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) . ATTRIBUTE TYPE ATTRIBUTE VALUE _ Availability \fBsystem/library/storage/snia-ima\fR _ Interface Stability Volatile _ MT-Level Safe .TE .sp .SH SEE ALSO .sp .LP \fBlibima\fR(3LIB), \fBattributes\fR(7), \fBIMA_GetLuOidList\fR(3IMA), \fBIMA_GetLuProperties\fR(3IMA), \fBIMA_LuReportLuns\fR(3IMA)