1MP_DisableAutoProbCionmgm(o3nMPMAuPlIt)ipath Management LibraMrPy_DFiusnacbtlieoAnustoProbing(3MPAPI)
2
3
4

NAME

6       MP_DisableAutoProbing - disable auto-probing
7

SYNOPSIS

9       cc [ flag... ] file... -lMPAPI [ library... ]
10       #include <mpapi.h>
11
12       MP_STATUS MP_DisableAutoProbing(MP_OID oid);
13
14

PARAMETERS

16       oid    The object ID of the plugin or the multipath logical unit.
17
18

DESCRIPTION

20       The  MP_DisableAutoProbing()  function  disables  auto-probing  for the
21       specified plugin  or multipath logical unit.
22

RETURN VALUES

24       MP_STATUS_INVALID_OBJECT_TYPE
25
26           The oid does not specify any valid object type. This is most likely
27           to happen if an uninitialized object ID is passed to the API.
28
29
30       MP_STATUS_INVALID_PARAMETER
31
32           The  oid  has  a type subfield other than MP_OBJE CT_TYPE_PLUGIN or
33           MP_OBJECT_TYPE_MULTIPATH_LU.
34
35
36       MP_STATUS_OBJECT_NOT_FOUND
37
38           The oid owner ID or object sequence number is invalid.
39
40
41       MP_STATUS_SUCCESS
42
43           The operation is successful.
44
45
46       MP_STATUS_UNSUPPORTED
47
48           The API is not supported.
49
50

ATTRIBUTES

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

SEE ALSO

67       libMPAPI(3LIB), MP_EnableAutoProbing(3MPAPI), attributes(5)
68
69
70       Multipath Management API Version 1.0
71
72
73
74SunOS 5.11                        15 Feb 2006    MP_DisableAutoProbing(3MPAPI)
Impressum