getPathInfo

Returns information about a multipath.

Request

<multiPath>    
   <getPathInfo>
      <deviceID/>
      <pathID/>
   </getPathInfo>
</multiPath>

Reply

<multiPath>
   <getPathInfo>
      <pathInfo>
         <deviceName/>
         <pathName/>
         <priority/>
         <adaptorID/>
         <port/>
         <status>
            <up/>
            <selected/>
            <loadBalance/>
         </status>
      <pathInfo>
   </getPathInfo>
</multiPath>
<result value=" ">
   <description/>
</result>

Elements

deviceID

On NetWare, specifies the device ID received from Media Manager. On Linux, specifies the device object name.

pathID

On NetWare, specifies the path ID received from Media Manager. On Linux, specifies the path name.

deviceName

NetWare only.

adaptorID

NetWare only.

up

(Optional)

selected

(Optional)

loadBalance

(Optional)

result

Specifies an error value or 0 (for no error).

description

Specifies a text description of the returned result.