1MP_GetMPLogicalUniCtoPmrmoopnerMtuiletsi(p3aMtPhAPMIa)nagemeMnPt_GLeitbMrPaLroygiFcuanlcUtniiotnPsroperties(3MPAPI)
2
3
4

NAME

6       MP_GetMPLogicalUnitProperties - get logical unit properties
7

SYNOPSIS

9       cc [ flag... ] file... -lMPAPI [ library... ]
10       #include <mpapi.h>
11
12       MP_STATUS MP_GetMPLogicalUnitProperties(MP_OID oid,
13            MP_MULTIPATH_LOGICAL_UNIT_PROPERTIES *pProps);
14
15

PARAMETERS

17       oid       The object ID of the multipath logical unit.
18
19
20       pProps    A  pointer  to  an object ID that has type MP_MULTIPATH_LOGI‐
21                 CAL_UNIT_PROPERTIES structure allocated by the caller. With a
22                 successful  return, this structure contains the properties of
23                 the multipath logical unit specified by the object ID.
24
25

DESCRIPTION

27       The MP_GetMPLogicalUnitProperties() function gets the properties of the
28       specified logical unit.
29

RETURN VALUES

31       MP_STATUS_INVALID_PARAMETER
32
33           The  pProps is null or specifies a memory area to which data cannot
34           be written, or  when  the  oid  has  a  type  subfield  other  than
35           MP_OBJECT_TYPE_MULTIPATH_LU.
36
37
38       MP_STATUS_INVALID_OBJECT_TYPE
39
40           The oid does not specify any valid object type. This is most likely
41           to happen if an uninitialized oid is passed to the API.
42
43
44       MP_STATUS_OBJECT_NOT_FOUND
45
46           The oid owner ID or object sequence number  is invalid.
47
48
49       MP_STATUS_SUCCESS
50
51           The operation is successful.
52
53

ATTRIBUTES

55       See attributes(5) for descriptions of the following attributes:
56
57
58
59
60       ┌─────────────────────────────┬─────────────────────────────┐
61       │      ATTRIBUTE TYPE         │      ATTRIBUTE VALUE        │
62       ├─────────────────────────────┼─────────────────────────────┤
63       │Interface Stability          │Standard: ANSI  INCITS  412  │
64       │                             │Multipath Management API     │
65       ├─────────────────────────────┼─────────────────────────────┤
66       │MT-Level                     │Safe                         │
67       └─────────────────────────────┴─────────────────────────────┘
68

SEE ALSO

70       libMPAPI(3LIB),    MP_GetMPLuOidListFromTPG(3MPAPI),   MP_GetMultipath‐
71       Lus(3MPAPI), attributes(5)
72
73
74       Multipath Management API Version 1.0
75
76
77
78SunOS 5.11                        15 Feb 2M0P0_6GetMPLogicalUnitProperties(3MPAPI)
Impressum