Operation: get-raid-level

Home  Previous  Next

The get-raid-level operation lists the available RAID Levels that can be configured for a new storage pool with the create-storage-pool operation.

Adapter Request Elements for 'get-raid-level' Operation

 

Definition

Required

operation-name

Specifies the name of the operation you want to perform.

Valid value: get-raid-level.

Yes

arguments

Parent element for <argument> element.

Yes

argument

Specifies a list of arguments that is required for this operation

Yes

target

Specifies the connection information for an EMC SMI-S Provider.

Valid value: The value specified for <target> element must be the same as the value that has been specified for the name attribute of <config> element in the adapter configuration. You can skip this element. In this case the request will be executed on the first defined adapter configuration. You can leave this element empty. In this case the request will be executed on the first defined adapter configuration.
Default value: The first defined adapter configuration.

No

timeout-secs

Specifies the time in seconds after which the attempt to connect to the EMC SMI-S Provider times out. The "timeout-secs" specified in adapter request overrides the value specified in adapter configuration.

Valid value: A numeric value which specifies the time in seconds.
Default Value: 180, if no "timeout-secs" is provided in adapter configuration.

No

You can specify the following element to retrieve specific information. If this element is not specified, then all the details are fetched.

storage-system-name

Specifies the user defined storage system name.

Valid value: Please refer to the get-storage-system operation to list the valid values of this field.
Default value: None.

No

Sample Adapter Request for 'get-raid-level' Operation

<emc-storage-request>

    <operation-name>get-raid-level</operation-name>

    <arguments>

     <argument>

      <storage-system-name />

     </argument>

    </arguments>

  </emc-storage-request>

Adapter Response Elements for 'get-raid-level' Operation

 

Description

storage-system-name

Name of the storage system.

raid-level

RAID levels supported by the storage system.

Sample Adapter Response for 'get-raid-level' Operation

<emc-storage-response>

  <metadata>

    <status>success</status>

    <response-count>1</response-count>

  </metadata>

  <responses>

    <response>

      <metadata>

        <status>success</status>

        <execution-milliseconds>436</execution-milliseconds>

        <line-count>13</line-count>

        <storage-system-count>2</storage-system-count>

        <target>locke-2</target>

        <config-name>default</config-name>

      </metadata>

      <output>

        <raid-level-list>

          <storage-systems>

            <storage-system-name>CLARiiON+CKM00083900053</storage-system-name>

            <raid-levels>

              <raid-level>RAID0</raid-level>

              <raid-level>RAID1</raid-level>

              <raid-level>RAID10</raid-level>

              <raid-level>RAID3</raid-level>

              <raid-level>RAID5</raid-level>

              <raid-level>RAID6</raid-level>

            </raid-levels>

          </storage-systems>

          <storage-systems>

            <storage-system-name>SYMMETRIX+000294901120</storage-system-name>

            <raid-levels>

              <raid-level>RAID1</raid-level>

              <raid-level>RAID5</raid-level>

              <raid-level>RAID6</raid-level>

            </raid-levels>

          </storage-systems>

        </raid-level-list>

      </output>

    </response>

 </responses>

</emc-storage-response>