addPool

Creates a pool on the Linux device.

Request

  <linuxRequest>
     <storage>
        <addPool>
           <poolName/>
           <device/>
        </addPool>
     </storage>
  </linuxRequest>

Reply

<linuxReply>
   <storage>
     <addPool>
        <result value="0"><description>success</description></result>
     </addPool>
   </storage>
<result value="0"><description>zOK</description></result>
</linuxReply>

Elements

poolName

Specifies the name to be given to the new pool.

device

A pool is stored on this specified device.

result

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

It does not create the NDS object, hence create the object using Update NDS provided by the NSS utilities.