Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

mp_setpathweight(3mpapi) [opensolaris man page]

MP_SetPathWeight(3MPAPI)			   Common Multipath Management Library Functions			  MP_SetPathWeight(3MPAPI)

NAME
MP_SetPathWeight - set the weight of a path SYNOPSIS
cc [ flag... ] file... -lMPAPI [ library... ] #include <mpapi.h> MP_STATUS MP_SetPathWeight(MP_OID pathOid, MP_UINT32 weight); PARAMETERS
pathOid The object ID of the path logical unit. weight A weight that will be assigned to the path logical unit. DESCRIPTION
The MP_SetPathWeight() function sets the weight to be assigned to a particular path. RETURN VALUES
MP_STATUS_INVALID_OBJECT_TYPE The pathOid does not specify any valid object type. This is most likely to happen if an uninitialized object ID is passed to the API. MP_STATUS_OBJECT_NOT_FOUND The pathOid ownerID or object sequence number is invalid. MP_STATUS_INVALID_PARAMETER The pathOid has a type subfield other than MP_OBJECT_TYPE_PATH_LU, or when the weight parameter is greater than the plugin's maximum weight property. MP_STATUS_SUCCESS The operation is successful. MP_STATUS_FAILED The operation failed. MP_STATUS_UNSUPPORTED The driver does not support setting path weight. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard: ANSI INCITS 412 | | |Multipath Management API | +-----------------------------+-----------------------------+ |MT-Level |Safe | +-----------------------------+-----------------------------+ SEE ALSO
libMPAPI(3LIB), attributes(5) Multipath Management API Version 1.0 SunOS 5.11 15 Feb 2006 MP_SetPathWeight(3MPAPI)

Check Out this Related Man Page

MP_DisableAutoFailback(3MPAPI)			   Common Multipath Management Library Functions		    MP_DisableAutoFailback(3MPAPI)

NAME
MP_DisableAutoFailback - disable auto-failback SYNOPSIS
cc [ flag... ] file... -lMPAPI [ library... ] #include <mpapi.h> MP_STATUS MP_DisableAutoFailback(MP_OID oid); PARAMETERS
oid The object ID of the plugin or the multipath logical unit. DESCRIPTION
The MP_DisableAutoFailback() function disables auto-failback for the specified plugin or multipath logical unit. RETURN VALUES
MP_STATUS_INVALID_OBJECT_TYPE The oid does not specify any valid object type. This is most likely to happen if an uninitialized object ID is passed to the AP I. MP_STATUS_INVALID_PARAMETER The oid has a type subfield other than MP_OBJE CT_TYPE_PLUGIN or MP_OBJECT_TYPE_MULTIPATH_LU. MP_STATUS_OBJECT_NOT_FOUND The oid owner ID or object sequence number is invalid. MP_STATUS_SUCCESS The operation is successful. MP_STATUS_UNSUPPORTED The API is not supported. ATTRIBUTES
See attributes(5) for descriptions of the following attributes: +-----------------------------+-----------------------------+ | ATTRIBUTE TYPE | ATTRIBUTE VALUE | +-----------------------------+-----------------------------+ |Interface Stability |Standard: ANSI INCITS 412 | | |Multipath Management API | +-----------------------------+-----------------------------+ |MT-Level |Safe | +-----------------------------+-----------------------------+ SEE ALSO
libMPAPI(3LIB), MP_EnableAutoFailback(3MPAPI), attributes(5) Multipath Management API Version 1.0 SunOS 5.11 15 Feb 2006 MP_DisableAutoFailback(3MPAPI)
Man Page

4 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

sed command

I have file like that name is M1 address is ...... tall is ..... weight is ..... name is M2 address is ...... tall is ..... weight is ..... and same type of data for many persons (M3, M4,...). I want to use sed or awk to get the weight and tall for every person , so the output file... (3 Replies)
Discussion started by: snow
3 Replies

2. Shell Programming and Scripting

string deletion, variable contents, fixed delimiters

Hi, I need to mass delete the following string(s) from my files weight=100, However the '100' is variable e.g Current: ---------------- moretext=bar, weight=100, moreinfo=blah extrastuff=hi, weight=9999, extrainfo=foo Desired: ------------------ moretext=bar, moreinfo=blah... (2 Replies)
Discussion started by: rebelbuttmunch
2 Replies

3. Infrastructure Monitoring

Light-weight alternative to `df` (without SNMP)

Overview: I'm looking for a way to get usage data for all mount points (UFS,VxFS & NFS) on a Solaris system. I'm starting with `df` but would like to find something that might be more light-weight. Background: Using SNMP is not an option in this case, instead I need to use basic built-in... (2 Replies)
Discussion started by: seg
2 Replies

4. Red Hat

Help with Multipath

Hi All, When I execute "multipath -ll" command that time display only 3 path (orafra2,oradata2 and oradata1), not display other 2 path (orafra1 and data1). I have configure 5 path in "/etc/multipath.conf" file. What is the reason behind it. Please help me. Please find below some output for... (4 Replies)
Discussion started by: mnmonu
4 Replies